Forum Replies Created
-
AuthorPosts
-
July 4, 2019 at 2:38 pm in reply to: After adding "shortcodes.js" to theme child, accordion isn't working anymore… #1115792
I can remove the modifications from the enfold parent folder so you can better see the issue ?
July 4, 2019 at 2:37 pm in reply to: After adding "shortcodes.js" to theme child, accordion isn't working anymore… #1115791Hi Ismael,
Well I just put the modification in the parent enfold theme as suggested… it works this way… until the next enfold update! :)
That’s why I was looking for a way to only incorporate the modifications in the child theme…Thanks for your help!
July 2, 2019 at 8:21 am in reply to: After adding "shortcodes.js" to theme child, accordion isn't working anymore… #1115074Hi Mike,
Yes, if I replace the enfold parent shortcode.js, it seems to work…
But it’s not ideal since I would need to copy/paste my modification in the shortcodes.js each time I update enfold.July 1, 2019 at 9:32 am in reply to: After adding "shortcodes.js" to theme child, accordion isn't working anymore… #1114828Hi Mike, you are right, it’s done!
Tell me if it helps…June 27, 2019 at 5:10 pm in reply to: After adding "shortcodes.js" to theme child, accordion isn't working anymore… #1114025… I also noticed that the column links don’t work neither with the shortcode.js integrated in my child theme.
June 27, 2019 at 12:14 pm in reply to: After adding "shortcodes.js" to theme child, accordion isn't working anymore… #1113915Hi Ismael,
Im sending you the connexion info in private field.
Thank you very much for your help!Max
- This reply was modified 5 years, 4 months ago by maxgorelkine.
June 21, 2019 at 11:12 am in reply to: 100% height color section doesn't fit the bottom of the screen with sticky menu #1112293Hi Nikko,
Worked like a charm, thank you so much!!!
Amazing support as always!June 20, 2019 at 2:48 am in reply to: 100% height color section doesn't fit the bottom of the screen with sticky menu #1111785Hi, thanks for your reply. Here is the link. You will see that when you click on the scroll to next section arrow, each color section (except the 1st one, since I put a transparent header) goes a little bit lower than the bottom of the screen (70px lower in my case since my sticky header is 70px high).
May 15, 2019 at 11:04 am in reply to: Display category BEFORE title in post slider and grid layout in archives pages #1100962Hi Victoria, worked like a charm, thank you so much!!
Amazing support from you guys, like always! :)May 14, 2019 at 2:24 pm in reply to: Display category BEFORE title in post slider and grid layout in archives pages #1100543Hello Victoria, sorry I didn’t see you reply…
I’m sending you the pages as private content. The site is in maintenance, so you need to login to see them.I would “just” need the category to be displayed above the title and not under it.
Thanks a lot!
MaxHello, thanks a lot @2funky, yes it definitely showed me the way. I just had to adapt it a liitle since I needed to put the word “Cart” before the number.
Thanks again!up! :)
April 2, 2019 at 10:21 am in reply to: Target single tab via css in "tabs element" on mobile #1086001Hi Victoria, you are amazing, it works like a charm!
Thank you so much for your amazing support as always!
Long live Kriesi! (and Enfold ! ;))- This reply was modified 5 years, 7 months ago by maxgorelkine.
April 1, 2019 at 9:50 pm in reply to: Target single tab via css in "tabs element" on mobile #1085715Hi Jordan,
Here is the link :Thanks in advance!
MaxApril 1, 2019 at 4:28 pm in reply to: Target single tab via css in "tabs element" on mobile #1085565Hello Victoria,
Here is the exemple for desktop where each tab has a “tab_counter_1”, “tab_counter_2”, … class which allows me to target each tab separately and apply a different background color:
And the same tab element on mobile where each tab loses it’s specific counter class and becomes just “fullsize-tab”, which makes it impossible to target each tab separately. I tried to use :nth-child() but it doesn’t seem to work.
Thanks a lot for your help!
- This reply was modified 5 years, 7 months ago by maxgorelkine.
March 18, 2019 at 4:39 pm in reply to: Target single tab via css in "tabs element" on mobile #1079963Hi, Thanks for your answer… unfortunately they all get the same class .fullsize-tab so I can’t differentiate them and apply a different color to each tab…
Hello, here is a the link.
I’ve used the following code for now, but unfortunately it doesn’t always works properly (sometimes the hidden divs are shown when closing the overlay burger).
The idea was to link the visibility of #lalo-language-switcher and #texte-menu-bas divs to the visibility of the overlay-burger-menu, but I’m not sure how…
Tanks a lot!function add_hide_header(){ ?> <script> jQuery('.av-hamburger').click(function() { jQuery('#lalo-language-switcher').fadeToggle('100', 'linear'); jQuery('#texte-menu-bas').fadeToggle('100', 'linear'); }); </script> <?php } add_action('wp_footer', 'add_hide_header');
Well I’m trying to do something like this ;
<script> $(function() { if ($('.av-burger-overlay').css('display', 'block')) { $('.text-menu-bottom'').fadeIn('300', 'linear') { } else { $('.text-menu-bottom').fadeOut('300', 'linear') { } }); </script>
or
<script> $(function() { if ($('.av-burger-overlay').is(':visible')) { $('.text-menu-bottom'').fadeIn('300', 'linear') { } else { $('.text-menu-bottom').fadeOut('300', 'linear') { } }); </script>
But unfortunately it doesn’t seem to work. I’m not sure I’m targeting the right class…
- This reply was modified 6 years, 4 months ago by maxgorelkine.
Hi, thanks for your reply!
Actually, what I’m trying to achieve is to show 2 divs at the same time as the burger overlay when clicking on the burger menu icon, and hide these divs when closing the menu… is there a way to link/use the enfold function that displays and hides the overlay menu when clicking on the burger icon?
Thanks a lot!May 31, 2018 at 9:28 am in reply to: Google Maps API key is not valid (after update Enfold 4.4) #964692Hello, I’ve got the same problem, even after following all the procedure and creating a new API key… any news on the matter ?
July 26, 2017 at 9:39 am in reply to: When touching the fallback image on mobile or tablet; the video doesn't play #830037Since I’m here, there is another issue concerning the scroll down arrow functionnality on ipads.
It seems that on tablets, the fixed header is not taken into account when calculating the point where it should stop when clicking on the scroll down arrow. The result is that the scrolling goes a little bit to far, which often means that the next section title is hidden by the header…
I don’t know if you see what I mean?
On desktop, the scrolling works perfectly with or without sticky header, but on ipad it doesn’t… are you familiar with this issue?
Thanks again!- This reply was modified 7 years, 3 months ago by maxgorelkine.
July 26, 2017 at 9:32 am in reply to: When touching the fallback image on mobile or tablet; the video doesn't play #830030Hi,
Well I didn’t really fix the issue, because now I have the same problem but with the color section within which I put the video element. I can’t use the scroll down arrow function there…
So I hid it for now there, since it’s not as essential on mobile, but I still would like to know if there is a way to make it work on both type of devices… (seems to me that the most “simple”, or at least efficient, solution would be to make the fallback image clickable on mobile devices so it would launch the video).
Thanks a lot!July 21, 2017 at 12:13 pm in reply to: When touching the fallback image on mobile or tablet; the video doesn't play #825082I’ve tried the solution proposed (hidding the video sections based on devices) and I’ve encountered another problem:
The scroll down arrow of the video slider above doesn’t work properly, since it’s pointing to the #next-section which is the second video block hidden via css.
Do you have a solution to point to the proper #section under the video slider which is not hidden instead?July 21, 2017 at 10:49 am in reply to: When touching the fallback image on mobile or tablet; the video doesn't play #825060Oh, so it’s not supposed to launch the video when clicked? I had the idea it was the way it was supposed to work based on this discussion on your forum :
https://kriesi.at/support/topic/video-slideshow-on-mobile/There the moderator wrote :
“Kriesi now added a “fallback” image option to Enfold 2.6 (we’ll release the update next week) which shows a fallback image instead of the video. If the user clicks on the fallback image the video starts to play.”So it wasn’t accurate after all?
You are saying that if I want to have a video slideshow on desktop, and the same video showing on mobile, I have to create 2 video blocks (one video slideshow, and one simple video), and hide one on desktop, and the other on mobile using css? It means that the video will be loaded twice? Won’t it affect the overall loading time of the page, especially on mobile?
Thanks for your help!
July 20, 2017 at 5:42 pm in reply to: When touching the fallback image on mobile or tablet; the video doesn't play #824723Hello,
I’ve tried that. When I remove the fallback image, there is no video and the following message on ipad and iphone :
Please set a mobile device fallback image for this video in your wordpress backend.It works!! Thank you so much!!
Great support as usual! :)Thanks a lot, unfortunately I don’t see any change, still 2 columns on small screens for the test page :
- This reply was modified 8 years, 5 months ago by maxgorelkine.
Here you go!
Thanks, I tried, but unfortunately it doesn’t change a thing…
Hello,
Thanks for the css. Unfortunately, it doesn’t seem to work properly as you can see on the test page…
Any ideas?Thanks!
-
AuthorPosts