caremy
Forum Replies Created
-
The website is using wordpress version 4.8. and the plugin version is 1.7.6
This is the first time i came across this problem since the past few years I have been using this plugin without any problem.
The Entries column show there are 6 entries but when i clicked on the entries link, it is empty and state No entries yet.
Does anyone ever has this problem and how to solve this?
Thanks
Rgds,
CaremyForum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Event Details page templateThanks Joe. It’s work like a charm
Forum: Plugins
In reply to: [The Events Calendar] Custom PHP pageThanks Brook
Forum: Themes and Templates
In reply to: Allow Editor Role to Edit Settings (manage_options)I’m a novice user of wordpress. I used your function for d13slideshow.2.2.0 plugin and it work
I saw there’s one section of the code in the plugin
function d13ss_add_pages() {
// Add a new submenu under Options:
add_options_page(‘Homepage slideshow’, ‘Homepage slideshow’, 7, ‘d13slideshow’, ‘d13ss_options_page’);
}Previously the level is set to 8. I changed to 7. When i logged in as editor role, i can see the plugin option under Setting menu.
Hope this one could help you out