maximilianknap
Forum Replies Created
-
Forum: Plugins
In reply to: [Comments - wpDiscuz] Load all comments via ajax (including first page load)Doesn’t do the trick – the initial set of comments is always rendered on page load (but not lazy loaded). This seems to work only for subsequent comments at the bottom of the list.
I figured out there are a couple of plugins that enable lazy load for the entire comments section, maybe that’s a workaround. For Cloudflare page caching to work properly with comments, not only the user comments, but also the entire commenting form would have to be lazy loaded via ajax, taking the current users cookies into accout, because user login status as well as the form itself etc. must not be treated static.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Load all comments via ajax (including first page load)Edit: In order to allow caching of pages (the html part) in cloudflare, the entire comments section including login, comment form etc. would have to be loaded via ajax/javascript, as Disqus does. That would allow the maximum ‘cacheabilit’ of static (page) content. Maybe that’s something to put on the feature list 😀 Thanks!
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] AMP pages linking to wrong post tagsSame problem as described here (and the poster already stated a solution – please fix the plugin code 🙂 )
https://wordpress.org/support/topic/link-to-tags-categories-are-wrong/
I applied that fix (use $tag->term_id instead of $tag->term_taxonomy_id) manually and it temporarily solved the issue.
Thanks!
- This reply was modified 8 years, 9 months ago by maximilianknap.
- This reply was modified 8 years, 9 months ago by maximilianknap.
Thanks for your quick reply! You are right, that type of issue could be caused by other plugins too.
Unfortunately “flushing” the permalinks (by clicking update) did not solve the problem. I tried this first because it is the most popular solution for that type of error according to google.
Did you set up slug translation in your test scenario? That might be a rather rare combination among WPML users but I’m not sure about that. Could also be a WPML issue. At least it’s reproducable. If there is any kind of debug info I could provide or a way to digg deeper, please let me know.
I’m just glad I found a workaround – disable WPML, re-enable WPML and everything works fine again.
Maximilian
.
Just did a real world test – as if by magic everything already loads protocol relative. Problem solved!
Forum: Plugins
In reply to: [Multi Rating] Star rating problems after update to 4.1Hi Daniel,
I have to come back to this because my database structure is still out of sync with what the plugin expects.
You stated the new, correct table structure above. With which version exactly have these three fields been added, and shouldn’t this be reflected somewhere in the sources? I can’t find any add column statement.
option_value_text varchar(1000) DEFAULT NULL,
include_zero tinyint(1) DEFAULT ‘1’,
required tinyint(1) DEFAULT ‘0’It’s a bit confusing, to me it seems that the update process didn’t work properly for me. Just want to make sure I get it corrected the right way, executing the right ‘alter table add column’ statements including indexes and so on. I might not be the only one running into that issue, having three installations and all having the same issue.
Could you please provide a proper ‘alter table’ script as it would have been executed during the update?
Thank you very much,
MaximilianForum: Plugins
In reply to: [Multi Rating] Star rating problems after update to 4.1Hi Daniel, any news about this?
Thanks
MaximilianForum: Plugins
In reply to: [Multi Rating] Star rating problems after update to 4.1Hi Daniel,
bad news: I checked the database and there is no column ‘required’. Here is a full select. Note that I have a custom prefix configured during setup:
SELECT
rating_item_id,rating_id,description,default_option_value,max_option_value,active,weight,typeFROMdsmarwp_mr_rating_itemSo eventually during plugin upgrade to 4.1 it failed to extend the table by new column ‘required’?
Can you please provide a full DB structure script so I can check if there are more columns missing? Hope there is a fix though…
Thanks
MaximilianForum: Plugins
In reply to: [W3 Total Cache] How to add query strings for css/js but not for images?Resolved: I found the option to exclude file types from caching.
Cheers 🙂
MaximilianForum: Plugins
In reply to: [Rel Nofollow Checkbox] The popup window is not activeHi there,
I am using v1.0.2 and cannot confirm, that this issue is resolved!
When highlighting a word and clicking the “add link” button in the editor, the focus remains in the editor. So any ctrl+v would owerwrite the highlighted text in the editor rather than inserting the link into the popup window fields.
Could you please double check and, if possible, provide a fix? Would be great to have the same user experience as without the plugin.
Side note: I am using the latest wordpress version 4.1.1
Kind regards
MaximilianForum: Plugins
In reply to: [Multi Rating] Zero stars resulting when user rated with 5 starsHi Daniel,
so far it didn’t happen again. If I ever stumble again about that issue we will let you know. Just tell me if I can provide any useful information, that eventually might help you investigate.
Cheers
MaxAre you sure that your answer is related to my question? Sounds like the answer was meant for a different thread 🙂
Please tell me:
Does the current version of this plugin import comments also into the wordpress commenting system, so they are available in the backend?Thanks in advance!