Forum Replies Created
-
AuthorPosts
-
Hi!
You’d need to remove the padding of the content container, try adding this to Quick CSS:
.page-id-4085 .main_color .container { padding: 0; }Cheers!
JosueYou are welcome Ron, always glad to help :)
Regards,
JosueNovember 29, 2014 at 6:53 am in reply to: Share This Entry and You might also like not in Advanced Editor #360030Hi Heathcliffe!
Comments are available as an ALB element, regarding sharing links refer to this:
https://kriesi.at/support/topic/share-icons-on-pages-and-portfolio-items/#post-260646Best regards,
JosueNovember 29, 2014 at 6:50 am in reply to: problem with translation PO files – not showing in many places #360029Hi!
Theme Options can’t be translated. You’d need to manually translate within the theme files. You can find the Theme Options strings on includes > admin > register-admin-options.php.
Best regards,
JosueHey!
The only difference i’m noting in both sites is the container dimensions whose can be adjusted in the Theme Options > Layout Options. Regarding ALB not working in the rolled-back version, that’s expected, the version of WP and Enfold are incompatible.
Also, the login details you posted aren’t working, please re-check.
Regards,
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() { $(this).trigger('resize'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueHi!
Can you specify which images are blurry? i couldn’t note it on my end – http://screencast.com/t/p52L4rrl
Best regards,
JosueHi!
You’d need to copy both header.php and includes/helper-main-menu.php to your child theme directory.
Best regards,
JosueHi!
No, the share links will appear at the end of the portfolio/post content. There is no shortcode for the share links right now, feel free to request it here as a new feature.
Cheers!
JosueHi!
I was able to add it to the child theme functions.php and the new option now shows as expected, please check it.
Cheers!
JosueNovember 29, 2014 at 5:59 am in reply to: Different size of preview image in single product page in v2.9.2 and v3.0.4 #360016Hi!
Did you configure the plugin once installed (Settings > Media)?, remember to choose a Cropping setting and regenerate the thumbnails.
Regards,
JosueNovember 29, 2014 at 5:47 am in reply to: Adding meta data author category and setting the blog "normal" layout :) #360014Hi Peter!
I’m not seeing a blog on the link you posted.
Cheers!
JosueNovember 29, 2014 at 5:39 am in reply to: Font weight is 400 logged out but 300 when logged in (what I want) #360009Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Please check it now, i added this code (here) and it seems to be fixed now:
function fix_icon_issue(){ ?> <script> (function($){ $(window).scroll(function(){ $(this).trigger('resize'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'fix_icon_issue');Regards,
JosueNovember 29, 2014 at 4:17 am in reply to: Updating Enfold Theme through WordPress Breaks Every Time #359999Hi Mark!
There may be something different between the dev and production instances, perhaps a security plugin of configuration. Can you please create us a WordPress administrator account in one of the compromised installs? post it here as a private reply.
Best regards,
JosueHi Ron,
Try adding this at the very end of your theme / child theme functions.php file:
function fix_masonry_issue(){ ?> <script> (function($){ $(window).scroll(function(){ $(window).trigger('resize'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'fix_masonry_issue');Regards,
JosueNovember 29, 2014 at 3:21 am in reply to: Updating heavily customized theme (no child) to v3.0 #359992Yes that should be preserved too.
November 28, 2014 at 11:25 pm in reply to: avia code block and shortcode with lightbox not works #359950De nada Xavier, un gusto poder ayudado :)
November 28, 2014 at 9:36 pm in reply to: Updating heavily customized theme (no child) to v3.0 #359893Hey!
No, that should not be affected as it is stored in the database and not theme-bound.
Best regards,
JosueNovember 28, 2014 at 8:24 pm in reply to: Code no longer works – script shows up on the page #359859Hello,
Please try disabling all third-party plugins first and check if the issue is resolved (i can’t do this from the single site dashboard).
Regards,
JosueNovember 28, 2014 at 7:06 pm in reply to: avia code block and shortcode with lightbox not works #359776Hi!
Remove “lightbox-added” from your link in the code:
<a class='avia_image' href='http://artistandbeer.com/wp-content/uploads/2014/11/artistandbeer-como-fabricar-un-arma-de-destruccion-masivajpg.jpg'>Regards,
JosueHi!
Check your website, i found a better way, added this to Quick CSS:
a.more-link:before{ content: "Learn more"; font-size: 12px; } a.more-link { font-size: 0; } span.more-link-arrow { font-size: 12px; }Best regards,
JosueNovember 28, 2014 at 5:47 am in reply to: Resizing gallery preview image according to browser window's height. #359398Hi,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).on("resize", function () { $('.avia-gallery-big-inner img').css('height', $(window).height()/1.8); }).resize(); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueNovember 28, 2014 at 5:23 am in reply to: Advanced Custom Fields – google maps field type doesn't work with Enfold #359396Hi!
Try the following:
https://kriesi.at/support/topic/disable-google-maps-api-call-in-backend/#post-308708Cheers!
JosueHey!
Check it now, i changed the code to this:
.ourservices .grid-image img{ -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .ourservices .grid-image:hover img{ -webkit-transform: scale(1.05,1.05); -moz-transform: scale(1.05,1.05); transform: scale(1.05,1.05); }Regards,
JosueNovember 28, 2014 at 2:06 am in reply to: avia code block and shortcode with lightbox not works #359349November 28, 2014 at 2:02 am in reply to: After Update to Enfold 3.04 WooCommerce extension not working correctly #359346You are welcome, glad to help. Although having a child theme is always recommended, Quick CSS is saved in the database and it won’t be lost if the theme gets updated.
Regards,
JosueNovember 28, 2014 at 2:01 am in reply to: Code no longer works – script shows up on the page #359345Hey!
It works, i was able to enable debug mode but couldn’t find a the root of the issue yet. Please do the following:
– Update Enfold to the latest version 3.0.4.
– Update WordPress to 4.0.1.
– Try disabling all third-party plugins and check if the issue gets fixed.Best regards,
JosueNovember 28, 2014 at 1:42 am in reply to: After Update to Enfold 3.04 WooCommerce extension not working correctly #359331Hi!
If that’s the only issue we can easily fix it with CSS, try adding this to Quick CSS:
.add_to_cart_button, .button-mini-delimiter{ display: none !important; }Cheers!
JosueYa veo, en este caso lo que tendrías que hacer es bajar un poco esa capa en el LayerSlider para que se vea bien con un header transparente – http://screencast.com/t/nHa0shGg
Saludos,
Josue -
AuthorPosts
