Forum Replies Created
-
AuthorPosts
-
Hi,
Awesome. Glad it is working now.
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
IsmaelHi,
o you have the slightest idea why this is empty?
Sorry, we have no idea why it would be empty, but the reason is more likely unrelated to theme. Anyway, I’m glad it’s all good now. Let us know if you encounter another issue.
Best regards,
IsmaelHi,
You can dynamically adjust the position of the sub menu on browser resize but that will require modification that is beyond the scope of support. And I think users will be able to figure out maximizing the browser screen size when they need to access that sub menu.
Best regards,
IsmaelHi,
It is loading properly on our end, tested it on Chrome, Windows 8. What is your browser?
// https://imgur.com/a/L8Huk2A
Best regards,
IsmaelHi,
You’re welcome. Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
IsmaelHi,
Thanks for the update.
@artngo: It seems to be an issue with the element manager or the shortcode template class. We may need to access your file server in order to edit the theme files. Please post the FTP details in the private field.
@chichesterdesign: Please open a new thread or ticket and then place the FTP and WP login details in the private field. We’ll have to implement a few changes on the theme files.
Related thread: https://kriesi.at/support/topic/mailchimp-widget-reply-to-mike/
Best regards,
IsmaelHi,
Alright. We’ll close the thread now. Thank you for understanding.
Have a nice day.
Best regards,
IsmaelHi,
Yes, you can save the elements of a specific page as a template and then reuse that template on other pages. However, you can’t edit that particular page to change what is already inside the existing template if that’s what you’re asking. You can use the Page Content element for that.
Yes, visual builder is a good plugin.
Best regards,
IsmaelHi,
Those pages are loading quite quick on our end. Have you tried to test it on another machine or network?
// https://imgur.com/a/4q0w5yQ
I can see the avia layout builder content but not the woocommerce product content
You won’t be able to see the default product content when the advance layout builder is active because it is using a different template. That is how the builder works.
Best regards,
IsmaelHi,
Thanks for the update.
We try to import the demo, but it fails even while the plugins are deactivated. Is it OK if we reset the database and start from scratch?
Best regards,
IsmaelHey tremblayly!
Thank you for creating a new thread.
We can’t see any issue with those pages and the live pages that you mentioned previously. Where can we see the issue again? Screenshots will help.
Regards,
IsmaelHi,
I tried to edit the files from the Appearance > Editor panel but I get an error. Would you mind adding the FTP details in the private field? We need to add the debug mode snippet.
//https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
Do you remember adding any custom script to the “recent news” page? If there is custom script, after adding the debug mode, try to remove the script manually from the shortcodes field.
Best regards,
IsmaelHi,
It is more likely an issue with the plugin because it doesn’t work on a default theme. We would like to help you out, but we are not familiar with the plugin and is not included in our scope of support. Please keep in touch with the plugin developer.
Best regards,
IsmaelHi,
Thanks for the update.
It seems to be an issue with your CDN loading the old version of the merged stylesheets. This is the error in the console.
avia-merged-styles-0c40a933c8d05ccba1a4b325712e0251.css:1 Failed to load resource: the server responded with a status of 404 () jquery-migrate.min.js?ver=1.4.1:2 JQMIGRATE: Migrate is installed, version 1.4.1 2cdn.neverthirsty.org/wp-content/uploads/dynamic_avia/avia-footer-scripts-9ea449fcbe6c11338cb43c427cbe761d.js:1 Failed to load resource: the server responded with a status of 404 () avia-merged-styles-0c40a933c8d05ccba1a4b325712e0251.css:1 Failed to load resource: the server responded with a status of 404 ()Please purge the CDNcache, disable it temporarily and then toggle the Enfold > Performance > File Compression settings before enabling CDN back.
Best regards,
IsmaelMarch 1, 2019 at 2:49 am in reply to: Visual Text editor not working with WP 4.5.2 and Enfold 3.5.4 #1072811Hi,
Please continue on the next thread: https://kriesi.at/support/topic/javascript-errors-resulting-in-pages-not-editable/#post-1072520
Best regards,
IsmaelHi,
Thanks for the update.
Would you mind if we access the file server? We may need to debug the issue further and implement a few changes to the theme files.
Best regards,
IsmaelHi,
Use the “menu-item-search” id selector to adjust the icon’s position.
#menu-item-search { position: absolute; right: 0; top: 20px; }Best regards,
IsmaelHey Bernd,
Thank you for using Enfold.
This is not possible with the the theme’s table element, but you can manually create your own table and use the icon shortcode.
// https://www.w3schools.com/html/html_tables.asp
Best regards,
IsmaelFebruary 28, 2019 at 11:25 am in reply to: Problem: change text in a register and save it, not vissible with preview #1072600Hi,
Great! Glad it’s working now. Please don’t hesitate to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelFebruary 28, 2019 at 11:23 am in reply to: 7 columns in a row on desktop, 2 columns on mobile #1072599Hey HagenWittig,
Thanks for the update.
Did you apply the “one-seventh” class attribute to the columns as suggested in the previous thread?
// https://kriesi.at/support/topic/7-columns/#post-853059
You have to turn on the custom css class field first if you haven’t already.
Best regards,
IsmaelFebruary 28, 2019 at 11:18 am in reply to: Responsive Problem – Menu Closing Icon Missplaced #1072597Hey Arcatech,
Thank you for using Enfold.
You can use this css code to move the menu container to the left side of the logo and keep the social icons where it’s currently at.
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive #top #wrap_all .av_mobile_menu_tablet .main_menu { top: 0; left: 0; right: auto; display: block; width: 100%; } .responsive.html_mobile_menu_tablet #top .av-logo-container .main_menu .social_bookmarks { display: block; position: absolute; margin-top: -15px; right: 0; left: auto; } .responsive .logo { float: left; z-index: 200; position: relative; } }This is how the header would look after adding the css code: https://imgur.com/a/BdZoN9n
Best regards,
IsmaelHey Develco,
Thank you for using Enfold.
Have you managed to make this work? This is what we see on our end.
Screenshot: https://imgur.com/a/ogt1qEn
Best regards,
IsmaelHi,
Try using the Partner/Logo element located under the Media Elements panel. You can set it up to 8 columns.
Best regards,
IsmaelHey robertoKM,
Thank you for using Enfold.
Yes, that is possible. Just look for the “Add Media” button inside the tab content editor.
Best regards,
IsmaelHi,
Add this css code to center align the secondary menu container.
.av_secondary_right .sub_menu { float: none; left: 50%; transform: translateY(-50%); }Best regards,
IsmaelHi,
Thanks for the update.
This thread might help.
// https://kriesi.at/support/topic/comments-and-comment-box-missing-on-pages/#post-1071535
Try to add that filter in the functions.php file then let us know if it changes anything.
Best regards,
IsmaelHi,
Thank you for using Enfold.
It looks about right. Have you tried using the “avf_modify_thumb_size” filter to override the default image sizes?
Usage example can be found here: https://kriesi.at/support/topic/vertical-alignment-of-gallery-images/#post-1066343Best regards,
IsmaelHey ADAGE,
Thank you for using Enfold.
Could you give us a link to the page with the contact form? Unfortunately, we can’t unregister the default contact form style completely, but you can use the Quick CSS field to adjust the style of the element manually.
Best regards,
IsmaelHey!
@michaelH: Thanks for the update. We’ll try to take it from here.
@annevoelkel: Please provide the login details in the private field. Did you turn on the recaptcha widget?Cheers!
Ismael -
AuthorPosts
