artdirectories2020
Forum Replies Created
-
Version 1.1.6 solved this, with a field in the editor. Thank you!
Hi there. I updated yesterday to version 1.1.6 of the plugin. Thank you for the improvements.
# Issue 1 : is cleared now.
# Issue 2 : the problem is still there. Please see it in action here: https://staging.mbamba.fr/digressions-masonry/
Just to clarify the issue: I wrote a function to change the content of a meta field (the Number of comments). The function is using add_filter( ‘get_comments_number’, ‘hijacked_comments_to_cat’, 999) and the function replaces the comments number by the 1st category of the post . This modifier is working well at the initial launch of the page. When I hit a filter or a page number, the modifier is no longer called. It looks like an ajax issue. Can you help?# Feature Request 3: Having the category as a meta. You said
In our case category inside meta is risky. Because sometimes posts have many categories and it breaks the design. However, we think about your suggestion
How about displaying only the 1st category?
$categories = get_the_category($the_id); $number= $categories[0]->cat_name;
# Feature Request 4: In the pagination bar, highlight the current page. I think there is a problem when the user changes the colors of the pages in the block configuration. The user can change the default style and the hover style of the page number. But the “active” style is not in the editor. That’s probably what got me into trouble. As a workaround, I use manual CSS rules on
.ultp-pagination li.pagination-active a
to match my colors.Thank you for the hard work. Your plugin has a great potential.
Oh. Thank you for your answer. I’m using plugin version 1.1.5 and Theme TwentySeventeen 2.3 on wordpress 5.3.2.
Can you please have a look on this page? All the issues are in action here. https://staging.mbamba.fr/digressions-masonry/
Thank you?Thank you for this anwser.
As everything is editable in this awesome plugin, that single word “all” should be too.
While waiting, I’ll use your trick.