Forum Replies Created
-
AuthorPosts
-
Hey!
Thank you for using Enfold and sorry for the delay.
If you’re the kind of user who can create a plugin using a framework, I don’t think you will be needing any of our advice. For what it’s worth, the scrollspy feature that is being use inside the theme is based from the bootstrap framework. I’ll ask Kriesi to take a look, he will give you a more appropriate answer.
Cheers!
IsmaelMarch 28, 2015 at 4:46 pm in reply to: How to get the background image in a colour section to be responsive? #419854Hey!
The background size of the color section is set to cover so it will scale the image to be as large as possible to completely cover the background area. It will make it more responsive but it will somehow cut parts of the images. You can set the background size to 100% but it will stretch the image to an ugly proportion. Can you please provide a screenshot of how you want the section to look on mobile?
Cheers!
IsmaelHi!
We added an auto resize script and the background seems to snap back after less than a second or when the layer slider started. Please remove browser cache then reload the page.
Best regards,
IsmaelHey DavyE!
Thank you for using Enfold.
Did you set the Slideshow control styling? to Default? Please post the website url here.
Best regards,
IsmaelHi!
Sorry for the delay. Please post the WP login details here as well. We need to deactivate the minify settings because any changes we do in the shortcodes.js file will not take any effect.
Regards,
IsmaelMarch 28, 2015 at 6:20 am in reply to: Enfold 3.1: Blog entry on the frontpage appers as "read more" instead of full #419760Hi!
Yes, unfortunately, it will not display the full content when using the advance layout builder for posts. You either need to use the excerpt box to create a summary for the blog overview page or switch to the default editor and use the shortcode wand instead.
Cheers!
IsmaelMarch 28, 2015 at 6:04 am in reply to: Akkordeon: array of attributes in toggle / toggle sorting menu / color of icons #419749Hey!
Please give us a link to the actual page with the accordion element. We would like to check it.
Cheers!
IsmaelHi!
Thank you for using Enfold.
Sorry for the delay. It’s quite possible but it will require custom modifications that is outside the scope of support. Unfortunately, you can only choose between the left or right sidebar menu and the default header. You can’t have both out of the box. You can visit our new customization partner, codeable.io. http://kriesi.at/contact/customization
Cheers!
IsmaelHey mleite1!
Thank you for using Enfold.
Add this to the Quick CSS field:
.slideshow_caption { width: 100%; } .avia-caption-content { width: 42%; right: 0; position: absolute; }
The image size is quite enough but since the background or image size is set to cover, expect to have parts of the images get cut off. It will scale the image to be as large as possible so that the background area is completely covered, making it fully responsive with a few compromises. Setting the background size to 100% will distort the images to an ugly proportion.
Regards,
IsmaelHey peterash!
Thank you for using Enfold.
We have removed the cart pop up on the latest versions of the theme. It shouldn’t display anymore. Please download the latest version, 3.1.2, from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
IsmaelHi!
I’m not exactly sure what you’re trying to do. Can you please provide a screenshot of the mock up or design layout that you want to achieve?
Regards,
IsmaelHi!
Add this to the functions.php file:
add_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= "<a class='second-logo' href='#'><img src='http://kompleteaccounting.com.au/wp-content/uploads/2015/02/KAG-340w-drop-shadow.png' /></a>"; return $sub; }
After that, add this to the Quick CSS field:
@media only screen and (min-width: 480px) { .second-logo { display: none; }} @media only screen and (max-width: 480px) { .logo { display: none; }}
Cheers!
IsmaelHey!
Add this to the functions.php file to remove the flags:
add_action('after_setup_theme','avia_remove_main_menu_flags'); function avia_remove_main_menu_flags(){ remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10); }
Regards,
IsmaelHey!
I’m not sure why the CORS fix isn’t working. Maybe, you should ask your hosting provider for more info regarding this error:
Font from origin ‘http://accelium-assurances.fr’ has been blocked from loading by Cross-Origin Resource Sharing policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://www.accelium-assurances.fr’ is therefore not allowed access.
Cheers!
IsmaelMarch 28, 2015 at 5:21 am in reply to: Advance Layout editor using Blog Posts, small preview pic too small #419721Hey!
The images are hidden on mobile devices because there’s just not enough space to contain the timeline and content. Anyway, you add this to display the images:
@media only screen and (max-width: 767px) { .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar { display: block; }}
You can change the single post style on Enfold > Blog Layout > Single Post Style.
Cheers!
IsmaelHey!
Is the post content collation set to latin? or utf-8? Please check the database, go to wp_postmeta, click Search then input id “1881” to the post_id field. Look for the result with _aviaLayoutBuilderCleanData meta_key then click Edit. Go to the Structure then check if the meta_value’s collation is set to utf8.
Cheers!
IsmaelHey!
Thank you for using Enfold.
What is the actual resolution of the monitor? Did you just zoom out the browser to reproduce the issue? You can add a left margin to the promobox:
.av_promobox { margin-left: 50px; }
Turn on the custom css class field to apply the modification to that specific element: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Cheers!
IsmaelMarch 28, 2015 at 4:47 am in reply to: Start Up Business Demo – Movie Modal Window not working #419711Hey!
Use the actual youtube url instead of the youtube share url.
https://www.youtube.com/watch?v=l7jGrFLVvd4&feature=youtu.be
Cheers!
IsmaelMarch 28, 2015 at 4:41 am in reply to: Problem on Internet Explorer (Fonts, Responsive and Layouts) #419709Hey!
Thank you for using Enfold.
I’m sorry but you’re using an old version of the theme, 3.0.4. Please download the latest version, 3.1.2, from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
The layer slider isn’t fully supported on older versions of internet explorer so you might need to add an easy slider specifically for IE. Use css to hide or show any specific sliders on different kind of browsers. This one for example will hide the layer slider on IE then show the easy slider instead:
.avia-msie div#layer_slider_1 { display: none !important; } .avia-slideshow { display: none; } .avia-msie .avia-slideshow { display: block; }
Turn on the custom css class to add a unique class attribute to the slideshow: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Cheers!
IsmaelHi!
Use a search index plugin like Relevanssi or SearchWP. Refer to these links for more info:
http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/
http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/Regards,
IsmaelHi!
Did you add any html tags? There are accordion elements when I checked the page: http://www.istitutofeldenkrais.it/formazione/post-formazione/
Regards,
IsmaelHey Aristidis!
Thank you for using Enfold.
Can you please provide a screenshot of the pop up? Or a link to the website. The only notification that should display when you add a product to the cart is the default woocommerce message, not a pop up.
Best regards,
IsmaelHey!
Try to set Background Attachment to Scroll instead of Fixed. See if that helps.
Regards,
IsmaelHi!
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!
Cheers!
IsmaelHey johniem!
Thank you for using Enfold.
Edit the cart page then use html tags to add the image or any content that you want.
Cheers!
IsmaelHi!
I’m not sure if you can modify the facebook widget style but you can try this:
.clearfix.pvs.phm { display: none !important; }
I think it’s better if you create your own facebook likebox widget. Go to this link: https://developers.facebook.com/docs/plugins/page-plugin
Best regards,
IsmaelHi!
Thank you for using Enfold.
You can set the masonry columns to 2 then add this to the Quick CSS field:
.av-masonry-col-2 .av-masonry-entry { width: 100%; }
The masonry images will look a bit blurry because of the masonry item width.
Cheers!
IsmaelMarch 27, 2015 at 2:31 pm in reply to: codeblock not rendering in the front-end [avia_codeblock_placeholder uid="0"] #419279Hey!
It works fine when I created a test page.
Use the id attribute instead of the name attribute.
Cheers!
Ismael-
This reply was modified 10 years, 3 months ago by
Josue.
Hi!
Turn on the custom css class. Refer to this link: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Add custom css class attribute to the image with the caption. Use “custom-image” for example. Add a bottom margin to it:
.custom-image img.avia_image { position: relative; margin-bottom: 70px; }
Regards,
Ismael -
This reply was modified 10 years, 3 months ago by
-
AuthorPosts