Forum Replies Created
-
AuthorPosts
-
Hi!
I’m unable to reproduce it on my end – http://screencast.com/t/WJMaBP0dXawW (form doesn’t send).
Best regards,
JosueOctober 1, 2015 at 2:11 am in reply to: constructor method for WP_Widget is deprecated since 4.3.0 #511907Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
Josueyes you should once you insert your purchase code into LS panel.
Best regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueOctober 1, 2015 at 1:56 am in reply to: Comments and related entries missing when post edited in advanced editor #511900At the moment, no. But it may be added in the future if more users request it.
Alternatively, you could use a Blog Posts element with this settings – http://screencast.com/t/79xZs2kq
Cheers!
JosueOctober 1, 2015 at 1:50 am in reply to: hide left sidebar – woo commerce single product page – demo restaurant #511899Hi!
Try going to Enfold > Sidebar Settings and set ‘no sidebar’ to everything – http://screencast.com/t/WoHCP9k7
Cheers!
JosueHi!
Try with this code:
add_filter('avf_exclude_taxonomies', function($excluded_taxonomies) { return array_merge( get_taxonomies( array( 'public' => false ) ), array('post_tag','post_format') ); });Cheers!
JosueHi Paul!
From what i could see the code is being included and should be working, maybe the issue is on the side of GA settings, make sure it is pointing to the same domain.
Alternatively, you could use a third-party plugin to do that:
https://wordpress.org/plugins/google-analytics-for-wordpress/Best regards,
JosueHey!
That’s intended, it is because you’re using ALB on that Posts, it basically turns them into an empty canvas so any pre-defined formatting is lost.
Best regards,
JosueHi!
That was to be expected as the desktop menu is not exactly suited for smaller devices, can you post a screenshot/mockup of what would you want to achieve in mobile?
Cheers!
JosueHey Michael!
On which browser (in Android) are you seeing these issues? please note that, at the moment we’re only supporting Chrome for Android.
Regards,
JosueOctober 1, 2015 at 1:15 am in reply to: Enfold Avia Editor Stuck in Endless Loop – Second Time Trying to Get Support #511889Well, another solution could be to move the h4 heading from the Text Block and having it as a Special Heading element, that’s what i’ve done now.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
As you’re using ALB on that Page, comments won’t appear automatically, you can drag a “Comments” element from Content Elements to render them out.
Regards,
JosueYou can’t select the first 8 in the same layer, you’d need to create 8 layers and select the 1st, 2nd, 3rd in each one respectively.
Best regards,
JosueSeptember 30, 2015 at 11:25 pm in reply to: When adding a new Special Heading content is deleted. #511867OK i just did that, check it.
September 30, 2015 at 10:39 pm in reply to: When adding a new Special Heading content is deleted. #511859Try:
page-id-26876 .iconlist_title { font-weight: 100; font-size: 14px; text-transform: none; color: red; }Best regards,
JosueHey!
The thing with masonry is that as it is a fullwidth element the width of the columns will vary depending on the window size, in the demo you posted you’d note that the iPhone image actually gets cropped.
Glad you’re using a Grid now, it is a way better element to handle the type of content you want to showcase.
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueYou could set a white background to the menu below:
div#header_main_alternate { background-color: white; }Hey!
Go to Enfold > Blog Layout > Blog Style and select “Grid Layout”.
Regards,
JosueHi!
Some Enfold elements are available via the Magic Wand tool – http://i.imgur.com/irxB3rx.png
Cheers!
JosueHey Joe!
Try adding this code to the Quick CSS:
a#scroll-top-link:before { content: ""; } a#scroll-top-link { background-image: url(_PNG_IMAGE_URL_HERE_); background-size: contain; }Cheers!
JosueChecked again on FF – http://screencast.com/t/4XWOmx6cSd
OK i see, in order to get translation working you need to set the language of the install to that language, yours is still in English (you can change it in Settings > General).
Cheers!
JosueHello!
It is possible but it would require some custom work, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueI’m pretty sure it won’t change anything, you’ll still get the error message, therefore the issue is not theme-related. Try reaching your provider support.
Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function ava_image_sizes() { add_image_size('masonry', 0, 0); add_image_size('magazine', 0, 0); add_image_size('widget', 0, 0); add_image_size('featured', 0, 0); add_image_size('featured_large', 0, 0); add_image_size('extra_large', 0, 0); add_image_size('portfolio_small', 0, 0); add_image_size('gallery', 0, 0); add_image_size('entry_with_sidebar', 0, 0); add_image_size('entry_without_sidebar', 0, 0); add_image_size('square', 0, 0); } add_action( 'after_setup_theme', 'ava_image_sizes', 11 );Cheers!
Josue -
AuthorPosts
