Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #96563
    phillycontemporary
    Participant

    Hi!

    I’m using the Featured Content Grid on my homepage to showcase five pages. I would like to remove the full-width ‘Load More’ bar that hides the last two featured pages and show all five pages at once.

    Please let me know if this is possible!

    #96578
    Mahesh
    Keymaster

    @phillycontemporary: For this, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child theme’s functions.php add the code from the link below:
    http://bit.ly/2awaBSI
    Then go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #loadMore {
        display: none;
    }

    Hope this helps. Let me know if any problem.

    Regards,
    Mahesh

    #97370
    phillycontemporary
    Participant

    Hi Mahesh,

    Thank you for your reply!

    What line(s) of code changed from the original functions.php file in the php file you linked in your post? Unfortunately I was unable to fully resolve the issue. The ‘Load More’ bar disappeared, but I was only able to see the three featured pages above it. The two featured pages that usually appear when I click ‘Load More’ were not visible.

    I would like to have my featured content grid load all five of my featured pages at once, so they are all visible at the same time on my homepage without the ‘Load More’

    In other words, I’d like my featured content grid to look like it does after I click ‘Load More’, but without needing a ‘Load More’ button at all.

    I made a guest WP login that allows guests to see my site without editing control, while my ‘Coming Soon’ mode is active. Would it help to send these credentials to you?

    Thank you for you help!

    #97398
    Mahesh
    Keymaster

    @phillycontemporary: It should have worked fine. I checked in our server and is working fine. What I actually did was removed the code style="display: none;" from line 502 in fabulous_fluid_grid_page_content function by overriding it with child theme.
    Yes you can send me the credentials in mahesh [at] catchthemes [dot] com. And please post in your site url.

    Regards,
    Mahesh

    #97756
    phillycontemporary
    Participant

    Hi Mahesh,

    Just emailed you! I think the issue on my end might be within my child theme..

    Thank you!

    #97771
    Mahesh
    Keymaster

    @phillycontemporary: Just checked your site. Have you copied the code that I’ve provided into your child theme’s functions.php? because style => display: none is still there, which should have been removed. And the also hiding Load More with custom CSS, can’t find it in the CSS either.

    Let me know further.

    Regards,
    Mahesh

    #97940
    armando
    Participant

    Hi Mahesh,
    I have an issue, I don´t want to show this text: <span class=¨readmore¨><ahref=¨http://revelacionesequinas.org/talleres/¨Leer Más…</span> on the featured slider, if you can help me remove it I’ll be more than happy. I would like just to show the image and just the box that say´s read more, in my case it’s says ¨leer más¨ because my site is in spanish.
    Thank you very much for your time

    #97957
    Mahesh
    Keymaster

    @armando: Do you want to let the title displayed? If so, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #feature-slider .caption .entry-content {
        display: none;
    }

    Regards,
    Mahesh

    #97980
    armando
    Participant

    yeah! that was exactly what I wanted to do! thank you very much, btw you’re doing an amazing job!

    #98019
    Mahesh
    Keymaster

    @armando: Thank you for your appreciation. If you like my support and Fabulous Fluid theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/fabulous-fluid?rate=5#postform
    Have a nice day!

    Regards,
    Mahesh

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Removing the "Load More" bar on the Featured Content Grid’ is closed to new replies.