Forum Replies Created
-
AuthorPosts
-
February 19, 2015 at 4:30 am in reply to: Contact Form not Working, it Resets the Defaults When You Try to Edit It #398622
Hi Leyden,
That’s strange, can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueFebruary 19, 2015 at 3:35 am in reply to: Change top left page link wording and target on single blog posts #398613Hey!
You forgot a link to your website.
Regards,
JosueHey,
Thanks for your feedback, i’ll let Kriesi know :)
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi Antonio!
You can use a WordPress Hook, in this case i’d suggest using wp_footer, add the following to theme / child theme functions.php:
function tracking_code() { ?> PUT THE CODE HERE <?php } add_action('wp_footer', 'tracking_code');Best regards,
JosueHi Frederic,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey Cerasel!
Try enabling debug mode and check if you get any error messages:
http://codex.wordpress.org/Debugging_in_WordPressCheers!
JosueHi,
Can you post the link to your website please? have you checked the JavaScript console?
Regards,
JosueHey!
Didn’t work, also, i’d need to connect using an FTP client in order to debug the issue.
Regards,
JosueFebruary 19, 2015 at 2:58 am in reply to: ENFOLD SINGLE PRODUCT PAGE- SIDEBAR WILL NOT APPEAR ON THE RIGHT #398591Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueGreat, let us know if you need any help with that :)
Best regards,
JosueFebruary 19, 2015 at 2:49 am in reply to: Fallback image for video in color section – issues with iPad/iPhone #398589You are welcome, glad to help :)
Regards,
JosueFebruary 19, 2015 at 2:39 am in reply to: Fallback image for video in color section – issues with iPad/iPhone #398585Hey!
Should work now, you needed to check this option – http://screencast.com/t/avTb2s6scoue
Regards,
JosueHey!
Same result, try following this guide on how to update the theme (there’s a video at the end on how to do it via FTP):
http://kriesi.at/documentation/enfold/updating-your-theme-files/Regards,
JosueHi Miranda!
Try setting the page you want as the homepage in the Enfold theme options (here). If that doesn’t work please hand us a WP account.
Best regards,
JosueHello Theo,
Kriesi will look into it and it may be added in the next update, in the meantime here’s a workaround:
1. Open js/shortcodes.js and replace its contents with this.
2. Add this to Quick CSS:.avia_playpause_icon.av-idle { opacity: 1 !important; display: block !important; pointer-events: none; -webkit-transform: none !important; -moz-transform: none !important; transform: none !important; } .avia_playpause_icon.av-idle:before { content: '\E897'; font-family: 'entypo-fontello'; } .av-video-paused .avia_playpause_icon { display: block !important; }Cheers!
JosueFebruary 19, 2015 at 12:56 am in reply to: Track contact form conversions with Google Analytics goal? #398569You are welcome Ralph, and thanks for sharing your experience.
Cheers!
JosueHey Goran!
What names are you using for those files? they should be like this:
- hr.po
- hr.mo
Regards,
JosueFebruary 18, 2015 at 11:23 pm in reply to: Fallback image for video in color section – issues with iPad/iPhone #398529Hi Jennifer,
Can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi Theo!
The video in your website is currently set to autoplay.
Best regards,
JosueHi,
Can you please create me a temporary FTP account? post it here as a private reply.
Regards,
JosueThere are some JavasScript errors shown in the console, have you modified the theme files in any way?
Hi Miranda!
Ok, i see, the thing is those popups are from a third-party plugin shortcode (Nimble Portfolio), unfortunately this falls beyond our support scope. Alternatively you could use an Enfold Portfolio Element with Ajax enabled, you’ll get pretty much the same result.
Best regards,
JosueFebruary 18, 2015 at 7:20 am in reply to: Team Member Descriptions and possible read more link into a modal #397966Hi!
Found a way.
1. Add this to child theme functions.php:function inline_popup_enabler(){ ?> <script> (function($){ $(window).load(function() { $('.inline_popup').magnificPopup({ type:'inline', midClick: true }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'inline_popup_enabler');2. Put this in each member element description:
<a class="inline_popup" href="#content_1">Trigger</a> <div id="content_1" class="hidden">Some content</div>Note href and id, they should be unique for each one:
<a class="inline_popup" href="#content_2">Trigger</a> <div id="content_2" class="hidden">Some content</div>And so on..
3. Add this to Quick CSS:
.mfp-container .hidden { display: block !important; visibility: visible; width: 25%; background: white; padding: 20px; margin: 0 auto; }Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Check if it happens on another computer / browser / network.
Regards,
JosueHi!
Try with this:
#top .iconbox.av-no-box .iconbox_icon:hover { background: red !important; }Change as needed.
Regards,
JosueHey!
Set a custom ID to that section (about-us) and add this to Quick CSS:
#about-us .container { max-width: 100%; }Regards,
Josue -
AuthorPosts
