Forum Replies Created
-
AuthorPosts
-
Go to W3 Total Cache > Dashboard and look for the “Empty All Caches” button.
Regards,
JosueAh, no that won’t be possible. ALB can only be enabled on the default TinyMCE editor. There may be some ways to enable it on a custom field but it would require a heavy modification to the theme, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueAugust 28, 2015 at 8:57 am in reply to: Remove template button from avia page builder for non-admins #494682Hey!
Try with the following CSS code:
a#avia-builder-button { display: none; }Best regards,
JosueCheck it now.
Hey!
Use this plugin to store the custom function there instead of the theme functions.php:
https://wordpress.org/plugins/functionality/Best regards,
JosueHello,
Won’t make a different wether you buy the theme again or not, the issue seems to be related to some server configuration. If you could hand me FTP access i’d be able to do a more in-depth research on what’s causing it.
Regard,
JosueYou are welcome, glad to help :)
Regards,
JosueYou are welcome Steve, glad to help :)
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueCheck it now, W3 Total Cache cache needed to be rebuilt.
OK, add the following to the Quick CSS:
#services .avia-button { background-color: transparent; border: 2px solid white; color: white !important; }Sure, glad to help :)
Regards,
JosueHi!
That’s not currently possible as the header doesn’t sit on top of the main body, they’re separated. Alternatively you could try setting a background image to the actual header (you can do this in General Styling > Logo Area).
Regards,
JosueHm no, but it will make it transparent, then the rest could be done with CSS. Also it would be best if you set a custom ID to that section so we can target it that way (in CSS).
That does require some custom work and it is harder to help you as you’re on local, i found this plugin that could do the trick:
https://wordpress.org/plugins/comment-form/Hi!
Have you tried selecting this option in each Button? – http://screencast.com/t/DvsDmyIZxDT
Best regards,
JosueYou mean hashtags? try with the following:
&hashtags=tag1,tag2,tag3Sure:
add_filter('avia_social_share_link_arguments', 'avia_add_social_share_link_arguments', 10, 1); function avia_add_social_share_link_arguments($args) { $args['twitter'] = array("encode"=>true, "encode_urls"=>false, "pattern" => "https://twitter.com/share?text=[title]&url=[permalink]&via=USERNAME"); return $args; }Change “USERNAME”.
You are welcome, glad to help :)
Regards,
JosueHey!
Refer to:
http://kriesi.at/documentation/enfold/use-the-layout-builder-with-any-post-type/Regards,
JosueHi,
I doubt the theme has anything to do with the issues you’ve mentioned to be honest, check if the issue persists with the default WordPress theme activated.
Regards,
JosueHey!
We can’t login, it requires an authenticator code.
Best regards,
JosueAugust 27, 2015 at 9:49 pm in reply to: Is the theme preventing this from viewing correctly? #494465Sorry, it was a typo, i modified the code in my last message, try it again.
Hey Morticka!
Try using the following plugin:
https://wordpress.org/plugins/facebook-like-box-responsive/Best regards,
JosueHey!
Something to keep in mind is that tab titles in mobile and desktop are actually distinct (in the markup). Also, i noted you are using another script to catch the tab click event::
function tab_clicked(ele){ var tab_title = jQuery(ele).html(); if (tab_title.indexOf("FRIDAY") >= 0){ ga('send', 'pageview', '/schedule/friday'); mixpanel.track('Schedule Tab Opened', {'Tab Name':'Friday'}); } if (tab_title.indexOf("SATURDAY") >= 0){ ga('send', 'pageview', '/schedule/saturday'); mixpanel.track('Schedule Tab Opened', {'Tab Name':'Saturday'}); } if (tab_title.indexOf("ON DEMAND") >= 0){ ga('send', 'pageview', '/schedule/ondemand'); mixpanel.track('Schedule Tab Opened', {'Tab Name':'On Demand'}); } }Regarding using a modified ALB element from a child theme, refer to the following:
http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueAugust 27, 2015 at 9:25 pm in reply to: Iconfont Manager Error when trying to upload Fontello zips #494454Hey!
You can use the wp_footer hook (place it in your theme / child theme functions.php):
add_action('wp_footer', function() { ?> <script type=”text/javascript”> (function() {var s = document.createElement(‘script’);s.type = ‘text/javascript';s.async = true; s.src = document.location.protocol + ‘//loader.wisepops.com/default/index/get-loader?user_id=18047′; var s2 = document.getElementsByTagName(‘script’)[0];s2.parentNode.insertBefore(s, s2);})(); </script> <?php });Regards,
Josue -
AuthorPosts
