Forum Replies Created
-
AuthorPosts
-
Hi!
You’d need to look for a WP membership plugin:
http://codecanyon.net/category/wordpress/membershipCheers!
JosueYou are welcome Ivana, always glad to help :)
Regards,
JosueHey Marc!
Try adding this code to the Quick CSS:
.iconbox_content_container p[style='text-align: left;'] { padding-left: 20px; position: relative; } .iconbox_content_container p[style='text-align: left;'] .av_font_icon{ position: absolute; left: 0px; }Cheers!
JosueHi guys,
Try with this method instead, add the following at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery("a[data-rel='grid-1']").first().trigger("click") }); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueHey Joshua!
I believe you need to change that in Appearance > Menus.
Best regards,
JosueAugust 1, 2014 at 11:36 pm in reply to: Avia Code Block converting < and > into there html entity codes. #298987Hi!
Can you paste the code you tried to use?
Regards,
JosueHi!
It looks the same on my end (Chrome / Safari):

Can you post a screenshot of your view showcasing the differences?
Best regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHi!
I believe there is a typo in the code you are using, try with this one:
add_filter('avf_logo_final_output', 'avf_text_logo_final_output'); function avf_text_logo_final_output($logo) { $link = apply_filters('avf_logo_link', home_url('/')); $logotext = "THIS IS MY LOGO"; $subtext = "THIS IS THE SUBTEXT"; $subtext = "<span class='subtext'>$subtext</span>"; $logo = "<h1 class='logo bg-logo'><a href='".$link."'>".$logotext."$subtext</a></h1>"; return $logo; }Cheers!
JosueHey Karl!
Try adding this code to the Quick CSS:
#mobile-advanced .avia_mega_text_block { display: block; } #mobile-advanced .avia_mega_text_block img{ width: 100%; } #mobile-advanced .avia_mega_text_block a, #mobile-advanced .avia_mega_text_block p{ margin: 0; padding: 0; }Cheers!
JosueHi Alexandre!
Enfold uses this library: http://isotope.metafizzy.co/
A good way to get started would be to check the /config-templatebuilder/avia-shortcodes/masonry_entries.php function html, line 456.
Regards,
JosueAugust 1, 2014 at 11:16 pm in reply to: Can't set up portfolio – posts not appearing in grid. #298973Hello,
The link you posted is returning a 404 error page. Also, have you tried disabling all third-party plugins?
Regards,
JosueHi!
Could you please make the screenshot you posted public? right now is unaccessible.
Regards,
JosueHey Knut!
What exactly do you want to build? if you install WooCommerce you’ll get a register/login form on the checkout page.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.breadcrumb { display: none; }Cheers!
JosueHey!
That happens because the Theme settings are bound to the theme name. After activating the child theme go to Theme Options > Import/Export > Import Parent Theme Settings.
Cheers!
JosueHi,
Have you tried contacting the plugin author? we’re not familiar with that plugin and is out of our scope to support third-party plugins not included in the theme package.
Regards,
JosueHi Guilherme!
Try putting it inside a 1/1 Column element.
Regards,
JosueHey Corey!
Have you checked this option to make the table scrollable on mobiles?

Best regards,
JosueHi Jonn!
Have you tried HelloBar?
https://www.hellobar.com/Or this one:
https://wordpress.org/plugins/attention-grabber-hello-bar-alternative/Best regards,
JosueHi Annie!
Make sure you are using the latest version of WordPress (3.9.1) and disable all third-party plugins before updating.
Best regards,
JosueHey!
That would be nice indeed, please request it here, if more people like it it will become a reality :)
Best regards,
JosueHey Chuck!
There is no way to remove the titles without actually remove them. However, i guess you want to keep them for SEO reasons, if that’s the case the following code would be enough as web crawlers don’t run javascript:
function add_custom_script() { ?> <script> jQuery(window).load(function(){ jQuery("img").removeAttr('title'); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
Josue-
This reply was modified 11 years, 8 months ago by
Josue.
Hey K.R.!
Can you post a link to your website?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
body{ font-size: 12px !important; }Cheers!
JosueAugust 1, 2014 at 9:55 pm in reply to: custom css with child theme. Settings still changes after update. #298943Hey David!
Check your site now.
Cheers!
JosueHey!
I’m definitely not reproducing that issue on my end (Chrome, OS X 10.9) – http://screencast.com/t/OP6UbojfP
– Check if it happens with the user you created for me.
– Make sure you don’t have any extensions / addons activated on the browser.
– Purge your browser cache / cookies.Please also note that this question has already gone outside of our support scope, i recommended the plugin because i know it works fine with Enfold.
Regards,
JosueAugust 1, 2014 at 8:19 pm in reply to: Layer slider appearing differently in preview and live site #298913Yep, around 300px or so, i know its not ideal but it does the job. Please also note that we are not the developers of LayerSlider :)
Best regards,
JosueAugust 1, 2014 at 8:18 pm in reply to: Turn 4 column masonry full-width into 3 column full-width #298912Hey!
As far as i know there isn’t a way to tell a fullwidth masonry to have a maximum number of columns. In my opinion it would be better and more convenient to use a Product Grid element instead.
Regards,
Josue -
This reply was modified 11 years, 8 months ago by
-
AuthorPosts
