Forum Replies Created
-
AuthorPosts
-
Hi!
I’d suggest using Universal Analytics instead, you can make use of the already defined classes in your different buttons for this, basically you’d just need to include the following custom JS (either via wp_footer insertion or even in the Enfold Google Analytics field):
<script> (function($){ $(window).load(function() { $('.button-1 a').on('click', function() { ga('send', 'event', 'button', 'click', 'button-1'); }); $('.button-2 a').on('click', function() { ga('send', 'event', 'button', 'click', 'button-2'); }); $('.button-3 a').on('click', function() { ga('send', 'event', 'button', 'click', 'button-3'); }); }); })(jQuery); </script>Reference:
https://developers.google.com/analytics/devguides/collection/analyticsjs/events
Cheers!
JosueThe stickiness of the sub menu element is a togglable option right here – http://screencast.com/t/f4dcsk04L8e
Best regards,
JosueHi!
If there is no dynamic_avia folder, try creating one via FTP with 7777 permissions, this should be the correct path:
/wp-content/uploads/dynamic_avia/
Note that it’s not inside the theme folder.
Regards,
JosueHey Samuel!
Percentage values are fixed (25%, 50%, 75% and 100%), you can set a custom fixed value in pixels though – http://screencast.com/t/BXsODToxnCS
Regards,
JosueJust let us know if it happens again. I’ll leave this thread open.
Best regards,
JosueHey!
The best solution in my opinion would be to create another slider consecutive to the one you already have, but in this one you’d select a square image size setting.
Then enable this and add a specific class to each of the slider (mobile_slider, desktop_slider), finally add this to Quick CSS:
.mobile_slider{ display: none; } @media only screen and (max-width: 767px) { .mobile_slider{ display: block; } .desktop_slider{ display: none; } }Best regards,
JosueHey!
@DDamjanovic, the problem is related to the dynamic avia stylesheet, try the following: via FTP go to the /wp-content/uploads/dynamic_avia/ and remove the enfold.css file, then attempt to save the theme settings again.
@mrussell1984, in your case the dynamic stylesheet doesn’t exists, make sure the /wp-content/uploads/dynamic_avia/ folder is writable (CHMOD 777), also the login details you posted don’t work.Best regards,
JosueOctober 13, 2014 at 10:06 pm in reply to: main menu reverted to default after upgrading to 3.0.1 #335207Hey!
There is only one menu (Main Menu) in your installation, there are no duplicates from what i see.
Best regards,
JosueOctober 13, 2014 at 10:02 pm in reply to: Easy Slider – caption title on the bottom of the image 100% width #335206Hey!
Try with the following code:
.avia-caption.av-slideshow-caption, .avia-caption.av-slideshow-caption .avia-inner-caption p{ width: 100%; } .avia-caption.av-slideshow-caption{ padding: 0; left: 0; bottom: 0; }Best regards,
JosueOctober 13, 2014 at 9:58 pm in reply to: issue with mobile menu items that contain a dropdown #335201Hi!
I tested your website on an Android (Chrome) device and the mobile menu worked fine, also tested on the iOS emulator – http://screencast.com/t/zllVvnu2T
Which device/browser are you using?
Regards,
JosueHi!
Use this code:
#top .av_header_glassy.av_header_transparency .header_bg { opacity: 0.4; }Adjust as needed.
Regards,
JosueHey!
Try adding this code to the Quick CSS (upgraded site):
#top .title_container .container { max-width: 1210px; }Cheers!
JosueHi!
Do you get some error in the JavaScript console? we’d need to see the site live in order to debug this issue.
Best regards,
JosueHi!
When you use a transparent header you need to set the menu color font here – http://screencast.com/t/rUEL7pyyxJ
Regards,
JosueHi,
That’s unexpected, can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi Richard!
Can you post a link to the website? try using this plugin to concatenate the theme resources –
https://wordpress.org/plugins/bwp-minify/Also, enable gzip compression if you haven’t already done so:
http://www.feedthebot.com/pagespeed/enable-compression.htmlRegards,
JosueOctober 13, 2014 at 5:37 pm in reply to: Sticky widget or right bar for a vertical fixed submenu #335059Hello,
No, those are the only ones i know to be honest, feel free to make a feature request here.
Regards,
JosueYou are welcome Michael, glad to help :)
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHey David!
Click this button to set the post to fetch – http://screencast.com/t/66m4UR32p2Ki
Best regards,
JosueOctober 13, 2014 at 7:00 am in reply to: Sticky widget or right bar for a vertical fixed submenu #334661Hey!
You can use this plugin for that:
https://wordpress.org/plugins/wp-facebook-open-graph-protocol/Regards,
JosueOctober 13, 2014 at 6:56 am in reply to: Avia Layout Builder – Not Possible to edit Older pages #334658You are welcome, glad to help :)
Regards,
JosueHey!
What aspect ratio have you set for the video slides on that page? can you please create us an administrator account? post it here as a private reply.
Best regards,
JosueHey!
It’s caused by some code in your child theme style.css, can’t tell the exact one to be honest but i tried emptying that file via Inspect Element and the share links appeared as expected – http://screencast.com/t/vDHOW8Dwe
Regards,
JosueHi,
Can you please create us an administrator account? post it here as a private reply.
Regards,
JosueTry changing the link of the logos to a hash (#).
Regards,
JosueYou are right, the problem is that now the iframe containing the text block content doesn’t have a fixed height, therefore the toolbar can’t stay on top. Not sure if this was intended but i’ll report it to Kriesi anyways.
Best regards,
Josue -
AuthorPosts
