Forum Replies Created
-
AuthorPosts
-
Hi,
you can adjust this in Enfold->Advanced Styling->Main Menu Links
Best regards,
AndyMay 18, 2016 at 4:02 pm in reply to: Ajax Add to Cart Problem with the ALB product list element #634582May 18, 2016 at 4:01 pm in reply to: change the display order of the masonry order categories #634581Hi,
check out this: http://kriesi.at/documentation/enfold/change-the-sort-order-of-masonry-elements/
Best regards,
AndyHi,
still I can’t see any code in your post.
Best regards,
AndyMay 18, 2016 at 3:57 pm in reply to: CSS DIV issues with colored backgrounds when make changes to a page #634576Hi,
even if caching plugin is deactivates caching goes on. That’s why you need to activate it again, go into plugin’s settings and choose to switch off caching. Afterwards clear browser cache and hard refresh a few times.
Best regards,
AndyHi,
There might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works:
Are we allowed to deactivate all your plugins after you’ve got a fresh copy from themeforest?
Best regards,
AndyHi,
try this code inside of Quick CSS field:
.avia-testimonial-image img { border-radius: 0px; } .avia-testimonial-image { border-radius: 0px !important; }Best regards,
AndyHi,
glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
AndyMay 18, 2016 at 3:00 pm in reply to: Fullwidth Easy Slider cutting off content on mobile [URGENT] #634517please use your own ticket (thread) in the future.
I checked your website on mobile, but can’t see any cut off content. Can you provide us a mockup highlighting what you mean please? use imgur.com or dropbox.
Best regards,
AndyHi,
1.) We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.
But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)
2.) WordPress is cropping images by default when uploading them and if you want to control this behavior you can use a plugin like this: https://wordpress.org/plugins/simple-image-sizes
I hope this will help :).Best regards,
AndyHi,
that’s the way a widget menu works. If you need special function then you would need to search for a plugin with such functions.
Use this code for active menulinks:
.current-menu-item a { color: red; }Best regards,
AndyMay 18, 2016 at 2:51 pm in reply to: CSS DIV issues with colored backgrounds when make changes to a page #634501Hi,
I noticed that you are using a caching plugin. Would you mind opening your plugin’s settings page and temporarily deactivate the caching of your site? Then please try to clear your browser cache and hard refresh the site (Hold CTRL + SHIFT + RELOAD) to see if that solves the issue.
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
Best regards,
AndyHi,
There might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works:
If that does not help then it seems that your WordPress installation is corrupt. Try to activate a default WP theme to check if this is working for you or not and let us know about your results here.
Best regards,
AndyHi,
that not true. I see that you have used WP Super Cache plugin. Activate it again, go into it’s settings and choose to switch off caching. Afterwards deactivate this plugin and all other plugins. Then clear browser cache and hard refresh a few times.
Best regards,
AndyHi,
glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
AndyHi,
glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
AndyHi,
use this code:
.sub_menu { float: left; }For you search button add this code:
#menu-item-search [data-av_icon]:before { visibility: hidden; } [data-av_icon]:after { attr(data-av_icon) content: attr(data-av_icon); } #menu-item-search [data-av_icon]:after { font-family: 'entypo-fontello'; margin-left: 10px; }Best regards,
AndyHi,
your Dashboard is simply not loading for me. I’m waiting and waiting, but nothing gets loaded.
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
In addition to that, please let us know if we are allowed to deactivate one or more of your plugins as well for testing purposes :)Best regards,
AndyHi,
try this code:
.inner { display: flex; }Best regards,
AndyHi,
you are using this code:
.main_color .header_bg, .main_color .main_menu ul ul, .main_color .main_menu .menu ul li a, .main_color .pointer_arrow_wrap .pointer_arrow, .main_color .avia_mega_div, .main_color .av-subnav-menu > li ul, .main_color .av-subnav-menu a { color: afafaf; }which is missing a “#”. Replace it with this one instead:
.main_color .header_bg, .main_color .main_menu ul ul, .main_color .main_menu .menu ul li a, .main_color .pointer_arrow_wrap .pointer_arrow, .main_color .avia_mega_div, .main_color .av-subnav-menu > li ul, .main_color .av-subnav-menu a { color: #afafaf; }Best regards,
AndyHi,
go to Enfold->Advanced Styling and choose “Main Menu Links” for editing.
Best regards,
AndyHi,
as already said you need to play around with the different values to search the right positioning.
Try this:#text-6 { left: 85% !important; } #text-5 { left: 65% !important; }Best regards,
AndyHi,
archive pages are not controlled by the theme but by WordPress itself, that’s why you would need to search a WordPress plugin for such features and/or ask in general WordPress forum about it.
Best regards,
AndyHi,
yes, this is normal.
When I deactivate all your plugins but WPML then it’s working as expected. So one is causing this issue.
Best regards,
AndyHi,
which code? I can’t see any code in your last post. You can use pastebin.com
Best regards,
AndyHi,
thanks for the clear video.
Open your gallery element to edit it and look for “Thumbnail fade in effect”. Choose “Activate animation on page load”. This should help.
Best regards,
AndyHi,
in this case I would try another plugin. You could also hire a freelance developer to make this plugin compatible with Enfold.
Best regards,
AndyHi,
I noticed that you are using a caching plugin. Would you mind opening your plugin’s settings page and temporarily deactivate the caching of your site? Then please try to clear your browser cache and hard refresh the site (Hold CTRL + SHIFT + RELOAD) to see if that solves the issue.
Best regards,
AndyHey!
I’ve notified Kriesi about this issue. Thanks for making us aware about it! Hopefully he can find a fix for it soon! Thank for being patient.
Cheers!
AndyHi!
try to deactivate all plugins, to check if one is causing this issue and let us know about your results.
Are we allowed to deactivate all your plugins temporarily by ourselves as well for testing purposes?
You have used a caching Plugin, so activate it again and go into plugin’s settings and choose to switch off caching. Deactivate this and all other plugins. Afterwards clear browser cache and hard refresh a few times.
If that does not help then there might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
Cheers!
Andy -
AuthorPosts
