Sam Hoe
Forum Replies Created
-
Hi @aamahin,
Thank you for your reply. I understand that there is no point to do the filter by category if shortcode only have one category. But my use case is to create two different page with different categories of event and also have filter by category.
Can I request for that feature?
1) If only one category in shortcode and also having the cat-filter is yes, don’t show the category tab.
2) If have multiple categories in shortcode and also having the cat-filter is yes, enable the filtering by category (only for categories that defines in shortcode).
Thanks
Forum: Plugins
In reply to: [SH Slideshow] Deleting a single slidePlease update to new version that I just uploaded.
Forum: Plugins
In reply to: [SH Slideshow] Slideshow not showing up in the right placeSorry for late reply. Can you please give me the source code of that page.
Forum: Plugins
In reply to: [SH Slideshow] Slideshow has disappearedYour case is because of you add the slideshow into the widget. Normally text widget is supported shortcode. Please read this
Forum: Plugins
In reply to: [SH Slideshow] Slideshow not showing up in the right placePlease check your CSS stylesheet.
Forum: Plugins
In reply to: [SH Slideshow] access for editorsI haven’t added this setting to the plugin. You can modify the code to allow the editors can manage.
Please replace this code in “sh-slideshow/shslideshow.php” file.
// Admin Menu
function shslideshow_menu(){
$tmp = basename(dirname(__FILE__)); // Plugin folder
add_menu_page(‘SH Slideshow Options’,’SH Slideshow’,3,$tmp.’/options.php’);
add_submenu_page($tmp.’/options.php’,’SH Slideshow Options’,’Options’,3,$tmp.’/options.php’);
add_submenu_page($tmp.’/options.php’,’SH Slideshow Appearance’,’Appearance’,3,$tmp.’/style.php’);
add_submenu_page($tmp.’/options.php’,’SH Slideshow Mini Slideshow’,’Mini Slideshows’,3,$tmp.’/mini-slideshow.php’);
add_submenu_page($tmp.’/options.php’,’SH Slideshow User Guide’,’User Guide’,3,$tmp.’/guide.php’);
}Forum: Plugins
In reply to: [SH Slideshow] [Plugin: SH Slideshow] Navigation TypeHi Aleksander, please use CSS for this case.
Forum: Plugins
In reply to: [SH Slideshow] Images not showingPlease give me more details about this problem.
Hi, marikamitsos
You are right. The “insert link” still not working in visual editor. Only working in html editor.Thank you tsavino. I will change this code into my plugin.
Hi tsavino,
Sorry, I still don’t know why. I will working on this problem. Thank you for reporting this problem.Sam Hoe
Hi tsavino,
So your 4 other sites also got this problem?Hi tsavino,
Did you change your admin page? How did you change your admin page theme? When I check the source code of my plugin page, I found that the important scripts and css are missing. I guess the problem is because of that. BTW, did you try my plugin in others wordpress site?Hi tsavino,
It is so weird. if you can provide me your wordpress login details, I will go inside and check the problem.