Forum Replies Created
-
AuthorPosts
-
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 479px) { .responsive .logo img { height: auto !important; width: 200px; top: 10px; } }Cheers!
JosueHi!
No, responsive features will work as expected.
Cheers!
JosueSeptember 27, 2014 at 6:50 am in reply to: Add Social Share Icons to individual product pages? #325887It’s done:
http://www.fertilizersusa.com/?portfolio=slider-two-thirdCheers!
JosueHey!
I’m trying to replicate the issue to no avail, here’s a test page i recently made:
https://www.cloudspace.net.au/testpage/Regards,
JosueTry:
.grid-entry { padding-right: 20px; }Cheers!
JosueHi Heng!
You’ll have the option to change that in the Theme Options in version 3.0. In the meantime, refer to my reply here:
https://kriesi.at/support/topic/do-i-change-the-grid-file-in-enfold-or-in-child-of-enfold/#post-298461Cheers!
JosueHey!
Hmm, that’s unexpected, can you replicate that with the default WordPress theme activated?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.grid-content { min-height: 90px; }Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi!
That’s a known bug that will be fixed in the next update. In the meantime you’d need to go to Appearance > Menus, and create a new menu. Apologies for the inconveniences.
Cheers!
JosueSeptember 27, 2014 at 5:46 am in reply to: Add Social Share Icons to individual product pages? #325866Hi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHi!
That’s a known bug that will be fixed in the next update. In the meantime you’d need to go to Appearance > Menus, and create a new menu. Apologies for the inconveniences.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
html.html_boxed.avia_mobile { background-repeat: repeat; }Cheers!
JosueHi,
Could you check if this issue persists with the default WordPress theme activated and all plugins disabled?
Cheers!
JosueHey!
Try with this:
@media only screen and (min-width: 989px) { #top .container .av-masonry-entry:nth-child(2){ padding-top: 50px; } #top .container .av-masonry-entry:nth-child(3){ padding-top: 150px; } #top .container .av-masonry-entry:nth-child(4){ padding-top: 250px; } #top .container .av-masonry-entry:nth-child(5){ padding-top: 100px; } }That will add some different top padding to the first four items (change this in case of more columns, we target 2, 3, 4, 5 because the 1st element is the sort element), and we make sure this gets applied when the screen size is greater than 989px.
Best regards,
JosueSeptember 27, 2014 at 3:34 am in reply to: Code for a White Rounded Rectangle behind a widget #325854Hey!
Try using the notification element (Content Elements).
Best regards,
JosueSeptember 27, 2014 at 2:37 am in reply to: Completely blank site front end and back end wordpress 4.0 and Enfold 2.9.2 #325847Hi Dane,
Those errors indicate that you are still using 2.8.1. Can you please create me a temporary FTP account? post it here as a private reply.
Regards,
JosueHey GB!
Add this to Quick CSS:
#after_layer_slider_1 { border: 0; }Best regards,
JosueHi!
Do you get something in the JavaScript console when the send button is clicked?
Cheers!
JosueSeptember 27, 2014 at 2:29 am in reply to: Importing Dummy Data to Enfold Child – Manu gets collapsed #325842Hi!
That’s a known bug that will be fixed in the next update. In the meantime you’d need to go to Appearance > Menus, and create a new menu.
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Can you post a screenshot of the issue?
Regards,
JosueSeptember 27, 2014 at 2:25 am in reply to: White boxes around footer items (social links, nav links, etc) #325839Hi!
A plugin called “portfolio-manage” is adding a code that causes widgets to have a white background:
http://virtuusa.com/wp-content/plugins/portfolio-manage/css/admin.css?ver=4.0Either disable it or add this to Quick CSS:
#footer .widget { background: transparent !important; }Cheers!
JosueHi Michael,
Can you please create us an administrator account? post it here as a private reply.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.grid-content{ min-height: 120px; }Adjust as needed.
Cheers!
JosueSeptember 27, 2014 at 2:22 am in reply to: After updating to fix Avia Layout Builder, menu bar search field went missing. #325836Hello,
Have you tried disabling all third-party plugins to see if it gets fixed? can you create me an administrator account? post it here as a private reply.
Regards,
JosueSeptember 27, 2014 at 2:20 am in reply to: Add Social Share Icons to individual product pages? #325835Hi!
If you are using Avia Layout Builder in your portfolio items you need to put this code instead:
add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1); function avia_add_social_toolbar_template_builder($content = "") { $content .= avia_social_share_links(array(), false); $content .= '<div style="height:1px; margin-top:50px;" class="hr"></div>'; return $content; }Cheers!
JosueHey Andy!
You need to put it in /wp-content/themes/enfold/functions.php, at the very end.
If it still doesn’t work please create me an admin account so i can look into it.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.home #wrap_all:after { content: ""; position: absolute; width: 100%; height: 100%; z-index: 1; background-image: url(https://a1b.e7c.myftpupload.com/wp-content/uploads/2014/09/depositphotos_5907916-Paper-background..jpg); top: 0; }Cheers!
Josue -
AuthorPosts
