Forum Replies Created
-
AuthorPosts
-
Hi,
Yes it says that it will not show above 480pxBest regards,
Mike-
This reply was modified 8 years, 3 months ago by
Mike.
Hi,
That URL says:Niets Gevonden
Sorry, de post waarnaar u opzoek bent is niet beschikbaar. Misschien wilt u gebruik maken van de zoekfunctie?Best regards,
MikeHey k593,
Try this code in the General Styling > Quick CSS field:@media only screen and (min-width: 769px) { #mobileonly { display: none!important; } }
I take that “mobile” is phone & tablet, thus the “min-width: 769px” You almost had it, your ID was spell mobileonly.
Best regards,
MikeHi,
Yes, this issue happens when we have a very short page, or little content.
Try this code in the General Styling > Quick CSS field:.page-id-1041 #footer {margin-top: 250px!important; }
It targets only that page, and you can change the height to suit.
The other option is to add more content or an image and the end of the page :)Best regards,
MikeHey vadikcoma,
This code adds the shadow, but it’s hard to see with some dark images:.av-special-heading-h1 {text-shadow: 2px 2px #000!important; }
This code adds a background to the text:
.av-special-heading-h1 {background: rgba(0, 0, 0, 0.5)!important; }
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Thank you for sharing your solution, I couldn’t find any other solution. Shall we will close this now? Thank you for using Enfold.Best regards,
MikeHi,
Once you use the advanced editor, you will not be able to edit the same area with the regular editor.Best regards,
MikeHey Truemotionpictures,
I believe what you are seeing is a background image that is 404, please see in Private Content areaBest regards,
MikeHey rmavila,
Your code worked for me in a test, do you have other code in your css, perhaps you have a missing curly bracket?
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Ops your right, I based it on this page: http://tylo.comadev.noc.lv/proizvoditeli/
I came up with this fix, but I didn’t add..page-id-229 #footer, .page-id-229 #socket { padding-left: 350px!important; }
I don’t know what is wrong with the page, but I see you have “Duplicate Post plugin” this can break pages.
Perhaps you could try recreating the page so it will work right?Best regards,
MikeHi,
Glad we were able to help, we will close this now. If you need more help later please open a new ticket. Thank you for using Enfold.Best regards,
MikeHi,
if you reinstall enfold by FTP, you should not lose your content, because you will not over wight your database.
Try to update manually via FTP: https://vimeo.com/67209750
Or: http://kriesi.at/archives/the-complete-guide-to-updating-enfold
The php version is a host thing, you can’t copy or move it, so All In One Wp Migration Plugin can’t “grab it”. But using the All In One Wp Migration Plugin does not limit you to one php version or the other.Best regards,
MikeHi,
I added this code in the General Styling > Quick CSS field:.page-id-229 #wrap_all {min-height: 1100px!important; }
and it seems to work good now, Please clear your cache: [http://www.refreshyourcache.com/en/home/] and check :)
Best regards,
MikeHi,
You should be able to upload as a plugin, watch this video: https://youtu.be/AXM1QgMODW0?t=45sBest regards,
MikeHi,
Oh, that link makes more sense :) I’ll have to do some more research.Best regards,
MikeJune 24, 2017 at 7:15 pm in reply to: Change colour of the menu background and add text to logo area #812491Hi,
This is the code that works:@media only screen and (max-width: 767px) { .slideshow_caption { width: 100% !important; }}
You had it in there, but you were missing three curly brackets in your code, one after your media statement and one at the end of the slideshow_caption statement, and the closing media statement one. Please clear your cache: [http://www.refreshyourcache.com/en/home/]
Best regards,
MikeHi,
I meant like this:<button class=”button alt”>Commercial Finance Available</button>
Best regards,
MikeHi,
To match the classes to your site, not every site is the same :)
Try this code in the General Styling > Quick CSS field:h2.woocommerce-loop-product__title {text-transform: uppercase!important; }
Best regards,
MikeHey rohitraut,
Since you haven’t gone in and edited the PHP files, you should not have any issues.
Please consider making a backup with a plugin such as https://wordpress.org/plugins/duplicator/ just because it’s good practice :)Best regards,
Mike -
This reply was modified 8 years, 3 months ago by
-
AuthorPosts