Search Results for 'php'

Home Forums Search Search Results for 'php'

Viewing 15 results - 856 through 870 (of 2,001 total)
  • Author
    Search Results
  • #86439
    gangopadhyay.rajagangopadhyay.raja
    Member
    Member since: October 29, 2017

    Currently, I have the free version of the Girlie Theme and bought the Pro version today. I could not install the new version. Showing this message “The uploaded file exceeds the upload_max_filesize directive in php.ini.” when I am trying to upload the zip file of the Pro version.
    Please advise.

    #86421
    markahigginsmarkahiggins
    Member
    Member since: October 28, 2017

    Hi
    I am trying to upload the SKT-strong theme in wordpress. I am using XAMPP and acer laptop.
    When I try to upload, it shows
    The uploaded file exceeds the upload_max_filesize directive in php.ini.
    what should I do.
    Please guide
    thank you

    #86331
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31283
    • Total: 31283
    Member since: August 16, 2013

    Hi,

    Kindly paste below codes just after email id code.

    <span class="street-address"><i class="fa fa-map-marker"></i><?php echo of_get_option('address', true) ; ?></span>
    <span class="street-address"><i class="fa fa-map-marker"></i><?php echo of_get_option('address2', true) ; ?></span>

    After that go to Appearance » Theme Options » Basic Settings » Custom CSS and paste below codes there:

    .street-address {
        display: block;
        font-size: 15px;
        color: white;
        margin-top: 7px;
    }
    .street-address i {
        font-size: 18px;
        margin-right: 23px;
        margin-left: 3px;
    }
    .phoneemailfix{max-width: 200px;}

    Regards,
    Dave

    #86310
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31283
    • Total: 31283
    Member since: August 16, 2013

    Hi,

    Kindly edit skt-startup-pro/inc/custom-functions.php file, go to line number 664, you will get below code there:

    'rewrite' => array('slug' => 'our-team'),

    Now change ‘our-team’ to ‘our-works’ and save it.

    After that kindly go to Settings » Permalinks, select Plain and save it. Now select Post name and save it again.

    Regards,
    Chris

    #86197
    hmrclienttaskshmrclienttasks
    Member
    • Topics: 2
    • Replies: 9
    • Total: 11
    Member since: September 17, 2017

    I have added the following below the email id and it adds the address, however it its not aligned with the phone number and email. What revsions are necessary to the following code?

    I know where to make the changes, I just need to know what I need to edit. Thanks in advance
     
    <p><span class=”street-address”><i class=”fa fa-address”></i>“> <?php echo of_get_option(‘address’,true) ; ?></span></p>
    <p><span class=”street-address2″><i class=”fa fa-address2″></i>“> <?php echo of_get_option(‘address2’,true) ; ?></span></p>

    #86195
    hmrclienttaskshmrclienttasks
    Member
    • Topics: 2
    • Replies: 9
    • Total: 11
    Member since: September 17, 2017

    I am inside of Header.php which reads as the following:

    <div class=”header_info”>
    <?php if(!dynamic_sidebar(‘header-widget’)): ?>
    <div class=”apointment”><?php echo of_get_option(‘headerinfo’); ?></div>
    <div class=”phoneemailfix”>
    <span class=”phone-no”><i class=”fa fa-phone”></i>“> <?php echo of_get_option(‘phone’); ?></span>
    <span class=”email-id”><i class=”fa fa-envelope-o”></i>“> <?php echo of_get_option(’email’,true) ; ?></span>
    </div>
    <?php endif; ?>
    <div class=”clear”></div>
    </div><!–header_info–>
    <div class=”clear”></div>

    What revisions would I need to make inside of file manager to get the address to show?
    so far I have added the following but I didn’t see the address added

    Thanks in advance

    #86193
    hmrclienttaskshmrclienttasks
    Member
    • Topics: 2
    • Replies: 9
    • Total: 11
    Member since: September 17, 2017

    I see the edit appears to be done in header.php

    Can you please advise how I would make the change?

    #85996
    latif_yousufilatif_yousufi
    Participant
    Member since: July 19, 2017

    while uploading the theme file get this error file exceeds the upload_max_filesize directive in php.ini.

    #85928
    Roger BarkleyRoger Barkley
    Member
    • Topics: 0
    • Replies: 9
    • Total: 9
    Member since: April 7, 2015

    I love the Bakery Pro Theme but for a few tweeks. One of which is how do we change the size of the Footer Info (company name and address etc) so that it does not overlap to 2 lines on the page? I understand where to input the info on the Appearance > Theme Options, and I assume there should be some coding able to be done under CSS or in the Footer.php
    please assist.

    #85442

    In reply to: SKT Startup Pro

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31283
    • Total: 31283
    Member since: August 16, 2013

    Hi,

    Kindly edit header.php, go to line number 122 and change <h2></h2> tag to <h1></h1>.

    Regards,
    Brad

    #85361
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31283
    • Total: 31283
    Member since: August 16, 2013

    Hi,

    Kindly Go to sidebar.php

    For Contact Form text

    Find
    <h3 class="widget-title">Contact Form</h3>

    And replace
    <h3 class="widget-title"><?php echo do_shortcode('[:en]Contact Form[:du]Kontakt Formular[:]')?></h3>

    For Testimonials text

    Find
    <h3 class="widget-title">Testimonials</h3>

    And replace
    <h3 class="widget-title"><?php echo do_shortcode('[:en]Testimonials[:du]Zeugnisse[:]')?></h3>

    Regards,
    Chris

    #85305
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31283
    • Total: 31283
    Member since: August 16, 2013

    Hi,

    Kindly go to sidebar.php and find “Contact Form” and change it there in your language.

    Regards,
    Chris

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31283
    • Total: 31283
    Member since: August 16, 2013

    Hi,

    Kindly go to sidebar.php find contact form shortcode and change it there your email address.

    [contactform to_email="test@example.com" title="Contact Form"]

    Regards,
    Brad

    #85086
    CarlaCarla
    Participant
    • Topics: 11
    • Replies: 27
    • Total: 38
    Member since: January 16, 2017

    I think I solved the problem for now by changing the words in the index.php. It seems that I can use ftp now so will try to copy the index.php to the child theme in order to save the adjustments.
    But thanks anyway.

    Have another question considering this theme but will post it seperately.

    #85034
    CarlaCarla
    Participant
    • Topics: 11
    • Replies: 27
    • Total: 38
    Member since: January 16, 2017

    The website is onder construction so I cannot post a link. In the meanwhile I found the php file in which the Read More text is: index.php. I changed it there and that worked. Only when I update the theme somewhere in the future the adjustment is lost. I will try to copy the index.php to the childtheme as soon as possible. The host is making a mess out of things so I cannot use ftp at the moment.
    I hope this will work for the future as well. If you think otherwise please let me know.

Viewing 15 results - 856 through 870 (of 2,001 total)