gond78
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: member specific note sectionfound a plugin that could do what I want
Forum: Fixing WordPress
In reply to: member specific note sectionany idea on how I could do this?
Thanks!
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Warning: sprintf(): Too few argumentsThe error appears when I try to login from the menu (tried to add on my menu bar a link to a login page), however there is no error when I use the widget.
Ideally I would like to have it from the menu bar.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Warning: sprintf(): Too few argumentsI have done no modification as this is way above my ability, just a simple install, however I am trying to setup an on-line scheduling system along with it and depending on the user status different options/menu would appear…might be coming from that.
Anyway I will try to re-install it and will let you know what happened.
Thanks for the quick reply.
Edit: nothing has changed after re-installing the plugin.
Forum: Fixing WordPress
In reply to: Mouse hover effect code problem in TEXT modeit worked! the code isn’t being stripped out anymore.
Forum: Fixing WordPress
In reply to: Mouse hover effect code problem in TEXT modeas you said it’s a problem of code being stripped out when switching modes.
there is that apparently fixes the problem so I’ll give it a tryForum: Fixing WordPress
In reply to: Mouse hover effect code problem in TEXT modewhen I preview the changes it works, but eventually I have to switch back to visual mode at some point in my editing and save the changes, that’s where the bug appears :S
Forum: Fixing WordPress
In reply to: Mouse hover effect code problem in TEXT modewell for editing purpose, in visual mode as far as I know there is no way to set a mouse hover effect.
only by editing in text mode with the code I linked above you can set it up.Once I have written my code I then switch back to visual mode to edit my content ( easier to do that way obviously) but if I edit any content then update my page, for no reason the mouse hover code I entered in text code is being deleted (I realized that because the mouse hover wasn’t working anymore so I went back to text mode to check and that is when I saw it wasn’t there anymore)
Forum: Fixing WordPress
In reply to: Mouse hover effect code problem in TEXT modeany idea? ??
Forum: Fixing WordPress
In reply to: Using an image as a linkHowever there is also another way, by using wordpress interface:
-insert your image in you page
-click on you image, you should see 2 icons appearing on the top left of your image, a pencil and a bin. Click on the pencil.
-You should be directed to the edit page of that image.
In Display Settings section there is a “link to” option. Select Custom URL.
-Just under it should give you a line where you can put your page URL you want you image to link to. Insert it there.
-When you are done don’t forget to UPDATE your image by clicking “update” at the bottom right of your screen.done!
Forum: Fixing WordPress
In reply to: Mouse hover effect code problem in TEXT modesorry got the code wrong in my first post, this is what I put
<a href="TARGET URL GOES HERE"><img src="URL OF FIRST IMAGE GOES HERE" onmouseover="this.src='URL OF SECOND IMAGE GOES HERE'" onmouseout="this.src='URL OF FIRST IMAGE GOES HERE'" /></a>
Forum: Fixing WordPress
In reply to: Using an image as a linkhmm oops here is the code again
<a href="INSERT HERE URL of the page you want your image to link to"><img src="INSERT HERE URL of your image" /></a>
Forum: Fixing WordPress
In reply to: Using an image as a linkinsert this in TEXT mode
<img src=”INSERT HERE URL of the image” />
you can find the image URL by clicking on the image in MEDIA menu, the URL should be on the top right of your screen)
Forum: Themes and Templates
In reply to: can't install themethank you, i finally found out where was my php.ini file and could make the appropriate changes, changed memmory-limit and max-post limit and it worked.
thanks
Forum: Fixing WordPress
In reply to: unwanted pages accessibleyeah I removed the blog from being indexed with SEO plugin, but I’m quite concerned about why they were even accessible even tho they aren’t built in my website