Forum Replies Created
-
AuthorPosts
-
Hi scheij,
Can you try to temporarily disable CSS File Merging And Compression and Javascript File Merging And Compression.
Also, temporarily disable any caching plugins.Best regards,
NikkoMay 12, 2023 at 10:44 am in reply to: Sort posts alphabetically only on a page showing posts in a specific category #1407204Hi fuorilogo,
Try to use conditional tags is_page() and use page id number: https://codex.wordpress.org/Conditional_Tags#A_PAGE_Page
In your case, the page id is 3383:is_page(3383) { // some code here }
Hope it helps.
Best regards,
NikkoMay 12, 2023 at 10:37 am in reply to: Random Thumbnail/Featured Image Generation Size on Posts page. #1407202Hi trestange,
Unfortunately, I don’t have solution for that as well.
You can override Icon List functionality however some programming skills are required, here’s our documentation for that: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-albBest regards,
NikkoHi andreask0,
Thanks, can you setup a staging for us? basically it’s just a clone of your live site.
So we can try to check further without causing any issues on your live site.Here’s an article that should help with cloning your site: https://themeisle.com/blog/clone-a-wordpress-website
Best regards,
NikkoHi jcbolt,
Can you give us a screenshot on the said error?
You can upload it in https://imgur.com/ or dropbox and post the screenshot link in private content.Best regards,
NikkoMay 10, 2023 at 6:46 pm in reply to: custom fonts in different language sometimes not displayed #1407038Hi Anne,
Try to temporarily disable any caching and optimization plugins before updating.
Also, temporarily disable CSS File Merging And Compression and Javascript File Merging And Compression.
Hope this helps.Best regards,
NikkoHi Anna_Tewes,
Please check in Enfold Theme Options > Advanced Styling if you have set the color of h3 to white.
If it’s not set there, please give us temporary admin access, and post the credentials in private content.Best regards,
NikkoHi alveslu,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Illingco,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoMay 10, 2023 at 6:31 pm in reply to: Images added to full screen slider show disappear from back end #1407033Hi ColinWalton,
Thanks for giving us the link to your site.
I think .tif is not supported by WordPress in general: https://wordpress.com/support/accepted-filetypes/
Try to use supported media types and it should show up.Best regards,
NikkoHi Santiago,
Please try to add this CSS code:
#top #header_main { border-bottom: none; }
Best regards,
NikkoHi andreask0,
Can you give us a link to your site?
Best regards,
NikkoMay 10, 2023 at 6:23 pm in reply to: Can I make the theme enfold a theme that loads the pages on the same page? #1407030Hi yayo85,
You’re welcome. :)
Thanks as well for using Enfold and have a great day!Best regards,
NikkoHi scheij,
Since that is happening, please go to Enfold theme options > Performance > Show advanced options and check it, then set Unique Timestamp Of Merged Files And WP Object Cache Bug to Disable adding unique timestamps only then wait for some time and see if this helps.
For further instructions and information please check our documentation here: https://kriesi.at/documentation/enfold/optimization/#troubleshootAlso, I tried to login to your site but it keeps redirecting to the maintenance page.
Best regards,
NikkoMay 10, 2023 at 12:27 pm in reply to: Sort posts alphabetically only on a page showing posts in a specific category #1406981Hi fuorilogo,
Can you give us the code that you’re using?
Best regards,
NikkoHi Tom,
I’m glad that Günter could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi acardell887,
You’re welcome! We’re grateful to have been able to lend a hand. :)
If there’s anything else you need, don’t hesitate to create a new post. Have a wonderful day!Best regards,
NikkoHi satucker,
Thanks, I tried to compare preview and live version (both logged in and not) and I don’t see any difference.
I have posted a screenshot link on how it looks on my end in private content.Best regards,
NikkoHi Michael,
It’s our pleasure to help. :)
Thank you for choosing Enfold. Wishing you a fantastic day!Best regards,
NikkoHi salleh2014,
Please try to check if PHP ZipArchive extension is enabled on your localhost.
Go to http://localhost/wp-admin/admin.php?page=layerslider§ion=system-status (just replace http://localhost with the correct URL/address) and check if it’s enabled there.Best regards,
NikkoHi JantienM,
I’m glad that Mike could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi satucker,
I tried to login to your site to check further but I’m blocked by jetpack.
Error in private content.Best regards,
NikkoHi acardell887,
This is what I did:
1. Copied your code inside a text editor (like notepad) and replaced all single quotes and double quotes.
Single quotes -> ‘ and ’ replaced with ‘
Double quotes -> ” and ″ replaced with ”
Basically, it’s just manually replacing these symbols since the previous symbol causes an error in the script.
2. Paste the code in Enfold > Google Services > Google Analytics Tracking CodeBest regards,
NikkoHi Michael,
You’re welcome :)
I have replaced the CSS code with:.single_job_listing .meta, .single-job_listing .post-meta-infos, .single-job_listing .single-big.big-preview, .job_listings .location, .job_listings .meta { display: none; } .single_job_listing .job_description { text-align: left; }
Please review your site.
Best regards,
NikkoHi Michael,
Thanks, I could access it now.
I have removed this code from Quick CSS since this is a php code that should be added in functions.php:add_theme_support( 'show_advanced_custom_element_options' );
Then I have simplified Rikard’s code, so it’s shorter:
.single-job_listing .date-posted, .single-job_listing .single-big.big-preview { display: none; } .single_job_listing .job_description { text-align: left; }
Please review your site.
Best regards,
NikkoMay 9, 2023 at 11:44 am in reply to: #main background color does not work when moving the design to domain #1406874Hi BenjaminSpeedtsberg,
I’m glad that Ismael could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Michael,
It’s still the same, see screenshot link in private content.
Best regards,
NikkoHi acardell887,
I have added the google tag manager and it seems the single and double quotes are causing the issue, I have replaced them and the issue seems to be fixed.
Please review your site.Best regards,
NikkoHi BenjaminSpeedtsberg,
We’re happy to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Michael,
I tried to check the Quick CSS however, I’m getting this error:
Sorry, you are not allowed to access this page
Please check.Best regards,
Nikko -
AuthorPosts