Forum Replies Created
-
AuthorPosts
-
Hey!
Hmm, it doesn’t seem to be happening on my XAMPP setup. Go ahead and update Enfold to 3.1 and then deactivate all of your other plugins.
After you update navigate to Dashboard > Enfold > Shop Options and make sure the “Header Shopping Cart Icon” is set to the first option.
Regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
March 18, 2015 at 5:17 pm in reply to: How to remove the taxonomy "Post Formats" from Enfold #413784Hi pegasso4444!
Open up /enfold/config-templatebuilder/avia-shortcodes/blog.php and around lines 42 – 43 you should see this.
"subtype" => array( __('Display blog posts', 'avia_framework') =>'posts', __('Display entries from a custom taxonomy', 'avia_framework') =>'taxonomy')),Change it to this.
"subtype" => array( __('Display blog posts', 'avia_framework') =>'posts')),Cheers!
ElliottHi!
Hmm, it seems to be working fine on the Nexus 7. I don’t have an actual iPad to test on so I’ll flag this for the rest of our team to take a look.
Cheers!
ElliottHey afarahani!
In mobile view your elements are going to display as 100% width so it depends on the structure of your elements, which comes first in the document, etc etc.
By default the columns are floated left but you can use this CSS to float them right.
div .flex_column { float: right !important; }And then restructure your content (move them to the correct order) so they display correctly on mobiles. You may have to do some other CSS work such as margins etc etc.
div .av_one_third { margin-right: 6%; margin-left: 0px !important; } div .av_one_third.first { margin-right: 0px !important; }Cheers!
ElliottHi dlcintron!
1. Add this to your custom CSS.
@media only screen and (max-width: 959px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }2. Add this to your custom CSS.
.logo { top: 100px !important; }Cheers!
ElliottHi!
Did you clear your browser cache? Maybe you have a CSS typo somewhere. Send us a WordPress login.
Best regards,
ElliottHey!
Hmm, not sure if we will be able to help you out with this one but send us a WordPress login and we’ll take a look.
Also try deactivating all of your other plugins to see if they are causing conflicts. If you have done any customizations to the theme then let us know and be sure to update to the latest version 3.1.
Regards,
ElliottMarch 18, 2015 at 4:43 pm in reply to: Woocommerce One page checkout not working – can not add product to cart #413757Hi!
Not sure what it could be. You could try playing around with the filters around line 93 – 120, comment them out, etc. I don’t have a copy of the extension so I cannot test on my end.
And I just wanted to point out that we do not support third party plugins but we try and get as many working as possible.
Regards,
ElliottHi!
Then perhaps you could use a codeblock element and give it a fixed width with an auto margin.
Go ahead and take a screenshot and highlight exactly what your trying to do in your link so we can get a better idea.
Best regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hi!
Send us a link to your page when your done and we’ll give you some CSS to use to create the grey sections.
Cheers!
ElliottHi!
The short description should be displayed automatically in the single product view. Are you trying to get it to display in the product listings or perhaps in the cart dropdown?
Go ahead and send us a link to your page and take a screenshot highlighting what your trying to do so we can get a better idea.
Regards,
ElliottHey!
Try using a codeblock element instead. You can wrap your text with
<p></p>tags and they will automatically create some space. To create some more space you can do this%nbsp;for a single space or<br />for a line break.Cheers!
ElliottHey!
Try changing it to this.
return title + '<a href="//www.pinterest.com/pin/create/button/" data-pin-do="buttonBookmark" data-pin-color="red"><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_red_20.png" /></a><script type="text/javascript" async defer src="//assets.pinterest.com/js/pinit.js"></script>';Cheers!
ElliottMarch 17, 2015 at 10:03 pm in reply to: Avia Layout Builder not showing up as option when editing a new page #413260Hey thomasappell!
It looks like your using Enfold 2.7.1. Updating to the latest version, 3.1, should fix this.
See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Best regards,
ElliottMarch 17, 2015 at 10:01 pm in reply to: Gravity Forms experiences problems when Enfold Child Theme is activated. #413259Hey champlainconted!
I think the problem is in your child theme. Try activating just Enfold to see if that fixes the javascript error your getting.
Best regards,
ElliottHi saiyaex!
Updating to the latest version of Enfold, 3.1, should fix this.
See here for updating, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Cheers!
ElliottHi JennyIdentify!
1. If you use our image element you can select a custom thumbnail to use and also nest the image inside our columns to change their size. You can also use HTML to display an image in a codeblock element like so.
<img src = "#" style = "width: 100px; height: 100px;" />2. You could try using HTML in that field as seen above.
3. You would have to float the images left like so.
<img src = "#" style = "float: left; margin-right: 10px;" />Cheers!
ElliottHi aovivo!
It looks like you did some CSS changes to make your mobile menu display on bigger screens than normal.
Add this as well.
@media only screen and (max-width: 959px) { .cart_dropdown { right: 7.5% !important; } }And play around with the 959px until it looks good.
Best regards,
ElliottMarch 17, 2015 at 9:45 pm in reply to: Post Featured Image Not Displaying (3.1 Update) When Using Layout Builder #413251Hi Thomas!
Switch to the “Media Elements” tab in the layout builder and add an image element. Make sure it’s link setting is set to open up in lightbox if you want it to have the same style as the featured image.
Cheers!
ElliottMarch 17, 2015 at 9:42 pm in reply to: Additional search field and category widget appears on product page #413244Hey aovivo!
Navigate to Dashboard > Appearance > Widgets and there should be a widget area called “Single Product Pages” which you can use to change the widgets in that area.
Best regards,
ElliottHey xyzb!
It would take some customization. Feel free to request this here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest we may see some more options get added in the future.
Cheers!
ElliottHi Effektid!
Add this to your custom CSS.
nav.main_menu .avia-menu-text { text-shadow: 2px 2px 4px black; }Cheers!
ElliottHi suburbanite!
Add this to your custom CSS.
.avia-caption-title { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3); display: inline; padding: 40px; width: auto !important; }Cheers!
ElliottHi newtonlinchen!
I can’t think of a reason why it would not work. I would try contacting the plugin author first and ask them if they accept refunds if it turns out there is compatibility problems with Enfold.
Other than that try it out and let us know of the results.
Regards,
ElliottHey ggerber!
I didn’t do much extensive testing but it appeared to be working fine on my end. Can you send us a WordPress login and let us know exactly which part of the framework is not working when Akismet is activated?
Also be sure to deactivate all of your other plugins. It could be that one of those is causing a problem instead.
Regards,
ElliottHi ojasray!
It looks like it is because of cloudflare. Try deactivating all of your plugins and then reactivate them one by one to see which one is causing the problem.
If that does not help then send us a WordPress login and we’ll take a closer look.
Cheers!
ElliottHi Maik!
Change line 256 in /enfold/config-templatebuilder/avia-shortcodes/slideshow.php to this.
array('0.5'=>'0.5','1'=>'1','2'=>'2','3'=>'3','4'=>'4','5'=>'5','6'=>'6','7'=>'7','8'=>'8','9'=>'9','10'=>'10','15'=>'15','20'=>'20','30'=>'30','40'=>'40','60'=>'60','100'=>'100')),Best regards,
ElliottHey Christoph!
I added this to our bug list. We should see a fix in the next update or our devs will reply here when we get something worked out.
Best regards,
ElliottHey emilgandersson!
It says they use the open graph meta tags in their documentation, https://developer.linkedin.com/docs/share-on-linkedin.
Send us a link to your page and we’ll check to see if the tags are being set correctly. Make sure your post has a featured image set as well.
Cheers!
ElliottHi GIEKApl!
I’ll keep this open for people to reply in but if you decide to create one yourself then please consider letting us add it to Enfold.
Regards,
Elliott -
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
