Tagged: ,

Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #606952

    Hey guys,

    have a bigger problem with the order of masonry portfolio on my frontpage. What we found out is that for some reasons
    the masonry isn’t displayed in the right order on frontpage if we choose let’s say

    Yes, display sort options
    20 Post number
    4 Columns
    Display “Load More”- Button
    Page Order

    You can see that especially with our 2 WHITE and 2 GREY TEASER PICS with the HEART at the front.
    They are POSITION – 8,23,46,59,73.

    What is strange about that is, that Position 23 is not aligned with portfolio entry 23.
    What is strange about that is, that the masonry repeats ONE of this TEASER pics.

    Can you lend a hand?

    Another prob is the hover effect on the image in Footer Widget 4. Can you give a css code to surpressed that behaviour and just link from the image to a page.

    Thank you so much.

    Best Stephan

    #607446

    Hi handelsmann!

    Thank you for using Enfold.

    How did you enable the page order attribute for the portfolio items? It is disabled by default so you can’t use the Page Order option unless you enabled it.

    add_filter('avf_portfolio_cpt_args', 'avf_portfolio_add_custom_fields', 1);
    function avf_portfolio_add_custom_fields($args) {
    	$args['supports'][] = 'page-attributes';
    	return $args;
    }

    The code above will enable page attributes for the portfolio items.

    Regards,
    Ismael

    #607484

    Hey Ismael,

    thanks for direct response, but what options does this offer? Isnt the page order already there, when I send you this pic (attached).

    I added your code to the functions.php of the child theme but there is no real difference.

    AND THE MAIN PROBLEM IS STILL THERE – THE ORDER IS BY ACCIDENT when I say: SHOW 20 and LOAD MORE.

    LOOK AT PIC NO. 22 and 23. Is the same portfolio pic. If you choose any other option than the complete number the displayed order is by accident with repeats.

    How can I fix that?

    And would be nice if you can pick up the footer widget prob as well.

    THANK YOU SO MUCH ISMAEL. APPRECIATE YOU SUPPORT IN ANY WAY FROM THE HEART:

    Best Stephan

    #608202

    Hey!

    You are using an old version of the theme, so please upgrade to Enfold 3.5.1 and let us know if you still need help afterwards.

    Best regards,
    Andy

    #608482

    Hey Andy,

    updated the version but still have these two issues.

    The order isn’t aligned with the order in the portfolio and the hover of the footer widget 4 is still there.

    Can you lend a hand.

    Thanks Stephan

    #609440

    Hey!

    Thank you for the info. After adding the suggested code above, you will have to modify each portfolio items. Sort the items by adding a numerical value in the “Order” field. Only then will the Order By > Page Order option will work. Right now, the portfolio items are still ordered by date.

    Best regards,
    Ismael

    #609717

    Hey Ismael,

    sorry – that doesn’t make sense in my head by now. There is and was a numerical order in the portfolio items and in the masonry options you can see on the attached png ORDER by PAGE ORDER – so help me why portfolio pic with order no. 20 isnt the picture on postion 20 at the front. And why for example the white teaser pic is repeated (first in 8) in picture on positon 75 from 82 complete.

    Don’t get – be patient with me :-).

    Best Stephan

    #610915

    Hi!

    Sorry for the confusion and for the delay. After adding the suggested code above, go to the Portfolio Items panel then hover over one of the portfolio items. Click the “Quick Edit” link and you’ll see the “Order” field. http://imgur.com/xwCmzxJ

    Cheers!
    Ismael

    #611082

    Hi Ismael,

    yes – I know that and I checked them. They are all numbered from 0 up to 81. This is what I say.
    And if you pls just take the white and grey teaser pics, they are not in the right order and so do others too.

    This seems to be when I choose numbers smaller then ALL or TOTAL.

    The option in masonry is on ORDER by PAGE ORDER

    Best Stephan

    #611736

    Hey!

    OK. We are trying to login to the site but we are getting this error:

    Your connection is not private

    Attackers might be trying to steal your information from web101.dehamd032.servertools24.de (for example, passwords, messages, or credit cards). NET::ERR_CERT_COMMON_NAME_INVALID
    Automatically report details of possible security incidents to Google. Privacy policy

    Please contact your hosting provider.

    Best regards,
    Ismael

    #611816

    Hey Ismael,

    this is strange. Got in contact with the provider about this.

    Can you pls try to check in at our LIVE-System (link attached) with the same login credentials and the same prob here.

    AND PLEASE CAN YOU (IN THE MEANWHILE) HELP ME WITH THAT LITTLE FOOTER WIDGET 4 HOVER ISSUE
    that is adopted from the general picture behaviour. I want to supress it for the pic in footer widget 4. Just have a link to another site, without that overlay.

    Thank you so much.

    Best Stephan

    #611825

    Hey Ismael,

    for the overlay I think it has to do something with that

    .avia_transform a .image-overlay {
    display: none !important;
    }*

    Is thar right and can I specifiy that somehow for only the pic on the frontpage in footer widget 4 and not for the whole page.

    Thank you so much for working on the portfolio order in parallel.

    Best Stephan

    #613716

    Hi!

    you can add page-id into the code, like in this example. For more information check this: https://en.support.wordpress.com/pages/#how-to-find-the-page-id

    Best regards,
    Andy

    #614640

    Hi, ok,

    my fault to answer two question in one topic.

    Is there anybody who could help me fast on the main issue, that the portfolio order in masonry doesnt work and check in in the live version. URGENT

    ———–

    Thank you Andy for helping out in issue two but the code
    avia_transform a .image-overlay {
    display: none !important;
    } works on the whole page to not display the overlay and
    .page-id-295 .avia_transform a .image-overlay {
    display: none !important;
    } doesnt work at all to supress the overlay

    Best Stephan

    #616183

    Hi!

    The default sorting option is not working because of the Post Types Order plugin. We deactivated the plugin and the portfolio items are now sorted by page order.

    Regards,
    Ismael

    #616478

    Hey Ismael,
    that is great! Thank you so much. Awesome job.
    Did you do anything else with portfolio?
    What I found out is, that our hover from black & white to color is gone
    for all the pics at the front.
    For some reasons our programmed feature from codeable with
    custom (fields) options doesn’t appear at the edit mode of our frontpage.
    I don’t know if this causes the effect, but you can see it works
    in our test mode.

    ————————
    And you would do me a great favour to help me on that
    damn css code for footer widget 2 and 4 to supress that
    image overlay behavior with hover – as this doesnt work:

    .textwidget a image-overlay:hover {
    display: none !important;
    }

    Best Stephan

    #616486

    Hi!

    I added following code to bottom of Quick CSS

    #footer .image-overlay { display: none !important; }

    Please review your website now

    Best regards,
    Yigit

    #616491

    Hi Yigit,

    Killer! That works brilliant. Thank you so much. Made my day.

    Any idea on issue one – this hover thing?

    We had that working from black and white to coloured as it is in TEST
    but it’s gone and probably its just a simple setting.

    Thank you so much.

    Best Steph

    #616521

    Hey!

    Can you please once again elaborate on the changes you would like to make as i am not really sure if i understood you clearly? :)

    Best regards,
    Yigit

    #616541

    Hey,

    yes for sure – we wanted to have a hover on the frontpage from black and white (default) to coloured (hover) for the portfolio pics.

    It works perfectly in the test version (you find the links attached) but for some reason it doesnt in the live version.

    I dont know if this relates to the issue but
    codeable did something for us with Custom (fields) options and for some reasons it doesnt appear in the edit area for frontpage in the LIVE version but in the TEST version on the right.

    So I wondered if Ismael deleted or deactivated something for the portfolio-order-issue that leads to the status of disabled hover effect in the LIVE version.

    Hope it gets clearer.

    Thanks Stephan

    #617172

    Hey!

    I deactivated the plugin and that’s it. I didn’t do anything else. Since we fixed the original issue here, we would like to close this thread. If you need more help with the custom hover function, please create a new thread. Thank you.

    Regards,
    Ismael

    #617270

    Hey Ismael,
    thank you for your information and support on this issue. Awesome
    Will open another thread for the portfolio, so we can close this one.
    Thanks
    Best Stephan

Viewing 22 posts - 1 through 22 (of 22 total)
  • The topic ‘Masonry Portfolio order and img hover’ is closed to new replies.