Forum Replies Created
-
AuthorPosts
-
Hey!
Are you using the latest version of Enfold? have you tried disabling all third-party plugins?
Best regards,
JosueHey!
That’s not possible with the built-in form, but you can achieve it using CF7:
http://contactform7.com/selectable-recipient-with-pipes/Cheers!
JosueHey!
I set up a CF7 form here directed at your email (info at siptrunkplus.com) and performed a test, did you get any message?
Best regards,
JosueMarch 6, 2014 at 7:11 pm in reply to: Facebook Like in Floating Sidebar Not working properly #233359You are welcome, glad we could help :)
Regards,
JosueMarch 5, 2014 at 7:33 pm in reply to: Facebook Like in Floating Sidebar Not working properly #232881Hey!
Try adding this code to the Quick CSS:
.fb_iframe_widget span{ width: auto !important; } .fb_iframe_widget span iframe{ max-width: none !important; } .fb_iframe_widget{ left: -24px; }Result:

Cheers!
JosueMarch 5, 2014 at 7:20 pm in reply to: After adjusting logo position further to Left now gets cut off on Mobile view #232874You are welcome, glad we could help :)
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHi!
Sorry, i meant Quick CSS, you have this code there:
.header-scrolled #header_main .container, .header-scrolled #avia-menu a { height: 80px !important; line-height: 80px !important; }Change it to:
.header-scrolled #header_main .container, .header-scrolled #avia-menu > li > a { height: 80px !important; line-height: 80px !important; }Regards,
JosueMarch 5, 2014 at 6:49 pm in reply to: After adjusting logo position further to Left now gets cut off on Mobile view #232860Hey!
Add this:
@media only screen and (min-width: 990px) { .phone-info:before { content: url(https://bit.ly/1mVqzEt); position: absolute; top: 45px; left: -55px; } }It won’t appear in smaller screens because there is not enough space for it.
Best regards,
JosueMarch 5, 2014 at 6:45 pm in reply to: Links on pictures in portfolio grid are gone after update to 2.5.4 #232858Hi heavy!
I tested your portfolio and the image links appear to be working as expected.
Best regards,
JosueMarch 5, 2014 at 6:39 pm in reply to: After adjusting logo position further to Left now gets cut off on Mobile view #232856Hey!
Change the code to this:
@media only screen and (max-width: 767px) { #header_meta, #header_meta .container { margin-top: 0 !important; background: white; } .phone-info{ left: auto !important; } }Regards,
JosueHey!
Yeah, you can also upload the enfold.zip via the Dashboard (Themes > Add new) but you said that method wasn’t working, that’s why we suggested the FTP method.
Regards,
JosueHi!
Change the code you have in your style.css (44-47) to this:
.header-scrolled #header_main .container, .header-scrolled #avia-menu > li > a { height: 80px !important; line-height: 80px !important; }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.page-id-229 #av_section_1{ border: 0 !important; }Cheers!
JosueHi,
It should work, can you create an administrator account and post it here as a private reply?
Regards,
JosueHey!
Try setting the ‘Section Top Shadow’ option to ‘Do not display shadow’ in the Color section element.
Cheers!
JosueHi!
Here’s how i see it right now:

Best regards,
JosueHey!
Try adding this property to your fsselect selector:
background-image: none !important;Cheers!
JosueYou Are Welcome, Glad We Could Help :)
Regards,
JosueHi!
Try with this code:
@media only screen and (min-width: 990px) { .home avia-builder-el-10, .home avia-builder-el-12 { top: 350px; left: 300px; position: absolute !important; } .home avia-builder-el-12 { left: 650px } }Regards,
JosueHi!
Please try Peter’s fix here https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/
Cheers!
JosueHi!
Change your code to this:
input.fsfield { border: 1px solid #000 !important; color: #000 !important; line-height: normal; padding: 2px; background-color: #FFF !important; font-size: 13px; font-family: Verdana, Arial; margin: none; } select.fsselect { border: 1px solid #000 !important; color: #000 !important; line-height: normal; padding: 2px; background-color: #FFF !important; font-size: 13px; font-family: Verdana, Arial; margin: none; } table#fstable, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; width: 285px; line-height: normal; font-size: 100%; vertical-align: baseline; border-collapse: True; background: transparent !important; }Regards,
JosueHi!
Open css/base.css and remove line 147:
height:auto;Regards,
JosueMarch 5, 2014 at 3:42 am in reply to: Portfolio "All" outputting a maximum of 24 rows (96 items)? #232520Hey AndyWoods!
Try increasing the PHP memory allocation:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPBest regards,
JosueHey!
Try using the .ajax_slide_xx class to differentiate them, where xx would be the portfolio ID.
Best regards,
JosueHey!
Can you paste the CSS code you are trying to apply?
Best regards,
JosueYes, use this code for that:
.sub-menu a { padding: 4px 15px !important; }The first value (4px) will modify the vertical padding (top and bottom) and the second one the horizontal ones.
Cheers!
JosueHey!
I understand, try this instead:
tr { background: transparent !important; }Best regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { #footer .widget { margin: 0; } }To remove the “by kriesi” string, please refer to Ismael response here:
https://kriesi.at/support/topic/remove-kriesi-link-from-socket/#post-130122Cheers!
Josue -
AuthorPosts
