Forum Replies Created
-
AuthorPosts
-
Hi!
1. It’s possible but it will require a bit of coding, header settings are sitewide but there’s a way to override then per Page, refer to:
2. You can use a plugin like:
https://wordpress.org/plugins/zen-menu-logic/Cheers!
JosueFebruary 29, 2016 at 11:49 pm in reply to: Gallery format in blog section: display text above gallery #591240Hey!
Try adding this at the very end of your theme / child theme functions.php file:
if(!function_exists('avia_gallery_slideshow_filter')) { function avia_gallery_slideshow_filter($current_post) { //search for the first av gallery or gallery shortcode preg_match("!\[(?:av_)?gallery.+?\]!", $current_post['content'], $match_gallery); if(!empty($match_gallery)) { $gallery = $match_gallery[0]; if(strpos($gallery, 'av_') === false) $gallery = str_replace("gallery", 'av_gallery', $gallery); if(strpos($gallery, 'style') === false) $gallery = str_replace("]", " style='big_thumb' preview_size='gallery']", $gallery); $current_post['content'] = str_replace($match_gallery[0], "", $current_post['content']); $current_post['content'] .= do_shortcode($gallery); $current_post['slider'] = ""; } return avia_default_title_filter($current_post); } }Cheers!
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueNothing really, this is more of a style setting thing Enfold has, the only way to achieve that layout is to turn on the Sidebar so i did that and then removed the sidebar with CSS (only on home):
#top.home #main .sidebar { display: none; } #top.home .container .av-content-small.units { width: 100%; border: 0; }Regards,
JosueHola,
Usa este código (remueve el anterior):
@media only screen and (max-width: 767px) { .home #after_full_slider_1 .flex_column { padding: 0 30px 0 30px !important; } }Saludos,
JosueCheck it now.
Regards,
JosueTry with this:
#top .ajaxresponse .avia-form-success { border: 0; background: transparent; font-size: 22px; font-weight: lighter; }Modify as needed.
February 29, 2016 at 11:32 pm in reply to: Easy Slider CSS issue – Scaling when there shouldn't be #591227Hey!
Try adding this code to the Quick CSS:
#top .avia-slideshow[data-size='no scaling'] { max-width: 725px; margin: 0 auto !important; }Cheers!
JosueHey!
The issue is that your Pages are set as “Private”, because of that there are no Pages to select here – http://screencast.com/t/vCNFc3ZUpHp.
Regards,
JosueFebruary 29, 2016 at 11:27 pm in reply to: Content Element: Error fetching content – please reload the page and try again #591224Glad to hear that, let us know if it happens again :)
Regards,
JosueHi!
The link you posted returns:
The requested URL / was not found on this server.Best regards,
JosueHmm, i’m not seeing it. Try submitting them again.
Hey!
Try adding this code to the Quick CSS:
#top #wrap_all .valid .text_input, #top #wrap_all .valid .text_area, #top #wrap_all .valid .select{border:1px solid gray;}Cheers!
JosueFebruary 29, 2016 at 11:21 pm in reply to: difficulty with linking contact me button to page #591217There’s no button there because that button is included as a [shortcode]:
http://screencast.com/t/CkAQDwzytUnIn that [shortcode] just swap “9” for “95”.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
In the menu editing screen make sure this option is off – http://screencast.com/t/fAJx3QUc
Best regards,
JosueHey!
If you’re using ALB on these Posts make sure you’re including a Comments element at the end.
Cheers!
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueCan you please create me a WordPress administrator account? post it here as a private reply.
Regards,
JosueOk, glad to hear that.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#footer .input-text, #footer input[type="text"], #footer input[type="input"], #footer input[type="password"], #footer input[type="email"], #footer input[type="number"], #footer input[type="url"], #footer input[type="tel"], #footer input[type="search"], #top textarea, #top select{ margin-bottom: 0; } #footer td{ padding: 5px 0; }Cheers!
JosueHey!
Can you post a screenshot/mockup of the issue in question?
Best regards,
JosueHey!
Could be caused by WP 4.4 responsive images feature, try installing this plugin:
https://wordpress.org/plugins/disable-responsive-images/Regards,
JosueYou are welcome Mark, let us know if you need further assistance :)
Regards,
JosueDe nada.
Saludos,
JosueGlad to hear that, i’ll close this topic.
Regards,
JosueHi,
Open /enfold/config-templatebuilder/avia-shortcodes/magazine.php and place the following in line 570:
$excerpt = get_the_content();Regards,
JosueHey!
In the Layer’s Styles tab > Custom CSS put the following – http://screencast.com/t/oJWtWiyc3
Best regards,
Josue -
AuthorPosts
