flippertie
Forum Replies Created
-
Forum: Reviews
In reply to: [WP Site Mapping] good idea, hard to use, needs work.Forget the email – I have done some more testing and the plugin now looks to be working the way I expect ??
I have a question – Is it possible to list just the Category names, but not all the posts in each category? I tried ‘group=category depth=0’ and ‘group=category depth=1’ but they don’t work…
And thank you for the quick responses!
FYI my test page is here – though I will probably remove it in a few days when I have time to fix the CSS.
Test PageForum: Reviews
In reply to: [WP Site Mapping] good idea, hard to use, needs work.Updated to v0.2.
1) The button in the page editor no longer works, so I have to enter the shortcode manually.
2) If I type a shortcode it is OK. But if I copy/paste the same text it is replaced with an image. Change from ‘Visual’ to Text’ tab shows that [showsitemap] is replaced with
<img class="mceItem wpsm_panel" src="https://mydomain.org/wp-content/plugins/wp-site-mapping/classes/../javascript/../images/sitemap_placeholder.png" alt="" data-sh-attr="" data-mce-resize="false" data-mce-placeholder="1" />
This makes it quite hard to test. I will contact you by email to continue our conversation.
Forum: Reviews
In reply to: [WP Site Mapping] good idea, hard to use, needs work.The trouble is that it does not seem to list all the posts in the selected categories.
I have >5 posts in many categories, but the plugin only returns 5,4,3,2,1,0,0,0,…. etc
Forum: Reviews
In reply to: [WP Site Mapping] good idea, hard to use, needs work.I have tested the new version and still get strange results. On my site all posts are in Category 17 and 1 or 2 other categories.
This code produces a list of All posts on the site, grouped by category, including 286 in category 17.
[showsitemap cat="17" depth=10 group=category link="<a title="%title%" href="%permalink%">%title%</a>" exclude=1]
If I change to ‘exclude=0’ it lists 5 from cat 17, 2 from cat 51, 2 from cat 60, and 1 each from cat 30 and cat 170.
Change the code to list all categories except 17 like this:
[showsitemap cat="361,123,51,29,31,60,14,2,314,34,30,36,370,315,170,1,55" depth=10 group=category link="<a title="%title%" href="%permalink%">%title%</a>" exclude=0]
Now it lists 5 from cat 17, 4 from cat 51, 3 from cat 60, 2 from cat 30 and 1 cat 170.
Forum: Reviews
In reply to: [WP Site Mapping] good idea, hard to use, needs work.Thanks for responding. I’ll have another look…
Forum: Fixing WordPress
In reply to: Make menu bar stick at top of screen if you scroll past it?Installed it on a test site and it works fine – thank you!
One thing that would be nice for v2.0 ?? would be to allow the menu to scroll up to the top and then stick, rather than jumping up to the top as soon as the user starts to scroll the page..
Forum: Fixing WordPress
In reply to: Make menu bar stick at top of screen if you scroll past it?I went with a theme from richwp. The developer there incorporates the sticky menu in most of his themes:
https://demo.richwp.com/richbusiness/I will try your plugin and see if it works for me. It would be great to be able to incorporate the feature into other themes.
Forum: Themes and Templates
In reply to: Unwanted arrows between sharing buttonsThanks to all three of you. I had the same issue, and NikPugh’s CSS worked perfectly for me, without modification.
Forum: Reviews
In reply to: [Social Slider] Useful but not good enoughI have the same issue as Hendrik above.
I just installed the plugin and the icons in the widget are badly displayed – about half the width they should be.
see : https://i1019.photobucket.com/albums/af313/flippertie/Capture.jpg
I have tried modifying all the display options, disabling and re-enabling the plugin, changing the icon set, etc. and nothing makes them display properly.
Any suggestions?
Forum: Fixing WordPress
In reply to: Make menu bar stick at top of screen if you scroll past it?Thanks for replying. I don’t use Genesis – but I did find a theme that has the menu I’m looking for, so I’m using that and will take it apart to understand what it does and perhaps incorporate in my own themes later on…
Forum: Fixing WordPress
In reply to: What's going on, everything is brokenI’m no expert, but if I were you I’d start by changing the permalink structure a couple of times to see if it can regenerate the links.
If that doesn’t work disable all your plugins to see if that helps.
Forum: Plugins
In reply to: Duplicator plugin – No install.phpHey – sorry I cant help – I’ve not used Duplicator since this thread – and have forgotten what I did…
I now use InfinteWP to manage and clone my sites. I paid for it – but it makes managing all my sites from one interface possible – and it works [most of the time…]
Forum: Plugins
In reply to: Duplicator plugin – No install.phpGreat! I’ll try it again next time I have a site to move or copy.
Forum: Plugins
In reply to: Duplicator plugin – No install.phpNice tutorial.
You didn’t mention the .htaccess problems that lead both of us here. It might be good to add a quick note or link to this thread so that anyone else who gets the 500 Server internal error has an answer to fix it.
Forum: Plugins
In reply to: Duplicator plugin – No install.phpThanks for the confirmation. I tried editing my .htaccess with no success. I didn’t know that I could have just deleted/renamed it…