Forum Replies Created
-
AuthorPosts
-
Hey!
Add this too:
.avia-icon-list li .iconlist_title { font-size: 12px; text-transform: none; font-weight: normal; } .avia-icon-list li { min-height: 40px; }Cheers!
JosueSeptember 25, 2014 at 7:16 am in reply to: woocommerce enfold place regular price and sale price on top of eachother #324818Hey!
Try adding this code to the Quick CSS:
.tab_inner_content .flex_column { margin-top: 0 !important; }Cheers!
JosueYou are welcome Mohan, always glad to help :)
Regards,
JosueSeptember 25, 2014 at 7:06 am in reply to: Adding Media Element into a Half Box which is in a Color Box kills the layout #324812Hey!
I couldn’t reproduce the issue, please check the homepage at the bottom, i’ve put a Color Section > 1/2 Column > Image Element.
Regards,
JosueSeptember 25, 2014 at 7:01 am in reply to: How to add custom buttons at the top of each post and page? #324810Hi!
You can use the
ava_after_contenthook, try this code in functions.php:function custom_func($context) { if($context == 'post'){ ?> social links here <?php } } add_action('ava_after_content', 'custom_func', 10, 1);Cheers!
JosueHi!
Try adding this to your .htaccess file:
<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>Best regards,
JosueHi Peter!
Try with this:
.caption_bottom { bottom: -100px; } .caption_bottom *{ color: red !important; } .avia-slideshow, .avia-slideshow-inner { overflow: visible; }Adjust as needed.
Cheers!
JosueHi Tom!
I tried reproducing the issue but the ‘color’ button did scroll to the ‘color’ color section as expected (on first load).
Regards,
JosueSeptember 25, 2014 at 6:50 am in reply to: Contact form Doesn't show a field after upgrading the them #324805Hi Amir,
Can you please create us an administrator account? post it here as a private reply.
Regards,
JosueHi!
Please watch this video on how to get started with the mega menu:
Cheers!
JosueHi!
You just need to set this setting in the Page options, regarding video, here’s a guide on how to use the video backgrounds in Enfold:
Cheers!
JosueSeptember 25, 2014 at 6:34 am in reply to: Main content width (edge or browser instead of content) #324798Hi Benjamin!
This will be possible in the upcoming version of Enfold (3.0), which is expected to be released in a few weeks.
Cheers!
JosueHey!
Yes that’s possible, if you imported the dummy content look for the Page called “Transparent Header – Enfold”.
http://kriesi.at/themes/enfold/homepage/transparent-header/
Regards,
JosueHey Mohan!
Try adding this code to the Quick CSS:
.main-title a { color: red !important; font-size: 22px !important; }Adjust as needed.
Cheers!
JosueHey Rhoody!
Check out RevSlider:
http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380It has built-in integration with Enfold.
Best regards,
JosueHi,
Remove this code from your custom CSS:
.responsive #socket .sub_menu_socket { display:none }Regards,
JosueHi,
Does the issue persists with the default WordPress theme activated?
Cheers!
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function put_stuff_in_header() { ?> <div class="custom_info"> <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ullam atque sapiente maxime harum impedit, inventore. </p> </div> <?php } add_action('ava_main_header', 'put_stuff_in_header');Can you post a link to your site?
Cheers!
JosueYou need to change the language of the WordPress install so themes and plugins can use their respective translations.
Regards,
JosueHi!
Can you reproduce the issue outside ALB in the default WP editor?
Cheers!
JosueHi Nathan,
I couldn’t find a test product to test, can you please create me an administrator account? post it here as a private reply.
Regards,
JosueSeptember 25, 2014 at 3:22 am in reply to: Portfolio page have gone full width after upgrading the Enfold theme #324738Hi!
Try putting the Portfolio element inside a 1/1 layout element.
Best regards,
JosueHi Joschi!
No, that’s a bug that will be fixed in the next update. In the meantime you’d need to manually create and assign a new menu in Appearance > Menus.
Regards,
JosueSeptember 25, 2014 at 3:13 am in reply to: Image Titles / Description Issue after 2.9.2 Upgrade #324733Hi,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $(".single-product-main-image .images img").each(function(){ var $this = jQuery(this), theAlt = $this.attr('alt'); $this.parent().attr('title', theAlt); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueHi Bill!
Yes, i’d suggest checking it on another browser/computer.
Best regards,
JosueHi!
You don’t need to purchase WPML to translate the theme, WPML is used to have a multi-lingual site. Regarding your issue, you need to change the site language here – http://screencast.com/t/wfTo9MFy
Best regards,
JosueHi Max!
There are no options for that because it’s a very specific matter, you’d need apply some CSS code. What do you want to change exactly? i can provide you with the precise code to put in Quick CSS (General Styling).
Best regards,
JosueHi Julie!
Yes that’s possible but you’d need to use a Masonry element (Content Elements), the gallery elements would be a post type so they can have tags assigned and be sortable.
Cheers!
Josue -
AuthorPosts
