myplugins
Forum Replies Created
-
you should share these things on the forum so we can all learn 🙂
Hello, I’m using an older version of my cred and I’m happy with it so not really wanting to update as more features often means more conflicts… one thing I would like to do is get control over my log page – how do I reset it or something? Surely it’s gonna get huge if I can’t spring clean! Thanks
Forum: Reviews
In reply to: [Shortcodes Generator] brokenBecause I’m not a newbie. I usually do use sub forums. This is my first review.
thanks for the reply.. I thought it might… but I am 99% sure that there has been no users sign up or user accounts closed as this is a test site… Which is why I am confused by the appearance of these entries. Thanks
Forum: Plugins
In reply to: [DW Question & Answer] page templatesone thought is you could perhaps provide a zip file that contains a blank template that follows the instructions shown on your linked page. That would allow people to move forward faster with the option of using a simple blank page with your plugin displayed on it. Thanks
Forum: Plugins
In reply to: [DW Question & Answer] page templatesok will do… so changing a page template is not an option?
Forum: Plugins
In reply to: [DW Question & Answer] 404 | Page Not Found!it works just reset permalinks first
Forum: Plugins
In reply to: [Social Sharing (by Danny)] undefinedNo idea I’m afraid. A plugin conflict I would assume. I did see a conversation on http://stackoverflow.com that reflected this issue but I can not find it now. Might be worth checking in there yourself. Thanks
Forum: Plugins
In reply to: [Fonts] Dashboardlol… yes that is the one.
Forum: Plugins
In reply to: [Social Sharing (by Danny)] undefinedI see I am not the only one with the issue.. why not default the plugin to no js pop up when first installed until you find a better resolution?
Forum: Plugins
In reply to: [What Would Seth Godin Do] Plugin content appearing on home pageand also add
.home #wwsgd{display:none !important;}
to your css
Forum: Plugins
In reply to: [What Would Seth Godin Do] Plugin content appearing on home pageFor others with this problem …what worked for me was adding this code:
if (is_home() && is_front_page()) {
return $content;
}in the plugin source below this line of code:
if ( ! is_home() && ! is_front_page() && ! is_single() && ! is_page() ) {
return $content;
}Forum: Plugins
In reply to: [What Would Seth Godin Do] Blog home page picking up WWSGD text as excerptHi there, I thought it better to continue this post than to start a new one as I am having a similar issue… I either only just noticed it or it occurred when uninstalling a different plugin. Basically my home page is a list of most recent posts. A page that I can’t get the ID for as I don’t think there is one. And I have just noticed that in the excerpt of the 1st post the text from this plugin shows up. I would prefer for it not to appear on the home page at all.
What solution for this would you suggest. I could do something like.. if is_home but I would need specific directions from you. I’m sure posting that here will help out some more people too!
Thanks
thanks for that – not tried it but 99% sure you are right as I had changed permalinks to test a different plugin around the same time. I appreciate you taking the time to reply – thanks
sorry for slow reply… no issues as I have not tried to update yet. Thanks!