Forum Replies Created
-
AuthorPosts
-
Hey RicardoSuarez!
Edit config-templatebuilder > avia-shortcodes > tabs.php, find this code on line 253″
$output .= ' <div data-fake-id="#'.$tab_atts['custom_id'].'" class="tab '.$titleClass.'" '.$markup_title.'>'.$icon.$tab_atts['title'].'</div>'."\n";Replace it with:
$output .= ' <div id="#'.$tab_atts['custom_id'].'" data-fake-id="#'.$tab_atts['custom_id'].'" class="tab '.$titleClass.'" '.$markup_title.'>'.$icon.$tab_atts['title'].'</div>'."\n";Best regards,
IsmaelFebruary 15, 2014 at 9:19 am in reply to: Website is very slow to load with this theme. How can this be fixed? #224302Hi!
Aside from optimizing images and using a cache plugin. You can also use CDN or upgrade your hosting services.
Best regards,
IsmaelHi!
Please increase the wordpress php memory limit. Refer to this link. That should fix it.
Regards,
IsmaelHey!
You need to upload your own logo on Enfold > Theme Options > Logo. Refer to this link if you want to add a tagline below the logo:
Best regards,
IsmaelHey gxjansen!
Please edit includes > loop-index.php, remove everything and replace it with this code: http://pastebin.com/LD37TZ4b
Best regards,
IsmaelHi gxjansen!
Please update to Enfold 2.5, download it on your themeforest account then update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
The update should fix it.
Cheers!
IsmaelHi gxjansen!
First, try to regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
If it that doesn’t work, please add this on Quick CSS or custom.css:
.template-blog .blog-meta .attachment-square.wp-post-image { height: 100%; }Cheers!
IsmaelHi!
Please add this on Quick CSS or custom.css:
.home #av_section_1 .flex_column.av_one_half.avia-builder-el-4.el_after_av_one_half.avia-builder-el-last { position: relative; top: 20px; }Cheers!
IsmaelHey!
Please be specific about what elements you want to change or adjust. You can remove some white space on every section using this on Quick CSS or custom.css:
.content, .sidebar { padding-top: 10px; padding-bottom: 10px; } .hr { margin: 10px 0; }Best regards,
IsmaelFebruary 15, 2014 at 8:45 am in reply to: Bug? Fullwidth masonry shows all categories, not just the ones selected #224287Hey chartier!
You have a lot of plugins installed. Have you tried deactivating each of them? Check it on another browser after you deactivate the plugins.
Cheers!
IsmaelHi Schloss Klaus!
Can you please post a screenshot? The page gives me 404 error. You can use imgur or dropbox.
Cheers!
IsmaelHi!
Can you please post a screenshot of what you’re trying to do? I don’t see any grid related css code above. Please add this on custom.css or Quick CSS to adjust the width of the 4 column grid container:
.no_margin.av_one_fourth { width: 20%; padding: 3px; }Regards,
IsmaelHey!
Please add this at the bottom of Quick CSS:
.iconbox_content_container a img, .iconbox_content_container img { width: auto\9; max-width: 100%\9; } .ie10 .iconbox_content_container a img, .ie10 .iconbox_content_container img { width: auto; max-width: 100%; }Best regards,
IsmaelFebruary 15, 2014 at 8:29 am in reply to: After updating, images in columns are no longer responsive? #224281Hi!
This should fix the image gap on mobile view:
@media only screen and (max-width: 767px) { .avia-align-center.avia_image.avia-builder-el-no-sibling { margin-bottom: 0; margin-top: 15px; } }This is for the footer widget.
@media only screen and (max-width: 989px) and (min-width: 768px) { div .av_one_fourth { width: 48.0%; } }Regards,
IsmaelFebruary 15, 2014 at 8:23 am in reply to: Product descriptions disappeared from front end of site #224277Hi srubens!
We haven’t tested Woocommerce 2.1 on Enfold. Please try a lower version of the plugin. We need to inspect the site live.
Cheers!
IsmaelHi!
You can create a file called loop-report.php on the includes folder then edit config-templatebuilder > avia-shortcodes > blog.php. Find this code on line 259:
get_template_part( 'includes/loop', 'index' );Replace it with:
if(!is_page( 42 )) { get_template_part( 'includes/loop', 'report' ); } else { get_template_part( 'includes/loop', 'index' ); }Replace 42 with your cpt page id or the name of the page where you want to show the custom post type report. Edit loop-report.php if you want to change the layout.
Best regards,
IsmaelHi derek62!
Have you tried this solution? https://kriesi.at/support/topic/invisible-icons/#post-216288
Please refer to this link: https://kriesi.at/support/topic/icons-problem-in-ie10/
Regards,
IsmaelHey!
Please use this:
#top .fullsize .template-blog .post-title { text-align: left; } #top .fullsize .template-blog .post-meta-infos { text-align: left; }Cheers!
IsmaelHi wholereneducation!
They are actually the Fullwidth Easy Slider, Fullscreen Slider and Color Section using video background.
Regards,
IsmaelFebruary 15, 2014 at 7:20 am in reply to: getting rid of background image with blank template #224263Hey Munford!
Please deselect the page on Enfold > Theme Options > Where do you want to display blog? option.
Best regards,
IsmaelHi!
Did you fix it again? I don’t think it has anything to do with the theme update.
Cheers!
IsmaelHi!
Please use this instead:
add_theme_support ('deactivate_layerslider');Add it at the very bottom of functions.php.
Cheers!
IsmaelHi!
Please copy the immomakler.css file on the theme’s css folder then add this on functions.php:
if(!is_admin()) { add_action('wp_enqueue_scripts', 'avia_register_immomakler_style', 100); } function avia_register_immomakler_style() { //register style wp_register_style('immomakler' , $template_url."/css/immomakler.css", array(), '1', 'screen'); wp_enqueue_style('immomakler'); }Best regards,
IsmaelHi!
Did you add the featured image on one post? Please deactivate all plugins, see if that helps. Update your Enfold installation, download the latest version on your themeforest account. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Cheers!
IsmaelHey intosuwo!
Please use this:
.toggle_content { font-size: 12px !important; } .js_active .toggler { font-size: 12px; }Cheers!
Ismael -
AuthorPosts

