Forum Replies Created
-
AuthorPosts
-
Hey Jan!’
Thank you for using Enfold.
The code is actually incorrect. The body tag contains the #top id attribute, basically, they’re the same. Please replace it with:
@media only screen and (max-width: 467px) { body { font-size: 13px;!important; } }
OR
@media only screen and (max-width: 467px) { #top { font-size: 13px;!important; } }
Best regards,
IsmaelHi!
Is it the same when you activate a default theme? If it is then it is a browser or WP specific issue.
Cheers!
IsmaelSeptember 7, 2015 at 3:51 am in reply to: Enfold theme not updating through Envato Toolkit plugin #498986Hey!
We will include it in future updates. Are you experiencing any issues with the current version of the plugin?
Cheers!
IsmaelHey Khalid!
Thank you for using Enfold.
1.) Looks like you managed to remove the border. Is that correct?
2.) Go to Appearance > Menus panel. Edit the menu item, look for the Description field.
3.) Add this in the Quick CSS field to change the background on mobile view:
@media only screen and (max-width: 767px) { .header_color .header_bg { background-image: none; background-color: #000000; }}
Regards,
IsmaelHi Anton!
Thank you for using Enfold.
Modify the sidebar.php file, look for this code:
//global sidebar if (dynamic_sidebar('Displayed Everywhere')) : $default_sidebar = false; endif;
Place it above the other widget areas.
Best regards,
IsmaelHey eny4W!
Thank you for using Enfold
Did you add any css modifications to alter designs on mobile devices? Please upgrade the theme to the latest version 3.3.2. If the upgrade doesn’t fix the issue, use this in the Quick CSS field:
@media only screen and (max-width: 767px) { .responsive #top #wrap_all #header { top: 50px !important; border: 0; }}
Regards,
IsmaelSeptember 6, 2015 at 4:15 am in reply to: How to insert different background images to mega menu? #498793Hi!
Please try to adjust the code to something like this:
.avia_mega_div > .sub-menu { background: url("//barkingzebratours.com/new/wp-content/uploads/2015/08/Megamenu_kili-1050.jpg") !important; background-size: 100% 100% !important; } .avia_mega_div .sub-menu li, .avia_mega_div .sub-menu a, .avia_mega_div > .sub-menu li ul { background-color: transparent !important; }
Best regards,
IsmaelHi Mark!
Thank you for using Enfold.
We haven’t included the latest version of the plugin yet but it will be included eventually. Please wait for the next theme update.
Best regards,
IsmaelHey!
@fjhughes: If you can’t update the theme automatically, try to update the theme via FTP: http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/Best regards,
IsmaelHi!
If you want to add a search box inside the mobile menu, 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, add this code in the Quick CSS field:
@media only screen and (max-width: 767px) { #top #searchform>div { display: block !important; opacity: 1 !important; } }
Regards,
IsmaelHey!
Alright. If you have the chance to access the site, try to add this in the functions.php file:
add_filter('avf_title_args', 'fix_single_post_title', 10, 2); function fix_single_post_title($args,$id) { if ( is_single() ) { $args['title'] = get_the_title($id); $args['link'] = get_permalink($id); $args['heading'] = 'h1'; } return $args; }
https://kriesi.at/support/topic/cant-change-blog-die-aktuellsten-neuigkeiten/#post-460731
Best regards,
IsmaelSeptember 6, 2015 at 3:48 am in reply to: Title in Single-Portfolio-Page and position of picture #498786Hey!
Add this code below the other one:
add_filter('avf_title_args', 'avf_title_args_mod', 10, 2); function avf_title_args_mod($args,$id) { if ( is_single() ) { $category = get_the_category($id); $args['title'] = $category[0]->name; $args['link'] = get_permalink($id); } return $args; }
Regards,
IsmaelSeptember 6, 2015 at 3:45 am in reply to: Removing Line under hyper links only works on some pages #498785Hi!
They don’t seem to be connected at all. Since we didn’t see the link with the issue, we won’t be able to tell what causes it. It might be from a rogue style sheet from a plugin or something else. Anyway, glad you fixed it. :)
Cheers!
IsmaelHi!
Does the iphone have retina display? Try to use this css media queries to adjust the element: https://css-tricks.com/snippets/css/retina-display-media-query/
Regards,
IsmaelHey!
Looks like the code also affects the theme’s logo. Add a color section then place a code block element inside. In the code block element, add this code:
<div class="container"> <img class="logo-custom" src="http://www.7emezzastudio.it/TEST/logo-edit.png"> <img class="due" src="http://www.7emezzastudio.it/TEST/2.png" /> <img class="scritta" src="http://www.7emezzastudio.it/TEST/scritta.png" /> </div> <script src="http://cdnjs.cloudflare.com/ajax/libs/gsap/1.17.0/TweenMax.min.js"></script> <script src="http://www.7emezzastudio.it/TEST/main.js"></script>
After, modify this file http://www.7emezzastudio.it/TEST/main.js. Replace this line of code:
TweenLite.to(".logo" , 3, {x:460, rotation:360, ease: Bounce.easeOut})
..with this:
TweenLite.to(".logo-custom" , 3, {x:460, rotation:360, ease: Bounce.easeOut})
I’m not sure how the TweenLite script actually works so you have to contact the plugin author regarding the correct settings.
Cheers!
IsmaelHi!
Thank you for creating the test site. Yes, we need to access the dashboard. Please post the login details in the private field. Have you tried flushing the Settings > Permalink options?
Cheers!
IsmaelHi!
Can you please recreate the test page? We found other threads confirming the issue. If I remember correctly, you have an iPhone with retina display. Is this happening on mobile devices without retina display?
Regards,
IsmaelHi!
Looks like you combined shortcodes plus html codes inside the code block element. There is a note in a code block:
“Enter some text/code. You can also add plugin shortcodes here. (Adding theme shortcodes is not recommended though)”.
It is not recommended to use theme shortcodes inside a code block because a combination of shortcodes and html codes tend to break the layout of the builder. Removing the search widget doesn’t seem to fix the issue.
Cheers!
IsmaelHi!
Replace the code in functions.php if you want to use the icon font:
// add account icon add_action('ava_after_main_menu', 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>'; });
I’m sorry but I don’t see why you have to add it above the header? According to the screenshot, you want to align the icons on a single file.
Cheers!
IsmaelHi!
What is the language which you want to translate it to? Please access the theme folder via FTP then look for the “lang” folder. Look for the language file (.po), edit it then add this code at the very bottom:
# @ avia_framework #: config-templatebuilder/avia-shortcodes/events_countdown.php:210 msgid "Upcoming" msgstr "TRANSLATION HERE"
Save the file. Go to the Loco Translate plugin again then compile or sync the language files.
Cheers!
IsmaelHey Sanderkleijn!
Thank you for using the theme.
The site redirects to a facebook page. When I tried to access the wp admin directly, an error has occured:
Parse error: syntax error, unexpected '}' in /var/www/qb102298/data/www/bijzonderkleijn.nl/wp-content/themes/enfold-child/functions.php on line 10
http://www.bijzonderkleijn.nl/wp-admin/
Cheers!
IsmaelHey ideenheimat!
Thank you for using Enfold.
Did you add the header in the general styling > header panel? Try to add this in the Quick CSS field:
.header_color .header_bg { background-size: cover; }
Cheers!
IsmaelHey Phybo!
Thank you for using Enfold.
The theme automatically creates section for every element outside a color section, grid row or any main container. And each section content contains a 50px padding, top and bottom. Try to relocate the separator inside the grid row cells. If the grid row element contains 2 cells, add the same separator on each cells.
Cheers!
IsmaelSeptember 6, 2015 at 2:18 am in reply to: Responsive version: Headlines are not shown in a whole… #498771Hi!
The titles’ are a bit long so decreasing the font size is not a good option. If you want to try it, add this:
@media only screen and (max-width: 767px) { .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { font-size: 11px !important; } }
Cheers!
IsmaelHey!
What happens when you add more masonry items? I have a monitor with 1920x1080px resolution but the issue is barely visible. Let’s hope that adding more items correct the alignment.
Best regards,
IsmaelSeptember 4, 2015 at 11:29 am in reply to: Remove specific blog posts from and search, but only visibly by direct link #498246Hi!
Try to use this:
function avf_accordion_entries_query_mod($query, $params) { $query['category__not_in'] = array( 27, 18 ); return $query; } add_filter('avf_accordion_entries_query','avf_accordion_entries_query_mod');
Again, you can add a unique category to the posts that you want to exclude. Use the id of that category to replace 27 and 18 in the example above.
Best regards,
IsmaelSeptember 4, 2015 at 11:20 am in reply to: Unable to clear selection in WooCommerce Layered Nav Filter #498237Hey!
The href attribute of the chosen product attribute is empty. Did you add any modifications in the theme (functions.php etc.)? Please post the login details here, we would like to check it.
Best regards,
IsmaelSeptember 4, 2015 at 11:01 am in reply to: Responsive version: Headlines are not shown in a whole… #498221Hi!
The word-break property is not set. Try to use this in the Quick CSS field:
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { word-break: break-word; }
Cheers!
IsmaelSeptember 4, 2015 at 10:56 am in reply to: remove margins in color section & fullsize images #498219Hey!
Can you please provide a link to the actual page? Try to set the image as Custom Background Image of the grid row cell.
Cheers!
IsmaelHi!
What if you add another color section with the button below the slider? Apply a negative top margin to the section to move it upwards in front of the slider. Use the “Section ID ” field to distinguished that specific color section from other section in the page.
Best regards,
Ismael -
AuthorPosts