Forum Replies Created
-
AuthorPosts
-
Hi,
This is an example of a page with the team member element.
// https://kriesi.at/themes/enfold-2017/elements/team-member/
You can transform the member image container into a circle as you can see here:
// https://kriesi.at/documentation/enfold/team-member/#circle-team-member-image
Best regards,
IsmaelHi,
The “debouncedresize” event is triggered every time the load more button is clicked, so that modification should have worked. Can I access the dashboard? I would like to test the script.
Best regards,
IsmaelHi,
Thanks for the info.
The timeline icons are not animating properly. I have added this code on the Quick CSS field to disable the animation for smaller screens.
#top .av-milestone { opacity: 1; } #top .avia-timeline-animate .av-milestone .milestone_icon { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
Best regards,
IsmaelHi,
This is what I get in the console:
recaptcha__en.js:500 Uncaught Error: Invalid site key or not loaded in api.js: 6Ld5hBQUAAAAAPbwsc7bGO9tE68Io1ZQIl8gamBC
at Object.nf [as execute] (recaptcha__en.js:500)
at (index):39Did you remove the old v2 key? Please generate another v2 key and let’s try both.
Best regards,
IsmaelNovember 20, 2018 at 7:42 am in reply to: portfolio masonry does not show text in 2 row view #1035454Hi,
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:37 am in reply to: Remove validation asterisk from contact form element #1035451Hi,
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,
Ismael -
AuthorPosts