Forum Replies Created
-
AuthorPosts
-
Hey!
Thank you for the info.
1.) Please follow the instructions here. https://kriesi.at/support/topic/ajax-preview-portfolio-like-google-images/#post-692047
2.) I can’t reproduce the same issue on my installation. The hover effect is applied to the portfolio items regardless of its position within the builder. The problem with the page is that the section containing the portfolio grid is outside the main container. Please make sure that all elements or set of elements are inside their own color sections.
Cheers!
IsmaelHey!
I tried to modify the layer slider but I’m getting a “background request blocked” error. Please follow the instruction in the following thread if you want the video to fill the layer slider container. Note that you can also use the color section or the full screen slider instead of the layer slider.
// https://kriesi.at/support/topic/layerslider-zoom-video-to-fill-banner-space/#post-327976
Cheers!
IsmaelHey kilimats!
Thank you for using Enfold.
Please add this in the functions.php file:
// custom script add_action( 'wp_footer', 'ava_custom_script' ); function ava_custom_script() { ?> <script type="text/javascript"> (function($) { function a() { jQuery(document).keydown(function(e) { var url = false; if (e.which == 37) { // Left arrow key code url = jQuery('.avia-post-prev').attr('href'); } else if (e.which == 39) { // Right arrow key code url = jQuery('.avia-post-next').attr('href'); } if (url) { window.location = url; } }); } a(); })(jQuery); </script> <?php }Best regards,
IsmaelHey!
Please use the “avia_masonry_entries_query” filter.
Related threads:
// https://kriesi.at/support/topic/how-to-change-category-tag-archive-etc-pages-to-look-like-avia-masonry-grid/#post-661134
// https://kriesi.at/support/topic/masonry-element-is-not-working/#post-668823
// https://kriesi.at/support/topic/masonry-for-pages-2/#post-672210Cheers!
IsmaelOctober 9, 2016 at 6:06 am in reply to: woocommerce addtocart is refreshing page instead of ajax #696969Hi,
Thank you for the update. I will ask Kriesi about the issue. Please wait for his response.
Best regards,
IsmaelHi!
Given that the demo runs the latest versions and still suffers from the “imprecise anchor problem” one can infer that updating won’t make a difference.
Which demo? Please upgrade to the latest version of the theme and WordPress. We will continue with the issue once you have the latest versions running in the system.
Cheers!
IsmaelHey!
Yes, please open a new thread for other inquiries. Thank you! :)
Cheers!
IsmaelHey Guenter!
Thank you for using Enfold.
I think this will answer that question.
6. Addendum: Theme Repositories Do Not Permit Replacing jQuery
Many theme repositories, including the official WordPress.org repository and ThemeForest.net, do not permit themes to replace the default version of jQuery. If you wish to have your theme listed in one of the large, popular repositories, do yourself a favor and don’t even try.
// https://pippinsplugins.com/why-loading-your-own-jquery-is-irresponsible/
Cheers!
IsmaelHey!
Please add the previous code that we suggested.
span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item { display: block !important; }And then add this code to remove the checkbox of the first item.
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item:nth-child(1) input { display: none !important; }Best regards,
IsmaelHey!
The images need to have the same size. If the width differ, it will be resized via css in order to keep its aspect ratio.
Regards,
IsmaelHey!
Please add this one below the previous code.
.vc_btn3.vc_btn3-color-turquoise, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat { color: #fff !important; background-color: #00C1CF; }Regards,
IsmaelHey!
I’m sorry but the login credentials are not working. Did you use the advance layout builder to build the content of the posts? Note that by using the advance layout builder, all default posts elements such as the title, post meta info, category and other elements will not be included in the template. You have to add it manually. Please use the default editor if you don’t want to insert the objects manually.
Best regards,
IsmaelHi!
I’m sorry but I can’t reproduce the issue on my end either. Please try to increase the width of the column slightly.
#top .no_margin.av_one_third { width: 33.35%; }Adjust the values as necessary.
Best regards,
IsmaelHey!
Please add this code in the functions.php file to disable the ajax search functionality.
add_action('after_setup_theme', 'ava_disabled_ajax_search'); function ava_disabled_ajax_search() { //now hook into wordpress ajax function to catch any ajax requests remove_action( 'wp_ajax_avia_ajax_search', 'avia_ajax_search' ); remove_action( 'wp_ajax_nopriv_avia_ajax_search', 'avia_ajax_search' ); }Best regards,
IsmaelHi!
The Woocommerce Layered Nav and Filter widgets will only work for the base shop page. Unfortunately, it’s not going to work for custom shop pages.
Did you set this page as base shop page?
Cheers!
IsmaelHey Obeatone!
Thank you for using Enfold.
Please try this in the Quick CSS field:
#menu-item-24 .avia_mega_div.avia_mega2.six.units .sub-menu:nth-child(1) { min-height: 200px; }Best regards,
IsmaelHey connect4consulting!
Thank you for using Enfold.
The color sections and grid rows starting from “about-meliker-realty” are outside the wrap_all container which breaks the responsive layout of the page. Please make sure that all elements or set of elements are inside their own color sections.
Cheers!
IsmaelHi!
We modified the css codes in the Quick CSS field.
#top .sub_menu > ul { float: right; margin-right: 20px; } .rtl .widgettitle { text-align: right!important; direction: rtl !important; } @media only screen and (max-width: 989px) { .responsive #top #searchform { display: none !important; } .responsive #header_meta .sub_menu { min-width: auto; } .responsive #header_meta { display: block !important; } .responsive #header_meta .sub_menu { background: rgba(0, 0, 0, 0); padding-left: 0; padding-top: 0px; position: relative !important; } #header_meta { margin-bottom: 30px; } .responsive #top #header_meta .container { background: #0077b4; width: 100%; max-width: 100%; } .responsive .avia_wpml_language_switch { height: auto; } .responsive #top .sub_menu li { line-height: 30px; top: -8px; } } @media only screen and (max-width: 767px) { .responsive #header_meta { margin-bottom: 0; } #top ul.avia_wpml_language_switch li { top: 10px; } .responsive #top .sub_menu li { top: 0px; } .responsive #top .sub_menu a { top: 0; } }Cheers!
IsmaelOctober 8, 2016 at 4:55 am in reply to: Issue with theme hiding a share link for a plugin installed #696798Hi!
It looks like you’re using a third party plugin. Have you asked the plugin author about this issue? Is it working if you switch to a default theme?
Regards,
IsmaelHey!
We modified the custom script in the functions.php file. Please remove browser cache or hard refresh the page.
Regards,
IsmaelHey!
Please add this code below the previous ones.
.html_cart_at_menu.html_bottom_nav_header .header-scrolled #menu-item-shop { top: -30px; }Best regards,
IsmaelOctober 7, 2016 at 7:08 am in reply to: i would lke the image in the prodct list to be different than the product image #696314Hi!
I”m sorry but you can only do this modification in a child theme. It’s possible but the file won’t be updated when we add or change something in the original or parent theme file.
Regards,
IsmaelOctober 7, 2016 at 6:54 am in reply to: hidden mobile menu is visible (look on my screenshot) #696308Hey!
In addition it could help, if I adjust the switch from the desktop-layout to the mobile layout at about 600px or 800px (and not 1024px).
I’m sorry but what do you mean by “switch”? Are you referring to the mobile switch? Please go to the Enfold > Header > Mobile Menu panel. Set the Header Mobile Menu activation to the first option.
Cheers!
IsmaelOctober 7, 2016 at 6:44 am in reply to: Layer Slider Background Image Not displaying Correctly #696300Hey!
I’m sorry but that page does not exist. Could you please provide a screenshot of the issue? Or recreate the test page?
Cheers!
IsmaelHi!
I’m sorry about that. Please remove the code then replace it with this.
// custom script add_action( 'wp_footer', 'ava_custom_script' ); function ava_custom_script() { ?> <script type="text/javascript"> (function($) { function a() { $(".read-more-link a").empty().text('CHANGE THIS TEXT'); } a(); })(jQuery); </script> <?php }Adjust the text.
Regards,
IsmaelHi!
Would you consider adding the banner below the header on tablet view? Please try this in the functions.php file.
add_action('ava_after_main_container', function() { if ( wp_is_mobile() ) { echo '<div align="center"><a href="https://www.bodylab24.de/" rel="nofollow"><img src="http://www.eiweisspulver-test.com/Bodylab728x90.gif" alt="Anzeige" /></a></div>'; } });Best regards,
IsmaelOctober 7, 2016 at 6:22 am in reply to: Avia Self Hosted Video misses standard WordPress poster functionalilty #696289Hi aerobis!
Thank you for using Enfold.
Please try the video shortcode in a text or code block. https://codex.wordpress.org/Video_Shortcode
Or request the feature here. https://kriesi.at/support/enfold-feature-requests/
UPDATE: We asked Kriesi to check the previous thread.
Best regards,
IsmaelHey!
The product page does not exist anymore and we are being redirected to the home page when we login to the site. We can’t access the dashboard.
Cheers!
IsmaelOctober 7, 2016 at 6:13 am in reply to: How to set custom width for the Fullwidth Easy Slider picture #696284Hi pimroll!
Thank you for using Enfold.
Please try this code in the Quick CSS field.
.avia-fullwidth-slider { max-width: 1000px; margin: 0 auto; }Turn on the custom css class attribute if you want to apply this modification to a specific slider.
// http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Cheers!
IsmaelOctober 6, 2016 at 9:20 am in reply to: No title displayed on post, excerpt missing on blog post #695943Hey!
But how do I get the post meta data to show under the title?
1.) There is no element for that so you have to create a shortcode or a new element.
// https://kriesi.at/support/topic/missing-category-info-in-post-meta-infos-using-alb
// https://kriesi.at/support/topic/using-alb-with-custom-post-type-and-meta-information/#post-5801442.) Please provide a link to the actual post.
3.) Use the “[jetpack-related-posts]” shortcode in the template-builder.php file or add it in the builder’s text or code block.
Regards,
Ismael -
AuthorPosts
