Forum Replies Created
-
AuthorPosts
-
Hey Dogmut!
Thank you for using Enfold.
Yes, you can disable it. Just add this on Quick CSS:
#top .portfolio-preview-image .avia-gallery .avia-gallery-big { pointer-events: none; }
Regards,
IsmaelJanuary 21, 2015 at 7:52 am in reply to: Enfold version 3.0.5 – Call to undefined function wc_get_page_id() #382887Hi Matt!
Thank you for using Enfold.
You’re currently using an old version of the plugin. Please upgrade it.
Best regards,
IsmaelHey!
Yes but since there are not plugins activated, I’m really not sure what’s causing the issue. Did you add anything on functions.php? Please download Enfold again from your themeforest account then update the theme via FTP.
Best regards,
IsmaelHi!
Where can we find this actual page? We don’t usually provide support for third party plugins but if you can give us a temporary login details and a link to the actual page, we’ll try to help.
Best regards,
IsmaelHey!
I’m sorry but I may not be understanding you clearly. Can you please provide a screenshot to better explain the issue?
Best regards,
IsmaelHi!
Sorry for the delay. Please check the columns below the slider now: http://vanggrafisk.dk/wordpress-snakecity/nyheder/
We applied a unique id on the color section called custom-section then added this on Quick CSS:
div#custom-section .container { background: #ffffff; padding: 10px; } div#custom-section .container .content { padding: 0; } div#custom-section .flex_column.av_one_fourth { width: 24.2%; margin-left: 1%; } div#custom-section .flex_column.av_one_fourth.first { margin-left: 0; }
Cheers!
IsmaelHey!
Adjust the bottom margin with this:
#top .avia_partner_widget { margin-bottom: -50px; }
Each box is 178x178px in size.
Best regards,
IsmaelHi!
Edit the table shortcode then change the Default Row to other table row options like Heading Row, Pricing Row etc.
Best regards,
IsmaelHey!
The product shortcode is working fine. Try to use text blocks. Please create another test page so that we can see the issue.
Cheers!
IsmaelJanuary 20, 2015 at 8:25 am in reply to: how to make background of main page content transparent or almost transparent? #382308Hey gharding!
Thank you for using Enfold.
We need to see the actual website. Please post the link here. A screenshot will help.
Regards,
IsmaelJanuary 20, 2015 at 8:20 am in reply to: Enfold LayerSlider – some text boxes start on screen (and shouldn't). Preview OK #382307Hi!
Try to set the Transition In > OffsetX to negative px values instead of left. Please check it now: http://www.axcademy.com/
Best regards,
IsmaelHi!
There is a plugin called WordPress Reset on the plugins panel. Did you reset the database? Looks like, you can’t set the theme locations of the menus. If you did reset the database, I’m sorry but you need to recreate the site from scratch.
Regards,
IsmaelHi!
Thank you for using Enfold.
Yes, you can use the Grid Row element, set the Cell Size to 2/3 1/3 then add 1/3 columns using the Column Layout element.
Regards,
IsmaelHi GOWD!
Thank you for using Enfold.
You can remove the search icon on Enfold > Theme Options > Header > Extra Elements panel. Disable the Append search icon to main menu.
Try to add a background color on the main menu container to make it look like full width:#header #header_main_alternate .container { background: orange; }
Best regards,
IsmaelHi Emma!
Thank you for using Enfold.
Try to use this on Quick CSS or custom.css:
.html_header_sidebar #top #header .social_bookmarks li a { font-size: 30px; }
Cheers!
IsmaelHi!
Have you tried using the theme’s gallery shortcode? Look for the shortcode wand, go to Media Elements panel then insert the Galley shortcode.
Cheers!
IsmaelJanuary 20, 2015 at 7:40 am in reply to: Blog Feature Images Not Showing on Cell Phones & Tablets. #382297Hey!
Alright. We can increase the width of the columns:
@media only screen and (max-width: 767px) { #top .container .av-masonry-col-flexible .av-masonry-entry { width: 100%; } }
Cheers!
IsmaelJanuary 20, 2015 at 7:34 am in reply to: How to display sort by taxonomies at top of blog page #382296Hi voice903fm!
Thank you for using Enfold.
Yes, this is possible. Regretfully, this will require major modification on the theme. Please hire a freelance developer or find a third party plugin that coincide with the theme. For further modifications, please visit Envato Studio or Werkpress.
Regards,
IsmaelHi newsplash!
Thank you for using Enfold.
Yes, this is possible. Add this on Quick CSS:
add_filter('wp_footer', 'avf_gallery_attr', 10); function avf_gallery_attr() { ?> <script> (function($){ $(window).load(function(){ $(".av-masonry-item-with-image").each(function() { $(this).attr("target", "_blank"); }) }); })(jQuery); </script> <?php }
Regards,
IsmaelJanuary 20, 2015 at 7:29 am in reply to: Icon Box – Changing the Font type & size of the title & content #382294Hi!
The media query is not properly closed. We edited the Quick CSS code. Remove the inline style then check the site again.
Best regards,
IsmaelHi DROR!
Thank you for visiting the support forum.
Please watch this video: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Regards,
IsmaelHi!
You can use this on Quick CSS to keep the arrows from moving:
#top .avia-slider-testimonials.avia-testimonial-wrapper { max-height: 190px; min-height: 190px; }
Use media queries to change the max and min height of the testimonial wrapper on different screens sizes.
Cheers!
IsmaelHey DROR!
Thank you for using Enfold.
Try this on Quick CSS:
.entry-content-wrapper .post-title { font-size: 31px; }
Regards,
IsmaelHey Alex!
Thank you for using Enfold.
The theme does not support IE7. Try to add this on Quick CSS or custom.css to fix the site on IE8:
.avia-msie-8 .av-main-nav-wrap { position: relative; margin: -70px; } .avia-msie-8 #header #header_main_alternate .container { height: 35px; }
The html layout of the site is broken. Did you add any modifications on the theme?
Cheers!
IsmaelJanuary 20, 2015 at 7:10 am in reply to: Gravity Forms code does not appear in Text Block Avia Layout Builder #382287Hey!
This is an old issue with the gravity form and we still haven’t fix it. For now, you have to generate the shortcode on a post or page then copy it on a text or code block. Anyway, I’m not sure if this is going to work but please try to add this on functions.php:
add_action('admin_print_scripts', 'avia_gravity_forms_admin'); function avia_gravity_forms_admin() { echo "<style type='text/css'>"; echo "body #TB_window, body>.ui-dialog.ui-widget { z-index: 160001; }"; echo "</style>"; }
Cheers!
IsmaelHey!
You need to add the code on functions.php. I’m sorry but it’s not possible to for the masonry element to start from right without major modification on the theme.
Cheers!
IsmaelHey 1lizcollins!
Thank you for using Enfold.
Try to use this on Quick CSS or custom.css:
.main_color .tnp-brown-box a { color: red; }
Regards,
Ismael -
AuthorPosts