Forum Replies Created
-
AuthorPosts
-
Hi laptophobo,
Can you create a new thread and give us temporary admin credentials (put in private content)? and we’ll try to check further on the issue.
Best regards,
NikkoHi Presumebox,
I’m from the Philippines.
Best regards,
NikkoHi laptophobo,
Please go to Enfold > Performance > Javascript file merging and compression and set it to Disable – no Javascript file merging and compression
Let us know if this helps.Best regards,
NikkoHi noslenwerd,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Roger,
Thanks, I have made the following steps on the stage site which fixes the issue:
1. Go to Enfold > Performance, then disabled Javascript file merging and compression.
2. Purged SG CacheEnabling it back seems to cause some js issues (because older js files that were merged and compressed are fetched) which affect videos and sliders.
Best regards,
NikkoHi Presumebox,
We apologize for the delayed response.
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi Daniele,
Thanks for the FTP access, however, it seems to be empty (see screenshot in private content)
Best regards,
NikkoMarch 9, 2021 at 5:56 am in reply to: How to adjust background color and styling of blog filter options? #1286626Hi jorisbl,
Thanks, we have made changes to your site.
The subtext which shows up before is removed, please review your site.Best regards,
NikkoHi Roger,
Can you setup a staging site so we can investigate further on the issue? Here’s a simple tutorial you can follow to create a staging site.
Once done, please give us temporary admin access and post the credentials in private content.Best regards,
NikkoHi Frank,
Go to Enfold > General Styling > Fonts > Default content font size.
Best regards,
NikkoHi Anneloes1981,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Eline,
We’re happy to hear that :)
If you need assistance don’t hesitate to create a new thread.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Osmar0811,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Richard,
Can you try adding this CSS code in Quick CSS:
@media only screen and (max-width:1340px) { .responsive #top #header .av-main-nav .menu-item { display: none; } .responsive #top #header .av-main-nav .menu-item-avia-special { display: block; } }Best regards,
NikkoHi richardwilding,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Nat,
We’re glad to hear that :)
I believe the cached version of 4.8 was fetched before that’s why the issue was showing and now the cache has been flushed and everything is working properly.
@laptophobo is the issue still showing on your end?Best regards,
NikkoHi advteksol,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey grafiko_at_62,
Please try to check this tutorial: https://www.greengeeks.com/tutorials/article/set-an-expiration-date-on-post-content-in-wordpress/
Hope this helps.Best regards,
NikkoHi ceakins1908,
Sure, please go to wp-content > themes > enfold > config-templatebuilder > avia-shortcodes > magazine > magazine.php (line 1250-1261):
if( $style == 'small' ) { if( empty( $this->atts['thumbnails'] ) ) { $image = ''; $extraClass = 'av-magazine-no-thumb'; } } else { $excerpt = ! empty( $entry->post_excerpt ) ? $entry->post_excerpt : avia_backend_truncate( $entry->post_content, apply_filters( 'avf_magazine_excerpt_length', 60 ), apply_filters( 'avf_magazine_excerpt_delimiter', ' ' ), '…', true, '' ); }Replace it with:
if( $style == 'small' ) { if( empty( $this->atts['thumbnails'] ) ) { $image = ''; $extraClass = 'av-magazine-no-thumb'; } } $excerpt = ! empty( $entry->post_excerpt ) ? $entry->post_excerpt : avia_backend_truncate( $entry->post_content, apply_filters( 'avf_magazine_excerpt_length', 60 ), apply_filters( 'avf_magazine_excerpt_delimiter', ' ' ), '…', true, '' );Let us know if this helps.
Best regards,
NikkoHi mai,
I see, can you give us a screenshot of how the code I gave will look on your end (so we can assess if it’s cached or not) then give us a mockup of how you want it to look so we can give you some CSS code that should help achieve that design.
Best regards,
NikkoHi gregcarrollLMG,
The code won’t work you’ll need to use page id number in order to tweak this for a specific page, for the work page you can use this CSS code:
#top.page-id-189 .avia-icon-list-container .iconlist_content { min-height: 82px; }Hope it helps.
Best regards,
NikkoHey otherdavid,
I believe you have download the “All files & documentation” instead of “Installable WordPress file only”.
For your current zip file please do the following:
1. right-click over the zip file (downloaded from themeforest) and extract/unzip it.
2. It should generate a new folder, open it and look for the enfold folder.
3. Right-click the enfold folder then zip it, here’s a tutorial on how to create a zip file in windows: https://www.howtogeek.com/668409/how-to-zip-and-unzip-files-on-windows-10/ (this should create enfold.zip)
4. Use this to upload in Appearance > Themes.
Hope it helps.Best regards,
NikkoHi trosty1618,
We’re glad to hear that :)
Thanks for using Enfold and have a great weekend!Best regards,
NikkoHi hooman80,
We apologize for the delayed response.
The issue seems to show only in Chrome and Edge, Firefox does not show the issue.
Please try adding this code in Quick CSS:.four-in-a-row .avia-image-container.avia-align-center { margin-bottom: 0; } .four-in-a-row .avia-image-container.avia-align-center + .av_textblock_section { padding-top: 10px !important; background-color: #ebceca; }Hope this helps.
Best regards,
NikkoMarch 6, 2021 at 6:35 am in reply to: Privacy in consent message of custom contact form not showing in IE #1285984Hi Marcos Q.,
We apologize for the delayed response and thanks for providing the screenshots.
Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:.avia-msie #top .av-form-labels-hidden .input_checkbox_label { position: static; }Let us know if this helps.
Best regards,
NikkoMarch 6, 2021 at 6:19 am in reply to: Mise a jour enfold Enfold (4.7.6.4) a la place de enfold 4.2.3 en WordPress 5.6 #1285979Hi deferlantes,
We’re glad to hear that :)
Thanks for using Enfold and have a great weekend!Best regards,
NikkoHi Maximilian,
Can you give us the link to your site? so we can check the mobile version.
You can post the link in private content, if you don’t want to show it to the public.Best regards,
NikkoHey noslenwerd,
There’s an error showing up in the web console.
Please go to Enfold > Performance > Javascript file merging and compression and set it to Disable – no Javascript file merging and compression
Let us know if this helps.Best regards,
NikkoHi mai,
Please see the screenshot in private content.
If you check via web inspector, and see Elements, you would see this code is not showing:#portfolio-category-description > div { text-align: center; padding: 0 20px 20px; color: #999; }Also the description seems to be empty.
Best regards,
NikkoHi Petra,
It’s still possible if you use Perfect Automatic Masonry.
Though you need to use an image processor to crop images and follow this guideline:To qualify for “very wide” or “very high” the image must have a aspect ratio of 16:9 or higher
Best regards,
Nikko -
AuthorPosts
