ClevelandWebDeveloper
Forum Replies Created
-
Forum: Plugins
In reply to: [Spacer] Shortcode for spacerHi Vic,
Glad you enjoy the plugin.
I’m not sure what you mean by
the like buttons arrive at linkedin and Facebook with this code still showing [spacer height=”20px”]
.
It could be that you are using a plugin to publicize the posts and the plugin is displaying the post shortcode ([spacer height=”20px”]) within the post summary. If that’s the case, you should contact the author of the social plugin to correct the issue. Let him or her know that they should filter out shortcodes from the post summary.
Forum: Reviews
In reply to: [Simple Tooltips] It just doesn't workHey. I checked out the page while it was still up. I wasn’t able to pinpoint the problem indirectly.
If you are willing to make me an admin account on your WordPress site I can try a close look and get things working properly. If so, you can email the login details to info [at] clevelandwebdeveloper [dot] com.
Forum: Plugins
In reply to: [Simple Tooltips] Cannot save options from adminIt’s hard for me to pinpoint the problem indirectly. Would you be willing to make me an admin account on your WordPress site? If so, you can email the login details to info [at] clevelandwebdeveloper [dot] com.
Forum: Reviews
In reply to: [Hide My Site] Great!Thanks for the kind word words. Glad you like the plugin.
-JustinForum: Reviews
In reply to: [Hide My Site] Does the jobThanks I appreciate the nice review.
-JustinForum: Reviews
In reply to: [Simple Tooltips] It just doesn't workif you give me a link to a page that you are trying to use it on, I can take a look at it for you and see if I can help you out.
Forum: Reviews
In reply to: [Simple Tooltips] It works!Thanks for the review wpdesign13, I appreciate it.
Forum: Reviews
In reply to: [Simple Tooltips] worksThanks for the kind review.
Forum: Plugins
In reply to: [Simple Tooltips] How to make it work with menus?FYI,
I just released version 1.1 which allows you to apply tooltips to WordPress menus. You can do this by entering the CSS selectors for the menus you want to enable. Go to Settings > Simple Tooltips > Menu Selectors.
Forum: Plugins
In reply to: [Simple Tooltips] Images againFYI,
I just released version 1.1 which allows you to set max width and opacity for the tooltip. You can set this via WordPress admin > Settings > Simple Tooltips
Forum: Plugins
In reply to: [Simple Tooltips] changing tooltip positionFYI,
I just released version 1.1 which allows you to set the position of the tooltip relative to the trigger (left, center, or right). You can set this in your WordPress admin > Settings > Simple Tooltips > Position
Forum: Plugins
In reply to: [Simple Tooltips] Tooltip PositionHi figment,
Glad you are liking the plugin.
I just released version 1.1 which allows you to set the position of the tooltip relative to the trigger (left, center, or right). You can set this in your WordPress admin > Settings > Simple Tooltips > Position
Forum: Plugins
In reply to: [Simple Tooltips] Images againGo into the index.php file within the plugin folder. Find the tooltip_data() function. Add a comma after the color parameter, and then add the following two parameters:
'max_width': 400, //whatever max width you want in pixels, default is 250 'opacity': .5, //whatever opacity you want, default is .85
If you make these changes to the plugin code, you would lose them in the future if you ever update the plugin when a new version comes out. However I will try to include the ability to set these options from within the plugin settings page in the next release, so if you do update and lose the changes you would just have to set them again from within the plugin settings page and you would be good to go.
Thanks for calling this to my attention and good luck.
Forum: Plugins
In reply to: [Simple Tooltips] Images againHey,
The link you sent takes me to a ‘page not found’.
You can change the tooltip opacity but you would need to enter custom css in order to do this. I could help you with the css code if need be.
Forum: Reviews
In reply to: [Spacer] A spacer solution that works across themes. Fantastic!Hi SPKane,
Thanks for the positive feedback. I’m glad you are enjoying the spacer plugin and appreciate you taking the time out to leave a review for it.