Search Results for 'php'

Home Forums Search Search Results for 'php'

Viewing 15 results - 931 through 945 (of 2,000 total)
  • Author
    Search Results
  • #79162
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31283
    • Total: 31283
    Member since: August 16, 2013

    Hi,

    Kindly edit skt-restaurant-pro/functions.php and paste below code at the very end:

    // Enable shortcodes in text widgets
    add_filter('widget_text','do_shortcode');

    After that kindly go to Appearance » Widgets » Sidebar Main, drag drop a text widget, paste below shortcode there in text view and change values.

    [time_table]
    [time_table_row title="Monday" start="10:00 am - to - 08:00pm"]
    [time_table_row title="Tuesday" start="10:30 pm - to - 09:00pm"]
    [time_table_row title="Wednesday" start="09:00 am - to - 09:30pm"]
    [time_table_row title="Thursday" start="09:00 am - to - 09:30pm"]
    [time_table_row title="Friday" start="09:00 am - to - 05:00pm"]
    [time_table_row title="Saturday" start="09:00 am - to - 04:00pm"]
    [time_table_row title="Sunday" start="Closed"]
    [/time_table]

    Now drag drop one more text widget, paste below shortcode there in text view and change [email protected] to your email address.

    [contactform to_email="[email protected]" title="Contact Form"]

    Regards,
    Dave

    #78849
    JOYCEJOYCE
    Participant
    Member since: July 4, 2016

    Hi, on my site the sliders fail to function since the WordPress update. My site is http://WWW.KEMCARE.COM.MX . You have posted a solution on other post but don´t work for me and I am looking for a solution from you.

    You posted a solution in another post but don’t work for my site:

    go to function.php and find this code:

    jQuery(document).ready(function(){

    And replace it with this code:

    jQuery(window).load(function() {

    My theme is SKT Kraft Pro

    Can you help me please? I’m so worried

    Best Regards

    Joyce

    #78736
    RobertRobert
    Participant
    Member since: April 3, 2016

    Website here
    http://wildboarfarms.com/
    You guys did some custom tweaking for me.

    And from some links like if you do a Google search…
    shop wild boar farms

    And click on the link… Shop Online – Wild Boar Farms
    http://wildboarfarms.com/shop-online/

    You get…
    ————————————————————————————

    Not Found

    The requested URL /www/disqualifying-attempted.php was not found on this server.
    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
    Apache Server at wildboarfarms.com Port 80
    ————————————————————————————

    Its odd because the original WordPress site was installed originally in /www/ Sub-folder but then was moved to the root. There is nothing left in /www/ Something

    There is also a redirect from their old store domain http://shop.wildboarfarms.com/ that seems to be working

    Please help ASAP!! Email me directly if needed.

    Bobby

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

    Hi,

    Kindly go to inc/custom-functions.php Line number 839 and change there text.

    Regards,
    Brad

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

    Hi,

    1. Kindly edit header.php goto line number 22.
    Replace:
    <meta name="viewport" content="width=device-width, initial-scale=1.1"/>
    With:
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    Or simply you can change initial-scale=1.1 to initial-scale=1.0

    2. Kindly go to Appearance » Customize » Basic » Custom CSS and paste below code there:

    @media (max-width: 479px){
    .head-info-area .left, .head-info-area .right, .phntp{padding: 0;}
    .head-info-area .right{margin: 0;}
    .sintp{float: left; padding: 10px 0;}
    .suptp{float: right; padding: 10px 0;}
    .head-info-area a{margin-left: 0 !important;}
    .head-info-area .fa{margin-right: 4px;}
    }

    3. Kindly check theme documentation: http://sktthemesdemo.net/documentation/complete-documentation/#homepage-setup

    Regards,
    Chris

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

    Hi,

    If you want Blog to be highlighted while visiting blog posts kindly edit header.php file and paste below code just before </head> at the end.

    <?php if(is_single()) { ?>
    <style>
    .header .header-inner .nav ul li.menu-item-4690 a{background-color: #f5f5f5 !important; color: #0076d9 !important;}
    </style>
    <?php } ?>

    Regards,
    Chris

    #77987
    Helen WalkerHelen Walker
    Participant
    • Topics: 2
    • Replies: 13
    • Total: 15
    Member since: June 28, 2017

    Hey! Thank you. I did that and it is now causing an syntax error that has locked me out of all the editing pages. My site is also down. Even the login screen for wordpress admin. Would really appreciate a quick fix on this as the site isn’t working and we can’t do business.

    Parse error: syntax error, unexpected end of file in /home/helwal3/healinghelen.com/wp-content/themes/skt-white-pro/functions.php on line 562

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

    Hi,

    Kindly edit skt-white-pro/functions.php go to bottom and paste below code:

    // Enable shortcodes in text widgets
    add_filter('widget_text','do_shortcode');

    Regards,
    Chris

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

    Hi,

    Kindly edit skt-handy-pro/page-box.php go to line number 86, you will get below code:

    <p><?php echo wp_trim_words(get_the_content(),25)?></p>

    Now change 25 to 500.

    Regards,
    Chris

    #77646

    In reply to: Mobile Viewing

    Stuart SwainStuart Swain
    Member
    • Topics: 1
    • Replies: 21
    • Total: 22
    Member since: June 23, 2017

    Chris
    Can you realign food menus like you did before via WP Custom CSS
    So they appear correct on all devices desktop laptop mobile and tablets

    Also seems the overlay on Reservations Opening Times has gone

    Thanks

    Yesterday was a day from hell with my host
    More or less had to start from scratch

    seems they have sorted the php.ini file

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

    Hi,

    Kindly edit skt-photo-session-pro/inc/custom-functions.php go to line number 141 and remove below code:

    // add custom scripts to footer
    function add_skt_script_footer(){ ?>
    <script type=”text/javascript” src=”<?php get_template_directory_uri();?>/js/skt_script.js”></script><?php
    }
    add_action(‘wp_footer’, ‘add_skt_script_footer’);

    Regards,
    Brad

    #77475

    In reply to: Breadcrumb

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

    Hi,

    Kindly edit gravida-pro/sktframe/core-pageheader.php and paste below code at the very end.

    <?php if(!is_front_page()) { 
      if ( function_exists('yoast_breadcrumb') ) {
      yoast_breadcrumb('<div class="center"><p id="breadcrumbs">','</p></div>');
      }
    } ?>

    After that kindly go to Appearance » Customize » Basic » Custom CSS and paste below code there:

    #breadcrumbs {
        clear: both;
        margin: 0;
        padding: 25px 0;
    }

    Regards,
    Brad

    #77380

    Topic: Breadcrumb

    in forum Gravida Support
    MenyhártMenyhárt
    Member
    Member since: November 18, 2016

    Hi,

    I would like to insert Yoast SEO breadcrumb code into the theme.
    I tried bottom of header.php. It works but appears on the main page as well, on the other page appears between the header and the header image.
    I tried on page.php simple does not appear the breadcrumb anywhere.

    Which is the correct place for Yoast SEO breadcrumb code?

    <?php
    if ( function_exists(‘yoast_breadcrumb’) ) {
    yoast_breadcrumb(‘
    <p id=”breadcrumbs”>’,'</p>
    ‘);
    }
    ?>

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

    Hi,

    Kindly edit header.php file and add below code in head section.

    <script src=”https://use.fontawesome.com/c4d7d70cd9.js”></script>

    Regards,
    Dave

    #76428
    Ondřej DobiášOndřej Dobiáš
    Participant
    • Topics: 12
    • Replies: 28
    • Total: 40
    Member since: May 12, 2015

    Solved – problem was when we copy the website also was copied of set up theme version for php .

Viewing 15 results - 931 through 945 (of 2,000 total)