Forum Replies Created
-
AuthorPosts
-
Hey Peter!
Set a minimum height to those Color Sections or use a Grid Row element with center alignment.
Best regards,
JosueMay 23, 2015 at 5:42 am in reply to: WPML displaying the language selector twice in mobile menu #448885Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Try putting the content you want superscripted inside a
<sup></sup>tag.Best regards,
JosueHey!
I’m not noting the issue on my end, does it only happen when you are logged-in?
Cheers!
JosueHey Thomas!
It is possible, start setting-up the site with a stretched layout and background of #a8c1ce, then create a Post with some content and post a link to it here.
Regards,
JosueMay 23, 2015 at 5:37 am in reply to: woocomerce and page builder I can not see title e price in the single product p #448878Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
Can you post a link to the image you’re trying to upload? you should know that WordPress won’t increase the size of an image, it will try to maintain the original image aspect ratio, this means you won’t always get a 1024×1024 image unless you upload a square image bigger than 1024×1024.
Cheers!
JosueHi,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ if(is_singular('product')){ ?> <script> (function($){ $(window).load(function() { $('.single-product-summary').after($('.woocommerce-tabs').detach()) }); })(jQuery); </script> <?php } } add_action('wp_footer', 'add_custom_script');Regards,
JosueHi!
1. Try adding this code to Quick CSS:
.bbp-threaded-replies { margin-left: 50px !important; }2. TinyMCE (the editor) can’t be edited, however you can add some border to its container so the box is viewable on a white background:
#wp-bbp_reply_content-wrap .mce-tinymce { border: 2px solid #d1d1d1 !important; }Regards,
JosueMay 23, 2015 at 5:24 am in reply to: Latest Enfold Update changed my contact page to a previous version… #448870Hi Vince!
I was able to change the page per your request, no issues so far, let us know the moment the problem occurs.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.special-heading-border { display: none; }Cheers!
JosueAh, try selecting one of the “Modern” heading styles available.
Regards,
JosueHello Nancy,
When editing the media, make sure to check this:

Best regards,
JosueHi,
Please do so, or set-up a test form for us to debug it.
Regards,
JosueHi!
That seems to be a section inside the main content, not in the header – http://a.pomf.se/zgdffy.png
Regards,
JosueHey!
Headings are block elements, they are not meant to be in line with other elements, however you can put other elements inside them, can you create a screenshot/mockup of what would you want to achieve?
Best regards,
JosueMay 23, 2015 at 4:02 am in reply to: Ajax Portfolio: Change to indicate which portfolio item is being viewed #448856Hi,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ if( is_page( 3424 ) ){ ?> <script> (function($){ $(window).load(function() { $('.grid-sort-container').after($('.portfolio_preview_container').detach()); }); })(jQuery); </script> <?php } } add_action('wp_footer', 'add_custom_script');Regards,
JosueHi!
No header is being displaying in the link you posted so i guess this is working as it should?
Cheers!
JosueHere you go:
.toggle_content p { color: black; }Cheers,
JosueMay 23, 2015 at 3:48 am in reply to: Woocommece 2.3.8 bug – checkout page Your order [object Object] shortcode #448848Hi Denis,
Can you post the link to your website please? what version of PHP are you running?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#home-images-section2 ul.avia-slideshow-inner { min-height: 500px; }Cheers!
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueChange code to:
.togglecontainer .single_toggle:first-child .toggler, .togglecontainer .taglist + .single_toggle .toggler, .toggle_content{ border-top: 0 !important; border-bottom: 0 !important; }Cheers!
JosueHey!
Can you check it now? i change this:

Regards,
JosueSent you a mail.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.togglecontainer .single_toggle:first-child .toggler, .togglecontainer .taglist + .single_toggle .toggler, .toggle_content{ border: 0 !important; }Cheers!
JosueHi Julian!
Thanks for purchasing Enfold. Did you manage to fix these issues?
1. Upload button in Theme Options is working fine on my end.
2. The frontpage is displaying just as the demo.Best regards,
JosueHey Carlos!
It seems to be a PHP fatal error, try enabling DEBUG_MODE and check if the error message comes up:
https://codex.wordpress.org/Debugging_in_WordPressAlso check your PHP error log if you can.
Regards,
JosueMay 23, 2015 at 3:16 am in reply to: Masonry Gallery Order – fronted gallery display sort order is different than admin sort order #448837Hey Eckhard!
Sure, enable this and set a custom class to the masonry in question (ex: “perfect_grid”), then change the CSS code to:
.perfect_grid av-masonry-entry.av-masonry-item-with-image { min-height: 500px; }Regards,
JosueMay 23, 2015 at 3:14 am in reply to: Adding a static page to Enfold One Page Default Demo [SOLVED] #448835Hi!
It would be better to create and set a different menu for the blog, you can use this plugin for that:
https://wordpress.org/plugins/zen-menu-logic/Regards,
Josue -
AuthorPosts
