Forum Replies Created
-
AuthorPosts
-
September 18, 2015 at 5:20 am in reply to: Fixed column width for the text above the background image #505229
Hi!
The background image have a fixed dimension and is not responsive. Basically, the text and the background inside the column have no connection in terms of responsiveness. The background image is not going to wrap around the texts. Unfortunately, this layout is not going to work the way you expected it. You can try to add a background via the Quick CSS field, try this:
.flex_column.av_one_third { background-color: rgba(255,255,255,.6); border: 2px solid violet; border-radius: 10px !important; }OR you can set the background size property to 100% but it will stretch the background image:
.flex_column.av_one_third { background-size: 100% 100% !important; }I think you should look for another design. This layout is only going to work if the character count inside the box is limited.
Best regards,
IsmaelHi!
Did you build the portfolio content in the advance layout builder? if that is the case, you need to modify the template-builder.php file, look for this code on line 43:
echo $content;.. below, add this:
//show related posts based on tags if there are any if(is_singular('portfolio')) { get_template_part( 'includes/related-posts'); }You still need to follow the solution provided on the previous thread.
Cheers!
IsmaelHi!
We modified the file for you. Remove browser cache then reload the page: https://sheffield-hypnosis.co.uk/home-lead-generation/
Regards,
IsmaelHey!
This is what I get when I embed the page in a code block:

