Hi,
Very nice plugin, thanks a lot!
Is it possible to adjust with CSS the size of the box for the mobile view as well as the size of the picture? It seems to come very small picture and too narrow testimonial box.
Thanks for your help
]]>Hello,
i want to show a european date-format in the testimonial, exists there an option?
thanks
]]>I’m seeing errors on the console in apct-backend.js
Uncaught TypeError: datepicker is not a function.
line 219:
$(‘#apct-custom-date’).datepicker({dateFormat: ‘yy-mm-dd’});
Hello,
The CSS asset wp-content/plugins/ap-custom-testimonial/css/jquery-ui.css?ver=4.9.5
is enqueued all over the admin area, which breaks many other plugin’s style.
Could you please refactor to enqueue only to the plugin’s own page? Currently you have
add_action('admin_enqueue_scripts', array($this, 'apct_register_admin_assets'));
You just need to delete the line and modify apct_add_plugin_menu
like this.
/** On New Plugin Menu */
function apct_add_plugin_menu() {
// Store the page references in an array
$pages = [];
$pages[] = add_menu_page('AP Custom Testimonial', 'AP Custom<br/>Testimonial', 'manage_options', 'apct-admin', array($this, 'apct_main_page'), 'dashicons-id');
$pages[] = add_submenu_page('apct-admin', 'Testimonial Setting', 'Settings', 'manage_options', 'apct-admin', array($this, 'apct_main_page'));
$pages[] = add_submenu_page('null', 'Create Testimonial', 'Create Testimonial', 'manage_options', 'apct_testimonial_create', array($this, 'apct_testimonial_create'));
$pages[] = add_submenu_page('null', 'Edit Testimonial', 'Edit Testimonial', 'manage_options', 'apct_testimonial_edit', array($this, 'apct_testimonial_edit'));
$pages[] = add_submenu_page('null', 'View Testimonial', 'View Testimonial', 'manage_options', 'apct_testimonial_view', array($this, 'apct_testimonial_view'));
// Loop over the array and enqueue the scripts
foreach ( $pages as $page ) {
add_action( 'admin_print_styles-' . $page, array( $this, 'apct_register_admin_assets' ) );
}
}
If you are on GitHub, I can send a PR.
]]>Hi, when you view the home page testimonials on mobile, the text breaks inside of the words. It doesn’t look like I can attach a screenshot here, but please have a look. It doesn’t look right, and seems buggy. Is there anything that I can do about this? Thank you
]]>I am trying to add in the Author Name field, “D’Souza”. However, after I save the entry it comes up as, “D\’Souza”, and there is nothing I can do to remove the backslash. Any ideas?
]]>Hi there,
The Authors Image doesn’t appear. I’m using the latest WP version as well as the latest plugin version.
The Dev Tools shows me that the apct-testimonial-image class is showing source (unknown) for the images.
How can this be resolved? Thanks!
]]>Hi there,
I’m using your pluging and it works pretty well in desktop devices, but mobile responsive is kinda wrong. It’s height is set up by the testimonial with maximum length, which means that when you slide over the next testimonial, even if it is just 2 words, the background stills being with the maximum height, navigation arrows are at the bottom, and u have to scroll empty space until you get’em.
It would be nice that the height autoadapts for the current testimonial lenght, and also to be able to change font size for mobile display.
I tried 2 hours now with CSS, but its kinda tricky, so any help will be much appreciated.
]]>Hi Team
I am using access press store theme, after updating the plugin i have noticed some of the changes in Woocommerce product slider as link below.
https://prntscr.com/clfjmt
Earlier sale sticker use to be as single page product appearance, and Add to Card appears on hover with out the tag “product-slider
]]>Hi all,
This plugin is awesome!
But in https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Ffototrekking.com%2F recomends optimize CSS delivery of 3 fonts (Open Sans, Roboto and Raleway), my site drops from 79% to 59% in Mobile score.
Please, show me the way for optimize CSS delivery. This is possible?
Thanks in advance!
]]>on updating plugin erased things completely. its like just new plugin added.
]]>Hi,
I have tired uploading 200×200 jpg, and even higher size pictures in the testimonial form picture looks clear, but the output pictures blur.
even i change the thumbnail picture size to 200, single product to 300, catalog image to 300. no result.
Need your assistance.
]]>Hi
I tried using this plugin, its only accepting default shotcode [ap_custom_testimonial].
When i tried with generated code in widget even text also; all codes are showing on the page.
[ap_custom_testimonial?type=’list-layout’?template=’template-4′?display_num=’all’?content_length=’full’?custom_layout=’disable’?title=’show’?comp_detail=’show’?email=’show’?rating=’show’?order_by=’id’?order_type=’ASC’?date=’show’?image=’show’]
Result:
https://prntscr.com/bmolw3
Settings:
https://prntscr.com/bmomjz
https://prntscr.com/bmomb6
https://prntscr.com/bmomjz
https://prntscr.com/bmomtc
https://prntscr.com/bmono3