Forum Replies Created
-
AuthorPosts
-
Hi Moritz!
Please use this on custom.csc or Quick CSS:
.avia-slideshow li img { border-radius: 0; }
Regards,
IsmaelHi singski!
Can you please give us a link to the page? Please re-create the icon list element. What version of Enfold did you have before updating the theme?
Best regards,
IsmaelHey!
Please use this on Enfold > Styling > Quick CSS:
.avia-testimonial-image img { width: 100%; height: 100%; } .avia-testimonial-image { width: 80px; height: 80px; border-radius: 80px; z-index: 20; position: relative; }
Regards,
IsmaelHey!
Maybe there are css selector conflicts. Please post the the html and css code on pastebin.com. We would like to inspect it.
Best regards,
IsmaelHi!
What text? You have a title container on the homepage. Do you want to remove that? You can edit the page, look for Layout > Header Settings > choose “Don’t display header”.
Regards,
IsmaelHey hawea74!
The latest version is indeed 2.4.2. Please perform the update base on the Theme Options update alert.
Best regards,
IsmaelHey JBronstein!
Please try to increase the wordpress php memory limit: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Best regards,
IsmaelHey!
You can post a new reply then tick or check the “Set as private reply (Only you and moderators will see the content of this post)” option below the editor.
Best regards,
IsmaelHey bogwood!
Can you please give us a link to the website? Do you have any plugins installed and do you have the latest WordPress version?
Best regards,
IsmaelHey!
Please use this:
body .aligncenter { display: block; }
Remove browser cache then reload the page.
Best regards,
IsmaelHey!
The property “url” is not a valid css property. You need to add the url link on the anchor tag.
<a href="http://site/page-test" class="avia-button botask">Click Here</a>
Best regards,
IsmaelHey ideenstart!
I’ve included Dude and Kriesi on the topic. For the meantime if you have access on the database, you can edit the wp_layerslider table then go to the slide that you want to rename.
Best regards,
IsmaelHey!
Please add this on your custom.css or Quick CSS:
.fb-social-plugin.fb-like.fb_edge_widget_with_comment.fb_iframe_widget { position: relative; z-index: 20; height: 300px; }
Regards,
IsmaelHey msmazza!
I’m sorry but I’m not clear about the question. I think users will automatically know that there is still a content below the fullscreen slider because of the browser’s scroll bar.
Best regards,
IsmaelHi!
You can use a child theme for this purpose. You can add the css modifications on the child theme’s style.css to avoid being overwritten when you update the theme. When you say “Custom CSS” are you talking about the Quick CSS? Note that all edits or css changes are saved on wp-content/uploads/dynamic_avia/enfold.css file, not on custom.css. Please watch this video on how to create a child theme: http://vimeo.com/channels/aviathemes/67221517
Regards,
IsmaelHi!
It is usually use as page or post title. The theme uses h1 on post and page title container. It is based on Yoast SEO Heading Structure. You can edit functions-enfold.php then look for the avia_title functions:
'heading' => 'h1' //headings are set based on this article: http://yoast.com/blog-headings-structure/
Regards,
IsmaelHey!
You can use this:
@media only screen and (max-width: 767px) { .caption_fullwidth.caption_bottom { display: none !important; } }
Cheers!
IsmaelHey!
Please post a temporary guest login details here. Set it as a private reply. I can’t see the flag button.
Regards,
IsmaelHi!
Please add this on your custom.css or Quick CSS to move the phone number:
.sub_menu { position: absolute; top: 75px; right: 75px; }
Regards,
IsmaelHey!
Glad it worked. I just thought that we should adjust the width. :)
Best regards,
IsmaelDecember 1, 2013 at 2:42 pm in reply to: Layout problem on portrait display of Android mobile phone #195066Hey hojoon!
Did you not set Enfold > Responsive Layout to responsive layout? The sidebar looks broken, did you change anything on the css files?
Cheers!
IsmaelHi Niels!
Can you just copy the edits or css from the WP/Enfold to the subdirectory’s custom.css?
Cheers!
IsmaelDecember 1, 2013 at 12:11 pm in reply to: Wp Post Ratings Implementation in Page Frontend Header #195060Hey Voxmoney!
This is not possible because the rating code should be included within the <?php while (have_posts()) : the_post(); ?> code. You can only move the rating position using this on Quick CSS:
.post-ratings { position: absolute; top: -30px; right: 0; }
This will move it at the top of the featured images if you have one.
Cheers!
IsmaelHi Antonia!
It works properly on our end. Can you please post the link to the website? And to be clear, please post a screenshot of the issue.
Best regards,
IsmaelDecember 1, 2013 at 11:58 am in reply to: Vertical padding/spacing increased (about double) for no apparent reason #195054Hey!
Can you please post the login details here? Set it as a private reply. Please switch the Advance Layout Builder 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"; }
Cheers!
IsmaelHi eric_peeters!
1.) You can add this on your custom.css or Quick CSS:
.woocommerce-cart .entry-content .woocommerce .button { display: none; }
2.) Use this:
.product-category .count { display: none; }
Regards,
Ismael -
AuthorPosts