simnor
Forum Replies Created
-
Forum: Plugins
In reply to: [Holiday Message] x CLOSE buttonOK cool, in that case I’ll mark this thread as resolved.
Cheers
Forum: Plugins
In reply to: [Skin Login] Login Logo shows up in the preview but not on the actual page.Hi, could you post a link to your site please so I can take a look, otherwise could you give me details about the image you are using, for example:
What format it is (JPG, PNG etc)
The file size
The image dimensionsif you don’t want to provide a link to your site then could you possibly upload the image somewhere and add a link to that so I can test the image offline.
Cheers
Forum: Plugins
In reply to: [Skin Login] Login Logo shows up in the preview but not on the actual page.I can’t really diagnose this without a link to your site to look at. There aren’t really any restrictions apart from maybe keeping the logo small (around 300px width) and in a normal image format such as jpg, png, gif etc.
Forum: Plugins
In reply to: [Holiday Message] x CLOSE buttonLooks to be working fine, it has been a week since you posted so you probably fixed it, it will likely be because of an issue with the theme or clashing with another plugin, if it wasn’t either of those things then feel free to post back in this thread with what you did to fix it so if it’s a bug then I can fix it up in the plugin.
Forum: Plugins
In reply to: [Simnor Shortcodes] Nesting ShortcodesHi, you can insert the shortcode as usual and then just copy and paste the code that gets added to the editor into the code for the toggle.
For your second question, again just add the shortcode and then edit the text that get’s added.
Forum: Plugins
In reply to: [Skin Login] Logo looking weird in formatThe theme?you’re using is adding styling to the form as well, that’s why that’s happening. The themes css is here: https://support.yikesenabled.com/wp-content/themes/supportpress/css/login.css
Cheers
SimonForum: Plugins
In reply to: [Simnor Shortcodes] Does it work on multisite?Should do, I haven’t tested it on it, but there’s no reason why it shouldn’t.
Cheers
Forum: Plugins
In reply to: [Holiday Message] Holiday message and 3.5 upgradeHi, when I go to the site I’m not seeing any errors regarding my plugin, however I think that is because you’re using another script for the snowfall now and that’s what is on line 6 of that file.
When I check on my install in WP 3.5 I’m not getting any errors so I’m not sure why you were having it, guess it might have been some kind of JS clash. Will look out for anyone else having similar issues and will update if I can work out what the issue is.
Thanks for bringing it to my attention though.
Forum: Plugins
In reply to: [Holiday Message] Holiday MessageHi @audiferd
It looks like you don’t have a # before the FFFFFF in the background colour option, it should be #FFFFFF not FFFFFF.
I’m going to set this topic as resolved because you should start a new thread with every question and people are going to keep asking questions in this thread if I don’t. If you are still having issues then feel free to open a new thread.
Thanks
Forum: Plugins
In reply to: [Holiday Message] Holiday MessageOK if any of you need to reply with further questions then please could you start a new thread in the support forum, it makes it much easier to manage that way, also I can mark threads as resolved and other people who have similar problems can find the answers by searching the forum.
Thanks. There isn’t an option for that I’m afraid, and I’m getting concerned about adding too many options to the plugin. However you could do this with the custom css field on the Advanced tab as long as the theme you’re using is following the WordPress coding standards then the body class in the theme should be set to home on the homepage, so you can add:
.sn-holiday-message-holder { display:none!important; } .home .sn-holiday-message-holder { display:block!important; }
This will hide the message on every page on the site and then show it again on just the home page. If your theme isn’t following WordPress standards then I’m afraid there’s no way of doing this unless you edit your theme code which I wouldn’t recommend unless you know what you’re doing.
Regarding not been able to get your graphics to work, please can you open a new thread on the support forum with more details of exactly what the issue is if you need help with that.
I don’t really understand your question I’m afraid. The cookie should be long enough so that the message doesn’t appear again, I think I’ve set it to 100 days, but if you want to reduce it then you’ll have to edit the plugin to do that. If your cache resets itself after an hour then there’s nothing I can do about that, cookies don’t really have anything to do with the cache anyway, so it must be resetting your cookies every hour.
I’m not sure why that is, if it doesn’t appear at all then I guess you should just try another plugin because it’s probably not working with your current site configuration.
Thanks. You could do a similar thing to the answer I gave for @nofrills, so set the plugin to show all the time, then as long as your theme is coding correctly you can use the following css in the custom css field:
.sn-holiday-message-holder { display:none!important; } .home .sn-holiday-message-holder { display:block!important; }
That way, the message will show (with the snow) on the home page, but on interior pages the message is hidden, but as the snow is applied to the page not the message, the snowfall will continue to work on the interior pages.
Thanks. Exactly the same answer as @rtank’s above should work for you too I think.
Forum: Plugins
In reply to: [Holiday Message] Holiday MessageHi Joseph, I’ve just issued an update (1.1) to the plugin that will allow those two things you wanted.
Forum: Plugins
In reply to: [Holiday Message] Holiday MessageIt sounds like there’s a JavaScript conflict with another plugin/theme, that would explain why you’re not able to change the picture and why the counter isn’t working. I would say disable your plugins etc. (as it’s likely to be clashing with another plugin) but for a holiday plugin your best bet is to just try another one.
Forum: Plugins
In reply to: [Skin Login] Change logo url and alternate textAha brilliant, thanks, will add it in when I release the next version.
Cheers
Forum: Plugins
In reply to: [Skin Login] link for logoHi, the plugin only changes the CSS, the link to www.ads-software.com is added by WordPress itself. I may look at finding a way to change the link though in a future version.
Glad you like the plugin.
Cheers,
SimonForum: Plugins
In reply to: [Skin Login] some stuff to fixHi, if you take a look at this screenshot: https://s.www.ads-software.com/extend/plugins/skin-login/screenshot-1.jpg?r=618299 You’ll see a textarea for “Custom CSS”, if you add that line in there then it should add the scrollbar.
Cheers