• Resolved TheMK850

    (@themk850)


    Hi, first of all I’d like to say that this is a well designed theme.

    I would like to make the following changes to the theme, and if so, will I need to create a child theme?

    1. How can I disable the links to the posts on the slider?
    2. Is it possible to have a featured image for a page, as big as (and in the same position) as the slider? And if possible, can I make the page title be there as well?

    Thank you

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Silkalns

    (@silkalns)

    0. You can get a sample Dazzling Child Theme from here.

    1. To remove link from slider you can add this code inside Child Theme functions.php

    2. To create fullwidth featured images for pages you can add this code to page.php

    <?php echo get_the_post_thumbnail($post->ID, 'single-page-thumbnail'); ?>

    This code must be added right below this line of code:

    get_header(); ?>

    This can also be done via Child Theme. Copy/Paste page.php from Parent Theme folder to Child Theme folder and make these modifications there.

    Let me know if this helps.

    Thread Starter TheMK850

    (@themk850)

    Thank you. Unfortunately the code to removing the link from the slider didn’t work ??

    When I put it on it made the page go slow and it even showed some of the code on the page

    Theme Author Silkalns

    (@silkalns)

    Please show what do you have now in Child Theme functions.php file and I will check if everything is correct. Most likely you you didn’t add php closing and opening tags or created duplicate ones or something in between those.

    Thread Starter TheMK850

    (@themk850)

    You were right about the php closing ??
    So it works now but I want to make sure I did it right!
    Here is what it looks like

    <?php
    [all of that text and code]
    ?>

    Thank you very much

    Theme Author Silkalns

    (@silkalns)

    Yes, that’s correct! ??

    Let me know if there is anything else.

    Thread Starter TheMK850

    (@themk850)

    I am finding that the slider sometimes fails to load incorrectly and misplaces content. it puts the content “behind the slider” but when the slider loades to the next image it will fix and the content goes back down.

    And when you click the header image to go back to the home page almost 3/5 times it will do that. Is there any way to fix this? or is it the size of my featured images that is causing this? I am using 1440 x 450 images.

    I am finding that the slider gets stuck on google chrome but not mozilla firefox.

    Thread Starter TheMK850

    (@themk850)

    Nevermind I think I fixed it!
    That seems to only happen when the featured image isn’t interlaced

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Featured Image of Pages and Disable Slider Links’ is closed to new replies.