Forum Replies Created
-
AuthorPosts
-
Hi Benjaminlivingthebrand!
Please post a screenshot of what you’re trying to. You can insert the Blog Posts element then hide the excerpt and post meta info via CSS.
.template-blog .entry-content { display: none; } .post-meta-infos { display: none; }
Best regards,
IsmaelHey!
Please add this on Quick CSS to move the avia-menu-fx when there is a mega menu:
.menu-item-mega-parent .avia-menu-fx { bottom: 0; }
Cheers!
IsmaelHey iceadmin!
Can you please give us a link to the website? Please edit header.php then find this code on line 38:
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
Add this code below:
<?php if (strpos($_SERVER['HTTP_USER_AGENT'], 'Trident/7.0; rv:11.0') !== false) { ?> <script> $(function(){ $('html').addClass('ie11'); }); </script> <?php } ?>
Please update us after.
Best regards,
IsmaelHey Benjaminlivingthebrand!
Please try this plugin: http://wordpress.org/plugins/insert-php/
Best regards,
IsmaelHey aabele!
Don’t set the page as Shop Base Page on Woocommerce > Settings > Pages > Shop Base Page. Please note: The Masonry Shop is not suited for a shop with hundreds of products (in that case use the default shop) but if you only sell a handful of item and want to display them in a stylish way this might be the way to do it. The Masonry Shop has also some limitations that the “default shop” doesn’t have. It can’t be selected as default shop or shop archive. It is meant to be an extra element on your Frontpage not to display a full fledged shop. Thats what the default shop is for ;)
Cheers!
IsmaelHey!
You can edit config-woocommerce > config.php file, find the product image code on line 111:
function avia_woocommerce_thumbnail($asdf) { global $product, $avia_config; $rating = $product->get_rating_html(); //get rating $id = get_the_ID(); $size = 'shop_catalog'; echo "<div class='thumbnail_container'>"; echo avia_woocommerce_gallery_first_thumbnail( $id , $size); echo get_the_post_thumbnail( $id , $size ); if(!empty($rating)) echo "<span class='rating_container'>".$rating."</span>"; if($product->product_type == 'simple') echo "<span class='cart-loading'></span>"; echo "</div>"; }
Cheers!
IsmaelHey Sergio95!
Please add this on Quick CSS to reposition the background images on iPad view:
@media only screen and (max-width: 989px) and (min-width: 768px) { background-position: 50% 70% !important; } }
Replace the ‘70%’ value if necessary.
Cheers!
IsmaelHi schloeskeCS!
Can you please give us a link to page with the table element? Maybe, we can resize the size of the table on mobile view.
Cheers!
IsmaelHey frvill!
Add this on Quick CSS to remove the logo:
.logo.bg-logo { display: none; }
Cheers!
IsmaelFebruary 3, 2014 at 4:55 am in reply to: Is is possible to completely delete the topnav menu? #218596Hey kbrimberry!
Edit js > avia.js, find this code:
// decreases header size when user scrolls down avia_header_size();
Replace it with this:
// decreases header size when user scrolls down //avia_header_size();
Remove browser cache then reload the page a few times.
Cheers!
IsmaelHi!
Which slider did you use? The line break tag should be written like this: <br>
http://www.w3schools.com/tags/tag_br.asp
Best regards,
IsmaelHey!
Can you please give us a link to the website? Do you have any plugins installed? Please deactivate them then try again.
Cheers!
IsmaelFebruary 3, 2014 at 4:48 am in reply to: Yoast SEO Plugin makes some pages go missing… incompatibility? #218592Hey!
Did you try this code on functions.php?
add_action('init','remove_yoast_analysis'); function remove_yoast_analysis(){ remove_filter('wpseo_pre_analysis_post_content','avia_wpseo_pre_analysis_post_content_fix', 10, 1); }
Cheers!
IsmaelHi!
Please try this one:
.page-id-421 .content { padding: 5px 0 5px 0 !important; }
Remove browser cache then reload the page.
Best regards,
IsmaelHi chrisholemar!
You can add this on Quick CSS:
.widgettitle { color: red; }
Best regards,
IsmaelHi Vital!
You can add this one. Specify the min and max height of the grid preview images:
.grid-image img { width: 100%; display: block; max-height: 200px; min-height: 200px; }
Best regards,
IsmaelHi der_mueller!
Edit config-templatebuilder > avia-shortcodes > portfolio.php, find this code on line 412:
$output .= !empty($excerpt) ? "<div class='grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false)).">".$excerpt."</div>" : '';
Replace it with with this code:
$output .= !empty($excerpt) ? "<div class='grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false))."><a href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$excerpt."</a></div>" : '';
Add this on Quick CSS to change the text color of the excerpt:
.grid-entry-excerpt.entry-content a { color: gray; }
Regards,
IsmaelFebruary 3, 2014 at 3:53 am in reply to: I want to show right contents first & left contents in the mainpage mobile #218578Hi wethepublic!
Add this on Quick CSS to remove the banner on mobile view:
@media only screen and (max-width: 768px) { .home .avia_image.avia-builder-el-1.el_after_av_layerslider.avia-builder-el-first.avia-align-center { display: none; } }
It is not possible to switch the content on mobile view.
Regards,
IsmaelHey!
Please add this on Quick CSS:
.avia_mobile #top #searchsubmit, .avia_mobile .ajax_load { height: 42px; }
Regards,
IsmaelHey karios!
The image url is incorrect. Please check.
http://www.kariosgames.comhttp//www.kariosgames.com/wp-content/uploads/2014/01/appStore.png
I think it should be:
http://www.kariosgames.com/wp-content/uploads/2014/01/appStore.png
Regards,
IsmaelHey!
Can you please give us a link to the page with the table? Maybe specifying a minimum height for the table rows will help. Add this on Quick CSS:
.pricing-table>li { min-height: 70px; }
Cheers!
IsmaelHi!
You’re using a very old version of the theme. Please download the latest version on your themeforest account then update the theme via FTP. Please watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Regards,
IsmaelHi!
Glad you figured it out. You can also specify a minimum or max height for the portfolio thumbnails if necessary. :)
Cheers!
IsmaelHi Fiorilla!
Are you talking about the Special Heading element? You can add this on Quick CSS to decrease the top margin:
.av-special-heading { margin-top: 10px; }
Regards,
IsmaelHi Fiorilla!
You can use this:
div .main_color .tabcontainer .tab { background: blue; border-color: red; }
Best regards,
IsmaelHey!
Sadly, the functions.php and register-admin-options.php files will be overwritten when you update the theme.
Regards,
IsmaelHey controlC!
You can refer to this link: http://docs.woothemes.com/document/installation/
Best regards,
Ismael -
AuthorPosts