Forum Replies Created
-
AuthorPosts
-
Hi bmwa,
I think you can enable Custom CSS Class: https://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
then add a class name to the Grid Row, and go to Enfold > General Styling > Quick CSS then add this css code:.my-class-name { margin: 0 !important; padding: 0 !important; }
just replace my-class-name with the class name you used (don’t remove the dot).
Hope this helps.Best regards,
NikkoHi davidm290,
I have tested the same code on my end and it works fine, so I’m not really sure why it’s not working on your end.
Can you try to give us temporary admin access? so we can check your backend settings.
Just post the login details in private content.Best regards,
NikkoHey fionayoung,
Can you give us a link to the page mentioned? and screenshot on how it looks on the backend, so we can make a comparison and check further.
Best regards,
NikkoHi,
Glad to hear that it’s resolved :)
Please feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi agolden85,
If you recently updated enfold theme to 4.2.6 and get an HTTP 500 error here is what you should do to resolve this issue:
1. Deactivate all plugins.
2. Update the PHP version being used by your hosting server to PHP 7 by getting in touch with your hosting company.
Access your site with FTP or log in to your control panel and access the site via File Manager and perform the below steps:
3. Replace the header.php file in wp-content/themes/enfold folder with an updated version of the header.php file.
4. Access your WordPress site root folder and rename the current .htaccess file to .htaccess.bak. Login to WordPress admin area go to settings > permalinks > select “Post name” and save changes.
5. Define a higher memory limit in WordPress and if possible increasing the memory on the hosting server.
To increase the WordPress memory limit please access wp-config.php file and add the below line
define('WP_MEMORY_LIMIT', '256M');
For a detailed explanation please check this link http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
and you can contact your service provider to increase the memory limit.If none of the above works for you please go ahead and delete the “enfold” folder in wp-content/themes/ and upload a fresh copy of the “enfold” theme files.
Best regards,
NikkoHi MSchrauf,
Glad that Jordan helped you. :)
Please feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi SiGun,
Can you try the solution posted here by Ismael:
Let us know if this helps.
Best regards,
NikkoHi Danny,
Can you try to change this part of the code I gave:
else if(tribe_is_month() || (tribe_is_upcoming() && !is_singular())) { $trail[] = $events_link; }
to:
else if(tribe_is_month() || (tribe_is_upcoming() && !is_singular())) { //$trail[] = $events_link; }
Hope this helps :)
Best regards,
NikkoHi Maaike,
Glad that we could help :)
Please feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi sandro_risuleo,
Glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi John,
Glad that we could help. :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Lara,
Glad that we could help. :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Lara,
I see, try to use this code instead:
#top #footer .av_font_icon { margin-right: 17px !important; }
Hope it helps :)
Best regards,
NikkoHey Lara,
Thanks for giving us admin access.
I added this class to your first image remove-overlay then added this css code in Quick CSS (located in Enfold > General Styling):#top .remove-overlay .avia_image .image-overlay { display: none !important; }
Let us know if you need further assistance :)
Best regards,
NikkoHey Nick,
I have checked your site and it seems like you have already fixed it.
I have posted a screenshot on what your product page looks on my end.
(Screenshot link in private content)Best regards,
NikkoHey Lara,
Thanks for giving us admin access.
The reason it’s having spaces in the homepage is because of this code:.home .av_font_icon { margin-right: 17px !important; }
please replace it with:
.home .textwidget p span.av_font_icon { margin-right: 17px !important; }
Hope it helps :)
Best regards,
NikkoHi marko7,
You could also try that one.
Just try to update every time you finish a single section.Best regards,
NikkoHi davidm290,
Can you post again what the new code looks like now?
And also post here the result or what Subject you’re receiving.Best regards,
NikkoHi Malene123,
Can you try to clear the browser cache or try a different browser?
If you’re using Google Chrome, try to open the web console by pressing ctrl + shift + i then go to the Console (tab):
https://developers.google.com/web/tools/chrome-devtools/console/
If you get any please post the screenshot here, so we can see.Best regards,
NikkoHi Nick,
Thanks for your kind words, we appreciate it a lot :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Sheri,
I’m not sure which hosting you are on but you can try to check the following instructions:
https://my.bluehost.com/hosting/help/ftpaccounts
https://www.youtube.com/watch?v=_jBmo3GAVV4 (video)Best regards,
NikkoHi tdproperty,
Yes, can you try adding this css code as well:
.page-id-6249 #header { display: none; } .page-id-6249 #main { padding-top: 0 !important; } .page-id-6249 #main .entry-content p { margin: 0 !important; }
Best regards,
NikkoHi marko7,
Thanks for giving us ftp access, but I still could not figure out why it’s not working when the 2nd section on that page is loaded.
Can you try to update the theme to the latest version? make sure also to make a backup on your site first, or create a stage site where you make the updates first, in case there’s a problem, your live site won’t be affected.Best regards,
NikkoApril 26, 2018 at 2:55 am in reply to: Bug: Product info tab not showing on AVL product pages #947007Hi wzshop,
Thanks for giving us admin access.
I have checked on it and I am able to replicate the same issue on my end. We have already reported this to Kriesi and our devs, I hope you’ll be patient enough to wait until a fix will be released. For the meantime, can you use the default editor for the single products page.Best regards,
NikkoHi bakbek,
I have checked it but I don’t see the comments anymore, seems like its replaced with facebook comments.
Maybe adding !important would help so it wouldn’t get overridden.Best regards,
NikkoHi beste_medien_werbe_agentur,
Grid Row comes in quite handy :)
Glad that we could help! Let us know if you need further assistance.Best regards,
NikkoHi cassidydiehl,
Glad that we could help. :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Carsten,
Glad that we could help. :)
If you need further assistance or have questions to ask, please feel free to comeback.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi rpichler,
Glad that Vinay helped you.
Please feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day! :)Best regards,
NikkoHi elee1007,
They are the same basically, can you try do this instead, Add a Grid Row, remove the 2nd column and add the Video inside the grid row, that should make it fullwidth.
Let us know if this helps.Best regards,
Nikko -
AuthorPosts