Forum Replies Created
-
AuthorPosts
-
Hi PatrickPit,
In Enfold > Blog Layout > Blog Styling, I have set this to Elegant.
I could replicate this issue on my end. Modern Business seems to be working just fine but Default has this issue.
Will be reporting this to our dev, thanks for pointing it out. :)Best regards,
NikkoHi 84wb_2,
To be honest I don’t think there’s a way to do that which requires only a few lines of css code and it will apply globally to all pages.
There are 5 possible values for header positions but none of them does what you need.
The only thing I can think of to do this to use the media query @media print, and add classes on those elements which are covered with the sticky header, and add padding to them but it’s very tedious task because you’ll need to do this in every page :(Best regards,
NikkoHi Thina,
I apologize, I’ve mistakenly read your post and was thinking you were using Masonry Gallery.
The only way to do this is to replace the current Gallery module, however there are few things needed:
1. Use a child theme: https://kriesi.at/documentation/enfold/child-theme/
2. Replace Advanced Layout Builder elements: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
3. On the child theme’s shortcodes folder, create a new file and name it gallery.php then paste this code: https://pastebin.com/Ae5hSVkH
I have tested it on my end and it works fine :)Best regards,
NikkoHi AWZ,
Yes, to be honest I was expecting atleast 2 email addresses (separated by commas).
Just tested the form, I included my email address to the list of emails that should receive email when form is sent (have removed my email address just now).
And I received the email on my gmail account, though it was on spam, you can refer on the screenshot in private content.Best regards,
NikkoSeptember 14, 2019 at 4:07 pm in reply to: How to make an excerpt in the blog a link as well #1138340Hi Ananda,
I understand your concern, if blog breaks, this is one of the things you should look for.
In your child theme, create a folder called includes, then paste loop-index.php (copy it from enfold’s loop-index.php in includes folder).
Inside loop-index.php, find this line of code (line 216):$content_output .= $content;replace with:
$content_output .= '<a href="' . $link . '">' . $content . '</a>';Hope this helps. :)
Best regards,
NikkoHi 84wb_2,
I apologize for misunderstanding and thanks for pointing it out..
Can you try adding this css code in Quick CSS, located in Enfold > General Styling (this should only affect printouts):@media print { .html_header_top.html_header_sticky #header { position: absolute !important; } }Hope it helps.
Best regards,
NikkoSeptember 14, 2019 at 3:50 pm in reply to: Layer Slider – wird auf einer Seite angezeigt, auf der anderen nicht #1138336Hi Grobi,
Thanks for giving us admin access.
I have created a template called it “markus test”, and imported it to the test page, so it’s similar in everything and surprisingly it works on the test page.
I’m not sure what’s causing this issue but I suggest trashing the old page and for the test page just change it’s title and permalink and use it instead.Best regards,
NikkoHi astropower,
I understand your concern though sometimes this will take some time to fix.
I just checked your site and the demo was imported but the right theme settings seems to be missing.
We will need access to files in order to check this further, can you provide us with ftp/cpanel access?Best regards,
NikkoHi lokita,
The reason you’re not seeing the updates is because envato/themeforest has changed their api, before you use API key to get updates, now they use tokens for it.
To update Enfold to the latest version, I would suggest doing the following:
1. Backup your current enfold theme files (just in case there are some issues that might occur)
2. Download the latest version of Enfold in themeforest. (Put your site in maintenance mode)
3. In your WordPress Dashboard, go Appearance > Themes > switch to WordPress default theme like twenty nineteen.
4. Delete Enfold and upload the latest you have downloaded.Best regards,
NikkoHi vbonora,
Wow! That’s a lot :D
Looks great! and thanks for sharing it with us :)Best regards,
NikkoHi Patrick,
I have checked your site and the similar demo I found is: https://kriesi.at/themes/enfold-2017/blog/blog-multi-author/
There was no issue in the demo however on your site it’s not picking up some css.
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
( do 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 bobfurgo,
Seems to be working fine on my end, this what I see now: https://imgur.com/CjvI1d8
The featured image on top is no longer showing.Best regards,
NikkoHi LorenzoC1991,
Thanks, but I don’t see the flag when I checked: https://imgur.com/dbhUKA6
However to add it, you can use a hook/action and put it in functions.php of your child theme (just tweak the code):add_action('ava_inside_main_menu', 'add_flag', 99); function add_flag() { echo '<div class="flag"><img src="https://mywebsite.com/wp-content/uploads/2019/9/flag.png" alt="flag" /></div>'; }then in Quick CSS, located in Enfold > General Styling, add this css code:
.flag { float: right; height: 30px; position: relative; top: 50%; margin-top: -16px; }Hope it helps :)
Best regards,
NikkoHi ICEMAN,
Thanks for your patience and understanding :)
Have a great day!Best regards,
NikkoHi Nina,
I apologize, I suggested a fix instead of tackling possible issues.
I tried to compare it on my local server using image with different height and width and I didn’t have an issue, the only thing I noticed as a difference is in your site it fetches the full image instead of a small cropped image.
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
( do 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,
NikkoSeptember 13, 2019 at 2:57 pm in reply to: In porftolio; Image hover effect: black and white to colour #1138036Hi onurized,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi jannnnnneke,
I’m no good with svg. With css, it seems to be more complicated or I might have a limited idea atm, since I’m just thinking of border-radius as the solution.
Try to seek help in https://stackoverflow.com there might be some people who are experts of css or svg that can help better.Best regards,
NikkoHey Lokita,
The latest version is 4.6.2, the latest version of layerslider your purchased should be working fine with the latest version of Enfold but it may not be working with 4.4.1.
The bundled version of Enfold is in the theme files, you will notice that when you use Enfold without installing layerslider, you will have Layerslider WP menu showing in the dashboard, that’s the bundled version.To use the layerslider plugin you bought, you’ll need to deactivate the bundled version, you can refer to our documentation on how to deactivate it: https://kriesi.at/documentation/enfold/advanced-layerslider/#deactivate-layerslider
Best regards,
NikkoHey bobfurgo,
Can you try adding this css code in Quick CSS, located in Enfold > General Styling:
.single-post .big-preview.single-big { display: none; }Best regards,
NikkoSeptember 13, 2019 at 2:20 pm in reply to: Can't change the permalinks structure to postname, help! #1138022Hey Nerohm,
Can you try to check if your .htaccess file is writeable?
Please give us ftp access as well, so we can check further.Best regards,
NikkoHey kevinjd91,
You won’t need the beta version of 4.6.1, Enfold 4.6.2 is now available, you can download it in themeforest.
Best regards,
NikkoHey 84wb_2,
Thanks for your kind words and we appreciate you as well for using Enfold :)
Can you tell us the size of your screen in pixels? I checked the screenshot you have in the demo: Enfold 2017 but I couldn’t see it on my end.
Can you give us a link on your site as well? so we can try to inspect it.Best regards,
NikkoSeptember 13, 2019 at 1:11 pm in reply to: Layer Slider – wird auf einer Seite angezeigt, auf der anderen nicht #1137996Hey Grobi,
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
( do 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,
NikkoSeptember 13, 2019 at 1:10 pm in reply to: How to make an excerpt in the blog a link as well #1137995Hi ananda,
I don’t think it would be a good idea since sometimes excerpts contain links and it would cause undesirable result and breaks the layout.
Best regards,
NikkoSeptember 13, 2019 at 1:06 pm in reply to: In porftolio; Image hover effect: black and white to colour #1137994Hey Cemal Onur,
Yes, in your Masonry setting’s set Image Effect to Greyscale Effect and save.
That should be all you need and you’ll get that greyed out image and on hover it becomes a colored image.Best regards,
NikkoHey cristinagrafik,
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
( do 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 ICEMAN,
Unfortunately, there’s no such option available yet, the only way for now is a bit complex and will require you to use css image replacement: https://css-tricks.com/css-image-replacement/
A feature is already in development right now for responsive images, so smaller images will be fetched for mobile, but there’s no ETA yet when it will be released.Best regards,
NikkoHi Cristina,
Yes, but make sure to always have a backup first.
I had one installed on my local server and some of our users have already updated to 5.2.3 so I could say it’s safe to update it.
Also, the update contains only some bugfixes and security patches so it shouldn’t at the very least affect your site.Best regards,
NikkoHey PatrickPit,
Can you give us access to view your blog page? so we can check on it further.
Best regards,
NikkoHi AWZ,
Thanks for giving us admin access, however I checked on the form in your contact page and there’s just a single email address there, is that the form you are referring?
Can you try to test the same setting with contact form 7? and check if they are receiving it or not.Best regards,
Nikko -
AuthorPosts
