Forum Replies Created
-
AuthorPosts
-
Hi Victoria I just want to tell you that the update didn’t solve the problem. As you said is a problem of the magnific popup functon which is not declared in the proper way.
Could you please help me in solve it? Thanks
Hi Victoria, referring to the script I added to my functions.php (https://cl.ly/7987dc512db0 The error comes from here, you need to have the Magnific popup explicitly enqueued too), it is really strange as I always used that script in other settings and did work.
What do you mean that I should explicitly enqueued ? Thanks for explanation
Actually on the same web site I have the problem that the Manific popup is no more working (see post https://kriesi.at/support/topic/magnificent-popup-not-working-part-2/#post-1021763). So actually I have two issues. In the meanwhile I try to update the theme and see what happens.
Best regards
- This reply was modified 6 years, 1 month ago by elenapoliti.
Sorry for the delay, I tried to deactivate the plugins that were included recently but still it doesn’t work. All the other plugins are woocommerce related and when uploaded they didn’t create any problem.
That is a section that I do not check often, so I don’t know when the problem occurred exactlyJune 23, 2018 at 8:41 am in reply to: Magnificent Popup not workin (not recognized as a function) #976851Thanks Ismael, now finally it work perfectly and smoothly!!!
Such a great team you are!
June 20, 2018 at 4:49 pm in reply to: Magnificent Popup not workin (not recognized as a function) #975381Sorry Victoria for answering only now. Unfortunately it still doesn’t work.
June 15, 2018 at 2:41 pm in reply to: Magnificent Popup not workin (not recognized as a function) #973334Could you please suggest me how could I load it explicitly?
ThanksJune 15, 2018 at 1:10 pm in reply to: Magnificent Popup not workin (not recognized as a function) #973284Here they are! Thanks
June 15, 2018 at 10:55 am in reply to: Magnificent Popup not workin (not recognized as a function) #973225Hi Mike I did try to cancel completely the enfold folder files and copy the new version via FTP, but still the problem remains.
Actually the funny things is that I did the same with other three web sites and everything went well: the popup function worked and nothing broke.
I am working abroad for a month and I don’t have with me a local copy of the web site, so I cannot test it locally in a quick way (I should duplicate the whole web site and download it locally but it would take quite a long). Nothing you could do from your side to help me?
Thanks
June 13, 2018 at 4:58 pm in reply to: Magnificent Popup not workin (not recognized as a function) #972367Hi Mike, no way: the problem is still there. The popup modal is on the pages of some products. I add in a private section the access to the web site and one example page (a product) where the problem exists.
Also I noticed that in product pages the main menu (that should be sticky at the top) has a transparent space above it. As it is detached from the very top of the screen, which is quite annoying.If you could help me I would appreciate it very much
Thanks
- This reply was modified 6 years, 5 months ago by elenapoliti.
June 11, 2018 at 6:27 pm in reply to: Magnificent Popup not workin (not recognized as a function) #971332Hi Mike, excuse me but I actually added also the line
add_action('wp_head', 'popup_inline');
I just forgot to paste it in my previous msg.
However it doesn’t work. In reality it always worked and messed up after an update. So I am pretty sure that both the snippet in the funcrions.php file and the snippet in the html code is ok.
I will try to disable the plugins and see if something changes. Otherwise I will send you an access to the site.
Thank you very much
I tried to restore the previous Enfold version but the problem remains. I also posted the problem to the WPML support forum. Actually what doesn’t work are the products with variations
Thanks very much now it is working! What was the problem? As I should update via ftp other websites and wouldn’t like to step in the same problem.
By the way did you have the chance to check the date issues belw the posts?
Again thank you
Here they are. Thanks and if you also can give a look to the problem that the date doesn’t appear below the post title in the news page
Thanks
March 2, 2018 at 6:56 pm in reply to: toggle sections by clicking an image and sliding down to anchor text #920482Yes please close it
February 28, 2018 at 6:12 pm in reply to: toggle sections by clicking an image and sliding down to anchor text #919206I found the answer: just added the following script to the functions.php file (if somebody else is interested)
function show_section(){ ?> <script> jQuery(document).ready(function( $ ) { $(".image").click(function(){ if ($('#section').css('display') == 'none') { $("#section").css("display","block"); } else { $("#section").css("display","none"); } document.getElementById('diecimetri').scrollIntoView(true); }); }); </script> <?php } add_action('wp_footer', 'show_section');
and then I added a css rule as follows
#section { display:none; }
February 8, 2018 at 10:01 am in reply to: Woocommerce terms & conditions duplicated in checkut page #909651Thanks Ismael I just did it but the problem is still there.
February 7, 2018 at 5:34 pm in reply to: Woocommerce terms & conditions duplicated in checkut page #909322That’s a problema as the text is long and it is managed with an accordion. It has always worked perfectly, but I guess after one of the latest release of Enfold or woocommerce (sincerely I cannot say which), the problem came out.
The issue then is not solved. I’ll simplify the content of the page, but this is a real pity
Thanks
February 6, 2018 at 9:24 am in reply to: Woocommerce terms & conditions duplicated in checkut page #908425Sorry for the delay: I lost your communication! The page https://whalesanddolphins.tethys.org/checkout/
Thanks
I actually decided to have only a burger menu, since I didn’t find any better solution.
Thanks @classywebsites I had the changelog. My wonder was how to handle the inclusion of custom php files
Hi all can you explain a little bit how I can get advance about the new feature on the Enfold 4.2.2
“- added: filter “avf_register_custom_backend_styles” to include custom php files in backend to allow for style modifications”
Thanks very muchJanuary 25, 2018 at 10:37 am in reply to: Setting tooltip size on mobile devices for hotspot images #902736You are right!! I had the minify plugin activated that prevented the use of newly added css rules. Now it works like a charm!
Thank you very much: always a great support!!- This reply was modified 6 years, 10 months ago by elenapoliti.
January 25, 2018 at 9:51 am in reply to: Setting tooltip size on mobile devices for hotspot images #902698Thanks Nikko, but nothing happens. The tooltips are still visible in the same way.
January 23, 2018 at 11:09 pm in reply to: Setting tooltip size on mobile devices for hotspot images #901747Hi I copy in the private content an example page I would like to create. There is an drawing (image) with some hotspots in which an explanation is visible. My goal is to make the explanation well readable on a mobile device (iphone 6 for example), even in daylight (sun light). Do not consider the colours I used now as it is only an example. My idea is to have the tooltip that has a certain heght (let’s say fixed height) and a 100% width in relation to the mobile device screen width.
I found which was the problem: I installed and activated some time ago the plugin Fast Velocity Minify which I imagine created a minified copy of my CSS files. The site was pointing to it and not to the last version of css files I uploaded. Hence any change to it didn’t work. I deactivated it and everything was working fine
Sorry for the disturb, but this may be of help for someone else
Yes please, close the ticket
Ok thank you!
November 24, 2017 at 9:51 am in reply to: Burger menu do not work when items have submenu children pages #881086Hi Ismael, yes the contacts anchor now it works: it was probably a matter concerned with the wrong burger menu set up.
I found the proper way to add the bcg by setting it in the enfold set up > main content bcg image
Sorry for having bothered. Great layout as always!!
November 22, 2017 at 1:03 pm in reply to: Burger menu do not work when items have submenu children pages #880227Thanks I see the problem. The two ways you suggested wortk so I will deal with one of them.
Coming to the other two questions, do you have any suggestion?
1) background image for the body of the home page (see code I used above): it looks nicely on the desktop (even in mobile mode), but if I open the page on a mobile device the image is repeated in every section. How can I solve it?
2) anchor text. I should added a menu voice (Contacts) that is anchored to the home page section id=contact. However the link brings me only to the home page, without scrolling to the id section that I specified. I did it in other situations and it worked.
November 20, 2017 at 1:30 pm in reply to: Burger menu do not work when items have submenu children pages #879104I am also facing a problem with anchor text. Ishould add a menu voice that anchor to a home page section. However the link brings me only to the home page, without scrolling to the id section that I specified.
I did it alreday with another web page built with Enfold and it worked nicely. I am not sure if this is a problem with the nrew version of the theme or because my custom css for having a custom background image (see above)
-
AuthorPosts