• I have several WordPress sites, but the Minimatica theme is only showing 4 gallery images… It must be a bug. Any ideas on fixing it?

    This is really stressing me out…

    Please help!

    Thanks

Viewing 7 replies - 16 through 22 (of 22 total)
  • I was wondering if you can post your fuctions.php page code. because I can’t seem to get this to work right. after altering line 132 my slider doesn’t work properly. HELP! I also can’t seem to figure out where to insert the jQuery code in the page because nothing works.

    Thanks.

    I would, but the aforementioned girlfriend whose site it is has been very busy and I haven’t had a chance to log in and get to her files.

    Do you have more detail on your problem? Could you post a link to your site?

    Thanks for the initial pointer cpaige16. I used a slightly different fix. My front page uses a gallery, and should actually be limited to 4 entries as that looks nicer. All the other galleries should be unlimited. That’s why I replaced the whole if-test block inside minimatica_paged_posts with the following:

    function minimatica_paged_posts( $query ) {
        if(is_front_page())
            $query->set( 'posts_per_page', '4' );
    }

    Hope this is of use to others.

    Thank you soooo much. I added just the “//” to that one line and its fixed. bad ass.

    Hi there,

    I wonder if anyone can help me I’m very new to wordpress but I’m having this same problem with my homage slider not working correctly after changing the number of posts. I’ve commented out line 132 in the functions.php but the arrows on the home page slider are no longer there and there is now an unlimited number of images on the slider…please can somebody help me fix this.
    the website I’m trying to edit is:

    https://www.ambersacco.com

    Thanks

    problem solved using yruf’s solution with a bit of trial and error thanks!

    guys i had the same problem today but i just figured it out that you can make gallery posts instead of pages and it works well.
    the website that i’m working on is spaziobizzarro dot com i made a gallery of image in a post just checking gallery in the format menu.
    anyway if u find the way to add more image in the gallery i’m really intrested because in another website i’ve got the same problem, i can’t show more than 10 pic in the same gallery.. such an annoying things.

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘The Minimatica theme only shows 4 gallery images…’ is closed to new replies.