Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #47072

    Hi.

    I have a problem with my featured slider, I have choosen post slider but I want the slides to link to pages and not posts.
    It is possible when the webadress looks like this: http://temp.sundmans.se/en/accommondation/
    but not when it looks like this:
    http://temp.sundmans.se/en/accommondation/the-kitchen

    What should I do?

    #47100

    So I changed the slider from post to page instead and now it works but the header does not look like it used to when I used post…

    #47106
    Sakin
    Keymaster

    Hello Helena,

    Yes, if you want to link to page then you need to use Page Slider. Post Slider is for the post, page slider is for the page, category slider is for automatic update of latest posts and image slider for independent slider with link of your own choice.

    Sorry I don’t understand your second point. What do you want to look on those two pages.

    Regards,
    Sakin

    #47147

    hi Sakin,

    When I created the page slider the title is the same font and size as the text (as you can see on the HomePage). How can I make the title the same size as it was when I used the page slider.

    Temp.sundmans.se

    Kind regards Helena

    #47156
    Sakin
    Keymaster

    Hello Helena,

    There is custom css that is removing the page title from your page slider. So, you need find the following css in “Appearance => Theme Options => Custom CSS”

    .home #content-sidebar-wrap,
    .page .entry-header { 
        display: none; 
    }

    Then replace that css with the following css:

    .home #content-sidebar-wrap,
    .page #content .entry-header { 
        display: none; 
    }
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Featured slider does not link to a correct page’ is closed to new replies.