Search Results for 'php'

Home Forums Search Search Results for 'php'

Viewing 15 results - 1,006 through 1,020 (of 2,005 total)
  • Author
    Search Results
  • #70533
    AchimAchim
    Member
    Member since: August 29, 2016

    Hi,
    I think theme Hathor-Pro and the customizer in WordPress 4.7. doesn`t work together.
    Any css that i bring in gives no result. Why?

    Second question: How can i change the text “Learn more” and “read more” in the buttons of the posts? Only over php-files? I don’t find anything in the Template-Backend.

    Thank you!
    Best regards
    Achim Breuer

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

    Hi Jim,

    Replace this code in woocommerce.php

    <?php 
    /**
     * The Default Woocommerce Template for Strong
     *
     * Displays the Woocommerce pages.
     *
     * @package SKT Strong
     * 
     * @since SKT Strong 1.0
     */
    global $complete;?>
    <?php get_header(); ?>
        <div class="page_wrap layer_wrapper">
          <?php if(!is_singular()) { ?>
            <!--CUSTOM PAGE HEADER STARTS-->
                <?php get_template_part('sktframe/core','pageheader'); ?>
            <!--CUSTOM PAGE HEADER ENDS-->
            <?php } ?>
            <div id="content">
                <div class="center">
                    <div class="layerbread"><?php woocommerce_breadcrumb(); ?></div>
                    <?php woocommerce_content(); ?>
          </div>
        </div>
        </div><!--layer_wrapper class END-->
    <?php get_footer(); ?>

    Regards,
    Dave

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

    Hi Jim,

    Kindly go to woocommerce.php and remove the sidebar from there.

    Regards,
    Dave

    #70247
    EthnicEthnic
    Member
    Member since: February 22, 2017

    How can i connect a picture to the menu list i made under section 3.
    i like to show pictures of the dishes i mentioned in section 3 under: latest cuisine
    http://www.bohemyanbluestay.com/wp-admin/themes.php?page=skt-hotel-options
    go to latest cusine

    #70058
    Jeff`Jeff`
    Member
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: April 22, 2017

    Thank you..Can you email me the new php files? I would like to have them in case i ever need to build and re-implement

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

    Issue resolved. We have change some code in the core php files.

    Regards,
    Dave

    #70053
    AmyAmy
    Member
    Member since: April 24, 2017

    I keep getting the error when trying to install the gravida pro version:
    The uploaded file exceeds the upload_max_filesize directive in php.ini.

    How do I resolve this please?

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

    Hi Lucienne,

    Kindly go to page-boxes.php and add the title there in h2 tag.

    Regards,
    Dave

    #69851
    Jacob VogtJacob Vogt
    Member
    Member since: December 7, 2015

    Hey,
    I am working on the Healing touch pro and I need an other a third “Adress Line” in the footer, unfortunatly adding a <br> Tag did not work.
    Also Adding
    /*Jacob*/
    <?php if( of_get_option(‘address3’,true) != ”) { echo of_get_option(‘address3’,true) ; } ; ?>
    /*Jacob*/
    Into the footer php did not do the Job since i dont get a Place to enter anything into the 3. Line.

    So how do I get a Third Adress Line?

    Greetings from Austria
    Jacob

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

    Hi Maria,

    Kindly go to skt-tube/sktframe/core-functions.php online number 2096

    Find
    $args = array( 'posts_per_page' => $show, 'post_type' => 'video', 'cat' => $cat, 'post__not_in' => get_option('sticky_posts'), 'orderby' => 'date', 'order' => 'desc' );

    Replace with this code
    $args = array( 'posts_per_page' => $show, 'post_type' => 'video', 'videocategory' => $cat, 'post__not_in' => get_option('sticky_posts'), 'orderby' => 'date', 'order' => 'desc' );

    Use this shortcode now: [newestvideos show="4" videocategory="19"]

    Regards,
    Brad

    #69759
    MariaMaria
    Participant
    • Topics: 18
    • Replies: 16
    • Total: 34
    Member since: December 8, 2016

    Hi,

    What am I doing wrong? I have added this shortcode to the page attached to the different sections and it’s still not assigning the videos by categories. This is the code for one section “South Carolina Bodybuilding”:

    [centertitle text=”South Carolina Bodybuilding” textlast=”VIDEOS” titlecolor=”#393939″ lastwordcolor=”#e52d27″][columns size=”3″] [/columns][columns size=”3″][/columns][columns size=”3″][/columns][clear][newestvideos show=”4″ cat=”19″]
    [readmore align=”right” button=”VIEW ALL VIDEOS” links=”http://carolinabodybuilding.com/NCandSCBodybuildingVideos/index.php/south-carolina-bodybuilding-videos/sc-videos/”]

    #69751

    In reply to: read more icon

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

    Hi Michael,

    In page-box.php line number 56 i have added “top_four_column” class to the div tag.

    Regards,
    Dave

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

    Hi Denis,

    Unfortunately it is customization request.

    You need to change the code in header.php file.

    Regards,
    Brad

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

    Hi Jurgen,

    Kindly go to inc/custom-functions.php and change the word from there.

    Regards,
    Dave

    #69516
    MelvynMelvyn
    Participant
    • Topics: 5
    • Replies: 10
    • Total: 15
    Member since: January 20, 2016

    Hi Dave,

    Thanks so much for the speedy reply. I’m not very technical and notice SKT White Pro strips out the normal WordPress editor, so I have tried to go in to do this using FileZilla and whilst I can find the functions.php in the theme, I cant find the specific code, even using the find function. Sorry to be such a pain, but hope you can help and advise further. Would it be cheeky to provide admin access for the site and ask you to do it?

    Many thanks

    Mel

Viewing 15 results - 1,006 through 1,020 (of 2,005 total)