Forum Replies Created
-
AuthorPosts
-
November 20, 2018 at 7:37 am in reply to: Remove validation asterisk from contact form element #1035451
Hi,
Remove the “check” parameter or adjust it from:
check='is_empty'to:
check=''Best regards,
IsmaelHi,
I would like to check the site again but got temporarily locked out. Please disable Wordfence temporarily. Did you set validations for other contact form fields?
Best regards,
IsmaelHi,
The default woocommerce importer doesn’t include the required post meta info for the advance layout builder. You have to migrate the products along with the post meta info/entries. Use this plugin:
// https://wordpress.org/plugins/wp-migrate-db/
Best regards,
IsmaelHi,
Awesome! 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,
IsmaelNovember 20, 2018 at 7:25 am in reply to: Color section: No button hover w/ bg. overlay / No diag. section border w/o bg. #1035443Hi,
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelHi,
Can you still reproduce the issue on v4.5? Please open a new thread with the site url and the login credentials.
Best regards,
IsmaelHi,
Can we access the file server? Please post the FTP details in the private field.
You can use this plugin temporarily.// https://wordpress.org/plugins/instagram-feed/
Best regards,
IsmaelNovember 20, 2018 at 7:18 am in reply to: How can I put in the Google Captcha in the Enfold contact form #1035435Hi,
I would like to apologize for the delay. I managed to display the reCAPTCHA widget but there’s an error. Do you have the old v2 key? Please post it in the private field.
I disabled the modification temporarily.
Best regards,
IsmaelHey ballindigital,
Thank you for using Enfold.
You can use this css code to change the background color of the header top bar.
#header_meta, .header_color #header_meta a, .header_color #header_meta p, .header_color #header_meta .phone-info { background: #0070e8; color: #ffffff; }Best regards,
IsmaelHi,
What is the issue with the full width sub menu element? Do you want to change the colors? You can try these css codes.
.av-submenu-container { background: #144a8b; border-bottom: 0; } .main_color .av-subnav-menu a { background: #144a8b; color: #ffffff; }Best regards,
IsmaelHey web6s,
Thank you for using Enfold.
How did you exclude the menu items on desktop view? Try to adjust the css media query’s max width value.
Best regards,
IsmaelHey onurkurtic,
Thank you for using Enfold.
What is the name of the custom post type? Did you add custom taxonomies for that cpt? Please provide a link to its archive page. The featured image on the archive pages or in the single post pages should display automatically as long as you’re not using the advance layout builder.
Best regards,
IsmaelHi,
Thanks for the update.
The captions are not displayed when I checked the home page. Please enable it back or post the login details in the private field so that we could check it. A screenshot would help.
Best regards,
IsmaelHey DROR,
Thank you for using Enfold.
This css code should help.
#top .sale .price del span.woocommerce-Price-amount.amount { text-decoration: line-through; }Best regards,
IsmaelHi,
Have you tried resizing the images to 300x300px as Nikko suggested? You can also replace the slider with the “Team Member” element if you want the content overlay to display on hover. It has a social media icon feature by default.
Best regards,
IsmaelNovember 19, 2018 at 6:40 am in reply to: portfolio masonry does not show text in 2 row view #1035039Hi,
Thank you for using Enfold.
Use this css to redisplay the masonry content on smaller screens.
@media only screen and (max-width: 989px) and (min-width: 767px) { .responsive .av-masonry-entry .av-masonry-entry-title+.av-masonry-entry-content { display: block; } }Best regards,
IsmaelNovember 19, 2018 at 6:02 am in reply to: Entire column not clickable after upgrade to Enfold 4.5 #1035024Hi,
Thanks for the info.
This thread might help.
// https://kriesi.at/support/topic/link-animation-to-anchor-point/#post-987452
If it doesn’t work, try this:
// https://kriesi.at/support/topic/scroll-to-top-change-window_offset/#post-1005978
Best regards,
IsmaelNovember 19, 2018 at 5:59 am in reply to: Remove validation asterisk from contact form element #1035022Hi,
Set the form element’s “Form Element Validation” settings to “No Validation”.
Best regards,
IsmaelHi,
Thank you for using Enfold.
Try to replace the “load” event with “debouncedresize”.
jQuery(window).on('debouncedresize' function(){Best regards,
IsmaelHi,
Thanks for the update.
Add this code on the functions.php file to render the search icon inside the mobile menu:
add_filter( 'wp_nav_menu_items', 'avf_add_search', 9999, 2 ); function avf_add_search( $items, $args ) { if ($args->theme_location == 'avia') { $search = ' <li id="menu-item-search-mobile" class="menu-item"></li> '; $items = $search . $items; } return $items; } add_action('wp_footer', 'avf_add_search_script'); function avf_add_search_script(){ ?> <script type="text/javascript"> (function($) { $('.av-burger-menu-main').on('click', function() { var page = window.location.href; var mobile = $('.menu-item-search-mobile'); var search = '<form action="'+page+'" method="get" class=""><div><input type="submit" value="?" id="searchsubmit" class="button avia-font-entypo-fontello"><input type="text" id="s" name="s" value="" placeholder="Search"></div></form>'; setTimeout(function() { if(mobile.find('form').length == 1) return; mobile.html(search); }, 500); }); })(jQuery); </script> <?php }After that, add this css code on the Quick CSS field:
#top #wrap_all #header #av-burger-menu-ul > li.av-active-burger-items.menu-item-search-mobile { padding: 0 30px; position: relative !important; } #top #wrap_all #header #av-burger-menu-ul > li.av-active-burger-items.menu-item-search-mobile form { position: relative !important; }Related thread: https://kriesi.at/support/topic/search-field-on-mobiles-has-been-disappeared-after-last-enfolds-update/#post-925174
Best regards,
IsmaelHi,
sit below the footer and not atop of it
I thought that you wanted the opposite. Yes, you can adjust the z-index.
Best regards,
IsmaelHi,
Thanks for the update.
This code overrides that css modification.
.sidebar .widget a { color: #011424; }Did you add that? You can adjust the css code a bit, so it takes priority.
.sidebar .widget .current-cat a, .sidebar .widget .current-cat .children li a { color: orange !important; }Best regards,
IsmaelHi,
I see. I thought it’s a GDPR checkbox same as what OP reported here:
Sometimes we recieve “blank” emails from the form with just “I accept terms & conditions: false” (the GDPR checkbox).
Did you add any custom filters for the email message?
Best regards,
IsmaelNovember 19, 2018 at 5:23 am in reply to: Einstellung – MyEnfold Child Theme Optionen und Customizerbereich futsch #1034997Hi,
Again, the theme options are stored in the database and you can import those options from the Enfold > Import / Export panel. If you want to create a database backup, you can choose one of the following plugins.
// https://wpbuffs.com/backup-and-restore-plugins/
Best regards,
IsmaelHi,
The product in the subdomain is set to the default editor because it doesn’t have the required post meta entries such as “_aviaLayoutBuilderCleanData” and the shortcode tree. How did you import the products? You may need to set th ebuilder status to “active” manually.
// https://kriesi.at/support/topic/adding-pages-using-the-wordpress-rest-api/#post-1032812
Best regards,
IsmaelHi,
The recaptcha button is displaying now but there’s a ” Invalid key type” error. Are you sure that those keys are from v3? And did you add the domain in the list?
Best regards,
IsmaelNovember 19, 2018 at 3:48 am in reply to: Bild leicht vergrößern und Bild mit Link fubktioniert in Version 4.5 nicht mehr #1034987Hi,
Thanks for the info.
I’ll forward that to the dev team.UPDATE: I just realized it was changed due to a reported bug on Safari where the image overflows outside a circle image.
// http://i.imgur.com/OhJGFOg.jpg
You can always override that css code on the Quick CSS field or the style.css fiel if you don’t want the image to overflow outside the “grow” container.
Best regards,
Ismael -
AuthorPosts
