Forum Replies Created
-
AuthorPosts
-
Hi!
Your getting a javascript error. Try deactivating all plugins and then clear your browser cache to see if that fixes it.
If not then send us a WordPress login and we’ll take a closer look.
Regards,
ElliottFebruary 13, 2015 at 9:38 pm in reply to: Das Paket konnte nicht installiert werden. Dem Theme fehlt das style.css Stylesh #396018Hey oeconomedicus!
Try logging into your server via FTP and then completely delete all copies of Enfold that you see. Next download a fresh copy of Enfold from themeforest and follow these instructions, http://kriesi.at/documentation/enfold/portfolio-item/install-enfold-theme-with-ftp/, for installing it via FTP.
Or if you know all copies are gone from your WordPress theme directory, /wp-content/themes/, then you can try downloading a fresh copy from themeforest and then upload it in Dashboard > Appearance > Themes > Add New.
Cheers!
ElliottHey Mariusz!
Your talking about the WordPress registration page? That doesn’t have anything to do with the theme. You’ll want to ask this on the WordPress support forums, https://wordpress.org/support/.
Cheers!
ElliottFebruary 13, 2015 at 9:34 pm in reply to: Display of Woocommerce product short description in the Product Grid #396015Hi darkroomillusions!
Try adding this to the bottom of your functions.php file.
add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_single_excerpt', 5);Best regards,
ElliottFebruary 13, 2015 at 9:20 pm in reply to: Blog Grid Layout with Pagination – Sidebar widget not displaying correctly #396010Hey senso!
That shortcode was not meant to be used with pagination like that. I don’t really see an easy fix for this. If you remove the category sorting and use all posts then it should still display on all pages though.
Cheers!
ElliottFebruary 13, 2015 at 8:00 pm in reply to: Username is shown in a blog post next to my author display name #395987Hey!
1. Try adding this to your custom CSS.
.author .blog-categories.minor-meta, .author .post-meta-infos > span.text-sep:nth-child(2) { display: none; }If that’s not working then send us a link to the exact page and take a screenshot highlighting what your trying to do.
2. The easiest way would be to use a plugin, https://wordpress.org/plugins/wp-maintenance-mode/.
Regards,
ElliottFebruary 13, 2015 at 7:54 pm in reply to: Add Woocomerce Product (with add to cart) to Portfolio item, page or post #395983Hi cptnem0!
Woocommerce has some shortcodes for that, http://docs.woothemes.com/document/woocommerce-shortcodes/.
[product id="99"] [product sku="FOO"]Best regards,
ElliottFebruary 13, 2015 at 7:51 pm in reply to: Widget areas not showing up in correct location after site move #395982Hey!
Yes if you activate a child theme and you had some custom widget areas or you activated / deactivated certain plugins such as Woocommerce or bbPress then the widget positions may be in the wrong areas.
I’ll run this by Kriesi to see if we can switch these widget areas to use IDs instead.
@pharefm, Send us a WordPress login if your still having trouble and we’ll take a look. Be sure to set your reply as private.Cheers!
ElliottHey jaimemerz!
Try deactivating all of your plugins and then update Enfold to the latest version, 3.0.8.
After doing the above two steps check to see if it does the same. Also check to see if it happens when using a different slider.
Best regards,
ElliottFebruary 13, 2015 at 7:21 pm in reply to: Contact form 'Autoresponder text' spacing is too large #395968Hi!
Alrighty, I would like to take a look also. Can you send us a link to your contact page? You can set your reply as private if you wish.
Cheers!
ElliottHi!
We could force it’s height with CSS but then it would look distorted. If it was me I think I would hide the image with CSS on small screens or use the column shortcodes and place the image on the left of the text so on small screens it would display like this.
PROFESSIONAL REPAIRS
image
textRegards,
ElliottHi Sean!
No I don’t think there would be. On mobiles you cannot hover so the only way to interact with a link is to click it. If you have the parent links clickable then of course you would not be able to view the sub menus.
What you’ll want to do is navigate to Dashboard > Enfold > Header > Mobile Menu and make sure the “Hide mobile menu sub menus” is not checked.
Cheers!
ElliottFebruary 13, 2015 at 6:53 pm in reply to: Live search not displaying pages with apostrophes in the name #395955Hi Sean!
I just tested this on my XAMPP setup but it appears to be working fine.
I noticed that if you try doing a search on your site by just using query parameters or with the default search widget then it does not return any results either.
Check in the default WordPress theme to see if it happens there and be sure to deactivate all plugins while testing.
Also, this is unrelated but be sure to update Enfold to the latest version, 3.0.8, your currently using 3.0.4.
Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
February 13, 2015 at 6:45 pm in reply to: Still issues with Custom Taxonomies and Blog Entries Shortcode Element #395949Hey Michael!
Send us a WordPress login and we’ll take a look. Be sure to set your reply as private.
Regards,
ElliottHey!
I see what you mean. I’m not sure if there is going to be an easy fix for that though. You see in small screens we set the columns to 100% width because there just isn’t enough space but that means the first columns gets displayed on top and the second column beneath it, etc etc. There just isn’t a really good way to switch the order of the columns like that.
You could do it in javascript but it’s going to be messy and I’m not sure if it will work correctly. If it was me I would just place the testimonial in the second column instead of the first or maybe even in the footer or sidebar.
Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey!
I suppose you could try adding a minimum height to that specific row. Send us a link to your page and take a screenshot highlighting the area your trying to customize and we’ll take a look. You can set your reply as private if you wish.
Best regards,
ElliottHey newtonlinchen!
We can help you out with A but B + C is going to be more difficult so you’ll want to hire a freelancer to help you out with that.
Send us a link to your page so we can see what type of layout your using and we’ll give you instructions on removing the links.
Cheers!
ElliottHey!
Add this to your custom CSS.
.av-upcoming-event-data h4 { font-size: 14px !important; position: relative !important; top: 23px !important; } /* This is the title */ .av-upcoming-event-schedule { font-size: 20px !important; position: relative !important; top: -20px !important; } /* This is the date */ .av-upcoming-events { background: none repeat scroll 0 0 #e1e1e1; padding: 10px; } /* This is the grey background */Regards,
ElliottFebruary 13, 2015 at 6:18 pm in reply to: Unterseite im Menu im Tablet breite Ansicht nicht anklickbar #395931Hi!
Remove that CSS and use this instead.
#wrap_all { position: relative !important; }As for the regular sub menus, which browser is that? Have you tried downloading Google Chrome for Android?
Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi!
I’m also seeing the 500 error. I see a couple of 404 not found errors on some of your images also. Are you sure deactivating all plugins and clearing your browser cache does not fix it?
I would try contacting your hosting provider about this to see what they say.
Regards,
ElliottHi!
To target only the buttons in the slider you can add .ls-container in front of your code like so.
.ls-container .avia-button.avia-size-x-large { max-width: 200px !important; }Regards,
ElliottHi!
You probably do not need these lines.
<script src=”https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js” type=”text/javascript”></script> <script src=”https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/jquery-ui.min.js” type=”text/javascript”></script>I’m not sure what the effect will be from adding this part to all pages.
<script>// <![CDATA[ jQuery(function() { jQuery( “#accordion1, #accordion2, #accordion3, #accordion4, #accordion5, #accordion6,, #accordion7, #accordion8, #accordionMinor1, #accordionMinor2, #accordionMinor2plus” ).accordion({ active: false, collapsible: true, autoHeight: false, navigation: true }); }); // ]]></script>But if you want to try then you can add this to the bottom of your functions.php file.
add_action( 'wp_footer', 'enfold_customization_footer_scripts' ); function enfold_customization_footer_scripts() { ?> <script>// <![CDATA[ $(function() { $( “#accordion1, #accordion2, #accordion3, #accordion4, #accordion5, #accordion6,, #accordion7, #accordion8, #accordionMinor1, #accordionMinor2, #accordionMinor2plus” ).accordion({ active: false, collapsible: true, autoHeight: false, navigation: true }); }); // ]]></script> <?php }It might be best to just add the script manually to the pages where you need it.
Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
February 13, 2015 at 5:27 pm in reply to: Safari bug on avia slideshow and Color Section z-index #395890Hi Steven!
I don’t have a mac to test on but if your wanting to take a look on your own I am guessing it has something to do with lines 671 – 726 in /enfold/js/avia.js.
Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi!
I’m not sure if we will be able to help you here but can you send us a link to your page? I checked the site in your screenshot but you were not using Enfold there.
Cheers!
ElliottFebruary 13, 2015 at 5:16 pm in reply to: intermittent problem with parallax color section since last Enfold update #395874Hey!
Checked on my end again but it still looks fine. Windows 8, latest Chrome.
Best regards,
ElliottHi!
I see it on my end. No clue why it’s doing that though. Everything looks identical in your source code. Try deleting the font file and download another copy but name it something else besides “fontello”.
Go ahead and send us a WordPress login.
Regards,
ElliottHey Michael!
Try deleting the element and recreate it. Send us a WordPress login and deactivate all plugins if your still having problems.
Cheers!
ElliottHey Jan!
You would have to do a lot of editing to make our contact form work with mailchimp. I believe this is in our feature request though which has quite a few votes so far, https://kriesi.at/support/enfold-feature-requests/, so we will probably see support get added in a future update.
Regards,
ElliottHey Fauer!
I placed it inside a 1/1 column and it should be working fine now.
Cheers!
Elliott -
This reply was modified 10 years, 11 months ago by
-
AuthorPosts
