Mr-B
Forum Replies Created
-
Forum: Plugins
In reply to: [wpForo Forum] How do I disable attachments?Nice one thanks, that works well.
Hi
Custom post is not what I meant – It’s just normal categories we are looking for. So News category can have NewsArticle type, My-Stuff category can have BlogPosting type, etc.
Thanks.Forum: Plugins
In reply to: [Leaflet Map] No markers only error message.For an emergency fix (only this version 1.13) edit leaflet-map.php, go to line 491, and remove these 5 lines:
if (is_image) {
console.log(‘[leaflet-marker y=’ + lat + ‘ x=’ + lng + ‘]’);
} else {
console.log(‘[leaflet-marker lat=’ + lat + ‘ lng=’ + lng + ‘]’);
}It is a hack but it will get the markers back, while waiting for the authors to fix it.
Forum: Plugins
In reply to: [Ajaxize] Possible to load php snippets or shortcodes?Yes, thank you!
I didn’t know this! We do use Jetpack, so perhaps we will leave it enabled.
Thanks very much.Forum: Plugins
In reply to: [WP-FFPC] No save button on settings pageI had this also – for me the culprit is “WP Product Review”. When I disable this plugin, the WP-FFPC save button reappears. You have a clash somewhere.
Forum: Reviews
In reply to: [WP Mail Logging] Nice, simple in-dashboard logging for wp-mailI just saw that today – excellent work.
Forum: Reviews
In reply to: [WP Mail Logging] Nice, simple in-dashboard logging for wp-mailSomething like “clear log entries older than X days/weeks/months” or “keep most recent X-thousand entries” or something like that.
Then people could leave it permanently running without worry.Forum: Plugins
In reply to: [bbPress - Sort topic replies] Descending, but shouldn't topic be at the topAh but as the almighty plugin owner you have the power to choose the scope! ??
No worries I can probably edit a PHP file somewhere.
Thanks for a great plugin, I will leave a review.Forum: Plugins
In reply to: [bbPress - Sort topic replies] Descending, but shouldn't topic be at the topOh yes.. NICE.
I wanted to ask if there is any way to clean up the break between the lead topic and the comments? I have attached a screen shot. It’s nice that there is an obvious break after the topic, but is there a better way to inform the reader what’s going on.
– The header “Creator – Topic” is probably better not repeated under the lead topic, even a blank / shaded line would be better so as not to confuse the user.
– If it’s not too much to ask, could a site admin somehow add a title to go in the gap between, like “Comments (newest first)” or even a custom H3 or something?Again – LOOKING GOOD. Thanks.
Forum: Plugins
In reply to: [bbPress - Sort topic replies] Descending, but shouldn't topic be at the topI guess also it depends on the type of forum. If the lead postings have substantial text it’s worth having at the top for sure, to give context to the whole thread.
One downside, the human eye might get confused if the topic and replies look the same but are out of order, i.e. order is 1: oldest – 2: newest – 3: next-newest etc. So perhaps some sort of break or delimiter after the main topic, like an HR tag or something that differentiates the orignal topic post would make more sense visually. Or even a space for a heading like “Comments (newest first):”
Thanks for considering.Forum: Plugins
In reply to: [AddToAny Share Buttons] Can I have FB counting my FB page, not the WP pageForum: Plugins
In reply to: [YOP Poll] Yop Poll Admin MenuI got caught by this, I had to add admin to the subsite – thanks.
Forum: Fixing WordPress
In reply to: images from image widgets not in SEOI have the same problem. I use a commercial theme where ALL the page content is in widgets. Not the most elegant but that’s the theme.
Yoast SEO does not catch any text or images from widgets which amounts to a false sitemap.
The burning question might be; do the search engine crawlers actually care. Even if the sitemap says 0 images, it would seem logical that the crawlers must still see multiple IMG tags when crawling the actual html page and therefore allocate the desired level of SEO.Forum: Plugins
In reply to: [WordPress Stats View Counter] Parameters for shortcode "all time views"I can confirm that Jetpack -> Site Stats report:
Today
5 views
Best ever
93 views
All time
1,138 viewsHowever when I put in a shortcode of
[view-count before=”Site views: “]The page displays:
Site views: 5If I have misunderstood the functionality and this is a counter for a single-page or post only, it’s not what I am looking for as I want the all time views for the whole site. It’s appreciated that you have made the effort to produce a plugin, thanks anyway but it’s no good for me.