Forum Replies Created
-
AuthorPosts
-
March 1, 2022 at 10:12 am in reply to: Fullwidth easy slider not full width in WPML translated pages #1342676
Thanks Ismael. I am afraid it must be some incompatibility between the new versions of Enfold and WPML. I will go on updating the pages manually while waiting for some updates
February 28, 2022 at 2:11 pm in reply to: Fullwidth easy slider not full width in WPML translated pages #1342562Hi Ismael I still have the same problem. In parallel I am checking this out with WPML guys who still didn’t figure it out. We tested on a new brand wordpress installation and the same issue came out. Could you be of help?
Here the link to the video I made showing my workflow, just for your informationFebruary 25, 2022 at 5:37 pm in reply to: Fullwidth easy slider not full width in WPML translated pages #1342309By the way Ismael I tried one more thing: I had a copy of the website on my local desktop without WPML. I installed the WPML and set it up in a basic way (I didn’t set translation for the acf fields yet) and simply translated the home page. The translated version presented a sidebar, exactly in the same manner it happened on the test sandbox made with the guys from WPML.
As you say, the issue doesn’t appear if I translate manually the page from within the Layout Builder. However other issues appear, such as the settings of columns (margins/padding etc) are completely messed up in all languagesThis seems to be a sort of conflict between Enfold and WPML. Which is strange as I use WPML in other websites built with Enfold and never faced this problem. I urgently need some help because I have to finish this work. Thanks
-
This reply was modified 4 years ago by
elenapoliti.
February 25, 2022 at 10:47 am in reply to: Fullwidth easy slider not full width in WPML translated pages #1342254February 24, 2022 at 11:49 am in reply to: Fullwidth easy slider not full width in WPML translated pages #1342138Hi Rikard, you can check to this page and its translation https://www.yourapartmentinvenice.com/apartment/ca-frezzeria/
You will need the login details in private, since right now the site is on maintenance modeJanuary 14, 2022 at 4:42 pm in reply to: Change standard enfold mobile menu behaviour with a total custom code #1335607Thanks for the information
January 13, 2022 at 10:19 am in reply to: Change standard enfold mobile menu behaviour with a total custom code #1335375Thanks, I just needed to know if that is feasible: I can try to implement it. Please, if it is possible for you, could you tell me if to avoid Enfold loads its own mobile menu I can just add this to my functions.php
function avia_append_burger_menu() {
return “”;
}And then append my own custom menu?
Thanks
Yes now that part seems working. However, if you scroll down you see a series of people’s pictures. By clicking on each of them you should go to the team page at the anchor for each one. That still doesn’t work. While if I am on team page, the left sub-menu with anchors works fine.
Thanks
Sorry, try again now with the same credentials
May 24, 2021 at 3:47 pm in reply to: Add a fullwidth submenu in single portfolio with hooks #1302038Fantastic Yigit, it worked perfectly! You can close the ticket and thanks very much
Well actually @Guenni0007 it was not that I didn’t believe you! I just didn’t realize from your advice that the problem was actually in the file functions.php. My stupidity!
Yes you are right. I just passed the while functions.php that is online. I did deregistered some scripts for that page and as a mistake (it was only on the file online) also the popup.js script!
That was causing the problem. Sorry really for having disturbed you (and @Guenni007 too) for such a stupid mistake. That page has such complex scripts on different files that I usually use 2 different copies (one for the server and one for the local tests), and I didn’t catch the error at first.
You can close the ticket, thank you very much
-
This reply was modified 4 years, 10 months ago by
elenapoliti.
Thank you very much to both @Guenni007 and @Rikard.I add in the private section the access to the admin wp. This is the page in question (https://www.marinemammalhabitat.org/imma-eatlas/) and the popup should be triggered by clicking on the link “definitions” at the right bottom of the page
Thanks for the time you spent on the issue. I hope that somebody from Kriesi may help
So should I use some other solution to create a popup? Maybe just a simple jquery to write directly into the template..
-
This reply was modified 4 years, 10 months ago by
elenapoliti.
No. Just a footer.php in the child-theme. Do you suggest to use it?
Yes I use a child theme (mmpatf). The magnificent popup function is called from the functions.php file. Many other snipets you may see on the page are customed: some are written on the template page and many others are called from a subfolder within the child theme that contains the whole programming code for the OpenLayers map. Everything is arranged from coding (there’s almost nothing on the enfold back-end)
At first I thought that some javascript was conflicting with the popup, but I have an exact copy of the page on my computer an it works. The only difference is that either WP and Enfold are not updated at the last version as it is online.
Sorry @Guenni007 but I tried: nothing worked. Any other suggestion?
@Guenni007 I’m not sure. On the local version (MAMP) of the website which contains the same plugins, everything is working fine. I tried to de-activate however WP Download manager which has some popup javascript that may be in conflict, but nothing happened. The problem is still there
Hi @Guenni007. yes the “Lightbox Modal Window” is checked. I now just uploaded the page template where I activated the html for the window I need. It’s the link you find at the right-bottom corner of teh page (Definitions-> when you click on the word a popup should come out). The style sheet is a specific one named “immas-style.css” and the function is written in the functions.php of my child theme
function popup_inline() { ?> <script type="text/javascript"> //.on('load') is used when jQuery migrate is disabled jQuery(window).on('load', function () { jQuery('.open-popup-link').magnificPopup({ type:'inline', midClick: true, closeBtnInside:true }); }); </script> <?php } add_action('wp_footer', 'popup_inline');March 12, 2021 at 4:57 pm in reply to: acf google map shortcode doesn't fit correctly in custom post type #1287774I solved the problem! Sorry for bothering. The correct way to show a shortcode is to use $output and return it, as the following code
function single_map (){ $indirizzo = get_field('indirizzo'); $type_icon = 'http://localhost:8888/mario/wp-content/themes/yaiv/images/marker-home.png'; $output = '<div class="acf-map" style="overflow: hidden; position: relative;">'; if( $indirizzo ): $output .= '<div class="marker" data-lat="'; $output .= esc_attr($indirizzo['lat']).'"'; $output .='data-lng="'; $output .= esc_attr($indirizzo['lng']).'" ></div>"'; endif; $output .= '</div>'; return $output; } add_shortcode( 'single_map', 'single_map' );Hence you can close the ticket (maybe the code is useful to somebody else)
January 7, 2021 at 4:29 pm in reply to: How to add an order/orderby option on blog post front-end side #1270899Yes please close the topic!
Thanks Yigit! Your solution did the trick! Topic solved.
Thanks Guenni007, I actually did change my settings in the browser, allowing video and audio. However still the sound is not played. I tried with Firefox Chrome and Safari, and still the audio is not audible.
Hi Ismael, have you had the possibility of checking my issue above? I posted in the private session the ftp access as you requested. Thanks a lot
January 4, 2021 at 1:21 pm in reply to: How to add an order/orderby option on blog post front-end side #1270133Thanks Ismael, I will check the two articles you mentioned!
Hi Ismael I tried your solution but it’s still not working. Actually the client doesn’t care if there are no controls available to stop/re-play the video, as the video should be only appear in the home page which works as an intro. So it is juts to have a background video going on, but he really wants to let the audio playing as well.
Another soluton it would be to embed the video in a classical slide, but I don’t know if it is possible to make show it as a full page video with text elements in it as it is now (the reference page is in the private section)
Ok I don’t understand. I use Firefox, but now I tried with Chrome as well. Although audio is enabled via functions.php, AND I have interacted with the domain (click) OR the video with sound has been previously played with sound, I still don’t hear anything.
Also the same thing happens if I add a direct link to the .mp4 uploaded to my server.
Is there any method to bypass the issue? My client wants specifically a video he created (the one that is in the link you received) which has sound.
Thanks for help
Thank you. Find here link and credentials
October 27, 2020 at 11:56 am in reply to: How to deal with custom post type and a relative custom archive page layout #1256002Thanks Ismael!! Sorry for the late reply. The problem is solved! I understand now where was the problem.
you can close the ticket now.
Great support as usual! -
This reply was modified 4 years ago by
-
AuthorPosts
