Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #545013

    hi

    i already used image hotspot tool, my question about .. i want when my user click in any hotspot point open a new picture in popup windows.
    can i do that ??

    #545323

    Hey DAFSCHOOL!

    Can you please try adding

    ?iframe=true

    to the end of your links

    Regards,
    Yigit

    #545766

    Thanks Yigit for your help
    but i still have a problem with height and width for the new screen
    i tried width=”600″ height=”598″
    but does not work ..

    #545960

    Hi!

    Can you please post the link to your page where we can see an example?

    Cheers!
    Yigit

    #546250

    this is my link http://www.fikr.edu.sa/index.php/school_env_ar/

    when you click on third point you will see what i mean

    #546550

    Hi!

    Please try adding following code to Functions.php file in Appearance > Editor

    add_filter( 'avf_avia_builder_masonry_lightbox_img_size', 'enfold_customization_change_popup_size' );
    function enfold_customization_change_popup_size( $size ) {
    	return 'fullsize';
    }

    Cheers!
    Yigit

    #547554

    hi Yigit

    I edited my function.php file as you said, but nothing happened

    #547755

    Hi,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #547774

    hi

    #548887

    Hi!

    You are using an old version of the theme, so please upgrade to Enfold 3.4.5 and let us know if you still need help afterwards.

    Best regards,
    Andy

    #549517

    Hi Andy

    I want to try update my theme, but i afraid to lost all my data or my adjusting elements in enfold option menu.
    in the same time i do not have a child theme.

    can you please guide me .. what can i do to update my theme with out losing any thing …

    #550145

    Hi,

    Please do a full backup of your site and export your theme settings in the backend so if something should go wrong you can roll back or import your settings again.

    Best regards,
    Rikard

    #550264

    Thanks Rikard for your advice, but i found this message in theme update

    “Theme Updates No Updates available. You are running the latest version! (3.3.2)”

    so, i am not in need to update my theme, in the same time i still have a problem with

    – > hotspot image
    – > All icons in my website look like chines

    #550436

    Hi!

    Please try this plugin to clear WordPress transients: https://wordpress.org/plugins/artiss-transient-cleaner/. If that doesn’t work then please try to update manually: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Yigit

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