ClevelandWebDeveloper
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Tooltips] Using in Contact form 7Try something like this:
[simple_tooltip content='<img style="width: 120px; height: 53px;" src="http://www.yoursite.com/yourimage.jpg">']This triggers the tooltip[/simple_tooltip]Forum: Plugins
In reply to: [Hide My Site] Password Protection will not go awayHi mswalker,
This is very likely the result of a caching issue.
If you are using wpengine (or a different host that auto-caches) try reaching out and ask if they can clear your cache for you.
Also if you are using a caching plugin, try clearing the site cache via the plugin settings page.
Some times it takes a few hours after users take the above steps to notice the change. In this case, you should also clear your browser cache (though clearing your browser cache would only be effective after taking the above steps)
Thanks,
JustinHi Labcat,
I’m not able to reproduce this error – I am running Hide My Site 1.6.3 on the latest version of WordPress.
This leads me to believe there is a third party plugin/theme that is causing the conflict.
I once had a user mention this problem who was using the Appthemes Vantage Theme – is that what you are using as well?
Thanks for the feedback,
JustinForum: Reviews
In reply to: [Hide My Site] Works as intendedHi Nicecms,
Thanks for taking the time to leave a nice feedback – much appreciated.
Best,
JustinForum: Plugins
In reply to: [Simple Tooltips] Using in Contact form 7Hi Vadim,
The first thing you would have to do would be to enable custom shortcodes within contact form 7. Here is how to do that:
Add the following into the functions.php file in your theme:
add_filter( 'wpcf7_form_elements', 'mycustom_wpcf7_form_elements' ); function mycustom_wpcf7_form_elements( $form ) { $form = do_shortcode( $form ); return $form; }After that, you should be able to insert the tooltip shortcode within the forms. However, the tooltip button won’t be available to use when creating the form, so you would have to type the shortcode manually or copy and paste it from page/post.
Best,
JustinForum: Plugins
In reply to: [Simple Tooltips] Does not work after upgrading wp 4.5Would someone be able to provide me with a link to a demo page that is showing the error? Feel free to message me direct via info[at]clevelandwebdeveloper[dot]com
Forum: Plugins
In reply to: [Hide My Site] Type password twiceHi Gentenet,
That shouldn’t be happening. Feel free to message me direct via info[at]clevelandwebdeveloper[dot]com
I would start by taking a look at the front end of the site so I’d need to know the URL and the hide my site password.
Best,
JustinForum: Plugins
In reply to: [Simple Tooltips] Does not work after upgrading wp 4.5I just checked on a wp 4.5 and can confirm it worked for me.
Forum: Reviews
In reply to: [Hide My Site] Nearly UselessHi just wanted to clarify,
If someone is able to access a subpage on your site via exact URL, that means the plugin is not working properly on your site. Please feel free to message me directly if you need further assistance via info [at] clevelandwebdeveloper [dot] com
Best,
JustinForum: Plugins
In reply to: [Hide My Site] No warning of the wrong password enteredHi Madhu,
What I would do is first place a cookie if the url parameter is set as desired. Setting cookies can be complicated if you haven’t done it before, and the scope of how to do that is beyond this plugin.
But let’s assume for the sake of simplicity that you already set a cookie named “specialaccess”.
You could then find the line within index.php in the plugin folder, find where it says:
AND (empty($cookie_just_set))and change this to:
AND (empty($cookie_just_set)) AND (empty($_COOKIE['specialaccess']))Best,
JustinHi Chuck,
Which web host are you having the problem with?
Forum: Plugins
In reply to: [Hide My Site] No warning of the wrong password enteredHi alllochka,
Thanks for your feedback and I’m happy to hear you are finding the plugin useful.
To your question – it’s not currently a feature. It’s something I would like to add though I just need to find the time.
In the meantime, one idea would be to edit the template file (See the section titled “How to override the login page template within your theme folder” on http://www.clevelandwebdeveloper.com/wordpress-plugins/hide-my-site/), and then add the following code to the top of the template file page:
<?php if($_POST['hwsp_motech']) : ?> <script> alert("Sorry, you entered the wrong password."); </script> <?php endif ?>Forum: Reviews
In reply to: [Simple Tooltips] Great plugin!Hi Leah,
I’m happy that the plugin is useful for you and I’m glad I was able to help!
I really appreciate you taking the time to leave a nice review.
Thanks,
JustinForum: Reviews
In reply to: [Simple Tooltips] Wonderful and simpleHi Zink,
You’re welcome! Thanks for your nice review.
Best,
JustinForum: Reviews
In reply to: [Hide My Site] Super simple, easy and effectiveHi John,
Just wanted to follow up and thank you for your kind review. I really appreciate it!
Thanks,
Justin