Forum Replies Created
-
AuthorPosts
-
October 13, 2016 at 8:47 am in reply to: Fullpage slider links problem: link to filter by attribute not functioning #698613
Hey!
Did you create custom taxonomies? The last slider button is working because you’re using an existing taxonomy from WooCommerce called “Product Cat”.
Regards,
IsmaelHi!
The testimonial content are enclosed inside an em tag so you should add @Yigit’s code to set the font style to normal. The em tag’s font-style property is set to italic by default.
em { font-style: normal !important; }This is the 6th testimonial content.
<p><em><img class="alignleft size-full wp-image-139" style="border-radius: 50%;" src="http://innercompass.wpengine.com/wp-content/uploads/2016/06/Scott-Dawson-Senior-Sales-and-Operations-Leader-I.jpg" (hosted on WPengine) alt="Scott Dawson, senior sales and operations leader" width="100" height="100" srcset="http://innercompasscoach.com/wp-content/uploads/2016/06/Scott-Dawson-Senior-Sales-and-Operations-Leader-I.jpg 100w, http://innercompasscoach.com/wp-content/uploads/2016/06/Scott-Dawson-Senior-Sales-and-Operations-Leader-I-80x80.jpg 80w, http://innercompasscoach.com/wp-content/uploads/2016/06/Scott-Dawson-Senior-Sales-and-Operations-Leader-I-36x36.jpg 36w" sizes="(max-width: 100px) 100vw, 100px">If you are looking for an outstanding career coach and group facilitator, I highly recommend Danielle. Her experience, skills and understanding of group dynamics were clearly evident with the team I worked with, and I truly enjoyed my time working with her. Thank you Danielle for your commitment and care!</em></p>Regards,
IsmaelOctober 13, 2016 at 8:33 am in reply to: How to set custom width for the Fullwidth Easy Slider picture #698610Hi!
I tried to login but the credentials are incorrect. If you define a custom height to the image, will you leave it as full width? I have to ask because it will probably distort the image. Please try this in the Quick CSS field.
.avia-slideshow li img { height: 200px; }Could you please provide a screenshot of the expected slider layout?
Best regards,
IsmaelHi!
We visited the test page but it doesn’t exist so we created our own test page and the advance layout builder is working. However, the images are removed once we update the page. This is the first time that we encountered such issue so we installed a debugging plugin and we found out that the PHP version is very old, 5.2. Please ask your hosting provider to upgrade the PHP version to 5.4 or later.
Best regards,
IsmaelHey!
I WANT the sidebar to show up but I DO NOT want the PAGES list to show up in the Sidebar.
Those are the dummy widgets and they are automatically added when the sidebar or widget area is empty. You can either add widgets to the widget area or add this code in the functions.php file.
add_filter( 'avf_show_default_sidebar_pages', 'remove_default_sidebar_pages', 10, 1); function remove_default_sidebar_pages( $show ) { return false; }The BLOG PAGE HEADER is still an issue. It is distorted because of the COLOR SECTION you all added to the page.
I’m sorry but when I checked the blog page, I don’t see anything wrong with it. The screenshot doesn’t explain anything clear either. Could you please provide a screenshot showing the actual issue?
Regards,
IsmaelHey!
Where do you need to add this? Is it a WooCommerce product page? If it is a meta info, you can try the “wp_head” hook.
// https://codex.wordpress.org/Plugin_API/Action_Reference/wp_head#Examples
Best regards,
IsmaelHi!
Apply a minimum height to the description containers.
#top .inner_product_header { min-height: 178px; }Regards,
IsmaelHi!
The Enfold > Theme Options > Lightbox Modal Window option is disabled. We enabled it back.
Cheers!
IsmaelHi!
Decrease the font size of the testimonial content.
@media only screen and (max-width: 767px) { .avia-testimonial-content p { font-size: 12px; line-height: 1.5em; } }Best regards,
IsmaelOctober 12, 2016 at 6:00 am in reply to: i have 2 shop front pages, how do I choose which one is used #698156Hey!
The other page is set as base Shop Page in the Woocommerce > Settings > Products > Display > Shop & Product Pages section. We set the option to none.
Best regards,
IsmaelHi!
Thank you for using Enfold.
Oh, I found a solution. I found Enfold -> Sidebar Settings, which seems to overrule, what I choose on the blog page itself in the right sidebar under Sidebar Settings.
Yes, that is correct. Glad that you found the settings. :)
Regards,
IsmaelHey!
The user agen style overrides the theme styling.
a:-webkit-any-link { color: -webkit-link; text-decoration: underline; cursor: auto; }Did you modify any of the parent theme files?
Best regards,
IsmaelHey!
Thank you for the info.
It works initially but when you try to edit the link again, it will produce the following error.
yoast-premium-social-preview-350.min.js?ver=3.6.1:1 Uncaught TypeError: Cannot read property ‘data’ of undefined
2016-10-12 11:23:20.387 tinymce.min.js?ver=4401-20160726:11 Uncaught TypeError: Cannot read property ‘body’ of undefined
2016-10-12 11:23:21.439 tinymce.min.js?ver=4401-20160726:11 Uncaught TypeError: Cannot read property ‘body’ of undefined
2016-10-12 11:23:23.386 tinymce.min.js?ver=4401-20160726:11 Uncaught TypeError: Cannot read property ‘body’ of undefinedPlease forward it to the Yoast team, maybe they’ll find something based on the error. For the mean time, please edit the link in the editor manually. You can add the target=blank attribute to the link. Example:
<a href="http://kriesi.at" target="_blank">LINK</a>Cheers!
IsmaelHi jagrav-enfold!
Thank you for using Enfold.
Please add this in the Quick CSS field:
#top #nav_menu-4 div ul { height: 80px; } #top #nav_menu-4 div ul li { clear: none; display: inline-block; }Best regards,
IsmaelHey!
Thank you for the info. The images in the full screen slider are set as background and the background-size property is set to “cover” (http://www.w3schools.com/cssref/css3_pr_background-size.asp) which means that it will force the image to cover the whole container but parts of the images will have to overflow outside in order keep its aspect ratio. We can set the size to 100% but it will distort the image. Please adjust the position of the background image until the focal point is visible.
@media only screen and (max-width: 767px) { .avia-fullscreen-slider .avia-slideshow>ul>li { background-position: 20% 50% !important; } }Best regards,
IsmaelHi caroberto6!
Thank you for using Enfold.
I’m sorry but I don’t see any obvious issue with the page. The fb pages have margins even on mobile view. Could you please provide a screenshot of the issue?
Best regards,
IsmaelHey Guenter!
Thank you for using Enfold.
1.) I’m sorry but I can’t find the paragraph tag in the markup. Could you please provide a screenshot? It should be breaking the layout of the page.
2.) The link is automatically added by WordPress. It’s for the WP Rest API plugin. https://wordpress.org/plugins/rest-api/
Regards,
IsmaelHi mailworm!
Thank you for using Enfold.
Yes, that is a small glitch in the advance layout builder. In order to fix it, make sure that all elements or set of elements are inside their own color sections.
Best regards,
IsmaelHey xxtita!
Thank you for using Enfold.
Please enable the sidebar then add this in the functions.php file.
add_action('wp_footer', 'ava_custom_script'); function ava_custom_script(){ ?> <script type="text/javascript"> (function($) { function a() { var preview = $('.single .big-preview').detach(), main = $('.single .container_wrap_first'); $('<div class="container template-single-image"></div>').prependTo(main); $('.single .template-single-image').append(preview); } a(); })(jQuery); </script> <?php }Best regards,
IsmaelHi!
Did you create an archive template (ex: archive-cpt.php)? https://codex.wordpress.org/Post_Type_Templates
Cheers!
IsmaelHey Matt!
Thank you for using Enfold.
Please go to the WooCommerce > Settings > > Products > Display panel then look for the Product Images section. Adjust the size of the Catalog Images. Don’t forget to regenerate the thumbnails. Or install the following plugin then go to the Settings > Media panel.
// https://wordpress.org/plugins/simple-image-sizes/
Regards,
IsmaelHi hannerinc!
Thank you for using Enfold.
The shop plugin that is integrated in the theme doesn’t have that template by default so you can either hire a freelance developer to modify the default product overview page template or use the Product List element of the advance layout builder. The Product List is not exactly the same as the screenshot but it’s the closest layout that you can get from the theme.
Best regards,
IsmaelHi artiteq!
Thank you for using Enfold.
Are you using the default settings of the plugin? Please post the website url plus the login credentials so that we can check the issue. Or try these plugins.
// https://wordpress.org/plugins/wp-super-cache/
// https://wp-rocket.me/Or choose from this list of cache plugin.
// https://www.designbombs.com/top-wordpress-caching-plugins-compared/
Cheers!
IsmaelOctober 12, 2016 at 3:29 am in reply to: Remove underline hover from icon list heading + iPhone 5 issues #698134Hi!
Great! Please feel free to open a new thread when you encounter any issues. Thank you for using Enfold. :)
Best regards,
IsmaelHey!
In the previous thread, the issue was caused by a plugin and it is probably the same in your installation because we see a lot of errors in the console. Please deactivate all plugins then check if the quantity button is working. If it is working, activate the plugin one at a time to find the conflict.
Best regards,
IsmaelOctober 12, 2016 at 3:02 am in reply to: i would lke the image in the prodct list to be different than the product image #698128Hi!
Hi, now I change meta.php for adding custom post types (Go-Portfolio) in the integration of Avia Page Builder.
Every update I have to write the fileI’m sorry but I’m not quite sure what you meant by that. What are the changes in the file?
Cheers!
IsmaelHi!
Turn on the custom css class field, add a unique class attribute to the iconboxes where you want to apply the modification.
// http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Adjust the selector in this line.
var iconbox = $('.yourcustomclass .iconbox'),Cheers!
Ismael -
AuthorPosts
