litbea
Forum Replies Created
-
Forum: Plugins
In reply to: [Broken Link Checker] Add capability to some rolesI’ve tried editing core.php on line 309 with
function admin_menu(){
//if (current_user_can(‘manage_options’))
if (current_user_can(‘edit_pages’))but it’s not working 🙁
Forum: Plugins
In reply to: [Restricted Site Access] Php ErrorThanks esiddhi, it worked like a charm!
Thanks for your answer, will have a look there.
Forum: Plugins
In reply to: [CoursePress Learning Management System] Where to put child templates fromHi again:
I need to modifu another template, student-dashboard.php. What filters should I include?
Regards,
EduardoForum: Plugins
In reply to: [CoursePress Learning Management System] Where to put child templates fromSolved!
Thanks a lot.
Forum: Plugins
In reply to: [CoursePress Learning Management System] Where to put child templates fromThanks again for your quick answer, but it’s not working for me. I’ve inserted both add_filter and function to my functions.php and then the popup opens, there the animation while waiting, but no content is loaded inside the lightbox.
Could I insert some debug info inside the function to show the full path it is trying to load, like print_r(array_values($array[‘signup’])); ?
Regards
EduardoForum: Plugins
In reply to: [CoursePress Learning Management System] Where to put child templates fromHi Bojan, thanks for the info!
I’ve tried adding your function to my already existing functions.php file, but had still no luck.
For example, must child popup-window-signup.php template be located in the same folder as the functions.php file or inside /templates child folder? I’ve tried both but still nothing 🙁
Have a nice day.
Forum: Plugins
In reply to: [CoursePress Learning Management System] Where to put .PO/.MO files?There so many lines like this
_e( “0 units in the course currently. Please check back later.”, “cp” );
that should like
_e( ‘0 units in the course currently. Please check back later.’, ‘coursepress’ );
I think its difficult to justify buying the plugin if so many templates are needed to be verified by us.
Forum: Plugins
In reply to: [CoursePress Learning Management System] Where to put .PO/.MO files?I think it’s working but I have to point out some bugs regarding localization:
- it seems like you’re using the word “enrol” in the POT file while “enroll” is used inside the templates.
- the emplates are looking for ‘cp’ language template, while it shoud be ‘coursepress’ as your answered to another user some days ago.
Forum: Plugins
In reply to: [CoursePress Learning Management System] Where to put .PO/.MO files?Well, I’ve changed cp-it_IT.mo to coursepress-it_IT.mo and cp-it_IT.mo to coursepress-it_IT.mo in /ms/wp-content/plugins/coursepress/languages and it seems to be working.
I’ll have a deeper try…
Forum: Plugins
In reply to: [Solid Code Theme Editor] Can't find SCTE in control panelSame problem here with WP 4.1, there is no SCTE in my installation using a child of Divi Theme.
What’s the direct URL inside a WP to it (just to check its presence)?
Regards,
EduardoI think the problem is caused because I installed two instances of WordPress in the same hosting, one inside a folder of the outer and so the URLs became wrong.
I think the problem is caused by my theme. It’s from Elegant Themes and there is a control over the loop. Your plugin doesn’t add/remove any column or control the number of products per page 🙁
Forum: Plugins
In reply to: [Contact Form 7] Wrong redirect after editing the formThanks azekry for looking into int. I’m glad you solved it, I was using a CLASS attribute aswell, but changing it to ID doesn’t solve the problem 🙁
I hope someone else come with other ideas…
Forum: Plugins
In reply to: [Contact Form 7] Wrong redirect after editing the formI meant “…I’d expect to stay on that PAGE…”