Forum Replies Created
-
AuthorPosts
-
Hey!
I don’t see any issue with the logo. Can you please post a screenshot of the problem?
Best regards,
IsmaelHi Yura!
The page is not using an Enfold theme. Is this the correct website?
Best regards,
IsmaelHi!
You can edit the blog page then look for Layout > choose right or left sidebar. Please post the login details here as a private reply then add the link of the blog page.
Best regards,
IsmaelHey!
You can use this on Quick CSS or custom.css:
div .main_color .tabcontainer .active_tab_content, div .main_color .tabcontainer .active_tab { background-color: red; color: white; }Regards,
IsmaelHi simonac!
You can add this on Quick CSS:
.avia-image-container img { border: 1px solid gray; padding: 5px; }Regards,
IsmaelHey!
Have you tried selecting a different predefined color scheme on Enfold > Styling options? Change the color scheme then change it back.
Cheers!
IsmaelHey!
You can add this on Quick CSS to reduce the header height:
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 80px; line-height: 80px; }Regards,
IsmaelHi!
You can add css codes on Enfold > Styling > Quick CSS or custom.css. You can also use this plugin http://wordpress.org/plugins/insert-html-snippet.
Cheers!
IsmaelHey!
Did you try the instruction above? Insert the link using a Text Block.
Best regards,
IsmaelHi!
Please use this for the title color:
.main_color div .news-headline { color: blue; }Cheers!
IsmaelHi!
What do you mean “it works”? Please give us a link to the blog page.
Regards,
IsmaelHi vadi4ek!
Please use the Tabs element on Advance Layout Builder then enable the “Tab Icon”.
Best regards,
IsmaelHi!
If I understand you correctly, you can replace the code with this on Quick CSS to hide the subpages on desktop view:
@media only screen and (min-width: 768px) { .sub-menu{ display: none !important; } } @media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .sub-menu{ display: block; } }Regards,
IsmaelFebruary 4, 2014 at 1:44 pm in reply to: menu hover color; heading font size; remove borders #219342Hi!
Add this on Quick CSS:
#header_meta { box-shadow: none; } .header_color .main_menu ul:first-child > li > a, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: white; }Regards,
IsmaelFebruary 4, 2014 at 1:41 pm in reply to: Problem with small fixed header with bar of big header #219340Hey!
Please add this on Quick CSS or custom.css:
.social_header .main_menu ul:first-child > li a { height: 100px; line-height: 100px; }Cheers!
IsmaelFebruary 4, 2014 at 1:34 pm in reply to: language icons centred above navigation menu & adjusting height navigation #219333Hi!
I can’t login to the website. It’s not loading properly on my end. Please try this one:
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 80px !important; line-height: 80px !important; } #header_main .sub_menu { left: 50px; position: relative; top: 36px; }Best regards,
IsmaelHi 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,
Ismael -
AuthorPosts
