tnoguero
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Link to custom category not working when using the idHi, does anyone have any other idea?
$cat_args[‘value_field’] = ‘slug’; doesn’t work.
Or if anyone can point why I can’t access when using the id to my custom taxonomy.
Thanks
Forum: Fixing WordPress
In reply to: Link to custom category not working when using the idThe url is https://13.75.40.34/ if you want to see what i mean, i have applied the change you suggested.
Also, do you know why it doesn’t work when it is https://myurl/?video_category = 35 but it does when it it https://myurl/?cat=91?
Thanks for your help.
Forum: Fixing WordPress
In reply to: Link to custom category not working when using the idHi
I had tried that before (and now again ?? ) but when i do that it doesn’t do anything when i select a value in the drop down list. It doesn’t generate any query/url.do you know why?
Forum: Fixing WordPress
In reply to: Link to custom category not working when using the idHi, sorry I don’t understand. In my widget I have
$cat_args = array(
‘orderby’ => ‘hierarchical’ => $h,
‘taxonomy’ => ‘video_category’,
);
if ( $d ) // when displaying as dropdown
{
$dropdown_id = ( first_dropdown ) ? ‘video_category’ : “{$this->id_base}-dropdown-{$this->number}”;
$first_dropdown = false;
echo ‘<label class=”screen-reader-text” for=”‘ . esc_attr( $dropdown_id ) . ‘”>’ . ‘</label>’;$cat_args[‘show_option_none’] = __( ‘Select a Category’, ‘acquire-widgets’ );
$cat_args[‘id’] = $dropdown_id;/** * Filter the arguments for the Categories widget drop-down.
*
* @since 2.8.0
*
* @see wp_dropdown_categories()
*
* @param array $cat_args An array of Categories widget drop-down arguments.
*/wp_dropdown_categories( apply_filters( ‘widget_categories_dropdown_args’, $cat_args ) );
?><script type=’text/javascript’>
/* <![CDATA[ */
(function() {
var dropdown = document.getElementById( “<?php echo esc_js( $dropdown_id ); ?>” );
function onCatChange() {
if ( dropdown.options[ dropdown.selectedIndex ].value > 0 ) {location.href = “<?php echo home_url(); ?>/?video_category=” + dropdown.options[ dropdown.selectedIndex ].value;
}
}
dropdown.onchange = onCatChange;
})();
/* ]]> */
</script>Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] 404 Page note foundHi
Can I please get some help with this issue?
Thanks
TeresaI removed the plugin and added again and now it works, thanks. It still say version 1.0.6 though (it is the same I had install before and didn’t work).
Thanks for the quick answer.
Cheers
Me too
Hi
I am having the same problem. I have set permalink to behttps://myypaddress/wordpress/index.php/%postname%/
then in settings for learnpress in single course link i have custom: /courses.
If I change the link settings for courses it doesn’t make any changes. I also tried to change the permalink settings to post name but it will break the whole site and I still can’t acess to the courses.
Help please