litbea
Forum Replies Created
-
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.
Forum: Plugins
In reply to: [WooCommerce Products Per Page] Not working with woocommerce 2.1 and WP 4.0I 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…”
Forum: Plugins
In reply to: [Contact Form 7] Wrong redirect after editing the formI can’t post a link to the form, it happens in the admin area.
For example, if I’m in /wp-admin/admin.php?page=wpcf7 and I click the copy link if any existing form, I’d expect to stay on that and view the new form. It takes me to /wp-admin/ and I need to click again on the left menu to go to /wp-admin/admin.php?page=wpcf7
It also happens after saving a form, or changing a form name… I think it doesn’t follow the standard behaviour of admin posts page, admin pages page or any other custom type pages.
From visitor’s point of view everything works fine.
I’m really surprised, no one else is having this issue?