Forum Replies Created
-
AuthorPosts
-
Hi 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 12 years, 1 month 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 #226592Hey!
You can add this on Quick CSS or custom.css:
.home #av_section_1 .container { width: 100%; }Cheers!
IsmaelHey awilson3rd!
What about opening the content on a lightbox? You can refer to this link: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/
Regards,
IsmaelHi!
You can find the option by editing a logo/partner image then look for “Open Link in new Window?” option. Select the “Open in new window and use rel=nofollow” option.
Best regards,
IsmaelHi silviouk!
Please add this on Quick CSS or custom.css:
.avia_transform .avia_animated_image.avia_image { opacity: 1; }Best regards,
IsmaelHey erwanpia!
The theme’s css will always override the wordpress core styling if there is any. Actually, the css that you mentioned does not affect anything because the width of the gallery thumbnails is controlled using this selector:
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { width: 20%; }Cheers!
IsmaelHey!
I think you’re talking about banner so I guess these plugins will help: http://premium.wpmudev.org/blog/wordpress-banner-plugin/
I think the WordPress Banner is the best choice because it offers floating banners.
Best regards,
IsmaelHi codemode!
Please give us a link to the website and point us to the social icons. A screenshot will help. Might be a css conflict.
Best regards,
IsmaelHey!
Please add this on Quick CSS or custom.css to fix the comment label:
#commentform label { position: relative; left: 0; top: 0; }Regards,
IsmaelHi!
Add this on Quick CSS or custom.css:
.logo.bg-logo { width: 100%; } .logo a { width: 300px; margin: 0 auto; }Change the width of the “.logo a” selector according to the width of your logo.
Regards,
IsmaelHi angwisch!
What type of header do you have right now? Please check on Enfold > Header > Header Type.
Regards,
IsmaelHi!
Add this on the child theme’s function.php:
add_action('after_setup_theme', 'avia_lang_setup'); function avia_lang_setup() { $lang = get_stylesheet_directory() . '/lang'; load_child_theme_textdomain('avia_framework', $lang); }Regards,
IsmaelHey charger70!
Add this on Quick CSS or custom.css:
.fallback-post-type-icon { position: absolute; z-index: 9999; } .slider-fallback-image { visibility: visible; }Cheers!
IsmaelHey totofunk!
You can use this selector on Quick CSS:
body .av-special-heading .av-special-heading-tag { padding: 0; margin: 0; line-height: 1.4em; float: left; font-weight: bold; font-size: 20px; }Cheers!
Ismael -
This reply was modified 12 years, 1 month ago by
-
AuthorPosts
