Forum Replies Created
-
AuthorPosts
-
I can’t see private content as I am just a participant like you, sorry.
February 25, 2019 at 11:24 pm in reply to: remove the category description text from the image banner at category page #1071526Hi
Ok great. Sure, you can assign a separate CSS class to these titles where you don’t want that to happen such as:
HTML
<h1 class="h1show">This is the h1 title you want to show</h1> <h2 class="h2show">This is the h2 title you want to show</h2>
CSS:
h1show, h2show { display: block; }
Cheers
MichaelHi Erin
You can download the newest theme version directly from themeforest.net.
Afterwards you should be able to update it via FTP.Let me know if you need any assistance!
Cheers
MichaelHi Thorsten
Then I guess it’s something with your “blog posts” element configuration.
How is it currently configured?Mine is set to:
Offset number -> deactivate offset
Pagination -> yes
Conditional display -> Always display the elementWhat if you try to add the pagination on a different page? Is the same thing happening?
Best,
MichaelThanks Günter!
I tested it again (signed out and signed in) and both options looks good with an activated maintenance mode.Hi Erik
Are you using a child theme?
If yes, please take the file header.php from your parent theme and copy it over to your child theme directory.This should solve your issue and display the lightbox nice and shiny again.
Cheers
MichaelFebruary 25, 2019 at 10:42 pm in reply to: Updating from Enfold 3.1 to new server with New Enfold with PHP 7.2 #1071504Hi Sigmund
I would create a child theme first and then migrate it.
This should save you the hassle that your settings are overwritten, because you are updating the parent theme but using the child theme will all the settings in there.Best,
MichaelHi Anne
Just sent you an email in German.
Cheers
MichaelHi María
Have you uploaded it in the Enfold options as a .ico file and with the size of 16×16 pixel?
Best,
MichaelHi Cynthia
Have you actually added content for your excerpt in the backend?
If yes, then it should also show up in the frontend.Best,
MichaelHi!
You probably need to use the element Code Block from the Avia editor.
In there you create this button and if clicked, your code will be executed.Cheers
MichaelI probably have to take a look myself in the backend to figure out how to fix this.
From outside it’s tough to say why it’s there.Hi Shannon
Looks like a configuration issue in WooCommerce, because for the Hoody and the T-Shirt it looks correct.
So I would check the settings on these products itself.Best,
MichaelFebruary 25, 2019 at 10:35 am in reply to: remove the category description text from the image banner at category page #1071192Try this code and insert it into Quick CSS:
#av_product_description h1 { display: none; }
Does that work?
Mh that should work without errors actually.
What kind of error message do you get and why did you upload Enfold 4.4 and not the most recent version 4.5.4?Well but PHP 5.6 is outdated and no longer supported.
I do not recommend using this version.My guess now is that the original error is connected with one of the plugins you are using, because Enfold works generally fine with PHP 7.1 / 7.2 or 7.3.
Hi Pam
You want to look for the specific meta tag inside the code, see here for details.
Best,
MichaelHi talelie
By “explorer” you mean Internet Explorer I guess?
And what is the website you are talking about? Please share the URL here.Cheers
MichaelHallo Lin84
Besteht denn die Website bereits? BIK für alle sagt nämlich folgendes:
Webauftritte
- Auftritte, die nach September 2018 veröffentlicht werden, müssen ab September 2019 zugänglich gestaltet werden,
- bereits bestehende Websites ab September 2020.
Ich bin jetzt kein Experte, was Barrierefreiheit betrifft, glaube aber folgendes zu wissen:
Keine Website bzw. Theme ist per se bereits konform mit der Barrierefreiheit. Da musst du manuall dahinter und sicherstellen, dass beispielsweise Screenreader die Titel, den Fliesstext sowie die Bilder korrekt lesen können und auch, dass Formulare korrekt umgesetzt sind. Weiter kommt mir in den Sinn, dass Links nicht nur eine andere Farbe haben sollten, sondern auch immer unterstrichen sein sollten, damit klar erkennbar ist, dass es sich um einen Link handelt.Hilft dies irgendwie weiter?
Viele Grüsse
MichaelFebruary 25, 2019 at 4:05 am in reply to: Layout Blogbeiträge (classic grid) – Überschrift anpassen #1071114Hi Sascha
Unfortunately the grid with 3 blog post in a row doesn’t change to a single “grid” on mobile devices.
You can easily fix that by selecting only “display on big screens” and “display on medium screens” in the viewing options.
Afterwards copy that element for the blog posts and select the other two checkboxes there (display on tablet portrait and smartphone screens).Cheers
MichaelHey nini_bacher
Did you delete the old enfold folder via FTP first and then added the folder with the new Enfold version in it?
I imagine you dragged it over and then selected “overwrite”, but this will leave some old files behind. So you would need to do it the proper way :)Hope that helps, otherwise just let me know.
Best,
MichaelHave you tried to update to Enfold 4.5.4 by FTP? This is the most recent theme version and an update to it might solve the issue.
February 25, 2019 at 3:53 am in reply to: Problems with WPML / Avia Layout Builder translations #1071106Hi Julia
I know WPML pretty well, but I never use this kind of translation you mentioned.
The way I translate pages or posts is the manual way and directly on content level itself and not by the “fancy” interface by WPML. So I have the WPML setting “Use WPML’s Classic Translation Editor” active.Does that help in any way?
Best,
MichaelHey jeroenvandessel
Did you manage to update Enfold successfully in the meantime?
Best,
MichaelHi Andrius
Do you have the signup form translated in each of your languages or do you have one signup form for everything?
Check this out, it might help: https://mailchimp.com/help/translate-signup-forms-and-emails/#autoBest,
MichaelFebruary 25, 2019 at 3:26 am in reply to: Cannot remove featured image from post / Cannot switch to Advanced Layout Editor #1071098Hi onegirlrtw
I am pretty sure there is a way to remove the header image for your blog posts in general.
I would try it with some custom CSS. In order to do that, I would have to see the issue on the website.EDIT: Try this inside the Enfold Quick CSS field:
.big-preview img { display: none; }
Could you please share the URL here?
Thanks
Michael- This reply was modified 5 years, 9 months ago by michaelH. Reason: Added CSS code for removing the blog post preview image
Hi Thorsten
Did you make manual changes to the pagination?
It does not look correct to me e.g. normally not all 5 pages are displayed at the bottom. In my case, only 1 and 2 are displayed and then I get an arrow to view further pages.Best,
MichaelFebruary 25, 2019 at 3:16 am in reply to: remove the category description text from the image banner at category page #1071093Hi stofson
Is it possible to share the example publicly?
Cheers
MichaelHi
Four questions:
a) Which PHP version are you using?
b) Which Enfold version are you using?
c) Which WordPress version are you using?
d) Since when do you see that error?Best,
MichaelHallo Yvonne
Könntest du hier bitte den Link zur Website posten, damit besser sichtbar wird, was du genau meinst?
Beste Grüsse
Michael -
AuthorPosts