Forum Replies Created
-
AuthorPosts
-
Hey FEWGmbH,
I don’t see any gallery item in the page you linked.
Best regards,
JosueHi,
Can you please create us a temporary FTP / SFTP account? post it here as a private reply.
Regards,
JosueAugust 8, 2016 at 3:53 am in reply to: Using portfolio items with featured image in Masonry Gallery #669570I’m afraid it won’t, Enfold does not have such feature, the closest you’ll get is the Ajax portfolio option, we can help you stylise if you want.
Best regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function change_cf_from() { return "wordpress@YOURWEBSITE.com"; } add_filter('avf_form_from', 'change_cf_from', 10);
Change YOURWEBSITE.COM to your domain.
Cheers!
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function change_cf_from() { return "wordpress@YOURWEBSITE.com"; } add_filter('avf_form_from', 'change_cf_from', 10);
Change YOURWEBSITE.COM to your domain.
Cheers!
JosueHi,
Looks sharp to me but if you want you could try resizing it to its original size (120px height) and then cutting it in half with CSS transform:
@media only screen and (min-width: 767px) { .logo {height: 120px;transform: scale(0.5);transform-origin: 0 0;} }
Best regards,
JosueHi,
Is that a plugin shortcode? what’s the source of it?
Best regards,
JosueBy the way, i’d suggest using Quick CSS instead of css/custom.css as this file will get lost every time you update the theme.
Hi!
I adjusted the CSS classes on the elements (on both pages) and used a different code:
.va-bottom_section .content{ padding-bottom: 0; } .va-bottom_section .va-bottom{ vertical-align: bottom; }
You can check how it works (
va-bottom_section
set to containing section andva-bottom
to the column you want to be bottom vertically aligned) in the backend (and you can reproduce it to more pages).Cheers!
JosueHi,
Try with this CSS code:
.header_bg:after{ content: ""; position: absolute; width: 100%; height: 15px; bottom: -14px; background: url('http://gaentretenimentos.com.br/wp-content/uploads/2016/07/menu-bg.png') repeat-x bottom center; }
Best regards,
JosueHey!
Your site is not loading on my end, did you update to the most recent version of Enfold (3.7.1)?
Best regards,
JosueAugust 8, 2016 at 2:32 am in reply to: Avoiding Flash Of Unstyled Content (FOUC) with Typekit + YouTube #669555Hi,
Please post an access to the site too, i’ve added it to hosts but it’s displaying a maintenance page.
Best regards,
JosueAugust 8, 2016 at 2:08 am in reply to: [SOLVED] Layout question 2 video's next to each other #669551Hey!
Try adding this code to the Quick CSS:
.flex_column { opacity: 1 !important; }
Cheers!
JosueAugust 8, 2016 at 1:52 am in reply to: Using portfolio items with featured image in Masonry Gallery #669548Hi,
Custom Link must not be set be set when using Ajax – http://screencast.com/t/eosh40Tjw
Best regards,
JosueAugust 8, 2016 at 1:49 am in reply to: disable sidebar for certain products (designed with advanced layout editor) #669547Hi,
Can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
JosueAugust 7, 2016 at 4:44 pm in reply to: Using portfolio items with featured image in Masonry Gallery #669487Hi,
It’s a bit different in Enfold, you could use the Ajax portfolio option, set that as the link option and in each Portfolio item you can control what’s shown in the Ajax box (could be text, a gallery, video, etc):
http://screencast.com/t/ajUslejTwBest regards,
JosueNot sure if it will work in your case but you could try this one:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $(".avia_textblock .lightbox-added, .avia-image-container .lightbox-added").magnificPopup({ type: 'image', mainClass: 'avia-popup mfp-zoom-in', gallery: { enabled: false, }, callbacks: { imageLoadComplete: function() { var self = this; setTimeout(function() { self.wrap.addClass('mfp-image-loaded'); }, 16); } } }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');
Best regards,
JosueFeel free to request it here as a new feature.
Best regards,
JosueAugust 7, 2016 at 4:25 pm in reply to: Unwanted audio for lightbox video when multiple color sections with video backgr #669469We’ll let you know through this topic.
Best regards,
JosueAugust 7, 2016 at 4:00 pm in reply to: Using portfolio items with featured image in Masonry Gallery #669461Hi,
You have that option (to link the image) selected in the Portfolio element settings.
Best regards,
JosueAugust 7, 2016 at 3:45 pm in reply to: Conflict between WooCommerce Measurement Price Calculator and Enfold #669460Hi,
Problem is the parent woocommmerce-mod-js is not being excluded, it seems there’s some sort of caching on your site because i even tried removing it from
/config-woocommerce/config.php
and didn’t have effect.Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey,
Because it uses the
/wp-admin/admin-ajax.php
file in order to get the results, i’d suggest using a pluign like this to protect the wp-admin area:
https://wordpress.org/plugins/protect-wp-admin/Best regards,
JosueOi Debora,
Para o primer problema adicione este codigo em Enfold (ou child theme) functions.php:
function change_cf_from() { return "wordpress@YOURWEBSITE.com"; } add_filter('avf_form_from', 'change_cf_from', 10);
Mude YOURWEBSITE pelo o dominio no site.
Para o segundo problema nos precisamos um link do seu site.
Hey Julian,
Sorry for the late reply, you mean you want sorting/filter options here – http://screencast.com/t/UzWK5nQMc
Best regards,
JosueHi,
Set Grid Layout to the Blog in Blog settings.
Best regards,
JosueAugust 5, 2016 at 4:18 am in reply to: disable sidebar for certain products (designed with advanced layout editor) #668801Hi,
I’m not seeing the code neither in Quick CSS nor child style.css
Best regards,
JosueHi,
I still can’t access the backend, did you check the thread i linked? the solution is not exactly about modifying the theme files but more about syncing the language file, you can do that directly via FTP or using a plugin like Loco Translate.
Best regards,
Josue -
AuthorPosts