Search Results for 'php'

Home Forums Search Search Results for 'php'

Viewing 10 results - 1,996 through 2,005 (of 2,005 total)
  • Author
    Search Results
  • #1557

    In reply to: Footer Menu

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

    Go to page.php and see the code: Remove this entire code or apply php comment to remove footer from inner pages completely.

    #1507

    In reply to: Edit Home Page Boxes

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

    Hi Colin,

    If you want to add the same but just change the links kindly visit theme options under Appearance in WordPress admin panel to change the links.

    In case you want to remove the whole 4 boxes and add something else kindly visit footer.php within theme folder.

    In case it is still difficult for you let us know and we will help you.

    Regards,
    Shri

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

    Hi,

    Here is the answer: Kindly check custom-functions.php within inc folder of theme: skt_full_width_pro

    Check the line: add_action(‘wp_head’,’hook_custom_javascript’);

    Under function hook_custom_javascript(){?>

    <script>

    jQuery(document).ready(function() {

    Add this line:  jQuery( “.show_hide_header” ).hide();

     

    And save the file

     

    So the final lines with look like this:

     

    add_action(‘wp_head’,’hook_custom_javascript’);

    function hook_custom_javascript(){?>

    <script>

    jQuery(document).ready(function() {

    jQuery( “.show_hide_header” ).hide();

     

    That’s it.

     

    It will remain closed and will only open on click.

     

    Regards,

    Shri

    #1455
    Jens VoßJens Voß
    Member
    Member since: July 30, 2014

    Thank you for this nice Thema. I used it on http://www.renard.photo.  – I would like to change the color of the first letter in the widget-titles of the sidebar. I tried to add “.sidebar h1.widget-title:first-letter,” to the functions.php but that seems not to be right. What is the right  addition?

    And: I would like to complement the comment feature in the sidebar. Is that possible? Using a Text / HTML widget?

     

    #1424
    Oliver SchefferOliver Scheffer
    Member
    • Topics: 5
    • Replies: 15
    • Total: 20
    Member since: July 29, 2014

    Hello Shri!

    Thanks for your reply. I removed the comments from

    <?php <meta name=”viewport” content=”width=device-width, initial-scale=1″> ?>

    I guess that’s what you meant. But after that the site doesn’t load at all, I only get a blank screen, desktop and mobile. FYI: I disabled the cache plugin and flushed the browser caches.

    Kind regards, Oliver

     

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

    Hi Oliver,

    Kindly go to header.php within wp-content/themes/skt_full_width_pro

    And remove comments /* and */ from

    If this is difficult for you just send me the wordpress admin details at [email protected] and will do this for you.

    Regards,
    Shri

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

    Hi,

    Alright kindly visit footer.php with theme folder and you should get those 3 words.

    Search those words and just change the letters. Don’t change any code.

    You should be fine.

    Regards,
    Shri

    #1229

    In reply to: Adjust Blogpost Layout

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

    Hi,

    Basically what i gave is for blog page where you can set a page as blog by selecting that template and apply it to a page.

    Now if you need single i.e. the inner blog post also without sidebar then replace single.php within theme folder with this file: https://www.dropbox.com/s/klj4mi4egj8d64e/single.php

    In case all of this is difficult just send us wordpress admin details via [email protected] and we will take care to remove sidebar for blog and inner blog post.

    #1170

    In reply to: Adjust Blogpost Layout

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

    Hi,

    Add this page template within theme folder. We are adding this in latest version of PRO so that others who might want to have this feature can have it.

    Here is the link to the template: https://www.dropbox.com/s/cd3u675hpbuplv3/blog-nosidebar.php

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

    Hi Tony,

    Sorry for the delay in reply. The color is present in a lot of places within main.css and functions.php

    Would you like to send us the ftp details of your wordpress folder and we can take care to change this to white for you?

    Or if you are a developer yourself then we can let you know which string to find using dreamweaver and change/replace it.

    Let us know.

    Regards,
    Shri

Viewing 10 results - 1,996 through 2,005 (of 2,005 total)