Forum Replies Created
-
AuthorPosts
-
You are welcome Peter, always glad to help :)
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_theme_support('avia_no_session_support');Cheers!
JosueHi!
Enfold does not have Sitemap generation functionality, it is best to use a plugin for that – https://wordpress.org/plugins/google-sitemap-generator/
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.post_author_timeline, .template-blog .blog-meta { display: none; }Cheers!
JosueHi Alistait!
Use a Full Width Button element and add this to Quick CSS to remove the button background so the grid cell background is visible:
.flex_cell_inner .avia-button.avia-button-fullwidth { background: transparent !important; }Regards,
JosueHi!
There seems to be an issue when using a Parallaxed section + scroll to next section arrow, try adding this to Quick CSS:
#top .av-parallax-section { overflow: visible; }Cheers!
JosueHey!
2. Try using the Advanced Style Editor to change the main menu section appareance.
3. Add this to theme / child theme functions.phpfunction av_change_logo($logo, $use_image, $headline_type, $sub, $alt, $link){ $logo .= "<div class='custom_content'>NUMBER AND IMG HERE</div>"; return $logo; } add_filter('avf_logo_final_output', 'av_change_logo', 100, 6);And this to Quick CSS:
.custom_content { right: 0; position: absolute; }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { a.slidebutton2 { margin-left: 60px; } }Cheers!
JosueHi!
Can you post a screenshot of the flaw you are referring to?
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.mfp-arrow, .mfp-counter { display: none !important; }Cheers!
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi Larry!
Try adding the following to to theme / child theme functions.php:
add_filter('avf_form_mail_header', 'adjust_reply_to', 10, 3); function adjust_reply_to($header, $new_post, $form_params){ $header .= 'Reply-To: ' . $new_post['name'] . '<'.$new_post['email'].'>' . "\r\n"; return $header; }Regards,
JosueHey Peter!
Can you check if it works now (not logged)? i was unable to find the other GA code source so i removed the Enfold one.
Best regards,
JosueHi Jodi!
The Advanced Layout Editor is working fine on my end (http://screencast.com/t/G5QFUanK0f3), have you tried it on another computer / browser / network?
Regards,
JosueHi!
Now just add this to Quick CSS:
.custom_content { right: 0; position: absolute; }Regards,
JosueHey!
Yes, you can apply a specific class and change the code accordingly:
.home-grid .grid-content { position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; width: 40%; z-index: 1000; } .home-grid .avia-arrow{ display: none; }Regarding the arrow, i’m not really seeing (http://screencast.com/t/2qdB7xR5qJsX) i’d suggest hiding the overlay though.
.home-grid .image-overlay{ display: none !important; }Cheers!
JosueAny of those, it is safe to do it briefly just to test that feature (you can do it on Posts).
Regards,
JosueHi!
Use the
avf_logo_final_outputfilter instead:function av_change_logo($logo, $use_image, $headline_type, $sub, $alt, $link){ $logo .= "<div class='custom_content'>NUMBER HERE</div>"; return $logo; } add_filter('avf_logo_final_output', 'av_change_logo', 100, 6);Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueHi @jamorel,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHola,
Todo ese código lo tienes que pegar estando en la pestaña Texto, ya lo hice yo ahora:
http://www.fineco.ferozo.com/fnueva/?page_id=269Saludos,
JosueHi!
I tried reproducing the issue but to no avail – http://screencast.com/t/gIKPiEJRpazj
Have you checked in another computer / browser / network ?
Regards,
JosueGreat, you are welcome, glad to help :)
Regards,
JosueFebruary 24, 2015 at 7:51 pm in reply to: How to track only validated form submissions with Google Analytics goals? #401656You are welcome Ralph, always glad to help :)
Regards,
JosueHi,
Can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueHi!
I see, if you are storing those template files in the /enfold/ theme directory they will be lost every time you update, to avoid this we recommend using a child theme.
Cheers!
JosueNo, it is that the Big Button style doesn’t seem to play nicely on mobiles when using a lot of columns (5+), because of a min-width rule.
Regards,
JosueHey Jasmer,
Try adding this:
@media only screen and (min-width: 768px) and (max-width: 1200px) { .avia-button.avia-size-large{ padding: 10px !important; min-width: inherit !important; } }Cheers!
Josue -
AuthorPosts
