kaquna
Forum Replies Created
-
sorry…
‘Incorrect Answer(s)’ neither ‘Incorrect Answer’ appear in po file. they don’t appear in po file. it should be added…
also, the next lines…
<th><?php _e('Correct Answer', 'tutor'); ?></th> <th><?php _e('Incorrect Answer', 'tutor'); ?></th>…should be…
<th><?php _e('Correct Answer(s)', 'tutor'); ?></th> <th><?php _e('Incorrect Answer(s)', 'tutor'); ?></th>…because that’s how it is in the po language file
of course, it can be changed, putting the file in child theme, but I think it would be better if it was changed in the original file…
Forum: Plugins
In reply to: [WP Ultimate Post Grid] date languagemany thanks
in github you say:
EDD Action code is written in this file : includes/actions.php edd_get_actions and edd_post_actions
[…]
There are two solution for this.
One is put the edd_post_actions function before edd_get_actions function so it will run post actions before the get actions.so I move, in the includes/actions.php the line 36 (add_action( ‘init’, ‘edd_get_actions’ );) after the line 59 (add_action( ‘init’, ‘edd_post_actions’ );)
😀
the result is that the login is produced but redirect to home page, not to receipt view…I have test it and if in actions.php change the order and put add_action( ‘init’, ‘edd_get_actions’ ) after add_action( ‘init’, ‘edd_post_actions’ ) the login is produced but I go to home page…
many thanks
when click in the link in the receipt mail, go to a page type domain.com/?payment_key=(the_key)&edd_action=view_receipt
in the page appears a login form.
I insert the correct user and pass. then, the page seems to load something but the same form reappears. cannot login…it’s the same thing…
the question is not about override templates.
the question is that the final path to, for example, the tab “announcements” is “/courses/name-of-the-course/announcements”.if the slug “courses” is changed to, for example, “the-full-courses”, when the student acces to the course, if click in the tab “announcements”, the program try to find the path “/the-full-courses/name-of-the-course/announcements” and get 404 error.
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] excerpt in posts blockwell…
i ‘ve seen… if the post have excerpt, activating post content the excerpt is shown.Forum: Plugins
In reply to: [Estatik Real Estate Plugin] number of posts in archive pagethe links are examples… 😀
I’m testing on local.
even though in the general setting page I put 3 posts per page, the search page only shows three properties, but archive page shows all the properties.
and the php file seems to be the same for both options, but…thanks for your reply
Forum: Plugins
In reply to: [IMPress Listings] Delete deafult property typessorry for the inconvenience
/* Remove Default Status Terms from IMPress Listings */
add_filter( ‘wp_listings_default_status_terms’, ‘custom_default_status_terms’ );
function custom_default_status_terms() {
$status_terms = array();
return $status_terms;
}Forum: Plugins
In reply to: [IMPress Listings] Delete deafult property typesthe same for status…
if I rename it in spanish, the old english category reappears…sorry…
conditions panel
it’s OK
many many thanks!!