Forum Replies Created
-
AuthorPosts
-
Thank you Mike, I get it!
Thank you Mike, howver I am not using the layerslider plugin!
Isn’t that the build in Enfold plugin with the option to delete it completely in the Enfold settings? If yes, that’s ehat I have done on all my Enfold sites.
Thank you Mike,
As far as I know I never edited any files from the layerslider at this site.
Has I said it’s also on other Enfold sites:
And… it is also on the Enfold site itself……
So seems to be a problem or bug/error in the Enfold theme!?
Yes, for example:
Thanks :)
That did the trick :)
Thank you!
AlwinHello Mike, I did what you asked. Can you please try again?
Thanks,
AlwinHello Rikard,
You got me on the right track to solve this :)
I had a a double comma character at the end of the image URL’s I used in the Menu Navigation Label fields. I deleted the comma character and now there are no 301 redirects anymore!
Thanks :)
AlwinAnother question about adding the flag symbols to my header menu:
I have noticed that the loading time for https://www.option-webdesign.nl can be slow now and then. Testing in GTmetrix show me that the 2 flag symbols in the header are responsible for the slow loading times. I see that both flag symbols are redirected with a 301 redirect which is causing the longer loading times.
I have used this settings in Menu Navigation Label fields:
– Why is there a 301 redirect happening to display the flag symbols in the header? Is this normal or not and can Ido something about it to get rid of the redirection so it will load faster?
Thank you very much!
Alwin
Hello Rikrad,
I have added a Widget to the header, which is only displayed at mobile devices.
So please take a look at https://www.option-webdesign.nl on a mobile device, and you can see the header widget with the 2 links “English” and “Deutsch”.
So far so good, almost there, but only this header widget is to big. I can not find the css to edit the header widget only, and make it smaller (like just 50px height for example).
How can I do that, is that possible?
Thanks!
AlwinTwo more questions about this:
1 – When you look at https://www.option-webdesign.nl on a desktop screen you can see the flags in the main menu.
However, when you open the site on a mobile screen you can not see the flags anymore, until you open the mobile menu. This way visitors will not know about the English and German version of my website, if they don’t open the mobile menu first.
It would be nice to display the flags (or just text links) always on a mobile device, right next to the logo. Would that be possible one way or the other?
Or do you know a other/better solution (besides adding the flags somewhere down in the text)?2 – The code you gave me to align the flags in the main menu works great. However, I know have a lot of this code like this:
#menu-item-2004 img {
vertical-align: sub;
padding-bottom: 2px;
}#menu-item-2063 img {
vertical-align: sub;
padding-bottom: 2px;
}#menu-item-2061 img {
vertical-align: sub;
padding-bottom: 2px;
}#menu-item-2069 img {
vertical-align: sub;
padding-bottom: 2px;
}#menu-item-2070 img {
vertical-align: sub;
padding-bottom: 2px;
}#menu-item-2071 img {
vertical-align: sub;
padding-bottom: 2px;
}#menu-item-2072 img {
vertical-align: sub;
padding-bottom: 2px;
}Would it be possible to combine the menu-item-numbers into one piece of code?
Thanks again!
Alwin- This reply was modified 3 years, 3 months ago by Alwin.
That worked great; thank you Rikard!
Alwin
Hello Guenni007,
The plugin you ad viced worked perfect!
Thanks :)
Alwin
Hello Yigit,
Do you know that the Zen Menu Logic is not updated for 4 years!?
I am not going to use that plugin :)
Do you have another solution?
Best Wishes,
AlwinHello Ismael,
I have added a flag symbol to my main menu using in the Menu Navigation Label field.
However, please look at https://www.option-webdesign.nl and you see the flag is not properly aligned; it’s a bit to high.
How do I align the flag symbol with the rest of the menu links?
Thanks,
AlwinThat worked, thanks a lot :)
Alwin
Great; thanks for the fast help today!
Oke, I already found the solution here:
I fixed it myself.
However, I am using a Child theme and when Enfold get;s the next update will this problem be back?
Hello,
I have the same problem on 2 websites, can you please fix it for me too…. :)
Alwin
That worked; thanks a lot :)
Hello Victoria,
Please see the link in the private content box.
Under the block “Nieuws” you see the two latest Posts. Te text is alligned to cover the whole width which leads to with spaces between words. I want the text to be alligned to the left (like it is normal). How to do that?
Thanks :)
Alwin
Oke, thank you for the help :)
Hello Yigit,
Thanks; both custom codes you give me work perfect :)
Considering question 2:
The default setting for the Flexible Masonry is that all images get the same width and are displayed with their original height and width ratio. However, i would like to be able to give all images the same height instead of the same width.When all images of the same width (like it is now by default) the vertical images are a lot bigger then the horizental imgages. You can see what I mean on a test website here: https://www.mwp-owd.nl/
You see that the vertical image thumbnails are larger then the horizental thumbnails, because the default setting is that all images get the same width.
Now please take a look at this thumbnail grid created with the Meow Gallery plugin:
(on https://www.mwp-owd.nl/ click on the page “meow-test” in the topbar menu)Here you see that all images get the same height by deafult! I like this a lot more then the Enfold default.
So instead of making all images the same width I would like to make all images the same height in the Enfold Flexible Masonry.
I hope you understand my question now and also hope this is possible :)
Thanks,
Alwin- This reply was modified 4 years ago by Alwin.
I already read that topic, and others, but still don’t know how to proceed.
– I want to delete all the thumbnails sizes I don’t use
– I prefer not to use a plugin for that but add code to my functions.php file so I can store that file in my child theme
(Because i don’t qnt the thumbnails to be added again when there is a Enfold theme update)So do I have to add this code to my functions.php?
function ava_image_sizes() {
remove_image_size(‘masonry’);
remove_image_size(‘magazine’);
remove_image_size(‘widget’);
remove_image_size(‘featured’);
remove_image_size(‘featured_large’);
remove_image_size(‘extra_large’);
remove_image_size(‘portfolio_small’);
remove_image_size(‘gallery’);
remove_image_size(‘entry_with_sidebar’);
remove_image_size(‘entry_without_sidebar’);
}
add_action( ‘after_setup_theme’, ‘ava_image_sizes’, 11 );And if my functions.php is in my child theme, then these thumbnail sizes will not be created again after an Enfold theme update?
Last step is to use a plugin (just once) to remove the unwanted thumbnails that are already created yet?Hello Yigit,
So basically you are saying to adding the custom css in the Quick CSS field avoid the need to add !important rules to the custom css code, so it’s the most easiest method of adding custom css.
I also have the WordPress file editor disabled (for security reasons) so using the Quick CSS field is much more easy for me because of that too :)
Thanks for your advice!
Does it make any difference if I add my custom CSS code in the Quick CSS field in the Enfold settings tabs, or in the style.css file located in my Child Theme folder:
– for the speed (load time) of the website?
– to avoid the risc of losing custom css code with a Enfold theme update?Thank you :)
Hello, I still have this problem so I searched for other solutuions. I have now found this plugin:
https://envato.com/market-plugin/I have installed this plugin, set up a new token, and now I do get update notifications for the Enfold theme!
Questions:
– Can I use this plugin savely with Enfold? Are there any know issues?
– I use Enfold Child themes; does this plugin leaves the Child theme as they are?Thank you :)
Alwin
I found, I added it myself to my custom css… :)
Thanks,
AlwinHello, this is the website:
https://www.greenconnections.nl/When you first look at the submenu under “Dit doen we” you see the font weight of the pagelinks is normal.
Then when you click one of the four links, and then look agagin,the pagelinks in this submenu are bold.
I like to disbale the bold view :)It runs till the free quota runs out, then it does not show anymore.
Hahaa, that’s why it is working now and also why it is still working on other websites I manage.
But, how do I know when the free quota runs out? Where to find that information?
-
AuthorPosts