Forum Replies Created
-
AuthorPosts
-
Hi,
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!
IsmaelHi,
Alright. Please feel don’t hesitate to update us once the site is live. We’ll keep this thread open.
Best regards,
IsmaelFebruary 28, 2019 at 8:40 am in reply to: Tag-cloud (schlagwörter) results are displayed with unnecessary text #1072540Hi,
Thanks for the update.
1.) Did you remove the tag cloud? Please add it again so that we can check the issue.
2.) We used this code in the Quick CSS field to remove the post meta info.
span.post-meta-infos { display: none; }Best regards,
IsmaelHi,
Thanks for the update.
Those pages are not using the masonry element anymore. Did you remove it? Please create a test page so that we can inspect the issue.
Best regards,
IsmaelFebruary 28, 2019 at 8:31 am in reply to: Remove opaque color in Gallery with link to ligthbox. #1072537Hi,
Thanks for the update.
Use this css code to remove the image overlay effect.
.image-overlay { display: none !important; visibility: hidden; }Please don’t forget to toggle the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
IsmaelHi,
@michaelH: Thanks for the help.
@annevoelkel: Let us know if you need further help with this.Best regards,
IsmaelHey studiovene,
Thank you for using Enfold.
Use this css code to fix the layout issues.
.woocommerce .login .lost_password { top: 10px; } .main_color form.login, .main_color form.login, .main_color .col-1, .main_color .register, .main_color .col-1, .main_color .col-2 { background-color: transparent !important; } .main_color div.product .woocommerce-tabs ul.tabs li.active a, .main_color .cart_dropdown .dropdown_widget .widget_shopping_cart_content, .main_color .cart_dropdown_link, .main_color .inner_product_header, .main_color .avia-arrow, #top .main_color .variations select, #top .main_color .variations input, #top .main_color #reviews input[type='text'], #top .main_color #reviews input[type='email'], .main_color #reviews .comment-text, .main_color #reviews #comment, .main_color .single-product-main-image .images a, #top .main_color .shop_table.cart .input-text, #top .main_color form.login .input-text, #top .main_color form.register .input-text, .main_color .chosen-container-single .chosen-search, .main_color .products .product-category h3:before, #top .main_color .quantity input.qty { background-color: #e0e0e0; }Please don’t forget to toggle the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
IsmaelFebruary 28, 2019 at 8:20 am in reply to: Can't get my Avia pagebuilder to work…. Amateur here…. #1072532Hi,
1.) The content of the advance layout builder is rendered using a special template. That template is basically a blank canvas, where you can add any elements as long as it’s available in the builder. Unfortunately, the default featured image or the image that is set from the “sidebar” is not included in that template. It’s not a bug nor an error, that’s just how the builder works. If you really need the featured image to display automatically, switch to the default editor and then use the shortcode wand or the shortcode generator instead.
2-3.) The blog will display the full content of the posts as long as “Blog Content length” option is set to “Full Content” and the post doesn’t contain a “more” tag.
// https://en.support.wordpress.com/more-tag/
Best regards,
IsmaelHey (Email address hidden if logged out) ,
Thank you for using Enfold.
Every items that belongs to the selected categories will display in the grid, so what you’re asking is not possible out of the box. What you can do is to apply a different category to the portfolio items that belongs to both categories and select that one.
Best regards,
IsmaelHey Marc,
Thank you for using Enfold.
Are you using an embed format of the youtube url? Please upgrade the theme to version 4.5.4 and then post the login details in the private field so that we can inspect the element.
Best regards,
IsmaelFebruary 28, 2019 at 7:47 am in reply to: Style Product Category with Title Over Image with Overlay #1072522Hi,
Thank you for your understanding. Please don’t hesitate to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelFebruary 28, 2019 at 7:46 am in reply to: Javascript errors resulting in pages not editable #1072520Hi,
Did you add this code in the avia_modal.js file?
response = "<html class='responsive'><head>" +res+ "</head><body id='top'> <div id='wrap_all'> <div id='av-admin-preview' class='entry-content-wrapper main_color all_colors "+preview_scale+"'>" +response+ "</div> </div> <!-- WiredMinds eMetrics tracking with Enterprise Edition V5.4 START --> <script type='text/javascript' src='https://count.carrierzone.com/app/count_server/count.js'></script> <script type='text/javascript'><!-- wm_custnum='c4475a106b17cb66'; wm_page_name='avia-modal.js'; wm_group_name='/services/webpages/p/d/pdrestoration.ca/secure/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js'; wm_campaign_key='campaign_id'; wm_track_alt=''; wiredminds.count();It’s not originally part of that script.
Best regards,
IsmaelHi,
Thanks for the update.
Where do you want to move the flags? You can keep them where they are, but you have to decrease the size of the logo. Use this css code.
@media only screen and (max-width: 767px) { .responsive .logo img { max-height: 30px; } }Best regards,
IsmaelHi,
An image that was hidden using the element’s Screen Options or css is still part of the page, so it is going to be loaded even if it’s not visible. You can try a lazy loading plugin, but there is no guarantee that it will work.
Best regards,
IsmaelHi,
Are you adding it to a text/code block? It works when I add it on a code block element. The onclick attribute remains in the front end.
Best regards,
IsmaelFebruary 28, 2019 at 6:24 am in reply to: Video widget large white gap – cant use facebook video #1072491Hi,
Thanks for the update.
The video script is applying an inline height to a span tag, but it seems to be ignoring the size of the document. This should help limit height of the video widget on mobile view.
@media only screen and (max-width: 767px) { .widget_media_video { max-height: 230px !important; } }Best regards,
IsmaelFebruary 28, 2019 at 6:16 am in reply to: Enfold 4.5.4 problem with too long loading avia-merged-styles and avia-footer #1072487Hi,
The site loads fine on my end as well, but there are still room for improvements according to the pingdom tool, so this article might help.
// https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
Best regards,
Ismael -
AuthorPosts
