Forum Replies Created
-
AuthorPosts
-
March 31, 2021 at 4:23 pm in reply to: Seite passt sich nicht responsive an Tablet und kleinere Bildschirme (13 Zoll) a #1291586
Hi Jasmin,
I have modified the Grid Rows and added this in Advanced > Developer Settings > Custom CSS Class: Custom CSS Class
Then in Enfold > General Styling > Quick CSS, I added this CSS code:@media only screen and (max-width:1400px) { #top .six-cols { display: flex; flex-direction: column; } #top .six-cols .av_one_half { width: 100%; padding: 30px !important; } }Please review your site.
Best regards,
NikkoMarch 31, 2021 at 10:42 am in reply to: Logo won't stop showing when transparent logo should be there #1291515Hi Thomas,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoMarch 31, 2021 at 9:03 am in reply to: add social icon telegram – code not work in "functions.php" #1291508Hi marcobe,
I see, can you try this solution:
// Register Telegram icon as a theme icon function avia_add_custom_icon($icons) { $icons['telegram'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue8b7'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); // Add new icon as an option for social icons function avia_add_custom_social_icon($icons) { $icons['Telegram'] = 'telegram'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);Best regards,
NikkoHi jens,
This is now fixed.
I have disabled Javascript file merging and compression in Enfold > Performance and flushed out cached files in Hummingbird which fixed the issue.
I have enabled back Javascript file merging and compression and flushed out cached files in Hummingbird and everything still worked properly.Best regards,
NikkoHi peterolle,
You’re welcome :)
This is based on Enfold 4.8.1 postslider.php file (line numbers are based on original code without any of the code removed/replaced):
Line 790 is removed:$output .= $thumbnail ? "<a href='{$link}' data-rel='slide-" . avia_post_slider::$slide . "' class='slide-image' title='{$image_link_title}'>{$thumbnail}</a>" : '';Line 868-872 is removed:
// elegant style if( ( strpos( $new_blogstyle, 'modern-blog' ) === false ) && ( $new_blogstyle != '' ) ) { $output .= $meta_out; }and is replaced with:
$output .= $meta_out; $output .= $thumbnail ? "<a href='{$link}' data-rel='slide-" . avia_post_slider::$slide . "' class='slide-image' title='{$image_link_title}'>{$thumbnail}</a>" : '';Line 894-898 is removed:
// modern business style if( ( strpos( $new_blogstyle, 'modern-blog' ) !== false ) && ( $new_blogstyle != '' ) ) { $output .= $meta_out; }Line 905-924 is removed:
if( ( $show_meta && ! empty( $excerpt ) ) || in_array( $show_meta_data, array( 'always', 'on_empty_content' ) ) ) { $meta = "<div class='slide-meta'>"; if ( $commentCount != '0' || comments_open( $the_id ) && $entry->post_type != 'portfolio' ) { $link_add = $commentCount === '0' ? '#respond' : '#comments'; $text_add = $commentCount === '1' ? __( 'Comment', 'avia_framework' ) : __( 'Comments', 'avia_framework' ); $meta .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'>/</div>"; } $markup = avia_markup_helper( array( 'context' => 'entry_time', 'echo' => false, 'id' => $the_id, 'custom_markup' => $custom_markup ) ); $meta .= "<time class='slide-meta-time updated' $markup>" . get_the_time( get_option( 'date_format' ), $the_id ) . '</time>'; $meta .= '</div>'; if( strpos( $blogstyle, 'elegant-blog' ) === false ) { $output .= $meta; $meta = ''; } }and is replaced with:
$meta = "<div class='slide-meta'>"; $meta .= "<div class='slide-meta-author'>"; $meta .= get_the_author_meta( 'display_name', $entry->post_author ); $meta .= '</div>'; $meta .= '</div>'; $output .= $meta;Line 931-936 is removed:
$output .= '<footer class="entry-footer">'; if( ! empty( $meta ) ) { $output .= $meta; } $output .= '</footer>';Best regards,
NikkoHi,
You’re welcome and thanks for understanding. :)
If you want to make the modification, you can start here: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
Thanks again for using Enfold and have a great day!Best regards,
NikkoHi Silvio,
I can’t be sure but I’m suspecting that either it’s caching or uploaded theme was corrupted.
Basically the steps I made are:
1. Switch to default theme (twenty twenty one, also in live site put it in maintenance mode via plugin)
2. Delete the enfold theme (old) and upload and activate enfold (download a new one from themeforest)
3. Remove maintenance modeBest regards,
NikkoMarch 31, 2021 at 7:08 am in reply to: Logo won't stop showing when transparent logo should be there #1291493Hi Thomas,
You’re welcome :)
If you need the image optimization tool, I believe you can still activate it but just turn off the setting for webp.Best regards,
NikkoHi LG,
We’re glad that this is now working properly :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Mauro,
Can you try to disable Javascript file merging and compression in Enfold > Performance? and see if this helps.
Best regards,
NikkoHi Jorge,
That’s manually added via CSS.
If you can give us a link to your site, and which menu item to apply it then we can give you some CSS code that should have a similar effect.Best regards,
NikkoMarch 30, 2021 at 10:12 am in reply to: 'Do not allow duplicate posts on the entire page' not working #1291305Hey mosaic,
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,
NikkoHey nasiusII,
Can you try the solution posted on our documentation: https://kriesi.at/documentation/enfold/icon/#troubleshoot ?
Hope this helps.Best regards,
NikkoHi Thunderbird_1,
Can you try to disable CSS file merging and compression and Javascript file merging and compression in Enfold > Performance?
Best regards,
NikkoHi Tristan Salonga,
Thanks for contacting us!
It seems you are still using Enfold 4.5.6, please update Enfold to the latest version (4.8.1) and make sure to have a backup first.
If you are not yet ready to update, then you can try to install and activate Enable jQuery Migrate Helper plugin and set it’s jQuery version to Legacy 1.12.4-wp.
Hope this helps.Best regards,
NikkoHi keir2012,
We’re glad that this is resolved :)
Thanks for using Enfold and have a great day!@Guenni007thanks for helping out. :)
Best regards,
NikkoHi Filip,
The theme update will be for a lifetime, only support is limited to 6 months which you can extend. :)
Best regards,
NikkoHi sandrasii,
We’re happy to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Emmanuel,
Try to change the password via phpmyadmin in cPanel.
Here’s an article that should help: https://www.wpbeginner.com/beginners-guide/how-to-reset-a-wordpress-password-from-phpmyadmin/FTP access would not help in this case.
Best regards,
NikkoHi abzzyy,
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 macjeffff,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Severin,
The code is basically just calling an external jquery file.
Can you give us a link to your site? so we can inspect the site.Best regards,
NikkoHi Chris,
If you do a theme update, only tweaks/modification made on the enfold theme files are overwritten but everything else like Theme Options is preserved.
Please follow the steps below to update from Enfold 4.4.1 to 4.8.1:
Make a backup:
– Site Backup: https://kriesi.at/documentation/enfold/backup-wordpress-site/
– Theme Settings Backup: https://kriesi.at/documentation/enfold/backup-theme-settings/Option 1: Use Envato Market to update your site
– link: https://envato.com/market-plugin/Option 2: Update manually
1. Login to ThemeForest and download the Enfold theme, right-click over the downloaded zip file 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. Log in to WordPress as and Admin.
5. Install and activate a maintenance plugin and put your site in Maintenance mode.
6. Go to Appearance > Themes, switch to a default WordPress theme like TwentyTwenty then delete Enfold.
7. Click on the ADD NEW button.
8. Click on the UPLOAD THEME button.
9. Click BROWSE and choose enfold.zip file
10. Click the INSTALL NOW button and switch to Enfold or your child theme.
11. Remove the maintenance mode then deactivate and remove the maintenance plugin.Register the theme by following the instructions in https://kriesi.at/documentation/enfold/theme-registration/
Once this is done, the next time you update, you’ll only need to go to Enfold > Theme Updates and click on the Update button.Best regards,
NikkoHi hooman80,
I tried to check on your site and it scrolls properly to the correct section, is this already fixed?
Best regards,
NikkoHi Diana,
Try adding max-width on your CSS code:
max-width: 100%;If the screen width is lesser than 1340px then it should limit itself to 100% maximum width.
Best regards,
NikkoHi peterolle,
Can you give us a link to the page where you are applying the script? so we can take a closer look.
Best regards,
NikkoHi Bodyworkcenter,
The only way to do this is to override the slider, unfortunately, this type of modification would take a lot of time and testing and outside the scope of our support. :(
Best regards,
NikkoHi fe1x,
happy is the one who always has a backup at hand ;)
Agree :)
CSS/JS merging and compression are just temporary until caches expire.
If it’s not a caching plugin then there might be a built-in caching in the server, then try to flush it out.
Then try to enable it again.Best regards,
NikkoHi senhorvinho,
Try to create a new menu for mobile in Appearance > Menus.
Then go to Enfold > Main Menu (tab) > Alternate Menu for Mobile then select the new mobile menu you created.
Hope this helps.Best regards,
NikkoMarch 30, 2021 at 8:02 am in reply to: Remove Author name and photo from a single post (not all of the posts) #1291238Hi cleanpowerX,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
