I went in to add a new testimonial last night and was surprised and suspicious to see an admin login page to do so. I was already logged in of course. Here is the page address it takes me to for logging in.
Any ideas why this is happening? With all the login phishing attacks I will not going thru this page till I hear from plugin owner that it’s OK. I do not think it is.
]]>Hi,
I was recently having an issue where we had updated an outdated site and your plugin’s interface disapeared entirely.
It looks like your plugin failed the ability to use the administration pages due to a capability issue.
You may need to update lines 158-164 of file “ltw-testimonials.php” of the current released plugin (v.1.3.2) to replace the role ‘editor’ to something of a capability that the editor has access to (like ‘edit_posts’). I have attached a copy of the code below to display the fix that re-enabled the admin pages on our site:
add_menu_page(LTW_TES_NAME, LTW_TES_NAME, 'edit_posts', 'ltw_manage_testimonials', 'ltw_manage_testimonials', WP_PLUGIN_URL.'/ltw-testimonials/images/icon.png');
// Create subpages
$ltw_tes_testimonials_manage = add_submenu_page('ltw_manage_testimonials', LTW_TES_NAME.__(' - Manage', LTW_TES_UNIQUE_NAME), __('Testimonials', LTW_TES_UNIQUE_NAME), 'edit_posts', 'ltw_manage_testimonials', 'ltw_manage_testimonials');
$ltw_tes_testimonial_groups = add_submenu_page('ltw_manage_testimonials', LTW_TES_NAME.__(' - Groups', LTW_TES_UNIQUE_NAME), __('Groups', LTW_TES_UNIQUE_NAME), 'edit_posts', 'ltw_manage_testimonial_groups', 'ltw_manage_testimonial_groups');
$ltw_tes_testimonial_design = add_submenu_page('ltw_manage_testimonials', LTW_TES_NAME.__(' - Design', LTW_TES_UNIQUE_NAME), __('Design', LTW_TES_UNIQUE_NAME), 'edit_posts', 'ltw_manage_testimonial_design', 'ltw_manage_testimonial_design');
$ltw_tes_testimonial_settings = add_submenu_page('ltw_manage_testimonials', LTW_TES_NAME.__(' - Settings', LTW_TES_UNIQUE_NAME), __('Settings', LTW_TES_UNIQUE_NAME), 'edit_posts', 'ltw_tes_settings', 'ltw_tes_settings');
Hope that this helps you and anyone else that may be having this same issue.
Best,
Sean
Is there in a way to change the ‘Show more’ link displayed in the widget to display a custom url?
]]>Hi,
Really like the plugin, can someone give me link to list of short codes for this plugin, can’t seem to find the FAQ on the plugin website or the list anywhere else..
THANKS…
]]>Hi There,
I have just updated my WordPress to v 3.5 and there is an error with the sidebar widget – it displays a warning message
‘Warning: Missing argument 2 for wpdb::prepare(), called in /home/dv8ac02/public_html/wp-content/plugins/ltw-testimonials/ltw-testimonials.php on line 448 and defined in /home/dv8ac02/public_html/wp-includes/wp-db.php on line 990’
Are you updating soon
]]>Hover options no-longer display in the display setup after plugin update 1.3.1 which is a pity as I was using them as an anchor for styles.
]]>I would like to know if there is a way that ltw-testimonials can show only 5 testimonials at a time, then to view the rest of the testimonials there should be a (previous – next).
If anyone can please help me with I would really appreciate it.
Thank You
]]>Love, love this plugin. But it seems it will only show so many on a page and does automatically create a next page nav. Any way that can be done?
]]>Is there a way to limit the number of words being displayed?
]]>Just wanted to say this is a great plug-in and easy to customize. Thank you!!!
]]>The plugin does not have any instructions about how to show the plugin in a page. Is there any shortcodes the user can place in a page?
]]>Hello,
WP: 3.2.1
LTW T: 1.3.0
On the Testimonial Overview page, the checkbox for “Show in Widget” is not saving, you have to actually edit each widget to make the update save.
I have not had a chance to look into fixing this myself yet. If I make time to do so and find a solution, I will share it here.
Thank you for a great plugin.
=-)
The only part of the Testimonials admin page that I can see is the “Add New” – I can add a testimonial, and I can see it on my website, but I seem to have lost the ability to access and edit testimonials in the admin section. Any ideas?
]]>Tried to auto add plugin, and also manually added and recieved the following error.
https://----------------/plugins/tb-testimonials/inc/i/loaders/loader_default.gif
Warning: loader_default.gif is not a valid file or url in --------------/wp-content/plugins/tb-testimonials/tb-testimonials.php on line 930
Fatal error: Unsupported operand types in ---------------/wp-content/plugins/tb-testimonials/tb-testimonials.php on line 881
i’m guessing this s a WP 3.2 issue? Anyone else experiencing it?
]]>After adding define('FORCE_SSL_ADMIN', true);
to my configuration, the Testimonials admin does not work anymore. All plugin links are absolute HTTP URLs, so form POSTs are redirected to HTTPS GETs.
No css is shown in the code when it’s used as a widget so the styling is not functional
]]>https://www.lessthanweb.com/products/wp-plugin-ltw-testimonials#comment-765
Hello Anze,
Great plugin, it is very smooth.
* Feature Request *
A. Could you please add access to widget styling.
B. Tags around the quote so we can add ” ” around it and style them.
eg. %testimonial%
Main reason I request B, is based on A when I styled my sidebar widget, as I was able to add the code in B to the design HTML and have it work on a post/page, so if A is applied then it would make B obsolete ??
I have modified the plugin directly to already style the widget, but such a shame on a beautiful plugin, and its a pain during updates.
Thank you very much,
=-)