howorks
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] No image when sharing link to WhatsApp only on AndroidAnother thing to try is disable the ‘Optimize HTML’ option in Autoptimize. That worked for me. I believe WhatsApp scraping somehow failed to pick up the image when there are no line breaks on the HTML source.
Also, share another link from your site, WhatsApp caches links that have already been shared and previous ones will still show up without thumbnails.
Forum: Plugins
In reply to: [Yoast SEO] Customize og:title without site titleI want to leave the SEO title as %%title%% %%sep%% %%sitename%% but I want the
og:title
to output just %%title%%.Is that possible?
- This reply was modified 4 years, 9 months ago by howorks.
Forum: Plugins
In reply to: [Yoast SEO] Customize og:title without site titleIs there a way to permanently change the og:title for all posts so there’s no need to edit it every post?
Forum: Plugins
In reply to: [Secondary Title] Use Secondary Title in WP Touch ProHi Koljia, I have sent you the plugin some time ago but haven’t received a response. Wonder if it has gone to spam or something?
Let me know if you need anything else. Thanks!
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Logo link to non-amped homepageFound it in wp-content/plugins/accelerated-mobile-pages/templates/header.php if anyone is looking.
Forum: Plugins
In reply to: [Perfect Pullquotes] Using Search RegexHi Adam, please let me know the recommendation with RegEx, I’m gonna test it with the last 10 posts first before I do it sitewide so no worries, I can deal with 10 posts manual editing if it comes to that.
Thanks!
Forum: Fixing WordPress
In reply to: wp_list_categories doesn't exclude all passed IDsJust updated to 4.4.1 and it’s working as it should and since /wp-includes/category-template.php is in the revised files, so I guess it’s fixed.
Forum: Fixing WordPress
In reply to: wp_list_categories doesn't exclude all passed IDsThe problem has been noted by the WordPress developers, you can fix it yourself by editing category-template.php as highlighted here: https://core.trac.www.ads-software.com/changeset/36006
I suppose it should also be fixed in the next WordPress update.
Forum: Plugins
In reply to: [Secondary Title] no secondary title after updateThat worked. Thanks!
Forum: Plugins
In reply to: [Secondary Title] no secondary title after updateIt appears now, but the field’s width seems a lot shorter than before: https://dl.dropboxusercontent.com/u/20433684/secondary-title-field-short.jpg
Any quick hack to make the width 100%? Thanks.
Forum: Plugins
In reply to: [Secondary Title] no secondary title after updateSame here. Using chrome as well.
Forum: Plugins
In reply to: [Secondary Title] Secondary Title field missing in latest updateThe modified admin.js worked. After more testing, I realised the problem (with the original admin.js) only occurs during creating a new post. The secondary title field will only appear after saving as draft or publishing the post.
Not sure if that’s any help but anyways with the modified admin.js it is working well now. Thanks.
Forum: Plugins
In reply to: [Secondary Title] Secondary Title field missing in latest updateHi thaikolja, unfortunately I’m getting the issue again. It disappears randomly, not sure if it’s a conflict with other plugins. It was working fine in v0.8 though.
It’s a live site so I might have to test it offline, and since you can’t reproduce the problem, it should be a isolated issue to my wordpress setup. I will revert back to v0.8 for now.
Thanks again.
Forum: Plugins
In reply to: [Secondary Title] Secondary Title field missing in latest updateThat hotfix works! All perfect now, thanks for fixing it so quickly.
Forum: Plugins
In reply to: [jQuery Pin It Button for Images] Disable for wptouchI’m using WPtouch Pro and I tried to disable the plugin hooks under the Plugin Compatibility but it uncheck itself after saving so i don’t think it works.
I’m thinking if it is possible that WPtouch Pro could add additional css class to img so that I can disable it via jquery pin it button admin.
In any case, a lazy workaround i have done is to reduce the transparency to 0 so that the images on wptouch mode looks fine. For some reason jquery pin it has the images in hover style with wptouch and makes the picture non transparent.