Forum Replies Created
-
AuthorPosts
-
Hey aovivo!
I think there are unclosed tags, please try to override the theme filesagain via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Deactivate all plugins, see if the issue persist.
Regards,
IsmaelHey heufti65!
No, that is not possible yet. Please switch your theme to debug mode. Edit function.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
You will be able to see the actual shortcode below the builder. For further customization request, please visit Werkpress.
Best regards,
IsmaelHey kd1987!
Do you have the latest version of Enfold? The category page should show the excerpt + read more link.
Best regards,
IsmaelHi!
Add this on Quick CSS or custom.css:
.active_tab_content .tab_inner_content { padding-bottom: 15px; }
Regards,
IsmaelHey!
It’s still version 1.5.1. Please download the latest version on your themeforest account then update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
You might need to recreate some of the content including the slider after the theme update.
Regards,
IsmaelHey wieslander!
Please add this on Quick CSS or custom.css:
.widget_shopping_cart .button { min-width: 105px; }
Regards,
IsmaelHey!
Please give us a link to the website. Are you referring to a portfolio page? Please add this on functions.php:
add_action('after_setup_theme','avia_remove_portfolio_breadcrumb'); function avia_remove_portfolio_breadcrumb(){ remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb'); }
Regards,
IsmaelHi AdDesign!
You can add this on Quick CSS or custom.css:
.page-id-2449 .main_color.iconbox_top .iconbox_content { background: rgba(255,255,255,.8); }
For further customization request, please visit Werkpress.
Best regards,
IsmaelHi!
You have a very old version of the theme. Please download 2.5.2 then do the changes above. If you’re having trouble doing the changes, please hire a freelance developer to iron out the customization. You can visit Werkpress.
Regards,
IsmaelHi Munford!
Add this on Quick CSS or custom.css:
.text-sep.text-sep-cat, .blog-author { display: none; } .avia-caption-title { display: none; }
Regards,
IsmaelHey brijesh1111!
What do you mean by “predefined body text”? Note that you can use plugins like Contact Form 7 and Gravity Forms to replace the theme’s default contact form.
Regards,
IsmaelHi Liminalty!
Please add this on functions.php:
function fix_ssl_upload_url( $url ) { if ( is_ssl() ) $url = str_replace( 'http://', 'https://', $url ); return $url; } add_filter( 'upload_dir', 'fix_ssl_upload_url' );
Regards,
IsmaelHi!
The flicker or flash seems to be random. I’m not sure if that is flickering or the background loaded late. Please try to reset/flush the cache plugin settings.
Best regards,
IsmaelHey!
@webpress: Thank you but unfortunately we already have a french translation. :)
Cheers!
IsmaelHi wildmercury!
You can add this on functions.php, at the very bottom:
remove_action( 'woocommerce_after_shop_loop_item', 'avia_add_cart_button', 16); remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );
Regards,
IsmaelHi alkross!
You need to constrain the content slider inside a layout element. It will inherit the size of the container. Can you please post a screenshot of what you’re trying to do?
Best regards,
IsmaelHey!
Please download the latest version of the theme from your themeforest account. Update the theme via FTP. Watch this video by Devin: https://vimeo.com/channels/aviathemes/67209750
Best regards,
IsmaelHi basilicon!
I checked the website and the anchor tags works properly. The menu doesn’t cover the section title. How did you fix this?
Edited: I didn’t read the inquiry properly. It still doesn’t load well when you put the url with the anchor links. We still don’t have a fix for this yet. Let me ask Dude.
Best regards,
Ismael-
This reply was modified 11 years, 5 months ago by
Ismael. Reason: dude
February 20, 2014 at 6:21 am in reply to: Adding he word Search in front of the Search Icon or changing location #226616Hey AssuranceOgilvy!
Please edit functions-enfold.php, find this code on line 69:
$items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'></a></li>';
Replace it with:
$items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span class="search-text">Search</span></a></li>';
Add this on Quick CSS:
.search-text { margin-left: 10px; font-size: 12px; }
Regards,
IsmaelHey!
Please add this on Quick CSS or custom.css to change the layout of “Single author, small preview pic” without sidebar.
#top .fullsize .template-blog .post_author_timeline { display: block; } #top .fullsize .template-blog .blog-meta { margin: 0; position: absolute; } #top .fullsize .template-blog .post-meta-infos { text-align: left; }
Regards,
IsmaelHey!
I’m sorry but the the theme version is still 2.4.4. Please download version 2.5.2 then update the theme via FTP. Please deactivate the minify plugin.
Cheers!
IsmaelHi rodarialtda!
I think the NextGen Gallery Plugin has the capability to filter image gallery by tags. You check this plugin: http://wordpress.org/plugins/nextgen-gallery-powertags/
You need to install the NextGen Gallery Plugin first: http://wordpress.org/plugins/nextgen-gallery/
Cheers!
IsmaelHey!
Edit js > avia.js, find this code on 307:
if(first_level_items > 7 + header.find('#menu-item-search').length && !bottom_menu) { switchWidth = 989; header.addClass('mobile_menu_tablet'); }
Replace it with:
if(first_level_items > 7 + header.find('#menu-item-search').length && !bottom_menu) { switchWidth = 767; header.addClass('mobile_menu_tablet'); }
This will force the theme to only show the responsive menu on screen sizes lower than 768px.
Best regards,
IsmaelHi Board_the_Earth!
You can add this on Quick CSS or custom.css:
#footer .widget { text-align: center; }
Cheers!
IsmaelHey!
Please use this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { .pp_pic_holder.pp_default { width: 90%!important; left: 5%!important; overflow: visible; background: white; padding: 0 5% 5% 5%; } }
Cheers!
IsmaelHey mfinlayson!
Can you please post a screenshot of what you’re trying to do? You can change the background color of the main and alternate content on Enfold > Styling.
Regards,
IsmaelHi pako69!
You can hide the url using http://goo.gl/. Post the shortened url here then set it as a private reply. A screenr or short clip will help.
Cheers!
IsmaelHey jansthh!
1.) Use this to align the logo to the right:
div .logo { float: right; }
2.) Use this to move the mobile menu toggle:
@media only screen and (max-width: 767px) { .mobile_active #advanced_menu_toggle { display: block; margin-top: 0; } }
Cheers!
IsmaelFebruary 20, 2014 at 5:34 am in reply to: Change padding/spacing between columns in just one place #226592 -
This reply was modified 11 years, 5 months ago by
-
AuthorPosts