Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #866397

    Am using the latest version of enfold and wordpress.
    Portfolio images are not showing, but when I check the back end the images are there. Also if I view the source and look at the image URL all are present, they are just not showing up. I have cleared the cache and wp supercache also.

    Keith

    #866422

    don’t know where it comes from. I have to have a deeper look to your codes :

    but first look if you have set an opacity to 0
    add to quick css :

    .js_active .grid-image {
        opacity: 1 !important;
    }

    don’t know if the important is necessary – try it first without – that is one part of the solution.
    Now i have to look to slider.

    #866426

    did you deactivate all the third party plugins ? And look if it works than.
    I see you got jetpack and something like custom facebook feed etc pp.
    Try this first – and activate the caching plugins at last – because otherwise you have to clear cache allways before seeing results.
    than activate one after the other and see if there are some inconsitstencies.

    Click to enlarge:

    • This reply was modified 7 years, 1 month ago by Guenni007.
    #866429

    try this above ( 2 rules)

    .js_active .grid-image {
        opacity: 1 !important;
    }
    
    .avia-slideshow li {   
    visibility: visible;
    opacity: 1 !important;
    }

    After that we will see if the functionality is ok – because on my simulation the slider did not work.

    #866878

    Hi,


    @Guenni007
    thank u for been so active at forums and supporting, once again!!!!

    Best regards,
    Basilis

    #872609

    no further reaction here – the site is still not changed

    #872905

    Hi roamingk,

    Did you try the suggestions posted by @guenni007 and did you have any luck with them?

    Best regards,
    Rikard

    #880247

    Hello Rikard and @guenni007

    Thank’s so much for the help, sorry it took me a while to get back to you. The code fixed the conflict and all is good.

    #881481

    Hi,

    Great, glad you got it working and thanks Günter for helping out :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.