Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #519365

    How can I do to change de ARROW icon at external hover overlay

    I change un function.php this line
    //image hover overlays
    ‘ov_external’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue832’),

    to

    //image hover overlays
    ‘ov_external’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue816’),

    BUT DONT WORK

    #519450

    Hi carmycurly!

    Go ahead and send us a link to your page so we can see which element your referring to exactly. You can set your reply as private if you wish.

    Regards,
    Elliott

    #519453

    http://www.granjaspatagonicas.com.ar/nuevo
    look at the http://www.granjaspatagonicas.com.ar/nuevo/linea-de-productos/

    when over one of the items
    I want to change de ARROW to other icon (a PLUS example: ue816

    #519512

    Hey!

    Add this to your custom CSS.

    .image-overlay.overlay-type-extern .image-overlay-inside:before{content:"\E816" !important;}
    

    Regards,
    Elliott

    #1036402

    Hi

    I used the advice in the support forum to change the overlay icons to a plus sign, with this

    .image-overlay .image-overlay-inside:before
    {content:”\E816″; font-family: ‘entypo-fontello’; font-size: 32px; font-weight: normal; }

    .image-overlay.overlay-type-extern .image-overlay-inside:before
    {content:”\E816″; font-family: ‘entypo-fontello’; font-size: 32px; font-weight: normal; }

    However,

    a) galleries (large image, rest only visible in light-box) have a much smaller overlay icon size than images. How to make them the same?

    b) If there is an gallery in 1/5 col, the overlay colour set in advanced styling is not applied nor is the overlay icon displayed. For an image it is. If I change the col to 1/4, both work.

    Please advise how to fix this problem.

    Also,the icon size on the 1/5 col images or galleries is too big. How do I make it smaller for just those elements in the page only, as on other images in 1/2 col, on the same page, the icon size is OK as it is in the code above.

    I put a link in the private section for you illustrating all this.

    Thanks

    #1039486

    Hi s29ers,

    Sorry for the late reply and thanks for the screenshots. Where can we see the actual results you are getting?

    Best regards,
    Rikard

    #1039545

    Hi and thanks for the reply. I’ve listed pages you can see below which show you all three examples. Regards

    #1042889

    Hi,

    The overlay will not display if the height of the image is less than 100px. The maximum height of the images in the “reporting” page is 89px, so you have to increase the column size.

    Best regards,
    Ismael

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