Hello ENFOLDERs,
is this scrolling effect possible in ENFOLD?
https://www.transnetbw.de/de/mship
How to?
Thanks :-)
Hi. I’m trying to optimize SEO for my homepage https://wta.nl/. I’m using the RankMath plugin. It works great with Enfold, but it keeps warning me that my keyword density is too high: Keyword Density is 7.65 which is high, the Focus Keyword and combination appears 29 times.. A too high keyword density can hurt my Google ranking, so I would like to lower it.
My focus keyword is ‘tekstschrijver eindhoven’ (Dutch words, means copywriter in the city of Eindhoven). It’s also the name of my website: ‘Tekstschrijver Eindhoven | Paul Welling’. When I look in my browser at the source code of my homepage, I indeed see 23 instances of ‘tekstschrijver eindhoven’ (so, not 29 as RankMath says, but in any case too much). I have 2 questions:
1) When I check each instance of ‘tekstschrijver eindhoven’ in the source code, I see that almost all instances are not part of the content, but part of the html coding of the page. So I can’t change it and therefore I can’t lower the keyword density. Is there a solution?
2) Two instances of ‘tekstschrijver eindhoven’ are alt texts for my logo. When I first uploaded my company logo in the Enfold theme, I added my website name ‘Tekstschrijver Eindhoven | Paul Welling’ as alt text for the image. I’ve already changed the alt text for that image, I’ve even deleted the image and uploaded a new image with a different alt text, but the old alt text ‘Tekstschrijver Eindhoven | Paul Welling’ keeps showing up in the source code. How can I delete this old alt text?
Hope you can help. I’ve added my login in the private field.
EDIT:
Oops, my bad. It seems that RankMath keyword density count is a bit bugged. When I removed the focus keyword in RankMath and added it again, the keyword density is suddenly too low. :-) Keyword Density is 0.26 which is low, the Focus Keyword and combination appears 1 times. So my first question is sort of answered, and the large number of keyword instances in the page source code are obviously not picked up by RankMath as keyword density instances.
Still, my second question remains.
-
This topic was modified 1 year, 5 months ago by
paulw185.
hi guys. my website is about tourist attractions and destinations and I want the user to select country and city and even attraction types(waterfall or jungle or beach etc…. based on tags). for search by Category, Tag, Custom Taxonomy, Post Type, Post Date or any combination of these is possible in Enfold? or I must use plugins? I want users to see this search result on the Home page and blog post sidebars or wherever I need it. thanks
OK fixed.
Thanks Rikard, as usual!
I must say that Enfold Support is reactiv, prompt and efficent. Highly appreciate.
Hi,
Please try adding the following code to the Quick CSS field in the Enfold theme options > General Styling > Quick CSS:
#top .avia-fold-unfold-section .av-fold-unfold-container.folded::after {
z-index: -1;
}
#top .avia-fold-unfold-section .av-fold-button-wrapper {
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(100%, white));
padding-top: 20vh;
margin-top: -20vh;
}
If you’d like to see this implemented in Enfold, please feel free to request it at https://github.com/KriesiMedia/Enfold-Feature-Requests.
Regards,
Yigit
Hey bemodesign,
That doesn’t seem to be an Enfold element, are you using a plugin for that maybe? If so, then please try to check the plugin documentation or reach out to the plugin developers for further help.
Best regards,
Rikard
Hey bemodesign,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.responsive .home #wrap_all #av_section_4 .flex_column {
width: 48%;
padding: 1%;
}
}
Best regards,
Rikard
Hi,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Thanks @guenni007 for helping out :-)
Best regards,
Rikard
Hey DB,
Thank you for the inquiry.
Where is the site hosted? Have you tried reaching out to your hosting provider and ask for assistance? You can manually upload Enfold to your server via FTP or via the dashboard. Please check the link below:
// https://kriesi.at/documentation/enfold/install-enfold-theme/
// https://kriesi.at/documentation/enfold/install-enfold-theme/#ftp-install
Best regards,
Ismael
Hey DB,
Thank you for the inquiry.
Where is the site hosted? Have you tried reaching out to your hosting provider and ask for assistance? You can manually upload Enfold to your server via FTP or via the dashboard. Please check the link below:
// https://kriesi.at/documentation/enfold/install-enfold-theme/
// https://kriesi.at/documentation/enfold/install-enfold-theme/#ftp-install
Best regards,
Ismael
Hi, I want to change the word ‘All’ in my Portfolio selection filter into the word ‘Alles’ (Dutch language). But it doesn’t work. I’ve tried the solution in https://kriesi.at/documentation/enfold/portfolio-grid/ Code:
/**
* Use the "avf_portfolio_sort_first_label" filter changes first label (All) in Portfolio Grid element
*
**/
add_filter('avf_portfolio_sort_first_label','new_portfolio_first_label');
function new_portfolio_first_label() {
$first_item_name = " NEW ALL TEXT ";
return $first_item_name;
}
In this code I replaced the words ‘NEW ALL TEXT’ into ‘Alles’ of course. But it doesn’t work. No change. What am I doing wrong?
DBGuest
I have a client. I want to use ENFOLD. I know nothing about Bitnami and cannot follow the horribly complex instructions to use it. I don’t want it. I want to pay good money for the familiar WordPress means of setting up a site. PLEASE HELP. My client is expecting ENFOLD. I can’t provide it any other way. PLEASE SEND A VERSION OF ENFOLD THAT CAN USE THE STANDARD WP INSTALL PROCESS AS FOLLOWS:
Download the WordPress files.
Extract and copy it to the server.
Access PHPMyAdmin and create a new database with proper user privilege.
Rename wp-config-sample.php to wp-config.php and add the database info.
Go through the installing process of the WordPress site.
DBGuest
I have a client. I want to use ENFOLD. I know nothing about Bitnami and cannot follow the horribly complex instructions to use it. I don’t want it. I want to pay good money for the familiar WordPress means of setting up a site. PLEASE HELP. My client is expecting ENFOLD. I can’t provide it any other way. PLEASE SEND A VERSION OF ENFOLD THAT CAN USE THE STANDARD WP INSTALL PROCESS AS FOLLOWS:
Download the WordPress files.
Extract and copy it to the server.
Access PHPMyAdmin and create a new database with proper user privilege.
Rename wp-config-sample.php to wp-config.php and add the database info.
Go through the installing process of the WordPress site.
Hey Kate,
Could you try updating the theme to the latest version (6.0.4) to see if that helps please? https://kriesi.at/documentation/enfold/theme-update/.
Best regards,
Rikard
Hi,
Since a while there are some functions that do not work both on Firefox (Windows 10) and Safari (iPhone) that worked perfectly with previous versions. It seems this is visible since the latest two updates on Enfold.
This is what I found:
Enfold Cookie-Disclaimer does not work on Firefox and Safari
Scroll to top button does not work on Firefox and Safari
Plugin Portfolio Filter Gallery does not work on Firefox and Safari
Plugin NextGEN Gallery does not work on Firefox and Safari
Menue does not work on Safari
Any ideas, how to fix this?
Many thanks & all the best!
-
This topic was modified 1 year, 5 months ago by
MatthSp.
-
This topic was modified 1 year, 5 months ago by
MatthSp.
-
This topic was modified 1 year, 5 months ago by
MatthSp.
On the website https://vashontools.org/ the burger menu is active for the tablet and the mobile version: but when you open the burger menu on the mobile devices, the navigation is not visible. What can I do to ensure that the navigation in the burger flyout menu is displayed in white on color on mobile devices?
Also, is there a way to view and test devices from the Enfold UI?
-
This topic was modified 1 year, 5 months ago by
kthompson.
Hi,
Sorry I thought that you wrote that you wanted to not use the mega menu, to add a image to the mega menu see our documentation for Add Images to mega menu
Best regards,
Mike
Hey Sander,
Could you try updating the theme to the latest version (6.0.4) to see if that helps please? https://kriesi.at/documentation/enfold/theme-update/.
Best regards,
Rikard
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
#top .av-control-minimal .avia-slideshow-arrows a::before {
font-size: 40px;
line-height: 10px;
}
Best regards,
Rikard
Hi Guenni,
It is ! That’s why I mentionned you in the first post. I often stumble on your posts when I come to find ways to customize Enfold… Your tips and tricks have been very useful for several years now!
Thanks for the tip, by the way. I corrected that. Sadly, it doesn’t solve the problem I mentionned (the script doesn’t seem to load on page reload or revisit without clearing the browser cache) – problem which, if you still take care of the website mentionned in that old thread (https://webers-testseite.de/lightboxes/), affects it too…
or – maybe a simpler idea – we use the left header sidebar ! – and just handle the #wrap_all as a flex container – and define the order in this way that the header goes to the right side
@media only screen and (min-width: 768px) {
#wrap_all {
display: flex !important;
flex-flow: row nowrap;
}
#wrap_all #header {
order: 2;
flex: 0 1 27%;
right: 0;
left: auto;
}
#wrap_all #main {
order: 1;
flex: 0 1 73%;
margin-left: 0 !important;
border-left: none !important;
}
.responsive #top .header_bg {
box-shadow: -5px 0px 5px -5px #666;
}
/*** because submenu is defined to a width of 208px ***/
#top #avia-menu > li.dropdown_ul_available > ul.sub-menu {
left: -207px
}
/*** have a bit more space from main menu-item to the fly-out submenu ***/
.html_header_sidebar #header .av-main-nav>li {
margin-left: 5px !important;
padding-left: 13px;
}
}
@media only screen and (min-width: 990px) {
#wrap_all #header {
flex: 0 1 300px;
}
#wrap_all #main {
flex: 0 1 calc(100% - 300px);
}
}
see: https://enfold.webers-webdesign.de/
( the scroll away after some time does not belong to that settings here. – this is part of the inital Headersetting )
this is not styled to the end – becaue i want to go back to the original setting of header on top.
above all, you now have to extend the subnavigation to the left – but that shouldn’t be a problem using css.
Hello Ismael,
below is the link to the post October 4, 2019 at 4:04 am with your code to activate the AVIA editor.
https://kriesi.at/support/topic/popup-maker-and-enfold-avia-layour-builder/
Instead the popup built with AVIA editor is called “test” and the link is as follows:
https://www.federscacchilazio.com/wp-admin/post.php?post=5639&action=edit
In the following page you can verify the result, unfortunately an empty box.
https://www.federscacchilazio.com/test/
PS why did you choose the photo of a harp seal? I don’t think you have that face. :-D
Thanks and best regards
Andrea
-
This reply was modified 1 year, 5 months ago by
cuccarini.
-
This reply was modified 1 year, 5 months ago by
cuccarini.
But please read here carefully : https://themeforest.net/licenses/terms/photodune_extended
Especially that part : “Whoa there! Things you can’t do with the Item”
8.While you may create End Products using the Item for multiple different clients, you must not allow your clients to extract, repurpose, or reuse the Item in any other way. If your clients wish to make full use of the original Item themselves and use it within their own separate End Products, they will need to purchase their own license.
For example: You can use the photo to create customized flyers for different clients, but your clients can’t then reuse the original photo to create their own flyers in the future, without obtaining their own individual license for the photo (e.g. by purchasing it themselves, or you purchasing one on their behalf).
I interpret this to mean that we, as customers of Enfold, are not allowed to use these images for our own projects! I urge you to be careful. There are plenty of free alternatives on the market, e.g. via unsplash or pixabay.
To use it in the demo is o.k. but if you use it for our customers not – In fact, we would have to tell our clients not to use the images for any other purpose.
Hi,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hey Anna,
Thanks for reaching out to us and for considering Enfold.
It’s possible to add images on different parts of the content using Enfold, videos can be added too. You can select your own colour in the theme options, and the theme is fully responsive. You have an option to add portfolio items as well.
There is no multilingual functionality built into the theme, so you would have to use a plugin for that. Enfold is compatible with WPML. There is no functionality for membership either, so a third party plugin would have to be used for that as well.
You can select one of our demos here: https://kriesi.at/themes/enfold-overview/
Best regards,
Rikard
Hi,
we spent half of night instrumenting and profiling our website with Enfold.
PHP JIT helped a little bit, but we still get these massive slowdowns coming from RealCookie Banner interaction with Avia theme
And also Avia functions which display shortcodes like Tribe Events, are taking their sweet time
or sliders
basically anything that comes from Avia theme is mega slow for some reason
yet the functions they trigger — they process fast, but Avia is being mega slow on generating HTML output collected from the sub-functions it calls
And which also massively impacts performance of the RealCookie Banner Pro, since it awaits for HTML by Avia to be generated, then it goes through it via ob_start/ob_end functions
Are there any suggestions for improvement?
Thanks
Oliver
Hi,
Thank you for the update.
We adjusted the css code a bit. Please try it again and make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterward.
@media only screen and (max-width: 767px) {
#top .logo img,
#top .logo svg {
top: -1px !important;
}
.html_av-overlay-side-classic #top .av-burger-overlay li a {
border-bottom-style: none;
}
}
Best regards,
Ismael
Thank you, the code works but the first icon on the left is not aligned to the center, why so?
Another question: i want the icon boxex to be equal hights, i already tried what is shown in the documentation but it does’nt work (i set equal height from the column row settings but it shows 3 columns with different heights).
From the Enfold Documentation: “To create equal height Icon Box elements. First, add your Icon Box elements inside the columns and set the background color to the column element as required. Lastly, open the edit options of the first column element and select “Equal Height” from the column row settings.”
Thank you very much.
Hi,
Thank you for the link to your site, I tried to review your video but it is no longer available, I checked your site and the mobile menu seems to work correctly, by clicking a menu item with two submenus, and direct menu items. But since you write that the WP Rocket options seem to cause the issue, I believe that you need to add exceptions to the plugin, it has a field for this script blocking conflict.
Please see this WP Rocket documentation
And possibly the Wp Rocket REMOVE UNUSED CSS option, with this list of classes
If this doesn’t help, I see that there is an unsolved WP Rocket issue with Delay JS for mobile devices on IOS, if this is your issue you may need to disable this issue until WP Rocket corrects.
Best regards,
Mike