Viewing 8 replies - 1 through 8 (of 8 total)
  • I bet that you have a 120px gap from the bottom of the catalog and you can’t override the style since it is inline.

    This is what I did to solve that problem. Check in you js folder and find the upcp-jquery-functions.js. On line 272, you will see objHeight = objHeight + 120;. Change it to whatever height you want the .prod-cat-inner to. I would at least leave 10 extra pixels so I would replace the code to objHeight = objHeight + 10;

    I would think that this is the best solution to the problem since you can’t control it with css.

    James

    Thread Starter LM20

    (@much1)

    Hi James,

    I appreciate your response. I have tried your suggestion, but unfortunately the gap isn’t reducing. Can you perhaps help me find the below line:

    <div class=”prod-cat-inner” style=”height: 1425px;”>

    I just need to reduce the style=”height:

    Thank you..

    Hi Much1,

    Would you mind posting a link to the catalogue page so we can try taking a look for you?

    Thanks!

    To add to what Etoile said, did you clear your browser cache? And are you using anything like W3 Total Cache or WP Super Cache?

    The reason that I am asking is because if you are using any of those caching it creates a static page that in my experience can take a couple of days before you see the change. I have read in other forums that they needed to turn the plugin off and clear the cache before they saw any changes.

    Also clearing your browser cache might help if you didn’t already do that. I know that Chrome will keep a static version of your page sometimes because of lower page load times. Especially if you are frequently visiting the page.

    The link if possible would help to see if it is browser caching.

    Thread Starter LM20

    (@much1)

    Thanks for your feedbacks Gents. Yes the Cache was cleared.

    Please see link below:

    Thread Starter LM20

    (@much1)

    My bad, here’s the link: https://www.constructioninsightmagazine.com/suppliers

    Thanks..

    Hi Much,

    It looks like you’ve got a lot of empty categories at the moment and those each add height to the catalogue. This might be what’s causing your problem.

    Thread Starter LM20

    (@much1)

    Hi Etoile,

    Thank you for your feedback. I will try and add more categories, then see the result. As for now, I appreciate your time and assistance Gents.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Prod-Cat-Inner (Height)’ is closed to new replies.