Forum Replies Created
-
AuthorPosts
-
Hi Eve,
You’re welcome. :)
The problem was the uploaded zip file was not the correct structure, this part of the instruction was skipped “Upload the “otf” fonts and generate the font kit.“.
So basically what you need is to download the font in the googlefonts, upload the specific font (regular, light, thin, bold, etc) to a web font generator/converter which will give return the format that can be read by our Font Manager. The correct file structure, for example Montserrat.zip should be:
– Montserrat-Regular.eot
– Montserrat-Regular.woff
– Montserrat-Regular.woff2
– Montserrat-Regular.svg
– Montserrat-Regular.ttf
this is only for one font-weight, so if there are 4 font-weights then it should be around 20 font files.
I hope this helps.Best regards,
NikkoHi jsharpripple,
I have disabled Javascript File Merging And Compression in Enfold > Performance and that seems to have fixed the issue.
Please review your site.Best regards,
NikkoHi tonyiatridis,
Please add this CSS code in Enfold > General Styling > Quick CSS:
#top #js_sort_items a.active_sort { font-weight: bold; }
Hope it helps.
Best regards,
NikkoHi planttilesseo,
I’m glad that Mike could help you :)
Just let us know if you still need further assistance or if we can close this thread.Best regards,
NikkoHi LearnSAP,
Thanks for giving us admin access and we apologize for the delayed response.
I have checked it, however, we might need to try to disable some if not all plugins temporarily so we can try to debug the issue further.
Can you setup a staging site for us? it’s basically just a duplicate of your live site and placed on a subdomain where we can try to debug without affecting your live site, some hosting provider offer an option to create a staging site via cpanel, but your webhost does not have it on your Cpanel then you can use a plugin, please check this tutorial: https://wpengine.com/resources/what-is-a-staging-site-why-have-one/#How_to_Create_a_Staging_Site_for_WordPressBest regards,
NikkoHi ahaderer,
You are using the correct slider, however you will need to edit the slide item in order to add those buttons.
Edit the Slider, then edit the Slide item (click on the image in one of the slide items under Add Images), then go to Styling > Caption > Caption Positioning set to Center Framed, next go to Advanced > Link Settings > Apply A Link Or Buttons To The Slide set to Attach two buttons and fill in the details.
Hope this helps.Best regards,
NikkoHi patriziahucho,
I have checked it, however, we might need to try to disable some if not all plugins temporarily so we can try to debug the issue further.
Can you setup a staging site for us? it’s basically just a duplicate of your live site and placed on a subdomain where we can try to debug without affecting your live site, some hosting provider offer an option to create a staging site via cpanel, but your webhost does not have it on your Cpanel then you can use a plugin, please check this tutorial: https://wpengine.com/resources/what-is-a-staging-site-why-have-one/#How_to_Create_a_Staging_Site_for_WordPressBest regards,
NikkoHi Jonathon,
Thanks for contacting us!
We only provide support to our registered users.
Please register to our support forum first– https://kriesi.at/support/register/ and start new threads under Enfold sub forum.Best regards,
NikkoHi Eve,
I have added those three fonts you mentioned.
You can verify it is added in Enfold > Import/Export > Custom Font Manager.
Also, you can see those three fonts mentioned in General Styling, Advanced Styling and other options that shows a font family dropdown.Best regards,
NikkoHi markmade,
I’m glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoFebruary 24, 2023 at 9:28 am in reply to: Icon/Flipbox Grid does not work properly after update to version 5.4.1 #1399111Hi Guenni007,
You’re correct, Background Images Option was only added on version 5.1.2.
Best regards,
NikkoHi mvi,
You’re welcome :)
As for the reason, it seems to be an isolated case since I could not reproduce it on my end, and the CSS I mentioned that is the cause seems nowhere to be found in the backend but surprisingly appears on the frontend, so it cannot be removed which is the ideal solution, so I opted to the 2nd solution which was to add a CSS code to override the problematic CSS code.Best regards,
NikkoHi markmade,
Please try to add this CSS code as well:
#top .avia-content-slider .slide-entry-excerpt .more-link:after { content: '\e88d'; font-family: 'entypo-fontello'; font-size: 18px; margin-left: 8px; }
Best regards,
NikkoHi Marina,
I also tried to check your website on a desktop using the major browsers (Chrome, Firefox, Edge) and I don’t see any large gap on my end.
It’s only 15px bottom margin. Screenshot link in private content (using Chrome).Best regards,
NikkoFebruary 24, 2023 at 8:54 am in reply to: Icon/Flipbox Grid does not work properly after update to version 5.4.1 #1399100Hi Lokman,
Your site seems to have a js error showing in the web console.
Can you try to flush out cache, temporarily disable caching and any js optimization/minification plugins?Best regards,
NikkoHi Sean,
I think you can restructure it to some degree but you’ll need to use Perfect Automatic Masonry for Size Settings in the Masonry Gallery.
If the image you upload has a width more than 1.78 times (or higher) its height then it should occupy two columns in a single row, if the image uploaded has a height more than 1.78 times (or higher) than the width then it occupies two rows in a single column, otherwise it will just occupy a single row/column.
I hope this helps.Best regards,
NikkoHi Alex,
I’m glad that Mike could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi silvia,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#top #header.av_header_sticky .av-hamburger-inner, #top #header.av_header_sticky .av-hamburger-inner:before, #top #header.av_header_sticky .av-hamburger-inner:after { background-color: #999; }
Let us know if it helps.
Best regards,
NikkoHi Createve_Solutions,
What’s the name of the font you wanted to import?
Best regards,
NikkoHi markmade,
Please add this CSS code in Enfold > General Styling > Quick CSS:
#top .avia-content-slider .slide-content .slide-entry-excerpt { border-top: 1px solid white; padding-top: 16px; max-width: 400px; margin-left: auto; margin-right: auto; }
Best regards,
NikkoHi mvi,
Thanks for providing the login link, it seems the reason for the issue you are having on your site is this code:
#top #desktop-header .av-section-video-bg iframe, #top #desktop-header .av-section-video-bg embed, #top #desktop-header .av-section-video-bg object, #top #desktop-header .av-section-video-bg video { height: 1070.4375px; top: -282.71875px; }
I could not find it in common location for custom CSS.
Clearing cache does not seem to fix it nor disabling plugins and switching themes.To fix it, I have added this CSS code in Enfold > General Styling > Quick CSS:
#top #desktop-header .av-section-video-bg video { top: 0 !important; }
Please review your site.
Best regards,
NikkoFebruary 24, 2023 at 2:26 am in reply to: Corrupt Files, Spacebar not working, and template files out of date #1399069Hi simplycoding15,
I apologize for the delayed response since there are many queries in the queue lately.
It seems that all folders are not writeable though when I check via FTP, folders are using 755 (permission) but when you go to the WordPress Dashboard > Tools > Site Health > Info > Filesystem Permissions, you will see they are not writeable. Also I tried to verify if it is writeable or not, I tried to create a file via FTP and it returns this error:553 Could not create file
When trying to create a folder
550 Create directory operation failed
Please try to check this first with your webhost since the issue is related with the server and we could not really do anything without proper file and folder permission.
Best regards,
NikkoHi JannyPolak,
I’m glad that Mike could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Markus,
The homepage is password protected even when logged in, please post the password in the private content.
Best regards,
NikkoHi anma,
I’m glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi sryde,
I’m glad that Yigit could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Arantza,
Can you try to change the URL directly in the database?
Try to follow the instructions in the codex: https://wordpress.org/documentation/article/changing-the-site-url/#changing-the-url-directly-in-the-database
Hope it helps.Best regards,
NikkoHi Silvio,
Please add this CSS code in Enfold > General Styling > Quick CSS:
#top .av-layout-tab-inner .container { max-width: 100%; }
Hope it helps.
Best regards,
NikkoHi mvi,
Thanks for providing the login credentials.
Can you give us the login link as well? I tried /wp-admin and /wp-login.php however it does seem to load endlessly and not showing the login form, please check.Best regards,
NikkoHi Tobias,
Can you setup a staging site? so we can try to check it further.
We will try to help and see what we can do.
Just post the credentials in private content.Best regards,
Nikko -
AuthorPosts