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

    Hi, is it possible to disable the small H3 heading that shows when the Ajax Preview is used or make it black #00000?

    On my page, It is showing in white text on a pale #f8f6f2 background (in keeping with my theme) so it’s useless and creates an odd space. I couldn’t make it black and instead, created my own heading using the Preview text window.

    #1357047

    Hey Paul,

    The background is black on my end, are you still looking to make changes to the background or font colour?

    Best regards,
    Rikard

    #1357944

    Hi Rikard, sorry I missed your response. I think you may have missed the odd smaller heading in white above the image on each of the case studies. Example attached and ringed in pink.

    #1357953

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .portfolio-details-inner .open_slide .portfolio-preview-title {
      color: #000;
    }

    Best regards,
    Rikard

    #1357966

    Thanks Rikard. Weirdly, since sending this, the website doesn’t seem to be loading the Enfold Advanced editor (all the pages just show a spinning ball instead of the content), so I can’t check it. Is there any way you could look at it and give me an idea of what to do – or is it something happening away from the site?

    #1357968

    BTW, It’s running Your PHP version: 7.3.31-2+ubuntu18.04.1+deb.sury.org+1

    and WordPress 6.0 (which updated today) and 5.0.1 Enfold.

    #1358012

    Hi,

    Thank you for the update.

    You can use this css code to remove the portfolio preview title.

    #top .portfolio-preview-title.entry-title {
        display: none !important;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    #1358052

    Thanks Ismael (and Rikard), your script worked perfectly and looks great. It does seem to be slow compared to another site we built though (link below).

    Have I done something wrong or is there something that can be added to pre-load images and scripts for a faster experience?

    #1358141

    Hi,

    Thank you for the update.

    Have you installed a cache and image compression plugin already? You may need to do a bit of site optimization in order to speed up the site. Please check the following articles for more info about WordPress optimization.

    // https://gtmetrix.com/wordpress-optimization-guide.html
    // https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow

    Best regards,
    Ismael

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