radi_v
Forum Replies Created
-
Forum: Plugins
In reply to: [FeedWordPress] "You do not have sufficient permissions to access this page."I am still having issues allowing editors to work with the plugin in multisite.
What is the capability name so I can try using add_cap() ?Same problem here.
I even tried setting create/edit/remove/list per user all update but the edit capability.Is there something in the code that prevents the plugin from storing the edit capability?
Forum: Plugins
In reply to: [FeedWordPress] "You do not have sufficient permissions to access this page."Update: I needed to “Upgrade FeedWordPress”. The problem was that I could not get the “Upgrade FeedWordPress” page from the main plugin page. You need to click on one of the other plugin pages…
Forum: Plugins
In reply to: [FeedWordPress] "You do not have sufficient permissions to access this page."Same here.
I am using 3.5.1 in multisiteI am having the same problem.
I am moving from single WP site to WP MU and most of my users have space in there user names.
How do you allow spaces in username so I can port the old users the the new site without having to change there usernames?Are there alternatives that will let me use a gallery/attachments?
I am asking a question about the genesis-responsive-slider. Where am I supposed to ask questions about it?
To add to my case.
In conjunction with the slider I also have WooCommerce plugin so in the slider settings I have:Type of Content Would you like to use posts or pages?
from the drop down I can select
posts, pages, product, product_variation, shop_order and shop_coupon
Because of that I thought that it might not be too hard to add gallery to the selection.
Please let me know what you think.
Thanks in advance!Forum: Plugins
In reply to: [Bad Behavior] Is 2.2.11 working or not?thx guys!
same problem here.
Any ideas what is going on?Forum: Plugins
In reply to: bbpress email notificationHi rantamies,
You could use this link to see how it could be done until they add this option to the core bbPresshttps://bbpress.org/forums/topic/email-notification-2/#post-119583
Forum: Plugins
In reply to: [bbPress] Akismet and bbPressWondering the same here?
Would somebody comment that please?Well I am not sure why would you want to redirect your users to other pages.
The idea is that if you are not logged in, you will see a message that will let you know that you need to login before you can post events…
The “Unauthorized Access” message is not telling the user why he/she cannot post events.
thanks, that worked.
btw why you did not include that option into the settings of the plugin?Marcus, the problem is not in the datepicker.
I would consider that there is something wrong with my plugins and theme if it was not working in[event_form]
but since it is working there, but not in the front-end edit event it must be the Events Manager.
OK so this link looks like the regular add event form that you get by adding this
[event_form]
short code to your page.What I need to to is allow my register users to upload events and edit them if they need to.
the[event_form]
does not give you the option to edit any events on the front-end.However, if you set up a page in
Events>Settings>Pages>Other Pages>Edit events page
you should be able to add/edit events if you are logged in. The problem is that this section of the plugin does not work. It does not let me to add new events because of incorrect date format.
Also, If I add an event from[event_form]
page but try to edit it, it will accept any date format, however will not update the date…I tried to dig in the code and found this:
In file “when.php”. (You can find it in “\wp-content\plugins\events-manager\templates\forms\event\when.php”)<p class="em-date-range"> <?php _e ( 'From ', 'dbem' ); ?> <input class="em-date-start em-date-input-loc" type="text" /> <input class="em-date-input" type="hidden" name="event_start_date" value="<?php echo $EM_Event->event_start_date ?>" /> <?php _e('to','dbem'); ?> <input class="em-date-end em-date-input-loc" type="text" /> <input class="em-date-input" type="hidden" name="event_end_date" value="<?php echo $EM_Event->event_end_date ?>" /> </p>
in this code the hidden fields are the ones that store the date. That is why every time I try to edit the date it will accept my new date but will not store it in the DB. I changed the hidden inputs to text and that showed me the current event dates and if you change the date it will be stored in the DB, however you will not get the date-picker…
Hope this is helpful!