Forum Replies Created
-
AuthorPosts
-
Hello David!
It is possible but it would require a heavy customization to the theme, unfortunately that’s beyond the scope of the support we can offer. If you really need it try contacting a developer.
Cheers!
JosueThis will do it:
#footer .social_bookmarks li { clear: none !important; border: 0 !important; }Regards,
JosueHi Tony!
No, i meant this file:

Cheers!
JosueHi,
Can you post the link to that page please?
Regards,
JosueYou too Ali :)
June 2, 2014 at 7:23 pm in reply to: Buttons can't launch inline content in prettyphoto on 2.8.1 #273459Hi,
Can you post the link to your website please?
Regards,
JosueTry adding this code to the Quick CSS:
div.shipping_de.shipping_de_string { display: none; }Cheers!
JosueYes, that’s a empty p LS inserts before the slider, try adding the first code too:
div.entry-content > p:first-child { margin: 0; }Cheers!
JosueThat’s a known Firefox/Chrome bug with form elements, you could try tweaking this part of the code i gave you (the top value):
.email-599 .wpcf7-text { position: relative; top: 1px; }Best regards,
JosueJune 2, 2014 at 7:12 pm in reply to: using a different logo size on mobile devices – possible? #273450Hey Pedro!
Add this to the theme functions.php:
function custom_func() { ?> <div id="mobilelogo"> <?php echo avia_logo('_MOBILE_LOGO_URL_HERE_', $addition, 'strong', true); ?> </div> <?php } add_filter('ava_after_main_menu', 'custom_func');And this to the Quick CSS:
#mobilelogo .logo{ display: none; } @media only screen and (max-width: 767px) { #mobilelogo .logo{ display: block; } .logo{ display: none; } }Change as needed.
Regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHi!
Put it inside a color section (with an ID set, ex: fullwidthcolorsection) and add this to the Quick CSS:
div#fullwidthcolorsection .container { width: 100%; }Best regards,
JosueTry changing:
form.wpcf7-form{ width: 370px; margin: 0 auto; }to:
form.wpcf7-form{ width: 500px; margin: 0 auto; }The problem is that i’m not seeing the form like you on my end (Chrome / OS X) making it harder to debug.
Best regards,
JosueHi!
I don’t see any icon in the link you posted but try adding this too:
#footer .social_bookmarks li *{ border: 0 !important; }Cheers!
JosuePlease post a temp login so i can check it.
Best regards,
JosueHi!
This does the fix on both sites:
main.content { padding-top: 0; }Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi!
Do you have the latest version of Enfold (2.8.1) / WordPress (3.9.1)?
Regards,
JosueHey!
You’d need to seek for a third-party tooltip solution, like:
https://wordpress.org/plugins/simple-tooltips/That’s because the Enfold tooltip function is meant to be used only in elements that have tooltip functionality (like galleries, etc).
Best regards,
JosueTry adding this:
.email-599 .wpcf7-text { position: relative; top: 1px; }Here’s how i see it:

Hi Lauren,
Does it happen with the default WordPress theme?
Maybe you reached your space quota.
Cheers!
JosuePlease be specific.
Also note that offering fixes for third-party plugins is out of the support scope we offer.
Best regards,
JosueHi Robert!
Updating WordPress to the latest version (3.9.1) will fix that issue.
Cheers!
JosueAdd this too:
form.wpcf7-form{ top: 40px; position: relative; }Cheers!
JosueHi Pedro,
Can you post the link to your shop please?
Regards,
JosueHi!
You can use the either the Pages widget or the Custom Menu widget in your sidebar:

Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueJune 2, 2014 at 6:24 pm in reply to: Switching between Advanced and standard layout removes content #273390Alternatively you can enable debug mode, this will let you see all the generated [shortcodes] below the ALB:
http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/Regards,
JosueHey Trender!
This will do it (change av_section_5 by your color section ID):
#av_section_5:after { content: ""; display: block; width: 100%; height: 100%; background: url(_GRID_PNG_IMAGE_URL_HERE_) repeat transparent; z-index: 10; position: absolute; top: 0; }Result:

Best regards,
Josue -
AuthorPosts
