Forum Replies Created
-
AuthorPosts
-
Hey Andy!
Exclude it with robots.txt, you can use this plugin for that: http://wordpress.org/plugins/wp-robots-txt/
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#top { overflow-x: visible !important; }
That will allow scroll on mobile.
Cheers!
JosueHey!
It is, but it won’t be as flexible as using icon fonts, what images do you want to use? where? please post a link to your website.
Best regards,
JosueHi!
If you set it to 0 it won’t, because there wasn’t any letter-spacing property before, but if you set it to something lower than 0 it makes a difference (-1):
Regards,
JosueHey!
Try adding this code to the Quick CSS:
table * { letter-spacing: -1px !important; }
Cheers!
JosueHi Susanne!
Try contacting your host provider and ask them to activate the ZipArchive class/feature on your server.
Regards,
JosueHey Martin!
Try doing a search and replace (wp_post table, post_content field), with a plugin like this one: http://wordpress.org/plugins/search-and-replace/
Cheers!
JosueHello!
Unfortunately that’s a WordPress limitation, we can’t help you with that. Try setting a huge number like 99999.
Cheers!
JosueHi,
Open header.php and look for line 152. after that container div put this:
<img src="_THE_IMG_URL" class="custom_logo">
Then, add this to the Quick CSS:
.custom_logo{ position: absolute; left: 70px; top: 5px; }
You may need to adjust the left value a bit.
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueThis reply has been marked as private.Hi!
What error message are you getting?
Remove those <!– –> HTML comments around the form.
Best regards,
JosueHey!
Try adding the noLightbox class to them.
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.sub-menu{ display: none !important; }
Cheers!
Josue-
This reply was modified 11 years, 5 months ago by
Josue.
February 4, 2014 at 2:45 am in reply to: How to exchange default picture rollover symbol with custom png picture? #219100Hey!
Go to Appearance > Editor and look for the style.css file, it should look like this:
Paste the code there.
Cheers!
JosueFebruary 3, 2014 at 7:25 pm in reply to: Gravity Forms Date Picker Popup Displays Incorrectly #218935You are welcome Ryan, glad we could help :)
Regards,
JosueHey!
We need to see it live in order to debug it, can you create a user who can access the site?
Best regards,
JosueHi!
You can always use the built-in WordPress media editor to resize/crop images.
Best regards,
JosueHey Fabian!
There is only one H1 on your page, the one that says:
Exklusive Ferienwohnungen in Garmisch-Partenkirchen von Privat mit Zugspitzblick
All the other ones are h2.
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi!
You can Import/Export Theme settings right from the Theme options panel, make sure you have the latest version of Enfold (2.4.5).
Cheers!
JosueHi!
Some unintentional break lines maybe.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.single_variation .price .amount:after { content: " (Per Person)"; } .variations_button:after { content: "some generic text"; display: block; clear: both; text-align: center; padding: 10px 0; }
Change some-generic-text by the text of your preference.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.current-page-ancestor a > .avia-menu-fx { visibility: visible; opacity: 1; } .current-page-ancestor a > .avia-menu-fx .avia-arrow-wrap { overflow: hidden; display: block; }
Cheers!
JosueHi Rohan,
Sorry to say this, but this is not a theme issue, unfortunately we can not help you with that much.
A hint: try changing the sender information to a Gmail account, just to test it out (i think it may have to do with the domain/sender name).
Cheers!
JosueHey John!
I don’t see the attached image, also a link to your shop would be helpful.
Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueFebruary 3, 2014 at 6:58 am in reply to: Gravity Forms Date Picker Popup Displays Incorrectly #218651Hi,
Open css/base.css and look for line 195-196:
#top textarea, #top select {
Replace it by this:
#top textarea {
In the same file, also remove 233-234:
#top select { width: 220px; }
Regards,
Josue -
This reply was modified 11 years, 5 months ago by
-
AuthorPosts