This is the actual embed code:
<iframe src="http://vismilwaukee.clubspeedtiming.com/sp_center/Toptime.aspx?days=1&track=2" width="100%" height="500px"></iframe>Best regards,
IsmaelSeptember 18, 2015 at 4:33 am in reply to: Is it possible to get a mobile menu button on a fixed layout? #505213Hey!
This is actually possible but there’s a lot of modifications involve. For example, you will have to modify the js > avia.js file to enable the mobile menu even if the theme is not set to responsive. And if you manage to enable the mobile menu on fixed layout, you will have to deal with the mobile menu styling which is not compatible with fixed layout. I think the better solution is to add a full width sub menu on mobile view to compensate for the missing sub menus in the main menu.
Best regards,
IsmaelHey Peter!
Thank you for using Enfold.
You can use this plugin to translate the strings: https://wordpress.org/plugins/loco-translate/
Go to the Loco Translate panel, look for Enfold and then modify the language file. Search for the string “Share on”, translate, save then sync the language files.
Cheers!
IsmaelHey!
1.) If you want the link to automatically download the file instead of going to a new window or tab, you need to add the “download” attribute in the link tag. Something like this:
<a href="http://www.dwmultimedia.co.uk/test/wordpress/wp-content/pdf/no_56_spring_2015.pdf" download>Download Here</a>2.) It’s not possible to push the background beyond the container or column. However, you can try this:
.page-id-190 .flex_column.av_one_third.flex_column_div.av-zero-column-padding.avia-builder-el-4.el_after_av_two_third.avia-builder-el-last.column-top-margin { margin-left: 2%; padding-left: 4%; }You might need to use css media queries to adjust the column background on mobile devices.
Regards,
IsmaelSeptember 18, 2015 at 4:02 am in reply to: Removing date/time (other META info) from social shares #505206Hi lzevon!
Thank you for using Enfold.
Did you switch from post to page? I was expecting the link to be a post but it’s not. It is a page. Pages don’t have meta infos by default.
Best regards,
IsmaelHey!
What is impossible? It’s been almost two months since your last reply that I’m not sure where we left off. If you want to add tracking events on the theme’s contact form, you can follow the solution provided here: https://kriesi.at/support/topic/add-5-different-google-track-codes-on-button-submission/#post-497826
Best regards,
IsmaelHey!
1.) If you want to enable the sidebar for category pages, go to Enfold > Sidebar Settings panel then set the sidebar on Sidebar on Archive Pages option.
2.) Once you enable the sidebar on the category pages, the featured image size will decrease automatically. Or try to use this in the functions.php file to set a different blog style for archive pages:
add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); function avia_change_category_blog_layout($layout, $context){ if($context == 'archive') $layout = 'single-small'; return $layout; }Cheers!
IsmaelSeptember 17, 2015 at 6:28 am in reply to: Hide background image for specific sections on mobile devices #504514Hey!
The background is displaying on my iPod when I checked it so I guess the solutions are not working. Please try this instead:
@media screen and (max-width: 989px) { .avia-android #waarom, .avia-android #referenties, .avia-ipad #waarom, .avia-ipad #referenties, .avia-iphone #waarom, .avia-iphone #referenties { background: none !important; } }What is this code for?
@media screen and (max-width: 767px) { #waarom, #referenties { background: transparent !important; } }Please remove it.
Cheers!
IsmaelHi decastell!
Thank you for using Enfold.
1.) Unfortunately, it’s not possible to set the transparent header as default. You need to do it manually for all posts or pages.
2.) That is actually the default behavior of the the transparent header and it works well when there is a background image on top of the page. If you want to move the content a bit, use this in the Quick CSS field:
.html_header_transparency #main { padding-top: 60px !important; }Cheers!
IsmaelHi!
I’m having a bad connection day so I can’t access the dashboard. Anyway, please add this in the functions.php file:
add_filter( 'wp_nav_menu_items', 'avf_add_search', 3, 2 ); function avf_add_search( $items, $args ) { if ($args->theme_location == 'avia') { $search = '<li id="menu-item-search-mobile" class="menu-item menu-item-type-post_type menu-item-object- page current-menu-item page_item page-item-18 current_page_item menu-item-top-level menu-item-top-level- 5">'.get_search_form(false).'</li>'; $items = $search . $items; } return $items; }After that, go to the Quick CSS field then add this code:
@media only screen and (max-width: 989px) { #top #searchform>div { display: block !important; opacity: 1 !important; } }This will render a search box inside the mobile or hamburger menu.
Cheers!
IsmaelSeptember 17, 2015 at 5:57 am in reply to: Fullwidth submenu Avia element: highlight menu for each section ID #504500Hey!
Please create a new thread then we’ll tackle the issue there. Provide the login credentials inside the private field. Did you build the menu items manually? The “current-menu-item” class attribute is not being applied on the current menu item.
Best regards,
IsmaelHey!
We added a transparent box layer for you. Please check it here:
http://www.karlmohr.net/
http://www.karlmohr.net/wp-admin/admin.php?page=layerslider&action=edit&id=26Best regards,
IsmaelHey!
I think you managed to apply the height to the cell with the map. Unfortunately, it’s not possible to alter the layout of the cells the way you wanted. This will require custom modifications that is outside the scope of support. Please contact codeable: http://kriesi.at/contact/customization
Regards,
IsmaelHi!
We’re very sorry for the delay. We will check this again with Kriesi. Please wait for his reponse.
Cheers!
IsmaelHey!
Please remove the code we suggested on functions.php then go to the child theme folder. Create a new functions.php file inside, add this code:
// target _top function add_custom_script(){ ?> <script> (function($) { $('.social_bookmarks_vimeo a').removeAttr('title'); $('.social_bookmarks_vimeo a').attr('title', 'Media'); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');What is the url of the page with the portfolio grid element? You can try this in the Quick CSS field in order to disable the link:
.grid-image { pointer-events: none !important; }Best regards,
IsmaelSeptember 17, 2015 at 5:20 am in reply to: Fixed column width for the text above the background image #504492Hey!
How did you add the background? We need to see the actual page so that we can inspect the elements. I think the issue is that the columns are responsive but the background is not.
Cheers!
IsmaelHey!
We forgot to wrap the code inside a style tag. Please check it now: https://store.mjft.co.uk/
Adjust the min-height property if necessary.
Best regards,
IsmaelSeptember 17, 2015 at 4:59 am in reply to: Full-width menu on iPad: drop-down anchor menu sticks open after selection #504484Hey!
We’ll close this thread for now.
https://kriesi.at/support/topic/ipad-drop-down-menu-wont-tap-off/
Best regards,
IsmaelHi jimmymoto!
Thank you for using Enfold.
Sorry for the delay. We closed the other thread. Please try to update the theme to the latest version then deactivate all plugins. Remove browser cache before checking the page on iPad.
Cheers!
IsmaelHi!
We’ll add it for you. Please post the embed code on pastebin.com. Add the login details in the private field.
Best regards,
IsmaelSeptember 17, 2015 at 4:50 am in reply to: Place an image betwen the top of page and the header #504479Hi!
This seems to be a little bug in the rotator css styling. The font size property of the av-rotator-container-inner container is set to inherit but since there is no designated font size property applied to its parent element, it inherits the font size property of the body tag. Please edit css > shortcodes.css, look for this code:
#top .av-rotator-container-inner{position: relative; line-height: 1.1em; margin:0; font-weight:300; text-transform:none; color:inherit; font-size: inherit;}..replace it with:
#top .av-rotator-container-inner{position: relative; line-height: 1.1em; margin:0; font-weight:300; text-transform:none; color:inherit;}We removed the font size property.
Cheers!
IsmaelHey!
Please replace the code in the functions.php file with this:
// add account icon add_action('avia_meta_header', function() { echo '<a class="mobile-account" href="#"><span class="av_font_icon avia_animate_when_visible av-icon-style- av-no-color avia-icon-pos-left avia_start_animation avia_start_delayed_animation" style=""><span class="av-icon-char" style="font-size:40px;line-height:40px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></span></a>'; });You can use the same css selector to adjust the position of the icon.
.mobile-account { position: absolute; top: 0; right: 120px; }Adjust the values.
Best regards,
IsmaelSeptember 17, 2015 at 4:12 am in reply to: Remove specific blog posts from and search, but only visibly by direct link #504473Hey!
It’s basically the same as the first filter. Example:
function avf_magazine_entries_query_mod($query, $params) { $query['category__not_in'] = array( 27, 18 ); return $query; } add_filter('avf_magazine_entries_query','avf_magazine_entries_query_mod');Best regards,
IsmaelSeptember 17, 2015 at 4:09 am in reply to: Category archive page: change layout to show excerpt #504472Hey!
Add this in the functions.php file:
add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); function avia_change_category_blog_layout($layout, $context){ if($context == 'archive') $layout = 'single-small'; return $layout; }It will set the blog style of the category pages to single author, small preview style.
Best regards,
IsmaelSeptember 17, 2015 at 4:05 am in reply to: single product page sidebar to right instead of below that won't break on mobile #504471Hey!
Alright. Please follow the following steps:
1.) Add this code in the theme’s functions.php file:
# # wrap single product image in an extra div # function avia_add_image_div() { echo "<div class='single-product-main-image alpha'>"; } function avia_close_image_div() { echo "</div>"; } # # wrap single product summary in an extra div # function avia_add_summary_div() { echo "<div class='single-product-summary'>"; } function avia_close_summary_div() { echo "</div>"; //close out the summary get_sidebar(); } function avf_product_sidebar_layout_mod($layout){ if( is_single() )$layout = "sidebar_right"; return $layout; } add_action('init', 'ava_product_sidebar_mod'); function ava_product_sidebar_mod() { add_action( 'woocommerce_before_single_product_summary', 'avia_add_image_div', 2 ); add_action( 'woocommerce_before_single_product_summary', 'avia_close_image_div', 20 ); add_action( 'woocommerce_before_single_product_summary', 'avia_add_summary_div', 25 ); add_action( 'woocommerce_after_single_product_summary', 'avia_close_summary_div', 3 ); add_filter( 'avf_product_sidebar_layout', 'avf_product_sidebar_layout_mod', 5); }2.) Edit config-woocommerce > config.php then look for this code around line 573:
$sidebar_setting = avia_layout_class( 'main' , false );.. replace it with:
$sidebar_setting = apply_filters( 'avf_product_sidebar_layout', avia_layout_class( 'main' , false ) );3.) Add this in the Quick CSS field or css > custom.css file:
.single-product .template-shop .product { width: 68%; margin-right: 4%; clear: none; float: left; }4.) Smile. :)
Done.
Cheers!
Ismael -
AuthorPosts
