Forum Replies Created
-
AuthorPosts
-
Hi Yigit,
Oh of course, Yes, that works, thanks!
Kind regards,
EmileHi Yigit,
Aha, so that is what changed after the update. Before the update you could add separate margin to the columns and now you can’t anymore. but the set value before update still remains, so it has a margin value that can’t be changed in the backend.. this is a bit buggy..
Where did you say you changed it for the food retail page?
Kind regards,
EmileI deleted the white space element on this page so you can see what is does:
You can see the extra margin-top:180px; weird right?
I replaced the header.php and the footer is back. thanks.
yes, without animation the images look crisp.
Thanks!Weird, I removed the restrictions and it works. thanks!
Yes, I’ve done all that. And waited and cache refresh with every step. The Key will not connect.
Is there some way to see the error?Hi,
I updated WordPress to the latest version, it made no difference…
Kind regards
Emile JansenHi,
It semi works. I do have a language switch on the homepage ( a dropdown for some reason). But the styling part doesn’t seem to be working.
Any thought on this? I’ve added login credentialsI tried adding the following code
/* enfold social media icons fix */ .social_bookmarks_twitter a::before, .av-social-link-twitter a::before { font-family: 'entypo-fontello'; content: ''; } .social_bookmarks_facebook a::before, .av-social-link-facebook a::before { font-family: 'entypo-fontello'; content: ''; } .social_bookmarks_linkedin a::before, .av-social-link-linkedin a::before { font-family: 'entypo-fontello'; content: ''; } .social_bookmarks_pinterest a::before, .av-social-link-pinterest a::before { font-family: 'entypo-fontello'; content: ''; } .social_bookmarks_tumblr a::before, .av-social-link-tumblr a::before { font-family: 'entypo-fontello'; content: ''; } .social_bookmarks_reddit a::before, .av-social-link-reddit a::before { font-family: 'entypo-fontello'; content: ''; } .social_bookmarks_vk a::before, .av-social-link-vk a::before { font-family: 'entypo-fontello'; content: ''; } .social_bookmarks_gplus a::before, .av-social-link-gplus a::before { font-family: 'entypo-fontello'; content: ''; } .social_bookmarks_mail a::before { font-family: 'entypo-fontello'; content: ''; } .social_bookmarks_dribble a::before { font-family: 'entypo-fontello'; content: ''; } .social_bookmarks_youtube a::before { font-family: 'entypo-fontello'; content: ''; } .social_bookmarks_instagram a::before { font-family: 'entypo-fontello'; content: ''; } .social_bookmarks_vimeo a::before { font-family: 'entypo-fontello'; content: ''; }
and is works but What’s app is not included and when I simply add:
.social_bookmarks_whatsapp a::before, .av-social-link-whatsapp a::before { font-family: 'entypo-fontello'; content: ''; }
The vimeo logo appears.
What code should I add to show the proper whatsapp icon?
thanks in advance!
I’m running 4.7.2 and icons are still missing.
Any solutions yet?Hi Nikko,
Thanks, It works. Although the X after clicking the hamburger-icon is also in #661c54, but I guess that’s inevitable.
page-id-92 will become the homepage after the page is approved, for now a placeholder is set as homepage.
Thanks!
Thanks for your help, but this not really a solution.
I guess it’s not possible to add a link to an image in a lightbox in Enfold. To bad.Hi, Thanks for you help so far.
The situation is as follows:
– On this page: https://sensmaroc.nl/sens-maroc/ I have a grid-row.
– The second cell from the left (Discover the Moroccan triangle) should open an image from the media library in a lightbox (now opens the link to the image in new tab). I would like to use the enfold function of “column link” with in the cell settings, so the same overlay is used as the cells that link to pages.
I tried adding “iframe=true” to the link, but this doesn’t seem to work.
– The third cell from the left (Video) should open a video in a lightbox. This already seems to work.In your example you use a easy-slider and I want the entire cell (with more than 1 image) to open an image from the media library in a lightbox.
Thanks in advance.
- This reply was modified 4 years, 10 months ago by enzowillemstad.
What do you mean?
Is there perhaps another way this can be achieved?
Hi,
Thanks for you response, It semi-works.
First click it opens de image in a lightbox (nice), close the lightbox and click again and the image opens as normal.Sorry, not the homepage, but this page: https://sensmaroc.nl/sens-maroc/
The video lightbox seems to be working.
On the homepage, the second blok from the top left should have a link to an image in lightbox.
in private content you see the login credentials.
Thanks in advance.
- This reply was modified 4 years, 10 months ago by enzowillemstad.
Is there a reason why Mike’s code doesn’t do anything?
Because that would be exactly what I want..av-active-tab-content.__av_init_open { display: none !important; }
April 8, 2019 at 9:12 am in reply to: Issue with anchor ID and navigation overlapping content #1088177thanks!
April 5, 2019 at 2:51 pm in reply to: Issue with anchor ID and navigation overlapping content #1087485Hi Ismeal,
Sorry nothing seems to work on this end. on any browser and I can’t get it back to way it worked with the refresh script for some reason. I’m so not a programmer.. Would you be so kind tas to put the function.php file the way you found it before adding you own script?Best regards,
April 2, 2019 at 9:25 am in reply to: Issue with anchor ID and navigation overlapping content #1085964Hi Ismael,
It makes sens but I’m afraid it doesn’t work on my end. Does it work on your end? I’ve tried different browsers, but I can’t see it. A refresh doesn’t do the trick any more either.
Any suggestions? Otherwise I’m sticking with my refresh script..
March 28, 2019 at 10:42 am in reply to: Issue with anchor ID and navigation overlapping content #1084023Hi Ismael,
I’ve added a screen capture video, that shows the problem, in the private content settings.
Hope you can find a solution for this.
I’ve managed this in a browser which was not refreshed yet, so the refresh script is still active. I can delete it if you want..
- This reply was modified 5 years, 7 months ago by enzowillemstad.
March 26, 2019 at 11:34 am in reply to: Issue with anchor ID and navigation overlapping content #1083060OK, for people who experience the same issue I’ve found a work around.
By adding the following code to the function.php (within the PHP section).<script type='text/javascript'> (function() { if( window.localStorage ) { if( !localStorage.getItem('firstLoad') ) { localStorage['firstLoad'] = true; window.location.reload(); } else localStorage.removeItem('firstLoad'); } })(); </script>
The script reloads the page again without changing the url and the page remains on the anchor position.
It would be nice if this bug is fixed though ;-)
- This reply was modified 5 years, 7 months ago by enzowillemstad.
March 25, 2019 at 4:32 pm in reply to: Issue with anchor ID and navigation overlapping content #1082748is these somebody that can take a look at this issue or is it a known bug? Could there be an easy fix?
Please help.Maybe only solution is not to use the anchor id’s? but I need those in the main menu.
I have the same issue on 1 site
error:
Last time we checked the token we were not able to connected to Envato:Purchases could not be accessed
Username could not be accessed (needed for your information only)
E-Mail could not be accessed (needed for your information only)On another site the “save all changes” keeps loading. refreshed the page after an hour and the token was missing. entering it again and it keeps loading again.
October 8, 2018 at 1:55 pm in reply to: Issues with latest Chrome? (Version 69.0.3497.100 (Official Build) (64-bit) #1018981Oh sorry the topic can be closed. Thanks!
October 8, 2018 at 9:04 am in reply to: Issues with latest Chrome? (Version 69.0.3497.100 (Official Build) (64-bit) #1018860My apologies. It was a local problem.
It works perfect with other slider, thanks so much! Again: you guys are awesome!
Ok. Not sure wat ALB is, but no problem I can create a slider in another slider plugin.
Thanks for your help.
You guys are by far the best theme-support! -
AuthorPosts