Forum Replies Created
-
AuthorPosts
-
Hi,
You could try to replace the class-pixelentity-theme-update.php with this one:
It is from this post https://kriesi.at/support/topic/theme-update-not-possible/
and after replacing it try it again. Worked on my sites and i hope it works on yours too.Regards
AlexFebruary 13, 2019 at 9:10 pm in reply to: mixed content error "image with insecure url" on installation of ssl certificate #1066643Hi,
i updated my previous post just have a look at it.
Sounds more like the second one on that……. :-)Regards
AlexFebruary 13, 2019 at 8:59 pm in reply to: mixed content error "image with insecure url" on installation of ssl certificate #1066639Hi,
have a look at your theme settings and look if the URL for your Logo and favicon start with https.
Screen https://d.pr/i/9zuXrzJust looked at your site and there are more pictures non https Urls…… is your wordpress set to https ……. general settings?
Screen https://d.pr/i/fR2hCbRegards
Alex- This reply was modified 5 years, 9 months ago by Evendril.
Hi,
yep use this one:.responsive .page-id-1906 .container { max-width: 1400px !important; }
Regards
AlexHi,
for the .svg logo just add this:.logo a img { width: 300px; }
and in case there is no link this one :-)
.logo img { width: 300px; }
afterwards your logo should be visible.
Regards
Alex- This reply was modified 5 years, 9 months ago by Evendril.
Hi there,
if it is about the icons thats not a big problem:
You can wrap the names of the accordion toggles in a span tag and add a class like this:<span class="toggle1" >Who is the accelerator aimed at?</span>
Then use this to create the icons in front of the headline:
.toggle1:before { content: ""; width: 50px; height: 50px; background: url(YOUR IMAGE URL HERE); background-repeat: no-repeat; background-size: cover; position: absolute; left: 10px; top: 25px; }
For some additional spacing for the headline add a margin to it inline or like this:
.toggle1, toggle2, toggle3{ margin-left: 40px; }
Repeat it for every toggle….. different class different image…..
Hi,
maybe it is cached somewhere but it should work on mobile too.
Screenshot Mobile https://d.pr/i/iS4dwgTry to delete the Browser cache or try it with a parameter at the end of the url https://www.marinabruni.com/?test
Regards
AlexFebruary 13, 2019 at 6:28 pm in reply to: change the background color of a single menu item #1066578Hi there,
you could try this
.main_menu .menu-item.page-item-156 a{ color: #99cc00 !important; }
Regards
AlexHi there,
try this it should work..first_form .input_checkbox_label { color: #C0C0C0 !important; }
Regards
AlexHi there maybe another “solution”
Go to Enfold theme panel –> Update
There should still be the update button for the theme
Delete the Envato private token and click the revalidate or remove button
The update button should still be there (but the token field is empty now) click update theme
You should get the message Theme update successful but should still have the 4.5.2
Now go back to theme panel –> Update
Enter your private token again and hit validate
After that check for theme updates manually till the update button shows up
Click it and update…… hopefully now with no “download failed. Forbidden”Regards
AlexHi there,
if i had those errors sometimes it helps to get a new API token or just try the update with an incognito window of your browser.
Regards,
AlexHi there,
have you tried using a Plugin like Easy WP SMTP because not all hosters allow you to send Mails directly through PHP.Regards
Alex -
AuthorPosts