Search Results for 'php'

Home Forums Search Search Results for 'php'

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

    Hi,

    Then you will have to remove the entire footer and then add a section above footer in footer.php which will take up the entire space.

    Regards,
    Brad

    #38402

    In reply to: Text slider

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

    Hi Helen,

    It is a function defined in function.php

    Regards,
    Dave

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

    Hi Helen,

    Unfortunately the shortcodes appear via functions or custom-functions.php where we will have to declare opening of them in new window. I understand it might be a big task for you so kindly send us WordPress admin details via sktthemes.net/contact and we will get this done Monday for you.

    Regards,
    Shri

    #38153

    In reply to: Welcome section

    JenniferJennifer
    Member
    • Topics: 4
    • Replies: 3
    • Total: 7
    Member since: June 21, 2016

    Can you explain in more detail where in page-box.php and how to do that?

    Thanks

    #38055

    In reply to: Welcome section

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

    Hi Jennifer,

    Kindly go to page-box.php and change it from there.

    Regards,
    Dave

    #38053

    In reply to: Towing – google maps

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

    Hi Patricia,

    Kindly go to template-contact.php and remove the code from there.

    Regards,
    Dave

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

    Hi Lee,

    Kindly go to footer.php and change the link from there.

    Regards,
    Dave

    MichelleMichelle
    Member
    Member since: May 24, 2016

    I would like to remove the two sections for classes & trainers – I would think there should be a setting but I can’t find it. So, I have tried to hide the two sections using CSS however I still have a big gap with “Our Trainers” showing. I would like those two areas and the extra white space to be entirely removed. I even tried cutting them out of index.php but the title and divs still exist.

    Please see http://donnamills.dollarwp.com/ I would like the “Our Blog” section to be directly under the three colored sections at the top.

    #37768
    PierPier
    Member
    • Topics: 1
    • Replies: 3
    • Total: 4
    Member since: June 6, 2016

    Fair enough, my bad…
    I’ve solved it by allowing shortcodes in widgets by adding a line in functions.php

    add_filter('widget_text','do_shortcode');
    ref:
    http://www.wpbeginner.com/wp-tutorials/how-to-use-shortcodes-in-your-wordpress-sidebar-widgets/

    #37739
    PierPier
    Member
    • Topics: 1
    • Replies: 3
    • Total: 4
    Member since: June 6, 2016

    The website is
    www.alvoloitalianstreetfood.co.uk
    and the page where the issue happens is:
    http://www.alvoloitalianstreetfood.co.uk/it/contact-page/
    Basically by using the page template “Left Sidebar” for that page the “sidebar.php” page has a php script:

        <?php if ( ! dynamic_sidebar( 'sidebar-main' ) ) : ?>
    
            <aside id="archives" class="widget">
    
                <h3 class="widget-title">Opening Hours</h3>
    
                <?php echo do_shortcode('[time_table]
    
    [time_table_row title="Monday" start="10:00 am - to - 08:00pm"]

    which doesn’t allow me to add [:en] tags.

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

    Hi Hoang,

    Kindly go to Appearance>>Editor>>Contact us page template

    and remove this code from the file.

    <?php if( of_get_option('address2',true) != '') { echo of_get_option('address2',true) ; } ; ?>

    Regards,
    Brad

    Stanislav PerovStanislav Perov
    Participant
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: September 12, 2015

    And just another problem.
    For example I have site abc.com. And have uploaded image 123.jpg
    In in Envira gallery I select URL option “attachment page” then when clicking on image I will go to URL abc.com/123/
    This page is created by Image Attachment Template (image.php) of this theme.
    But when I’m on this URL abc.com/123/ I can again click on image and go to next URL that is looks like:
    abc.com/wp-content/uploads/2016/06/123.jpg
    This is a very bad URL type for me I want to disable it, so user can’t click and go to this URL.
    In theme editor I found that in image.php only one string controls image inserting on page:
    <?php skt_photo_session_the_attached_image(); ?>

    So where and how can I make changes to disable image links from page
    abc.com/123/
    to page
    abc.com/wp-content/uploads/2016/06/123.jpg
    ?

    #37568
    PierPier
    Member
    Member since: June 6, 2016

    Hello, I’m using the restaurant theme and I’m trying to add translations lines with qTranslate tags (e.g. [:en]) in the sidebar.php file to modify the opening hours widget.
    Not being proficient in php I’m struggling to have it working as php just prints out everything, including qTranslate tags.
    How can I solve it please?
    Thank you.

    #37543
    HoangHoang
    Member
    Member since: June 7, 2016

    In the theme options, for the Coffee Pro template, where it says “contact page Address Title”, I entered my address. Right next to the that section ,there is a description that reads, “Add company address1 here” It has a “1” after address in the description. I believe it is pulling that “1” and adding it to my address. I tried to look into the contact.php and footer.php, but I do not code to edit the one “1” out. Unless, I overlook or if it’s in a different file? Even if I remove my physical address and save it in the theme options, it will still show a random “1”. Where can I properly edit this out? Here it the website, in the contact info section, you will a “1” after the zip code that doesn’t belong there . http://www.phothanhlong.net/contact-us/

    #37372

    In reply to: skt build theme

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

    Hi,

    Kindly go to inc/custom-function.php

    Find this Code
    $imgSrc = wp_get_attachment_image_src( get_post_thumbnail_id(), array(270, 200));

    And replace it with this code
    $imgSrc = wp_get_attachment_image_src( get_post_thumbnail_id(), 'full');

    Regards,
    Dave

Viewing 15 results - 1,456 through 1,470 (of 2,006 total)