Forum Replies Created
-
AuthorPosts
-
Hey heufti65!
Do you have the “Store notice” option checked in Dashboard > WooCommerce > Settings > General?
Regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
March 5, 2015 at 7:18 pm in reply to: Can’t seem to get my images indexed by search engines? #406615Hi!
Yes Google should not have any problems seeing them. Here is an example of our portfolio demo page, https://www.google.com/search?q=kriesi+replete&espv=2&biw=1920&bih=965&source=lnms&tbm=isch&sa=X&ei=0o74VMWiM42qyQTuo4G4DA&ved=0CAgQ_AUoAw#tbm=isch&q=http:%2F%2Fkriesi.at%2Fthemes%2Fenfold%2Fportfolio%2Fmasonry-portfolio%2F&imgdii=_.
I’m not an expert on this so I can’t think of any other advice to give you. I would try posting in the Google webmaster forums about this. They will be able to give you some good tips.
Best regards,
ElliottHey!
I’m not sure. I tried logging in to your server via FTP but I keep getting this.
Error: Connection timed out after 20 seconds of inactivity Error: Failed to retrieve directory listingTry deactivating all of your plugins and then upload another image to see what happens.
Cheers!
ElliottMarch 5, 2015 at 6:58 pm in reply to: Modify Cart buttons 'Apply Coupon' , 'Update Cart' and 'Proceed to Checkout' #406601Hi bowmandesign!
Add this to your custom CSS.
.cart .actions .button { background: gray !important; } .cart_totals { width: 100% !important; } .cart_totals table { width: 50% !important; } .wc-proceed-to-checkout { float: right; }Regards,
ElliottHi!
Let’s try the following.
1. Create a backup.
2. Deactivate all plugins.
3. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy.
4. Reinstall WooCommerce.
If none of the above fix it then send us a WordPress login and we’ll take a closer look.
Best regards,
ElliottHi!
Also, if your using Gravity forms there is a small bug in the latest version. Try this out as a workaround, https://kriesi.at/support/topic/a-conflict-with-gravity-forms/#post-405917.
Regards,
ElliottHi!
You can do this, http://kriesi.at/documentation/enfold/add-onclick-event-to-the-contact-form-submit-button/, to add some extra javascript to our contact form submit button.
Paste the code your supposed to use here and we’ll take a look.
Regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hi jbergmeier!
Try switching to the default theme and check in iOS. That will let you know if it’s a theme issue or not.
The only iOS device I have is an iPod and the calendar was loading on it but it took about 30 seconds for it to download and load properly.
Cheers!
ElliottHey!
Sorry, there is a current bug with the google maps widget, https://kriesi.at/support/topic/enfold-3-0-8-google-maps-widget/#post-391704. You can use a text widget with our google maps shortcode inside as a workaround until we get it fixed.
Cheers!
ElliottHi!
You would have to create a custom script for this functionality. It’s bordering on custom work but I found some pages that will help you.
See here for how to grab a URL variable, http://stackoverflow.com/questions/19491336/get-url-parameter-jquery.
And here for how to change the select, http://stackoverflow.com/questions/1280499/jquery-set-select-index.
Best regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hi eriatarka!
It looked the same to me on all browsers. It doesn’t look like the actual font is loading though. It looks like you have a typo in the domain name (forgot the .de extension). Double check that there are no typos in your CSS and that the domain name is correct.
Also try doing this if you do not see any typos, http://kriesi.at/documentation/enfold/enable-cors/.
Regards,
ElliottHey!
You can use this CSS to add some space between the calendar and date selections.
#top .b_searchDatesInner *, #top .b_searchCheckOutDate * { margin-right: 10px !important; position: relative !important; }If that’s not what your trying to do then go ahead and highlight in your screenshot exactly what your trying to do so we can get a better idea.
Regards,
ElliottHi!
It looks like the textarea is causing the problem. It has something to do with our ALB scripting but I couldn’t figure it out. I’ll flag this for the rest of our team to take a look but in the meantime I would consider just using the default editor for that page.
Cheers!
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hi!
I tried logging in but it keeps redirecting me to an error page. It’s in another language so I could not figure out what it meant.
Are you sure your products have prices set and are in stock? It’s most likely some kind of setting your using in the WooCommerce options so I would try contacting WooCommerce support. They created the plugin so they will know exactly what your doing wrong.
Also be sure to deactivate all other plugins / WooCommerce extensions your using while testing.
Cheers!
ElliottHi ybema!
I checked in Windows 7 IE 11 emulation tools for IE8 but it seems to look ok. Have you checked in an actual IE browser? Is compatibility view turned off and zoom set to 100%?

