Forum Replies Created
-
AuthorPosts
-
Hi!
I think that can be adjusted with some CSS, can you post a link to the page where you are trying this and a mockup of what would you want to achieve?
Best regards,
JosueNovember 30, 2014 at 8:30 am in reply to: Enfold Special Headings Showing as HTML Code on Live Site #360243Hey Alex!
Problem seems to be the span tags in the heading element, i removed it and it’s fixed now.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.av_header_transparency #header_meta { border: 0 !important; }Cheers!
JosueHello Erwin,
Can you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueNovember 30, 2014 at 7:04 am in reply to: After upgrade Fullwidth Easyslider and Contact Us don't work #360235Hi!
Add this:
.av_header_transparency #header_main { box-shadow: none !important; }Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueNovember 30, 2014 at 7:01 am in reply to: Fatal error: Call to undefined function shortcode_exist #360231Hey!
shortcode_exists is a native WordPress function, try re-installing WordPress via FTP.
Regards,
JosueHi!
The code does the job, just make sure the “greater than” signs are written correctly in the Quick CSS field (this happens when you copy it directly from the mail notification).
Regards,
JosueNovember 30, 2014 at 6:38 am in reply to: Magazine Element in Avia Layout Builder – Links To External Site #360224Hello Scott,
It’s possible but it requires custom work, something i did that for that particular user (per request), feel free to email me (avia.josue at gmail.com) if you’re interested.
Regards,
JosueIt may be possible but it would require some custom work done to the theme, unfortunately that’s beyond the scope of the support we can offer. If you really need it you would have to contact a developer from Envato Studio or Codeable.
Regards.
JosueHey!
Try adding this code to the Quick CSS:
.av-masonry-entry { width: 24.90% !important; }Cheers!
JosueHey!
Try with this:
.header-scrolled .avia-menu-text{ font-size: 22px; }Cheers!
JosueNovember 30, 2014 at 5:42 am in reply to: Different Main Navigation Menu and Logo for Custom Post Type? #360212Hey!
Try adding this to Quick CSS:
.single-spicypresentations .logo img { width: 220px; height: 120px !important; max-height: none !important; }Change as needed.
Regards,
JosueNovember 30, 2014 at 4:56 am in reply to: Modification help needed after upgrading from 2.9.2 to 3.0.1 #360209Hi Marc!
Try adding this:
@media only screen and (max-width: 1139px) { .av-main-nav > li > a { padding: 0 10px; } #header_main_alternate .container { padding: 0 20px; } }Cheers!
JosueHi!
It appears there now, you needed to select the font here – http://screencast.com/t/xLi0eH6Nhz
Cheers!
JosueNovember 30, 2014 at 4:04 am in reply to: How to set the perfect portrait + landscape 'grid' in fullwidth masonry layout? #360204Hello!
It is possible but it would require custom work, unfortunately that’s beyond the scope of the support we can offer. If you really need it you would have to contact a developer from Envato Studio or Codeable.
Cheers!
JosueHey Alan!
Let us know how it goes, also as you are not using a child theme i’d recommend using a plugin like this to store custom functions separated from the theme files – https://wordpress.org/plugins/functionality/
Cheers!
JosueNovember 29, 2014 at 9:57 pm in reply to: Adding meta data author category and setting the blog "normal" layout :) #360137Hi!
Can you enable file editing so we can modify the child theme functions.php?
Cheers!
JosueHi!
Remember to clear your caching/minification after modifying the Quick CSS.
Cheers!
JosueHi,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $(".avia_show_sort").on('click', function(){ $(".av-masonry-load-more").trigger('click'); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueNovember 29, 2014 at 7:22 pm in reply to: Different size of preview image in single product page in v2.9.2 and v3.0.4 #360120Hi!
Enfold does not have a function to resize the images, it just defines a set of image sizes (set_post_thumbnail_size, functions.php:99-110) and then WordPress does the rest.
Regards,
JosueNovember 29, 2014 at 7:18 pm in reply to: Adding meta data author category and setting the blog "normal" layout :) #360118Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueNovember 29, 2014 at 7:09 pm in reply to: problem with translation PO files – not showing in many places #360115Hey!
I think you needed to re-scan the translation file, missing translations are now available – http://screencast.com/t/UgNPY75Y9Dg (i translated Catalogue to Catalog to test).
Best regards,
JosueHi!
Add this to Quick CSS to disable linking for video slides in desktop:
.avia_desktop .av-video-slide a.avia-slide-wrap { pointer-events: none; }Regarding a play-button please request it here – https://kriesi.at/support/enfold-feature-requests/
Cheers!
Josue -
AuthorPosts
