Forum Replies Created
-
AuthorPosts
-
Hi!
Alright. Try to switch the builder to debug mode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Create a temporary page to generate the shortcodes by using the advance layout builder. You’ll see the actual shortcode below the builder as described in the documentation. You can use that shortcode as the do_shortcode content.
Cheers!
IsmaelHey!
Add this to the Quick CSS field:
.logo img { width: 800px; height: 120px; }
It will adjust the logo image to its actual size.
Cheers!
IsmaelHey!
Maybe, you can create or show a different slider for mobile devices instead of the accordion slider. Please refer to these links on how to hide or show elements using css media queries:
https://kriesi.at/support/topic/how-to-hide-some-elements-in-mobile-version/#post-362263
https://kriesi.at/support/topic/displaying-another-slider-on-mobile-devices/
https://kriesi.at/support/topic/replace-slider-on-mobile/
Cheers!
IsmaelHi!
Welcome to the forum! Please create a new thread describing your problem. A screenshot will help. You can create a new thread by clicking the theme name in the forum (https://kriesi.at/support/) overview page. Below, you’ll find a form to create a new topic.
Cheers!
IsmaelHi!
Unfortunately, we won’t be able to help you. Please create a new thread once the site is live. Try to adjust the position of the header widget with this:
#header .widget { left: 80%; padding-top: 0; position: absolute; top: 0; }
Adjust the left and top position.
Best regards,
IsmaelHey!
Alright. Sorry about that. So, just to clarify, you want to move the page sidebar navigation below the custom widget? You need to edit sidebar.php, move this code:
//Display a subnavigation for pages that is automatically generated, so the users do not need to work with widgets $av_sidebar_menu = avia_sidebar_menu(false); if($av_sidebar_menu) { echo $av_sidebar_menu; $default_sidebar = false; }
Below, this line:
//global sidebar if (dynamic_sidebar('Displayed Everywhere')) : $default_sidebar = false; endif;
I’ll ask Gunter to confirm.
Cheers!
IsmaelHi!
Replace the code with this to include iPad screens:
@media only screen and (max-width: 1024px) { #top #wrap_all .av_header_transparency{ position: absolute !important; } #top .av_header_transparency .header_bg{ background-color: black !important; } }
Cheers!
IsmaelMarch 7, 2015 at 1:37 pm in reply to: Woocomerce single product page not displaying on mobile (Iphone) #407465Hi!
Are you talking about the footer widgets? Maybe a screenshot will help. If you want to change the footer widgets, go to Appearance > Widgets panel. Add your own widgets inside the Footer columns.
Cheers!
IsmaelHey!
Looks like the theme files are incomplete or the folder and file permissions are incorrect. The site have these errors:
http://www.dariadallacqua.com/autoproject23/wp-content/themes/enfold/config…emplatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff?v=3 Failed to load resource: the server responded with a status of 404 (Not Found) http://www.dariadallacqua.com/autoproject23/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf?v=3 Failed to load resource: the server responded with a status of 404 (Not Found)
Try to download the theme again from your themeforest account then update it via FTP.
Cheers!
IsmaelHi!
We updated the code above. Please try it now. The brackets’ position was incorrect.
Cheers!
IsmaelMarch 7, 2015 at 1:30 pm in reply to: Increase number of max. columns of portfolio grid / masonry grid? #407462Hi!
Replace it with this:
@media only screen and (max-width: 989px) { .responsive #top #wrap_all .grid-sort-container .av_one_sixth { width: 10%; }}
Regards,
IsmaelHi Groeier!!
Thank you for using Enfold.
You can set the Header Mobile Menu activation settings to 990px on Enfold > Header > Mobile Menu panel.
Cheers!
IsmaelHi!
The autooptimize feature is still enabled. I think the script and stylesheet minify settings is causing the issue.
Regards,
IsmaelMarch 7, 2015 at 1:13 pm in reply to: Can't target the background colour of Woocommerce .products li #407458Hi!
You can try this:
#top #main .products .product:nth-child(odd) .inner_product { background-color: red !important; }
Cheers!
IsmaelHey!
Alright. So you don’t care if the images are cut as long as they are square in the slider? Set the Slideshow Image Size to the Shop Catalog (450x450px). If it doesn’t work, install this plugin: https://wordpress.org/plugins/simple-image-sizes/
Go to Settings > Media panel. Look for the square size thumbnail, set the width and height to 300px. Update then save changes. Regenerate the thumbnails after. Go back to the easy slider element, set the Slideshow Image Size to Square.
Cheers!
IsmaelHey!
You should insert the gallery images first, click one of the images then you’ll see a Custom Link field. Add the video url there. No, unfortunately, you can’t add a link to the marker but you can add html tags inside the marker tooltip. Please create a new thread for new inquiry.
Best regards,
IsmaelHi dhuet!
Thank you for using Enfold.
Add the script part above the tab using a code block then add just this line inside the tab:
<div id=”BVRRContainer”></div>
Best regards,
IsmaelHey!
I think you forgot the actual link to the site. Please post it here. Try to move the code below line 17:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Cheers!
IsmaelHey!
You can try this:
.header-scrolled .logo img, .header-scrolled .logo a, .header-scrolled .logo { max-height: 70px !important; height: 70px; margin-top: -10px; overflow: visible; }
Cheers!
IsmaelHey!
Thank you for the info. I don’t think this is possible without duplicating the site. Just to be clear, the preferred domain is (http://www.galeriemi.nl). Is that correct? After the the duplication, edit the old domain’s .htaccess file. Add this at the very beginning:
RewriteEngine on RewriteRule ^(.*)$ http://www.galeriemi.nl/$1 [R=301,L]
Cheers!
IsmaelHi!
We tested it on an IE8 emulation and it looks fine. Please ask your client to disable compatibility view mode. The only issue that I see is that the color section background is not resizing properly because IE8 doesn’t support the css background-size property. To fix it, add this to the Quick CSS field:
.avia-msie .home #av_section_1 .av-parallax { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://nltrademate.nl/wp-content/uploads/2015/02/NLTradeMate.jpg', sizingMethod='scale'); -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://nltrademate.nl/wp-content/uploads/2015/02/NLTradeMate.jpg', sizingMethod='scale')"; }
This is how the site looks like on IE8 emulation (ignore the ie inspector):
Regards,
IsmaelHey!
Looks like you managed to remove the menu borders. Add this to the Quick CSS field to adjust the bottom highlight of the last menu item:
.html_header_searchicon_disabled #top .main_menu .menu>li:last-child>a .avia-menu-fx { padding-right: 0; }
Best regards,
IsmaelHi!
You can set the Main Menu Sidebar on Enfold > General Layout > Layout panel. Select the custom widget area that you want to show below the main sidebar navigation.
Regards,
IsmaelHi!
Please give us a link to the actual page. We need to inspect it. Try to use css media queries to control the display of the custom widget.
Cheers!
IsmaelHi!
Thank you for using Enfold.
You can adjust the background color of the content block on hover with this :
.av-masonry-entry:hover figcaption.av-inner-masonry-content.site-background { background: red; }
Regards,
IsmaelHi!
Did you check the Inactive Widgets panel? Yes, you can export the current settings then import a new demo but the new demo will also remove widgets related to the previous demo, and add its own.
Best regards,
IsmaelHi suchfin!
Thank you for using Enfold.
You can only add Templates for pages. If you want to create a new template for a custom post type, please refer to this link: http://codex.wordpress.org/Post_Type_Templates
Best regards,
IsmaelHi!
Add this to the Quick CSS field:
#header .widget { position: absolute; right: 0; top: -80px; }
Remove the “echo” on this line:
echo dynamic_sidebar( 'header' );
Regards,
IsmaelHi hlchia!
Thank you for using Enfold.
I checked the site on an IE emulation and they all look the same, logo partner element looks fine. Try to deactivate IE 10’s compatibility view mode.
Cheers!
Ismael -
AuthorPosts