Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #238400
    Hans
    Participant

    Hi,

    Is it possible to use what’s trending on one specific page (not the front page). I explain: We use a news-page for members. And on that news page (not visible for not-members) I should like to use the what’s trending function.
    The what’s trending function I should not use on the other pages of the website.
    Similar problem par example is the scrolling functionality.

    Kind regards

    Hans Hagmeijer

    #238425
    Skandha
    Participant

    @toerfiets: Hello Hans,
    Can you please enable the Trending section on entire site and I shall provide you the CSS code to enable the section only on News page.

    Kind Regards,
    Skandha

    #238559
    Hans
    Participant

    Hello Skandha,

    I enabled the scrolling and the service section on the entire site.
    Is it possible to enable the service section at the news page.
    AFter thinking a while, the trending section should be on the front page only.
    Is it possible to use the trending section also for page categories.
    I explain. We have several pages with gps routes through the country. It should be nice as the can be visible in the what’s trending section on the frontpage even with the house rules of safe cycling.

    Kind regards

    Hans Hagmeijer

    #238560
    Hans
    Participant

    One remark. I change the url to leusden.toerfiets.nl

    #238566
    Skandha
    Participant

    @toerfiets: Hello Hans,
    I checked your site and it doesn’t seem to be accessible right now. Let me know when you site is accessible.

    Kind Regards,
    Skandha

    #238568
    Hans
    Participant

    Hello Skandha:
    I just tested the site and it is accessible.
    It has a new url: leusden.hagmeijer.nl

    Kind regards

    Hans Hagmeijer

    #238572
    Skandha
    Participant

    @toerfiets: Hello Hans,
    Looks like you provided the wrong URL earlier, never mind.

    Can you let me know which page is the news page?

    To use categories you will need to use post.
    Categorize your post into different categories and
    Go to => Appearance => Customize => Theme Options => Trending => Select type as Categories and select your categories.

    Kind Regards,
    Skandha

    #238576
    Hans
    Participant

    That is the page berichtenpagina.

    Sorry for asking again about what’s trending. One way or another I did not saw your replay with explanation about it.

    Kind regards

    Hans Hagmeijer

    #238673
    Skandha
    Participant

    @toerfiets: Hello Hans,

    To enable Services section only on berichtenpagina
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.blog) #service-content-section {
        display: none;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #238681
    Hans
    Participant

    Hello Skandha,

    Thank you: this is what I want. Now it seems that the service content section is only visible on the post page.
    Is the same possible with the scrolling functionality. If so. I should be very happy.

    Kind regards

    Hans Hagmeijer

    p.s. Your mail is again in the gmail spambox.:-(

    #238683
    Skandha
    Participant

    @toerfiets: Hello Hans,
    To have the Scrolling section only in the blog page
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.blog) #catch-mag-scrolling-section {
        display: none;
    }

    Regarding mails ending up in spam. You can try adding the email address as your contact and see if this resolves the issue.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #238696
    Hans
    Participant

    Hi Skandha,

    It is working great. Thank you.

    Kind regards.

    Hans Hagmeijer.

    #238755
    Skandha
    Participant

    @toerfiets: Glad I could help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘use functions on one specific page’ is closed to new replies.