Forum Replies Created
-
AuthorPosts
-
March 4, 2015 at 10:00 pm in reply to: Added Revolution slider to a page, and sidebar had disappeared and won't return #406074
Hi migatica!
It’s because you had all of your content above the fullwidth slider. When that happens the sidebar is going to display beneath the last “fullwidth section” your using. For an easy fix you could try placing the full width slider inside a 1/1 column.
Cheers!
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
March 4, 2015 at 9:53 pm in reply to: invitation for subscribing newsletter when sites opens? #406069Hi Olgapullens!
Currently our contact form’s only function is for sending emails. I think we are looking into adding mailchimp integration though.
If your wanting a newsletter then there are a couple of plugins out there you can try out, https://wordpress.org/plugins/search.php?q=newsletter.
Cheers!
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
March 4, 2015 at 9:50 pm in reply to: How do I change the height the header shrinks to, when I scroll? #406067Hey champlainconted!
It’s set to half of the header size and there is no option to change it. If you wanted to change it then you would need to edit the avia_header_size function around line 1445 in the /enfold/js/avia.js file.
Cheers!
ElliottMarch 4, 2015 at 9:47 pm in reply to: Easyslider not displaying content on mobile devices – Enfold 3.0.8 #406065Hey fluencylegal!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Be sure to deactivate all plugins while testing.
Cheers!
ElliottHi aliquill!
Have you contacted the plugin authors? It’s most likely a javascript error.
Go ahead and update Enfold to the latest version, 3.0.8, and then deactivate all other plugins while testing.
If your still having trouble then send us a WordPress login and we’ll take a look but there is no guarantees that we will be able to fix the plugin problem.
Regards,
ElliottHi hsipkin!
Add this to your custom CSS.
.scroll-down-link { color: red !important; }Cheers!
ElliottHey maastrichtuniversity!
That would take a lot of time and code so it would have to be considered custom work for now. You could consider using the “Upcoming Events” shortcode instead which is designed for this.
Regards,
ElliottHi halasyt!
In the button options there is a setting called “Open link in new window?” which you can set to have it open in a new window.
If your in the default editor and playing around with the shortcodes then it would look like this.
[av_button link_target='_blank']Regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hey Jonas!
Send us a link and we’ll take a look. You can set your reply as private if you wish.
Cheers!
ElliottHi steffenhn!
I’m not sure what the best way to tackle that would be. We can force their sizes with CSS but then it may look a bit distorted. If you’d like to try that then send us a link and we’ll take a look.
Cheers!
ElliottMarch 4, 2015 at 9:29 pm in reply to: Blog categories display the full post, instead of single autor small preview img #406048Hi emilcobussen!
Navigate to Dashboard > Enfold > Blog Layout and set the blog style to single author small preview. The archives should take on the same style.
Cheers!
ElliottHey HeavenlyPure!
I haven’t done that before but the best advise I can give is to create a backup first.
I do not foresee any problems but if you have some trouble then let us know and we’ll take a look.
Regards,
ElliottHey JBkvns!
This is the HTML for that.
<div class="added_to_cart_notification" style="opacity: 0; top: 69px;"><span class="avia-arrow"></span><div class="added-product-text"><strong>"Zoku Suit"</strong> was added to the cart</div> <img alt="" title="" src="#" class="added-product-image"></div>So you could try some CSS like so.
.added_to_cart_notification * { color: red !important; } .added_to_cart_notification { background: black !important; }Best regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
March 4, 2015 at 9:20 pm in reply to: Grid row does not show proberly on scaled-down window or small device #406042Hi Enffie!
Remove the width CSS you have set on the paragraph.
<p style="font-size: 15pt; font-family: calibri; line-height: 1.2; width: 620px; text-align: justify;">Or at least change it to max-width.
Best regards,
ElliottHi!
Hmm, try adding this to your custom CSS to see what happens.
#av_section_1 { min-height: 100vh !important; }Cheers!
ElliottHey!
That doesn’t sound like a theme problem. It happens in the default theme as well correct?
I found this which may help, https://wordpress.org/support/topic/jetpack-register-http-request-failed. Try contacting your hosting provider and let them know about this error your getting with the plugin.
Best regards,
ElliottMarch 4, 2015 at 7:41 pm in reply to: Responsive Lightbox not working with Advanced Layout Builder #406010Hey!
Hmm, doesn’t look like the script has that option, http://dimsemenov.com/plugins/magnific-popup/documentation.html#gallery.
You might need to hire a freelancer to help you out with that customization.
Best regards,
ElliottHey Blaise!
Try opening up /enfold/config-templatebuilder/avia-shortcodes/magazine.php and find line 549.
$markupTime = avia_markup_helper(array('context' => 'entry_time','echo'=>false, 'id'=>$entry->ID, 'custom_markup'=>$this->atts['custom_markup']));And change it to this.
if ( get_post_type() === TribeEvents::POSTTYPE ) { $markupTime = tribe_get_start_date(); } else { $markupTime = avia_markup_helper(array('context' => 'entry_time','echo'=>false, 'id'=>$entry->ID, 'custom_markup'=>$this->atts['custom_markup'])); }Best regards,
ElliottHi!
I don’t see it on the slider for your homepage. Is there a certain page it’s happening on?
Try clearing your browser cache and make sure Firefox is updated. Also be sure to disable any browser plugins or extensions you might have installed to see if they are causing the problem.
Best regards,
ElliottHi!
Oops, sorry about that. Try switching to the default editor and use this.
[av_one_third first]1st[/av_one_third] [av_two_third] [av_one_half first] 2nd - 1st [/av_one_half] [av_one_half] 2nd - 2nd [/av_one_half] [/av_two_third]Or if you want to keep using the advanced layout editor then try a grid row element and set the columns to 1/3 + 2/3. You should be able to add columns inside the grid row cells.
Best regards,
ElliottHi!
Hmm, it’s cropping from the top on my XAMPP setup so I’m not sure what else to tell you here. Send us a WordPress and FTP login and we’ll take a look.
Cheers!
ElliottHi!
Send us a link and take a screenshot highlighting exactly what your trying to do so we can get a better idea.
Regards,
ElliottMarch 4, 2015 at 6:56 pm in reply to: Modify Meta widget and add this widget in secondary menu #405976Hi Dominique!
Add this to your custom CSS.
.widget_meta > ul > li:nth-child(1), .widget_meta > ul > li:nth-child(2) { display: block; } .widget_meta > ul > li { display: none; }Best regards,
ElliottHi!
Try doing this, https://kriesi.at/support/topic/a-conflict-with-gravity-forms/#post-405917.
Regards,
ElliottHi!
Well it’s working fine when all plugins are deactivated so let’s try and figure out which plugin is causing the problem first. Deactivate them all and then reactivate them one by one to pinpoint the exact plugin.
When we figure that out we might be able to offer some alternatives.
Regards,
ElliottHey!
Hmm, what you could do is disable the sidebar navigation and create a new menu with the custom menu widget to use in the sidebar. That way you can place it further down and add other widgets on top of it.
Another option would be to use a color section and add some columns in and then use our custom widget area element on the right hand side so it looks like it’s displaying above the sidebar.
Best regards,
ElliottHey!
It sounds like your wanting to use the “Perfect Grid” setting in the Masonry Gallery options for “Size Settings”. That will give them the same size so they display side by side.
Regards,
ElliottHey!
Try this out, https://kriesi.at/support/topic/a-conflict-with-gravity-forms/#post-405917.
Go ahead and post in that topic if you have any other gravity forms problems.
Regards,
ElliottHey!
It looks like your having the same problem as here, https://kriesi.at/support/topic/a-conflict-with-gravity-forms/#post-405917. Go ahead and try that fix out and then reply in that thread if your seeing any other problems with gravity forms.
Best regards,
ElliottHey!
@9Fcode, Thanks.I added this to our bug list so it should be fixed in the next update but in the meantime try opening up /enfold/config-gravityforms/config.php and change lines 21 – 25 from this.
add_filter('gform_display_add_form_button', 'avia_add_gf_button_to_editor', 10, 1); function avia_add_gf_button_to_editor($is_post_edit_page) { return true; }To this.
add_action( 'current_screen', 'avia_add_gf_button_to_editor' ); function avia_add_gf_button_to_editor( $screen ) { if ( $screen->base == 'post' ) { add_filter( 'gform_display_add_form_button', function(){ return true; }, 10, 1 ); } }That should fix the errors on the other admin screens but keep the gravity forms add new form button on your pages, posts, etc. Is there any other problems that anyone is experiencing?
Cheers!
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
-
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
