Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • in reply to: Really slow loading site – enfold #1291104

    Hi,

    I am using the Enfold theme for my web site, but all of a sudden my website is being loaded very slowly and and sometime doesn’t load at all.
    When checked in Debug mode noticed that the issue was with the theme and tried all the know methods to get rid of the issue but was not successful.
    Also i did check with the hosting provider and they came back with the same result as well.
    Any help is much appreciated.

    Thanks in advance!!

    Thank You
    Supreetha

    in reply to: font icons not visible #1263140

    Hey Nikko,

    Thank you for the guidance, this fix helped to get rid of the font icon issue !!!!

    With Regards,
    Supreetha

    in reply to: the social icons are not visible in Enfold themes #1261545

    Hi,


    @Yigit
    it’s showing up now i don’t know how ? but as of till today morning they were visible as boxes !!!
    hoping this issue does not show up again !!! thank you :)

    Kind Regards,
    Supreetha

    in reply to: the social icons are not visible in Enfold themes #1261503

    Hello Rikard,

    Thank you for the reply, the issue is visible when you go through the link https://ionoptika.com
    when the site opens you would be able to see boxes instead of social icons on the header

    Thank You
    Supreetha

    Hi Guenni007,

    I managed to get the columns to be the same height by setting:

    
    #custom-id .slide-entry-wrap { 
    	display: -webkit-flex;
    	display: -ms-flexbox;
    	display: flex;
    }
    

    This seems to be working well on my site.

    Hi Guenni007,

    thanks so much for your reply, this has solved my problem! The formatting on the site you linked to is very close to what I was looking for actually, so very useful to see how you achieved it.

    For reference, I used Guenni007’s script to wrap the excerpt text in it’s own div, used some padding-bottom to prevent overlap of the text and the button, and set the button position to absolute, then styled the link:

    
    #top .avia-content-slider .slide-entry-excerpt {
    	padding-bottom: 50px;
    }
    #top .avia-content-slider .read-more-link {
        position: absolute;
        bottom: 20px;
        width: calc(100% - 40px);
    }
    #top .avia-content-slider .read-more-link a { 
    	background-color:#5584ab;
    	display:block;
    	padding: 4px 10px;
    	border-radius: 9px;
    	font-size:15px;
    	text-align: center;
    	color: #fff;
    	font-weight: 600;
    	text-transform: uppercase;
    	width: 100%;
    }
    

    Thanks again!

    Thanks Ismael, I might be able to find a compromise with what you suggest.

    I tried your code in the functions.php file, but it actually gets rid of the Read more link completely. Could you help?

    in reply to: Add custom class to individual Masonry Gallery elements #1199096

    Brilliant, works a charm! Thanks Mike :)

    Best regards.

    in reply to: Add custom class to individual Masonry Gallery elements #1194903

    Hi Victoria,

    My mistake with the dot – it doesn’t work anyway, as it places the class into the wrong container.
    I added the anchor link in the Custom Link option of the masonry item, as it was the only means I could find by which to trigger the popup to open from a masonry element. If this is causing the scrolling issue, would you have a better means of launching the popup?

    https://share.getcloudapp.com/qGuo64mJ there should be no buttons here. Please remove.

    I’m afraid I don’t understand what buttons you are referring to.

    Many thanks

    in reply to: Add custom class to individual Masonry Gallery elements #1194533
    This reply has been marked as private.
    in reply to: Custom image hover effect and text #920273

    Yes, that wasn’t very clear was it? I can’t find a good example, so I’ll try to explain more clearly.

    The image I have (a jpg of a data table) isn’t rendering very well when placed in my post. When I click on it and it links to the media file, the image is large, clear, and exactly what I want. To get around the poor quality image at low res, I want to have an overlay effect that tells the user to click the image to enlarge for full resolution. This overlay effect should be a transparent color overlay, with an opacity of maybe 0.7. There should be white text centered on the image that says “click to enlarge”. Upon hover, I’d like the opacity of the color overlay to change. Once clicked, the lightbox opens and the image displays at full, glorious resolution. Ta da!

    To complicate matters, I want to do all of this outside of the ALB, in the standard wordpress editor. I’m happy to add divs/classes as required to get the right effect, and am ok with css, but what I’ve tried so far hasn’t worked, so if you could point me in the right direction I’d really appreciate it.
    Thanks!

    in reply to: Maximum container width not setting site width #906101

    Hi. You can close the topic, thanks.

    in reply to: Maximum container width not setting site width #905482

    It’s always a missing bracket :D Many thanks!

    in reply to: Maximum container width not setting site width #905058
    This reply has been marked as private.
Viewing 14 posts - 1 through 14 (of 14 total)