Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #98173
    phillycontemporary
    Participant

    Hello,

    I just switched from Fabulous Fluid to Fabulous Fluid Pro. I have a child theme installed but only with a style.css file (I do not have a functions.php file in my child theme)

    I asked this question before on the other Fabulous Fluid forum, but is there a way I can remove the ‘Load More’ bar from the Featured Grid Content and show all of my featured images/posts etc. at once? Is there a way to do this without a functions.php file in my child theme?

    #98174
    phillycontemporary
    Participant

    If it is not possible to take away the Load More bar without a functions.php file in my child theme, let me know which lines of code need to change in the parent theme and I’ll be sure to make a note of it…

    #98194
    Pratik
    Keymaster

    Hi @phillycontemporary:
    It is not possible without child theme. But if you want to edit parent theme, you can remove lines 62 to 72 in fabulous-fluid-pro\inc\featured-grid-content.php. Please note any edits will go away on theme update.

    Regards,
    Pratik

    #98215
    phillycontemporary
    Participant

    Hi,

    I just added a functions.php file to my child theme. What code do I need to put into it to remove the load more bar?

    When I was attempting this before with the free version of Fabulous Fluid, I used this code provided to me in another forum :http://pastebin.com/WQyE0jss
    but since I am now using Fabulous Fluid Pro, I think the code might be different (?)

    Let me know, and Thank you!

    #98223
    Pratik
    Keymaster

    Please post in your site url so I can check it.

    #98256
    phillycontemporary
    Participant

    Hi Pratik,

    The site is not live, but I have a WP guest login that you can use– let me know your email and I can send you the username and password! The site URL is philadelphiacontemporary.org.

    Thank you,

    #98320
    phillycontemporary
    Participant

    Hi Pratik,

    Mahesh wrote this code to get rid of the ‘Load More’ bar when I was using the free version of Fabulous Fluid: http://pastebin.com/WQyE0jss

    Can I make a few changes to it to use it with Fabulous Fluid Pro? Maybe changing ‘fabulous_fluid_get_option’ to ‘fabulous_fluid_pro_get_option’ and changing ‘featured_grid_content_page_’to reflect that I am using the featured Image Grid Content feature?

    Let me know,

    #98342
    Pratik
    Keymaster

    Sorry for late reply. Can you send me site details to [email protected]

    #98417
    Pratik
    Keymaster

    @phillycontemporary: It looks like you have added featured images as grid content, so the previous codes will not work. Right now, you have 12 items in your grid content. If you remove load more, all 12 will be show.

    Please use code given here: http://pastebin.com/dFTdeXr3

    #98478
    phillycontemporary
    Participant

    THANK YOU SO MUCH!!

    This worked perfectly!

    Will I need to modify the code if I have more/less than 12 items in the grid?

    Thank you so much again!!!

    #98493
    Pratik
    Keymaster

    You are welcome :), this will work for any number of items.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Remove 'Load More' bar on Featured Grid Content’ is closed to new replies.