Forum Replies Created
-
AuthorPosts
-
Hey!
The button is inside a container with “clear” css class which is set to hidden. Add this on Quick CSS:
#mc_embed_signup .clear { overflow: visible; visibility: visible; }
Cheers!
IsmaelHey!
Go to Enfold > Sidebar > enable the Page Sidebar Navigation to show the default sidebar navigation.
Best regards,
IsmaelHi!
You can see the actual shortcode below the avia builder. Switch to Advance Layout Builder then add any elements, look for the new field below the builder. The actual shortcode will be show there.
Regards,
IsmaelHey dalcnetsrl!
You need to duplicate the slider then use it for each language.
Cheers!
IsmaelHi!
I see. Please add this on Quick CSS or custom.css:
.image-overlay { display: none !important; opacity: 0 !important; }
Best regards,
IsmaelHey!
Please add this on custom.css or Quick CSS:
span.avia-menu-fx { bottom: 0px !important; }
For further customization, please visit Werkpress.
Regards,
IsmaelFebruary 23, 2014 at 5:20 am in reply to: ENFOLD + WPML + S2 Framework or bbPress = You Do Not Have Sufficient permission #228070Hey BabaOorhum!
Please access the wp-content/plugins folder then manually delete the s2member plugin. I had the same experience with s2 plugin on my end and that’s all the solution that I can think of. Please let us know if it works.
Cheers!
IsmaelHi!
Are you testing this on Chrome Windows 8? I did see the issue on my end. Please download the latest version of Enfold again then override the theme files via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Cheers!
IsmaelHey!
I think the google ad code is not working. You can add this on Quick CSS:
#div-gpt-ad-1392711329120-0 { position: absolute; display: block; top: 100px; left: 0; background: gray; }
You will see a gray background on the top left side but there is no google ad.
Best regards,
IsmaelFebruary 23, 2014 at 5:05 am in reply to: Un-mute audio in an embedded video in a Color Section #228062Hey!
To unmute and disable the loop on a color section video, edit config-templatebuilder > avia-shortcodes > section. Find this code on line 406:
'video_mute' => true, 'video_loop' => true,
Replace it with:
'video_mute' => false, 'video_loop' => false,
Regards,
IsmaelHey Mkieling!
You can add this on Quick CSS or custom.css:
.post-title.entry-title a { font-size: 30px; font-family: Georgia; }
Change the font color using this:
.main_color h2 { color: blue; }
For further customization, please visit Werkpress.
Best regards,
IsmaelHi!
I guess Dude is referring to this code:
#top #wrap_all .social_bookmarks { height: 50px; } #top #wrap_all .social_bookmarks li, #top #wrap_all .social_bookmarks li a { width: 50px; line-height: 50px; min-height: 50px; font-size: 30px; } #wrap_all #header_main .social_bookmarks li a { border-radius: 50px; }
Best regards,
IsmaelHey JoaquimN!
No, you don’t need a child theme if you’re not planning to modify the theme files. Anyway, you should a child theme just in case. The latest version includes a pre-made child theme folder. You can use that.
Regards,
IsmaelHi louiefig!
Unfortunately that is the only way that you can navigate when using the lightbox. Please hire a freelance developer to modify the theme. You can visit Werkpress.
Best regards,
IsmaelHey!
Did you modify any theme files or add css modifications prior to this issue? What is this code on your child theme’s functions.php? http://pastebin.com/QExYzFUR
Regards,
IsmaelHi bluemoonink!
Are you using the Custom Menu widget? Please download the latest version of Enfold. 3rd level pages should be indented properly by then.
Regards,
IsmaelHey!
Please add this on Quick CSS or custom.css:
.current-menu-item > a > .avia-menu-fx, .current-menu-item>a>.avia-menu-fx>.avia-arrow-wrap { opacity: 0; visibility: hidden; } .current_page_item > a > .avia-menu-fx, .current_page_item >a>.avia-menu-fx>.avia-arrow-wrap { opacity: 1; visibility: visible; }
Regards,
IsmaelHi Jasmer!
I don’t have access to an iOS device and honestly I’m not sure if this can be easily fix. I’ll ask Kriesi and the rest of the support team to pitch in. I’m sure you already set the Global Settings to be responsive.
Cheers!
IsmaelHey Sylvio!
You can use a Custom Menu on Appearance > Widgets. Create a menu on Appearance > Menus first.
Best regards,
IsmaelHey fitchimp!
Please try to switch to a default theme then switch back to Enfold. Try to upload the zip again. Also, please contact your host and see if ZipArchive class is enabled/supported on the server.
Cheers!
IsmaelHey!
Please use this on functions.php to change the text on the breadcrumb:
add_filter('avia_breadcrumbs_args','avia_change_breadcrumb_before', 10, 1); function avia_change_breadcrumb_before($args) { $args['before'] = 'You can change this text:'; return $args; }
Cheers!
IsmaelHey jrgrigg!
Are you trying to change the large button shortcode font size or you’re trying to change the button on a slider? Please add this on Quick CSS:
.avia-button-wrap .avia_iconbox_title { font-size: 20px; }
Do you have the latest version? Post the link of the page with the button here.
Best regards,
IsmaelHi wackyadventurer!
Are you talking about the lightbox feature? Please elaborate. You can add this on Quick CSS or custom.css but it will disable the links for all images.
img, a img { pointer-events: none; }
Best regards,
IsmaelHi evtilsley!
Add this on Quick CSS or custom.css:
.woocommerce .avia-post-nav { display: none !important; }
Cheers!
IsmaelHey ANKirschner!
I’m not sure if it is going to work when the font is black listed as you say but please refer to this link. http://www.w3schools.com/cssref/css3_pr_font-face_rule.asp
You can do it on custom.css or Quick CSS.
Cheers!
IsmaelFebruary 23, 2014 at 2:57 am in reply to: Transparent padding between submenu items so that background shows through #228017Hi BelIblis!
Can you please give us a link to the website? A screenshot of what you’re trying to do will help. For further customization, please visit Werkpress.
Cheers!
IsmaelHi sandromeyer!
I can’t seem to access the website. What type of header do you have right now? Assuming that you have a Small Fixed Header, you can add this on Quick CSS to create a transparent header:
.fixed_header #main { padding-top: 0; } .header_color .header_bg, #header_main { background-color: transparent !important; border: none; } .header_color div { border: none; }
Edit js > avia.js to remove the header resize, find this code on line 21:
// decreases header size when user scrolls down avia_header_size();
Replace it with:
// decreases header size when user scrolls down //avia_header_size();
For further customization, please visit Werkpress.
Cheers!
Ismael -
AuthorPosts