Forum Replies Created
-
AuthorPosts
-
March 8, 2019 at 11:50 am in reply to: Cannot use "less than" sign in my Enfold tables without breaking the page #1076301
Hi,
Using special HTML characters is a known problem that cannot be solved without the risk of breaking other things.
As this is not often needed we created a plugin where you replace the special characters:
The translation list is here:
If you need more characters you can use the filter avia_special_characters_translations.
Best regards,
Günter- This reply was modified 5 years, 8 months ago by Günter.
March 7, 2019 at 4:22 pm in reply to: Hover-Effect – zoom image – do not work with lightbox link on image in 4.5.4 #1076034Hi,
Glad we could help you. Check the changelog in the next releases when a fix has been added to core.
Feel free to open a new issue when you need further assistance. Enjoy the theme and have a nice day.
Best regards,
GünterHi,
If this can be fixed it must me done in WordPress core. So contacting WP is certainly a good idea.
Best regards,
GünterHi,
This is because this is a blog page query multiple posts.
Check https://themeisle.com/about-us/page/52/
Returns same as https://themeisle.com/about-us and not 404.
As I explained before.An ALB page is a page and not a blog page – WP ignores the pageing parameter in this case. Using a blog post element is part of the content of the page and not of the main WP query.
Best regards,
Günter- This reply was modified 5 years, 8 months ago by Günter.
Hi!
Thank you for reporting this.
We will provide a fix in core.
Meanwhile please add to Enfold -> General Styling -> QuickCSS:
.avia-image-container.av-hover-grow:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); } .avia-image-overlay-wrap { overflow: hidden; }
Regards,
GünterMarch 6, 2019 at 6:55 pm in reply to: Hover-Effect – zoom image – do not work with lightbox link on image in 4.5.4 #1075590Hi,
Thank you for reporting this.
We will provide a fix in core.
Meanwhile please add to Enfold -> General Styling -> QuickCSS:
.avia-image-container.av-hover-grow:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); } .avia-image-overlay-wrap { overflow: hidden; }
Best regards,
GünterHi,
Sorry for the late reply.
Sounds like the file is corrupted. Download a new zip file from themeforest, delete all enfold folder and try a new upload with ftp.
If you need help, please give us WP admin and FTP credentials and we can do it for you.
There will be 4.5.5 released shortly.Best regards,
GünterMarch 6, 2019 at 5:31 pm in reply to: MailChimp widget not working in sidebar on blog single post #1075558Hey ChichesterDesign,
Sorry for the late reply – and sorry for the problems.
We will shortly release 4.5.5 – this should fix the problem. As there are many files involved can you wait for this update or shall we upload a beta version to your server ?
Best regards,
GünterHi,
I updated a few lines of code in enfold\framework\php\class-framework-widgets.php to get more information: Instagram returns 429 – Too Many Requests.
Changing the username to an invalid one also returns the same.I can access your account from my dev environment.
What you can try is to create a new account and check if the same problem occurs. Seems that your IP is blocked by instagram.
Best regards,
GünterHi,
Glad we could help you.
Enjoy the theme and feel free to come back when you need further assistance.
Best regards,
GünterHi,
As far as I’ve checked there is no (easy) solution for this problem:
WP uses:
/page/xx resp. &paged=xx
Digging into the logic of WP:
Archive pages
These use the parameters and query the requested page. When using an out of range page number this returns no results and WP redirects to 404
Single pages, posts, ….
Using a valid page/post/…. always returns a result.
The page parameters are ignored by the WP query (as they make no sense in case of a single page) and can be used by the content, e.g. ALB blog post element.
The page content is displayed – elements of the content can return results or not depending on page parameter. But this is done during rendering the content (and after output of headers).
A 404 would only be possible with rerouting and must be handled from the element.If you check https://kriesi.at/themes/enfold-2017/blog/page/5/ you get an empty content for the blog post element – The page exists, but part of the page has an empty content.
I keep the issue open in our dev repo.
——————
Update:After talking to Kriesi:
As this behaviour is the standard behaviour of WP we do not intend to change this in core.
Best regards,
Günter- This reply was modified 5 years, 8 months ago by Günter.
Hey Guenter,
Sounds a good idea – added an issue to our dev repo.
Will come back when we have a solution.Best regards,
GünterHey!
I replaced the value “itemprop” for images with ‘image’.
Google’s webmaster tools for structured data does not show any errors after that.Not sure if it will come into the next update but it is in the pull requests.
Best regards,
GünterHi,
This behaviour you describe above also occurs when you use a standard WP Theme like 2019.
– Activate the theme
– Create a new page with only plain text inside (e.g. a-custom-normal-page)
– Open the page (http://localhost/wp_demos/a-custom-normal-page)
– Extend the URL with /page/52 (http://localhost/wp_demos/a-custom-normal-page/page/52/)
– Open this link and you recieve 200 and the pagecontent
– Use http://localhost/wp_demos/a-custom-normal-page/pages/52/
– Open this link and you recieve 404 and the 404 pageUsing Enfold behaves similar, when you select a custom 404 you get the custom 404 page instead of default 404.
I agree that this behaviour is strange – I will open an issue for that in our dev repo but I’m not sure if this is something we can solve. It seems that WP does not recognise this as 404 or it’s a bug in the routing of WP.
Best regards,
GünterMarch 5, 2019 at 3:19 pm in reply to: Filtering products not working when using Advanced layout builder on Shop page #1074903Hi,
Thanks. Please come back if Kriesi does not merge it in the next update – check in changelog.
I keep this thread open.Enjoy the theme and have a nice day.
Best regards,
GünterMarch 5, 2019 at 2:25 pm in reply to: Filtering products not working when using Advanced layout builder on Shop page #1074879Hi,
I found a solution adding support for the standard WC filters for product grid, product slider and product list. You will find an option for each element to activate the filter support. But that would mean to update 6 files.
Kriesi is planning a release (4.5.5) in the next days. Can you wait?
Best regards,
Günter- This reply was modified 5 years, 8 months ago by Günter.
Hi,
Maybe you shoud consider to change the hoster to one with a better standard firewall. I can imagine that a site with good photos is interesting to hack.
REST API calls return jsoin data which normally is only usefull for applications to get the page content and use it in JavaScript for further processing.Best regards,
GünterHi,
Great we could help you. Fix is part of a pull request in our dev repo and will become part of the core.
Enjoy the theme.Feel free to open a new topic if you need further assistance.
Best regards,
GünterHi,
I think I found the problem.
Can you please update your site to 4.5.4 and then replace the following files:
enfold\template-builder.php
enfold\config-woocommerce\config.php
enfold\config-wordpress-seo\config.phpwith
https://github.com/KriesiMedia/enfold-library/tree/master/temp_fixes/Enfold_4_5_4/Fix_Yoast_WC
If you need assistance please let us know and we will do it for you (please provide FTP credentials).
Best regards,
GünterMarch 4, 2019 at 11:46 am in reply to: WordPress 5.0 – Portfolio Categories disappeared – only in Quick Edit? #1074305Hi,
Strange – I checked it with 4.5.3 and it works for me. If you are using an older version of Enfold there had been some changes to the Envato API that might cause the problem.
Can you open a new topic and provide us WP admin credentials so we can check the backend?
Best regards,
GünterHi,
Great to hear that there are no errors logged.
Can you check with your hoster if they can figure out what requests cause the I/O spikes ? Maybe some robots are trying to attack your site ?
Do you have an idea about the REST API calls – they could be done by robots.
Best regards,
GünterHi!
I tested it with Enfold 4.5.4 and WP 5.1 and it works on my install.
Regards,
GünterMarch 1, 2019 at 6:37 pm in reply to: WordPress 5.0 – Portfolio Categories disappeared – only in Quick Edit? #1073329Hi,
It should work with 4.5.4. I just tested it on my install – Both editors and quick edit.
Best regards,
GünterMarch 1, 2019 at 1:48 pm in reply to: Bug with Active Sate menu items using left side bar menu Enfold theme 4.5.4 #1073176Hey webworm72,
Thank you for using Enfold.
Could you create a WP admin account for us and a link to the site so we can check in reality and backend? There are so many settings that it is nearly impossible to help without seeing them.
Best regards,
GünterMarch 1, 2019 at 1:24 pm in reply to: Dev Help Request : Integration with Landing Pages plugin #1073168Hi,
I asked Kriesi to prepare the next release, but no time yet.
Best regards,
GünterHi,
Thanks for reporting this.
Can you try to upgrade to the latest version 4.5.4 and check? There had been a heavy change in the implementation how 404 and maintenance mode are handled.
I also added this to our dev issues to check.
Best regards,
GünterFebruary 28, 2019 at 7:39 pm in reply to: "Your comment is awaiting moderation" does not appear #1072712Hi,
I wanted to have the link to the page that is not working to check in the backend.
Best regards,
GünterFebruary 28, 2019 at 4:00 pm in reply to: 2 bugs known for a long time, but still not fixed? #1072662Hi,
Thank you for using Enfold – and sorry for this.
I’ve seen this topic for the first time today.
I opened an issue in our dev repo and will have a look into it asap.
Please keep the login credentials valid so I can have a look in the backend.I will come back to you.
Thank you for your patience.
Best regards,
GünterFebruary 28, 2019 at 11:29 am in reply to: Don't display image on single post option not available #1072604Hi,
The reason we had to move the checkbox is a technical one.
With WP 5.0 the feature image box is no longer a metabox but handled with react js.
Enfold does not use this technology at the moment and cannot hook into this. And adding all the necessary overhead for just a single checkbox does not make sense and would cause more problems breaking other things.The checkbox is related to featured image is right, but it is also layout related – so we decided to move it to this classic theme related metabox.
Best regards,
Günter -
AuthorPosts