Forum Replies Created
-
AuthorPosts
-
Hi,
I added this to your child theme functions.phpfunction custom_excerpt_setting(){ ?> <script> (function($){ function trimByWord(sentence,wordcount = 10) { var result = sentence; var resultArray = result.split(" "); if(resultArray.length > wordcount){ resultArray = resultArray.slice(0, wordcount); result = resultArray.join(" ") + "..."; } return result; } $(document).ready(function(){ $('.av-masonry-entry-content').each(function() { $(this).text(function(index, currentText) { return trimByWord(currentText); }); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_excerpt_setting');
please clear your browser cache and check.
Best regards,
MikeFebruary 18, 2024 at 4:02 pm in reply to: Yoast Premium – Tab selection available, yoast input fields no longer available #1434663Hey heldentraeume,
Perhaps some css is hiding the sections, I don’t have the premium version to test with, please include a admin login in the Private Content area so we can examine further.Best regards,
MikeHi,
Thanks for the link to your post, when you use a color section it is full width so it pushs the sidebar down, so try adding a column in your color section with the widget element in it and then hide the sidebar on the post, if you wish we can adjust the post that you linked to this way so you can see, if you include a admin login in the Private Content area.Best regards,
MikeHi,
Please note that this depends on many factors, please fully explanin what you are trying to achieve, are you going to be using manual excerpts on your items? Do you want a read more button? what limit do you want? Some of your items don’t use manual excerpts, so all of your items need to be the same.Best regards,
MikeHi,
Now I see there are excerpts showing, so it seems that one of these snippets was working, right?Best regards,
MikeHi,
Thanks for the link to your page, it looks like each item is showing no words in the excerpt, only a “more” link, your titles show words but the word limits don’t work on titles, perhaps this is why it is not working as you thought.Best regards,
MikeHey Dave,
Thank you for your patience, when you say the next and previous buttons cycle through all post categories do you mean the pagination of the masonry element of the post next and previous buttons on the side of the page?
the masonry element doesn’t control the post next and previous buttons, these are not limited to a specific category they cycle through all posts.Best regards,
MikeHi,
Sorry for the confusion, the triangle icon only hides the element in the backend, to hide a element in the frontend go to the element Advanced ▸ Responsive ▸ Element Visibility
If you would like to request a icon feature please use our Github Feature Request to place requests and follow them as the Dev Team reviews them.Best regards,
MikeHey Grosetheme,
Please note that the WordPress preview option doesn’t always work correctly because WordPress doesn’t always load all of the theme files for every element in preview mode, unfortunately we can not override WordPress for this. We recommend opening your page in a new tab and after saving your changes switch tabs an reload the page to check.Best regards,
MikeHey annameis,
Typically it is the title tags that show on hover, try this solution.Best regards,
MikeHey bemodesign,
I’m not sure what you are trying to achieve, please link to your site and a mockup of what you would like to see.Best regards,
MikeHey Christian,
It depends on many factors, try this thread
If this doesn’t help them include a admin login and link to your page so we can examine.Best regards,
MikeHi,
Is custom.css a file that you added? If it is a theme file and you have enable Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression then it is combined. I recommend using the Enfold Theme Options ▸ General Styling ▸ Quick CSS field or the WordPress ▸ Customize ▸ Additional CSS if these are not working for you then you may have an error or a missing bracket.Perhaps we are getting side tracked, above you write that the css is not working but I don’t see a like to your site, please link to your site so we can help you with the css.
Best regards,
MikeHi,
Thanks I made an adjustment, please clear your browser cache and check.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Yes it does, but this specific demo has images on the homepage, each goes to it’s onw page, these images are what I thought would look nice for your ceramic pieces
Another nice one might be this one it has a portfolio menu item, or perhaps see all of our demos here.
Or you can use the elements to create the layout that you wish, you are not limited to only these.Best regards,
MikeFebruary 17, 2024 at 9:55 pm in reply to: searching for a topic in the forum results in critical error on this website #1434625Hey fogelfish,
Thanks but I’m unable to reproduce this error. Can you create a video of the steps you are using to create the error?Best regards,
MikeHi,
Thanks, I was able to remove the Enfold theme and then I could login into your site, and I disabled all of your plugins, then I tried to upload a new version of the theme and I got a 406 server error:
Not Acceptable
An appropriate representation of the requested resource could not be found on this server.
This may be caused by Mod_Security on your server.
I removed the theme again and noted some Wordfence code in your .htaccess file:# Wordfence WAF <Files ".user.ini"> <IfModule mod_authz_core.c> Require all denied </IfModule> <IfModule !mod_authz_core.c> Order deny,allow Deny from all </IfModule> </Files> # END Wordfence WAF ModPagespeedRewriteLevel CoreFilters
since I had disabled all of the plugins I thought that this was causing an issue so I removed it and tried to upload the theme again but got the same error and I was booted out of FTP, I think I was banned by Mod_Security. See if your host can disable Mod_Security and then we can try uploding the theme again.
I have not seen this issue before, perhaps you could also try creating a new subdomain and a new plain WordPress install and try installing Enfold there.Best regards,
MikeHi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { .responsive #top #wrap_all #header .main_menu { position: fixed; padding-right: 30px; } }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeHi,
When you go to the theme options Enfold Theme Options ▸ Demo Import ▸ Import demo files you should see many demos to import:
after you import one of these those pages & posts should show in the WordPress admin menu:
you can open any of these pages and see the Advanced Layout Builder elements:
and then replace the various elements, graphics, text etc easily.
Please note that some demos only have a single page because they are designed to be a one page site, if you are using one of these then you can easily duplicate the page and quickly create multiple pages to edit to suit your needs.
Hopefully this helps.Best regards,
MikeHey Diane,
Please include FTP access in the Private Content area so we can examine.
Is this a new site with no content or is it a staging site of a site that you are updating or importing?
I ask to know if the site can be reset or if there is expected content that you don’t want to lose.Best regards,
MikeHi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHey Jonah Schrogin,
Thanks for your question, the Enfold theme is suitable for many sites and contains many demos that you can choose from.
Based on your example site I would recommend our Elegant Portfolio demo, each image on the frontpage leads to a page with more info, I can imagine each of these images being a ceramic piece offering a lot of detail for each piece the your artist creates.Best regards,
MikeHi,
Your page seems to give a lot of 404 errors, have you tried disabling all of your plugins?
If that helps enable each plugin one at a time until the error occurs again.Best regards,
MikeFebruary 17, 2024 at 7:06 pm in reply to: Dropdown menu accessibility – change dropdown activation from mouseover to click #1434603Hey domchocolate,
This sounds very tricky, since it is css that opens a dropdown menu, you would need to override or remove this and the somehow open the menu dropdown with javascript, but this may make your other customizations not work, which use the css to open menus when tabbed.
You may be better to use a menu plugin that offers these features and use it instead of the built-in menu.Best regards,
MikeHey ThiloKiefer,
Thank you for the link to your site but I don’t see your cookie bar working on any page, try checking that it is enabled and disable all of your plugins to see if that helps.Best regards,
MikeFebruary 17, 2024 at 6:53 pm in reply to: Feature Request: Content Elements inside Accordion and Tabs #1434598 -
AuthorPosts