Search Results for 'php'

Home Forums Search Search Results for 'php'

Viewing 15 results - 1,366 through 1,380 (of 2,006 total)
  • Author
    Search Results
  • #46346
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31304
    • Total: 31304
    Member since: August 16, 2013

    Hi Timi,

    Kindly go to header.php and find the “Home”. You can change the it to any other language from there.

    Regards,
    Brad

    #46156
    JeremyJeremy
    Member
    Member since: September 10, 2016

    Hi Guys,

    Firstly, loving the theme I spent days looking for something I truely liked. I’m developing this theme for a customer and all though its perfect by design I need to make it easy to update. I’m a programmer so I’m very familiar with coding, however the end users are not. So my three questions are this.

    1. Do you offer the ability for it to work with SiteOrigin (I know this may be contentious) but thought I would ask.

    2. Are there any plugins you can recommend that would offer a bit more of a wizywig layout to make it easier for the users to build content/pages not using shortcodes?

    3. Have you had any issues with the shortcode button not working when trying to insert into items into the textfield? Nothing happens when press it. And its installed correctly, and I have not suppressed any popups via the browser.

    Version: WordPress 4.6.1
    PHP: 5.x
    MYSQL: 5.x
    Chrome: 54.0.2840.8
    OS: Mac OS 10.11.6

    Thanks in advance.

    Jeremy

    #46112
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi,

    Kindly use PHP Code widget plugin and then in appearance>widgets>sidebar add this code: <?php echo do_shortcode( 'testimonial shortcode from appearance>theme options>shortcodes' );?>

    Regards,
    Shri

    #46090
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi Tom,

    The shortcode was fixed in functions.php and custom-functions.php

    Regards,
    Shri

    #46041
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    The footer area is widget friendly whereby you can simply replace what is shown by adding a widget in appearance>widgets>footer widget 4.

    Or else you can go to appearance>editor>footer.php and find the text to edit it.

    Regards,
    Shri

    #45931
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    There are many: https://wordpress.org/plugins/php-code-widget/

    Just do a Google search or in WordPress.org/plugins

    Regards,
    Shri

    #45921
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    You need to include PHP widget plugin and then use the code:

    <?php echo do_shortcode( <em>shortcode of social icons</em> ) ?>
    

    Regards,
    Shri

    #45910

    In reply to: cant upload theme

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Kindly ask hosting to increase upload_max_filesize in php.ini to 10mb.

    Regards,
    Shri

    #45870
    WimWim
    Member
    Member since: July 23, 2016

    Hi Shri
    thanks again for your previous help!

    2 minor questions :

    URL : http://herman.wereldvanwim.be/

    1. Slider – I was trying to adjust the fontsize of the slider description in Theme options->Basic Settings->Slider Caption Colours->Select font size for slider description : and adjust it here – but whatever value I use, the size doesn’t adjust (i’d like to make it somewhat smaller that the text fits correctly)

    2. Contact Info @ Footer area :
    – Would like to add the name of the person to be contacted. i.e. value of Theme Options->Footer->Contact Page & Address Title-> value of “Add contact title here”.
    In the footer.php code, I only see reference to the ‘Contact INFO title’ variable…not the name. Can I have this added pls – and if so, how ? 😉

    <?php if(!dynamic_sidebar(‘footer-1’)) : ?>
    <div class=”cols-3 widget-column-1″>
    <h5><?php if( of_get_option(‘contactinfotitle’) != ”) { echo of_get_option(‘contactinfotitle’); } ; ?></h5>

    <p><?php if( of_get_option(‘address’,true) != ”) { echo of_get_option(‘address’,true) ; } ; ?></p>
    <p><?php if( of_get_option(‘address2’,true) != ”) { echo of_get_option(‘address2’,true) ; } ; ?></p>
    <div class=”phone-no”>
    <?php if( of_get_option(‘phone’,true) != ”){ ?>
    <p><span><?php _e(‘Phone:’,’skt-build’); ?></span><?php echo of_get_option(‘phone’); ?></p>

    Thank you!

    #45714
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Its basically when options.php is loaded it shows 404 has nothing to do with free or paid. Free theme does not use options.php

    Its related to your WordPress installation as you can see people have written:

    https://wordpress.org/support/topic/wp-adminoptionsphp-was-not-found/
    https://wordpress.org/support/topic/options-php-bring-up-404-error-page/

    Ask if Litespeed security permission is blocking it:

    https://www.litespeedtech.com/support/forum/threads/solved-503-service-unavailable-on-wp-wp-admin-options-php.6060/

    Regards,
    Shri

    #45640
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi Jerry,

    Kindly ask hosting to properly have permission level at 755 for all folder in wp-content

    Check for litespeed server problems as it redirects to options.php page and the options are not saving on your server.

    Regards,
    Shri

    #45377

    In reply to: SKT Gardening

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi,

    File path: wp-content/themes/skt-gardening/sktframe/core-nextprev.php

    Regards,
    Shri

    #45366
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi Keval,

    The form is given in custom-functions.php (appearance>editor>custom-functions.php) and you can add form fields etc if you are good with coding. The form sends email to address given in settings>general.

    Regards,
    Shri

    #45231
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Its in custom-functions.php if you can edit the text only from there. Appearance>editor>custom-functions.php

    Regards,
    Shri

    #45230

    In reply to: change Contact Form

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi,

    You can go to appearance>editor>custom-functions.php and rename the text to.

    Regards,
    Shri

Viewing 15 results - 1,366 through 1,380 (of 2,006 total)