Forum Replies Created
-
AuthorPosts
-
Hey!
Try setting this class to the code block – http://screencast.com/t/gV2Qw2qlYLhF
Regards,
Josue-
This reply was modified 11 years, 3 months ago by
Josue.
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 989px) { .avia-menu-fx{ display: none !important; } }Cheers!
JosueYou are welcome Maria, glad to help :)
Regards,
JosueHi!
Enfold does not have such features, i’d suggest either building it from scratch as a new shortcode/element or look for a specialized plugin, i’ve read that Gravity Forms is able to do some calculations:
http://wpdecoder.com/plugins/calculations-with-gravity-forms/Best regards,
JosueHello Adele,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHi Tim!
I think the problem relates to your child theme set-up (specifically its name), i noted some errors in the dynamic stylesheet that are not happening when using the parent theme or a child theme i uploaded to test. You can import/export your current theme settings via the Theme Options.
Cheers!
JosueHey!
As far as i know that’s not possible with magnific popup, however one thing you can try is using inline content opening, something like:
<a href="#custom-frame" class="open-popup-link mfp-inline">Open Custom iframe</a> <iframe id="custom-frame" class="custom-popup-block mfp-hide" src="mortgage/"></iframe> <style> .custom-popup-block { max-width: 400px; height: 450px; } </style>To enable inline popup:
https://kriesi.at/support/topic/inline-content-in-magnific-popup/#post-289356Best regards,
JosueHi,
Can you post the link to the page in question please?
Regards,
JosueHey Jireh!
Try adding this code to the Quick CSS:
#mobile-advanced{ right: 0; top: -100%; border-color: #242424; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; transform-origin: 0% 0%; } .avia_transform3d #mobile-advanced{ -webkit-transform: scale3d(1); -moz-transform: scale3d(1); transform: scale3d(1); } .show_mobile_menu #mobile-advanced{ -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transform: translate(0, 100%); -moz-transform: translate(0, 100%); -ms-transform: translate(0, 100%); transform: translate(0, 100%); } .avia_transform3d .show_mobile_menu #mobile-advanced{ -webkit-transform: scale3d(1); -moz-transform: scale3d(1); transform: scale3d(1); -webkit-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }Cheers!
JosueHi!
For the other page i’d suggest using a fullwidth slider instead.
Regards,
JosueHey!
Please set-up a test form with this plugin to discard if the issue is coming from the theme.
Regards,
JosueHi!
Replace buttons.php contents with this:
https://gist.github.com/josueochoa/72615b7628f72449afcfCheers!
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 1024px) { .iconlist_content a { word-wrap: break-word; } .avia-ipad .bg_container{ background-size: contain !important; background-repeat: repeat !important; } }Cheers!
JosueHi!
Can you post a screenshot of your view? here’s how it looks on my end (Safari 7) – http://screencast.com/t/Lz8MotVxJ
Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
// Remove auto generated feed links function my_remove_feeds() { remove_action( 'wp_head', 'feed_links_extra', 3 ); remove_action( 'wp_head', 'feed_links', 2 ); } add_action( 'after_setup_theme', 'my_remove_feeds' );Cheers!
JosueHey Tim!
This could work:
https://kriesi.at/support/topic/process-form-params-instead-sending-via-e-mail/Alternatively you can use CF7 + CFDB:
http://cfdbplugin.com/?page_id=747Regards,
JosueHi!
Make sure you are uploading only the “enfold” folder, not the whole theme package (PSDs, documentation, etc).
Best regards,
JosueHi!
Please check your front-page now, to avoid these issues try to wrap every non-fullwidth element inside a color section (what i did).
Cheers!
JosueDale, me avisas.
You are welcome, glad to help :)
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
Yes, there is a way using jQuery, please note that this is normally out of the scope, try adding this to theme / child theme functions.php:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $('.news-link').each(function(){ var $this = $(this); var title = $this.attr('title'); var headline = $this.children('.news-headline'); var maxWords = 33; if (title.length > maxWords){ headline.text($.trim(title).substring(0, maxWords).split(" ").slice(0, -1).join(" ") + "..."); } }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Adjust as needed.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (min-width: 767px) { .footer-link { position: absolute; left: 0; right: 0; text-align: center; } }Cheers!
JosueHey Marcelo!
Change your layout from 1/3 to 1/2 columns to make more space for the titles and/or reduce its font size:
strong.news-headline { font-size: 11px; line-height: 13px; }Cheers!
JosueHi!
Your website is unaccessible, at least for me:
Reason: Access from your area has been temporarily limited for security reasonsPlease temporarily remove the region-block so we can help you.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { .single .post .blog-meta { display: block !important; } .single .post .entry-content-wrapper { clear: both } }Cheers!
JosueHi,
Can you post the link to your testimonials page please?
Regards,
JosueHey!
Try with this in General Styling > Quick-CSS:
h1{ font-size: 24px !important; } h2{ font-size: 18px !important; }Cheers!
JosueHi!
Yes, ignore the default code application and try with Elliott’s method.
Regards,
JosueHi Jeroen,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
Josue -
This reply was modified 11 years, 3 months ago by
-
AuthorPosts
