Tagged: ,

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

    Hello, I have some unexpected image hover effect on this page – http://tylo.comadev.noc.lv/proizvoditeli/

    Please hover over first and second logos – (TYLO and EOS) Tylo will act as an image with link, and EOS will display hover arrow. Both images have exactly same settings. Can you help me please?

    #812784

    Hey vadikcoma,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .page-id-1730 .image-overlay.overlay-type-extern {
      display: none !important;
    }
    

    Could you enable the Advanced Layout Builder debug mode http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
    and get back to us.
    If you need further assistance please let us know.
    Best regards,
    Victoria

    #812789

    Hi Victoria, thank you, I’ve enabled debug mode – http://tylo.comadev.noc.lv/wp-admin/themes.php?page=my-custom-functions

    I would like to discover the reason for this bug, rather than trying to fix it with css, because its quite strange to have this overlay only on two images

    #813372

    Hi vadikcoma,

    Shortcodes look the same, but render differently. It’s just the matter of diplaying the overlay or not.

    
    [av_image src='https://tylo.comadev.noc.lv/wp-content/uploads/2014/08/helo_Logo_big-300x156.jpg' attachment='1708' attachment_size='medium' align='center' styling='' hover='' link='manually,http://www.helosauna.com/' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' animation='no-animation' admin_preview_bg=''][/av_image]
    
    
    [av_image src='https://tylo.comadev.noc.lv/wp-content/uploads/2014/08/kastor-big-300x92.jpg' attachment='1709' attachment_size='medium' align='center' styling='' hover='' link='manually,http://www.helosauna.com/products/kastor/sauna-stoves/' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' animation='no-animation' admin_preview_bg=''][/av_image]
    

    Best regards,
    Victoria

    #813613

    Thank you Victoria, maybe there are some way to find out why this image is rendered in such way? It just seems quite odd :-)

    #814303

    Hi vadikcoma,

    The investigation may take up way more time than I would like, there too many variables here from the environment you have to the instance setup, meaning plugins and stuff. I would rather spend this time helping other customers than looking for the reason of the issue that we have an easy solution to.

    Let me know what you think. If you need further assistance please let us know.
    Best regards,
    Victoria

    #814443

    Hello Victoria, I totally understand your concern about solving this issue in most efficient way, however the reason why I want to get to a core of this problem, is that probably this issue is a signal, that there is something wrong with files or installation, and this will cause more problems in the future.

    For example, currently we have another, identical issue with footer, which can be solved with CSS, but it appears randomly and I have to watch each page when creating new pages.

    Take a look at this screenshots:
    http://prntscr.com/fpjshl
    http://prntscr.com/fpjsp7

    We are solving this issue with this CSS:
    .page-id-229 #footer, .page-id-229 #socket { padding-left: 350px!important; }
    .page-id-1730 #footer, .page-id-1730 #socket { padding-left: 350px!important; }

    #814739

    Hello Victoria, as a follow up to my previous comment, there are different font size of text in footer on some pages without any reason. Here are screenshots

    http://prntscr.com/fpr98i
    http://prntscr.com/fpr9hb

    And here is another one on a translated page – http://prntscr.com/fpre8g
    page url – http://tylo.comadev.noc.lv/lv/partnery/
    All image blocks have absolutely the same settings

    It definitelly looks to me as something worth a deeper look, which I will really appreciate!

    #815611

    Hi,

    Can you check the words here:

    SIA SAUMIX
    Юридический адрес: Ropažu iela 28-69, Rīga, LV-1039
    PVN номер. LV50103603591
    Банк: SWEDBANK
    Код банка: HABALV2X
    Счёт: LV94HABA0551034566506

    I think they have an open font tag, that is why it goes to footer.

    Best regards,
    Basilis

    #815636

    Hi Basilis, just checked in TEXT editor – no tags at all, please see screenshot:
    http://prntscr.com/fqtkgp

    #816296

    Hello Basilis, did you had any chance to look at our footer?

    #817102

    Hi vadikcoma,

    Sometimes tags break when saving translated pages, you need to enable the Advanced Layout Builder debug mode and check the pages shortcodes in both languages.

    Best regards,
    Victoria

    • This reply was modified 7 years, 4 months ago by Victoria.
    #817134

    Hello Victoria, we managed to solve footer issue, it was due to conflict with SEO Images plugin. No idea how they conflicted.

    The only issue left is image hover, which appeared randomly. This wasnt fixed after removing SEO Images plugin

    #817476

    Hi vadikcoma,

    So you don’t use the css solution I provided?

    Best regards,
    Victoria

    #817890

    Yes, your solution works, but it would be nice to find the core of this issue. Same like with footer, I could patch whole site with CSS, rather than searching for core issue. So it appeared to be a conflict with plugin.
    With this hover effect – I’m still not sure what might cause that, I’ve disabled all plugins and hover effect is still there

    #819153

    Hi,

    The overlay or hover effect of the image doesn’t display because the height of the image doesn’t exceed over 100px.

    Best regards,
    Ismael

    #819736

    Hi Ismael, thank you so much!
    There is a way to switch off hover effect for individual images, right?

    #819798

    Hi,

    Yes, there is but you have to turn on the custom css class attribute and add a custom css modification.

    // http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    CSS Code:

    .custom-css-class .image-overlay {
        display: none !important;
    }

    You have to change the “custom-css-class” selector with the actual custom css class attribute of the image or element.

    Best regards,
    Ismael

    #820270

    Thank you, Ismael!

    #820285

    Hi there!

    We’re glad that Ismael was able to help you! Do you need further help with this topic, or can we close this thread?

    Best regards,
    Sarah

    #820288

    Thank you Sarah,
    It can be closed

    #820294

    Great! Let us know here in the forums if you need help with anything else.

    Thank you for using Enfold.

    Cheers!
    Sarah

Viewing 22 posts - 1 through 22 (of 22 total)
  • The topic ‘Unexpected hover effect’ is closed to new replies.