Forum Replies Created
-
AuthorPosts
-
Hi!
Note that the color section background size is set to “cover” (http://www.w3schools.com/cssref/css3_pr_background-size.asp) which means that it will scale the background to be as large as possible to completely cover the background area. It will also cut parts of the image. I think that’s why you’re saying it’s not responsive but it is. You can set the background size to 100% but it will distort the image proportion.
Best regards,
IsmaelHi!
@hermelina: I checked the site on a browser emulation, using Firefox 14 for android mobile and tablet, but I don’t see any issues on the page. Can you please provide a screenshot?Cheers!
IsmaelMarch 29, 2015 at 5:26 pm in reply to: Site dimensions have changed since I last update my home page help! #420026Hi!
There’s a missing curly braces right after this line of code:
input[name=”post_password”] { background: red !important; }
Best regards,
IsmaelHey!
Sorry for the delay. I tried to login to the site but it’s not working. Please check the login credential above. If possible, please provide a screenshot of the issue. I don’t really understand the language so I use google translate but it’s still not clear enough.
Best regards,
IsmaelHi!
Sorry for the delay. I’m not sure if this is going to work but you can add custom css class on every element inside the advance layout builder except for column layouts. Refer to this link: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Maybe you can add the “print-no” class attribute for those elements that you don’t want to be included. There will be certain elements that you want will want to change or to modify so a basic knowledge of google inspector or firebug plugin will help a lot. Of course, it’s much easier if you hire a freelance developer to modify the print style of the page. You can contact our partner codeable here: http://kriesi.at/contact/customization
Best regards,
IsmaelHi!
Is it OK if you give us a copy of the plugin for testing purposes?
Cheers!
IsmaelHi!
Sorry for the delay. I’m not sure if I understand you correctly. You’re trying to add a special heading element inside the text block? And the markup isn’t recognize by google? Please post the link to the actual page. We would like to check it.
Best regards,
IsmaelHi!
Use this to show the default menu items:
@media only screen and (max-width: 959px) { .responsive.html_mobile_menu_tablet .container #advanced_menu_toggle, .responsive.html_mobile_menu_tablet #advanced_menu_hide { display: none; } .responsive.html_mobile_menu_tablet .main_menu .avia-menu, .responsive.html_mobile_menu_tablet #header_main .social_bookmarks, .responsive.html_mobile_menu_tablet #header_main_alternate { display: block; } .responsive #header_main .inner-container, .responsive .main_menu { position: relative; } }
There will be not enough space to contain the default menu items. Redesigning the default menus on mobile will require custom modification that is beyond the scope of support. Please hire a freelance developer or contact our customization partner: http://kriesi.at/contact/customization
Cheers!
IsmaelHey!
There is not 1/7 columns by default so you need to create it manually. Edit the color section which holds the icon then add a unique id attribute in the Section ID field. Use “custom-section” for example. Remove the icons then use a code block instead. Add the icon and column codes:
<div class="flex_column av_one_seventh first">ICON SHORTCODE HERE</div> <div class="flex_column av_one_seventh">ICON SHORTCODE HERE</div> <div class="flex_column av_one_seventh">ICON SHORTCODE HERE</div> <div class="flex_column av_one_seventh">ICON SHORTCODE HERE</div> <div class="flex_column av_one_seventh">ICON SHORTCODE HERE</div> <div class="flex_column av_one_seventh">ICON SHORTCODE HERE</div> <div class="flex_column av_one_seventh">ICON SHORTCODE HERE</div>
You can generate the icon shortcode using the shortcode wand on another post or page.
Regards,
IsmaelHi!
Please refer to this link for a possible fix: http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/
Also, if possible, please contact your hosting provider. Maybe they can provide more info regarding the issue.
Best regards,
IsmaelMarch 29, 2015 at 4:18 pm in reply to: Lightbox image size and related entries thumbnail size #419991Hi!
You can’t choose a different thumbnail size for the masonry element but you can change the size of the thumbnail assigned to it. Use the Simple Image Sizes plugin, go to Settings > Media panel. Adjust the masonry size thumbnail.
Cheers!
IsmaelMarch 29, 2015 at 4:14 pm in reply to: Homepage advanced layerslider does not center on mobile devices #419990Hi!
Edit the page using the advance layout builder, you’ll see the Grid Row element inside the Layout Elements panel. No, you can’t create slider animations inside the grid row element but you can insert easy and content sliders inside the cells. Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff about the theme. You can watch video tutorials or get hold of a few hooks and filter functions that may help you to modify the theme as you like. You can also search the forum for any related questions or issues.
If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!
Regards,
IsmaelHi!
Thank you for using Enfold.
Are you referring to the post navigation found on both end of the screens? Add this to the functions.php file:
add_filter( 'avia_post_nav_settings', 'enfold_customization_same_cat' ); function enfold_customization_same_cat( $s ) { $s['same_category'] = true; return $s; }
Regards,
IsmaelHey!
Are you sure that you used the correct taxonomy and post type name? Did you use a plugin to create the custom post type? Please open a new thread and post the login details there. We would like to check it.
Cheers!
IsmaelHi DavyE!
Thank you for using Enfold.
I checked the site and I noticed that you didn’t add the filemtime fix for the custom.css file. It still says version 2 instead of the time the file was modified.
Regards,
IsmaelHi!
Please remove the css code then replace it with this:
aside.sidebar.sidebar_right { background: #f1f1f1; padding-right: 50px; }
Add this to the functions.php file:
add_action('wp_footer', 'ava_sidebar_height'); function ava_sidebar_height(){ ?> <script> (function($){ $(window).resize(function() { var contenth = $('.container .av-content-small.units').height(); $('.sidebar.sidebar_right').css('min-height', contenth); }).resize(); })(jQuery); </script> <?php }
You might need to increase the sidebar width in the Content | Sidebar Ratio setting.
Cheers!
IsmaelMarch 28, 2015 at 5:24 pm in reply to: Saving didnt work! Please reload the page and try again #419864Hi!
I checked the site but it’s not using the Enfold theme. Did you switch the theme? Please activate the Enfold theme then try to deactivate all plugins. Test the site again.
Regards,
IsmaelHey kristenangel!
Thank you for using Enfold.
The theme doesn’t utilize any of the WooThemes Framework so I’m not sure what’s the connection.
Do you have any other premium themes other than Enfold? There’s a chance, one way or another that the scanner will find “malicious” scripts on it. Most of these errors or warnings are invalid or inaccurate. You can just ignore them or you can install security plugins to prevent any possible security threats.
Regards,
IsmaelMarch 28, 2015 at 5:02 pm in reply to: Help! add custom entries in static page ( template- page content ) #419860Hi!
Thank you for using Enfold.
Where do you want to add the video? You can use the Video element in the advance layout builder. A screenshot will help.
Best regards,
IsmaelHey!
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!
Ismael -
AuthorPosts