Best regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hey!
Your talking about the “Celebrate” text in the slider correct? Try adding this to your custom CSS.
@media only screen and (min-width: 768px) and (max-width: 959px) { .avia-caption-title { font-size: 100px !important; } }}Cheers!
ElliottHi Jariel (Jay)!
I’m on Windows 7 with IE11 but it’s doing the same thing in all browsers for me. Can you send us a WordPress login so we can take a closer look at your settings?
You are getting a couple of console errors in IE though. Make sure to use just HTTP for the youtube URLs instead of HTTPS.
Regards,
ElliottHey!
Not really sure what we could do here. If you change the width of the iframe then it’s going to either have a horizontal scroll bar or the contents will stack on top of each other.
If you remove the meta tag then you can “zoom out” on the ipad which will make it so you can view all of the iframe but then the text will be very small from zooming out.
You could “scale” the iframe with the following CSS.
#advanced_iframe_31 { transform: scale(0.5) !important; }Or use 1.5 if you want to increase it’s “zoom level”.
#advanced_iframe_31 { transform: scale(1.5) !important; }But that is the same problem as with the meta tag. The content will be smaller and harder to read.
Cheers!
ElliottHi!
I see. Was it because you set the posts status to “hidden” with the plugin?
Cheers!
ElliottHi dsmcpherson!
Try this instead.
.main_content h1, .main-content h1, .alternate_content h1, .alternate-content h1 { font-size: 34px !important; line-height: 1.1em !important; margin-bottom: 14px !important; }Or you could use our special heading element and change the size in the shortcode options.
Best regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
March 4, 2015 at 10:26 pm in reply to: Problem appearance with Woocommerce with elfond theme #406098Hey hannieskinny!
Those features are added when you use the WooCommerce plugin, http://www.woothemes.com/woocommerce/.
It looks like your currently using the WP eCommerce plugin which is different.
Cheers!
ElliottHi ayesroc!
Add this to your custom CSS.
.title_container { background: red !important; }Regards,
ElliottHey mterrian!
Hmm, it’s being responsive on my end. Can you take a screenshot of what your seeing?
Try clearing your browser cache and any caching related plugins you might have installed.
Cheers!
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hi qamarqrsh!
Drag a codeblock element to the page and add this inside.
<style type = "text/css"> .main_color .pricing-table li.avia-pricing-row, .main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-pricing-row .pricing-extra { background-color: blue !important; border-color: blue !important; } </style>Best regards,
ElliottHey hsipkin!
You’ll want to use /%postname%/ or in the permalink settings menu just click the “postname” setting and save. Pay special attention to any messages that WordPress gives you such as .htaccess file not being writable, etc etc.
Best regards,
ElliottMarch 4, 2015 at 10:10 pm in reply to: Procedure for adding custom post type and enabling it for use #406082Hi Tameez!
Thanks for sharing.
Regards,
ElliottHey brianwelsh!
Add this to your custom CSS.
aside a[href^="mailto"] { text-decoration: underline !important; } aside .avia-button { color: white !important; }Cheers!
ElliottHey druzes!
There are no options for this but if you send us a link to your page and let us know which menu item you want to split it at then we can give you some CSS to use.
Best regards,
ElliottHi vollern!
Just add an “.html_header_left” in front of your CSS. So something like this would work.
.html_header_left .main_menu .avia-menu-text { color: red; }Cheers!
Elliott -
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
