Forum Replies Created
-
AuthorPosts
-
October 5, 2015 at 4:44 pm in reply to: Variable products woocommerce not showing on store page #513920
Hi frankbarthen!
Try deactivating all of your plugins except the base Woocommerce plugin. Also try switching to the default theme to see if it displays there.
See here, https://wordpress.org/support/topic/products-showing-on-the-product-pages-but-not-on-the-shop-page.
Make sure the product has stock available and a price set.
Also try creating a new product and configure it’s settings and keep checking the shop page to figure out which setting is causing the issue.
Regards,
ElliottHi richardelectrix!
Try this out, http://kriesi.at/documentation/enfold/enable-cors/.
Cheers!
ElliottOctober 5, 2015 at 4:35 pm in reply to: Remove "sort by" and "display" option for WooCommerce #513910Hi poppenhaeger!
Add this to your custom CSS.
.product-sorting { display: none !important; }
Regards,
ElliottHey c3computers!
We are talking about your first color section correct? Drag a codeblock element to the page and add this inside.
<style type = "text/css"> #av_section_1 main { display: block !important; } </style>
Regards,
ElliottHi richardelectrix!
They display like an accordion because on mobiles there is usually a small screen so all of the tabs cannot fit on the same line. Because of this we change the styling so they display on top of each other.
Regards,
ElliottHi richardelectrix!
Add this to your custom CSS.
p.lost_password { position: relative; bottom: 30px; left: 130px; }
Best regards,
ElliottHi Anton!
There can only be one 404 error template, https://developer.wordpress.org/files/2014/10/template-hierarchy.png.
You can edit that to change it however you want. All of the texts are already wrapped in gettext calls so you should be able to translate them.
Regards,
ElliottHi David57!
It depends on the size of the screen but it should move to two columns automatically and if the screen is really small then on down to one column. Not sure if we will be able to help you out here but send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Regards,
ElliottHey David57!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Regards,
ElliottHey maggiech!
Do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, and then create a test page and drag over the social links element to your content and copy the code in the debug view. You can then paste this into a text widget in your sidebar.
Cheers!
ElliottHi David57!
We can try to reduce the font size and move it more to the left on smaller screens. Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Cheers!
ElliottHi David57!
Send us a link to your page and let us know exactly which text your wanting to move. You can set your reply as private if you wish.
Cheers!
ElliottHi David57!
I think the best element to recreate that look would be the content slider. In each slide you can add some column shortcodes and images. You can use the magic wand icon in the default editor to get the codes.
Best regards,
ElliottHi IrinaDvinina!
It’s possible but would take a lot of time and code to implement so it would have to be considered custom work for now. It would be best to hire a freelancer to help you out or consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we may see something get added in a future update.
Regards,
ElliottOctober 4, 2015 at 4:13 pm in reply to: Lunar Pro – WordPress photography- Thumbnail display problem #513344Hi Eugene!
Your site is not loading for me. Is there a typo?
Regards,
ElliottHey Gal726!
I’m not sure I understand. Can you take a screenshot and highlight what is going on? Be sure to deactivate all plugins while testing and make sure your using the latest version of Enfold, 3.3.2.
Best regards,
ElliottOctober 4, 2015 at 4:07 pm in reply to: Church theme – footer (4 column) changed = no sidebar for about sections #513341Hi Paul!
In Dashboard > Enfold > Sidebar Settings make sure the page navigation is checked. If it’s still not displaying then send us a link to your page and a WordPress login and we’ll take a look.
Be sure to deactivate all plugins while testing.
Regards,
Elliott-
This reply was modified 9 years, 10 months ago by
Elliott.
Hi Tony!
I haven’t had any issues with it. What is happening when you try to activate it? What happens when you try to activate it when the default theme is activated? Try turning on WordPress debugging, https://codex.wordpress.org/Debugging_in_WordPress.
Regards,
ElliottHi entspannt!
In your first widget area you have a couple of typos and an extra ending div tag.
</div>
Which is breaking the layout.
Cheers!
ElliottHey sarasayami!
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Cheers!
ElliottHi talkRAYdio!
Currently we only sell on themeforest. You can subscribe to our blog to be notified if we ever decide to sell elsewhere in the future but it is unlikely that will happen I think.
Best regards,
ElliottHi Kristīne!
Your using Enfold 3.0.5. Go ahead and update to the latest version, 3.3.2, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Best regards,
ElliottHi jmdarter!
Yes, that’s how it works by default. You can set a custom excerpt if using the layout builder. Click on “Screen Options” in the top right hand of your screen when editing the post and check the excerpt field to display. You can then write a custom excerpt.
Cheers!
ElliottHi David57!
You can surround it with this to only target mobiles.
@media screen and (max-width: 767px) { }
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Regards,
ElliottOctober 3, 2015 at 8:48 pm in reply to: making a video half the size of full when adding video media in text block #513203Hey Nathan!
Not really sure I understand. Have you considered using our video shortcode?
Send us a link to your page so we can get a better idea of what’s going on. You can set your reply as private if you wish.
Regards,
ElliottHi ricscohan!
Your setting the sidebar on your page and it is not displaying correctly? Make sure your using the latest version of Enfold, 3.3.2, and deactivate all plugins while testing. If your still having trouble then send us a link to the page and a WordPress login and we’ll take a look.
Best regards,
ElliottHey elliotstiller!
Add this to your custom CSS.
textarea { height: 40px !important; }
It’s possible to remove the submit button and submit the form on enter but that would have to be considered custom work. Make sure to check if the textarea is not active before checking if enter is pressed otherwise you will get a lot of unfinished emails and annoy your users.
Regards,
ElliottHey tdproperty!
You’ll want to use some larger images. They are too small to fit inside the columns you have set. We can force them via CSS but they would look distorted and blurry.
Cheers!
ElliottHey Khalid!
Your getting a javascript error. Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Best regards,
ElliottHi justintpea!
The reviews section ID you have set to “reservations” so now you have two sections named “reservations”. Set it to “reviews” and it should work.
Regards,
Elliott -
This reply was modified 9 years, 10 months ago by
-
AuthorPosts