Labels |
Added:
?
|
Related to:
#32919 | [4.0] css changes in voting plugin
#32914 | [4.0] Pagination set to bottom after voting
See line 84 file: ...\plugins\content\vote\tmpl\rating.php
Now
<div class="content_rating" role="img" aria-label="<?php echo Text::sprintf('PLG_VOTE_STAR_RATING', $rating); ?>">
Add the classitem-content
<div class="item-content content_rating" role="img" aria-label="<?php echo Text::sprintf('PLG_VOTE_STAR_RATING', $rating); ?>">
Title |
|
@sandewt can you please add #33337 to" in #33164 (comment) as its also about vote if i understand your comment correct.
See line 84 file: ...\plugins\content\vote\tmpl\rating.php
Oops, my suggestion does NOT work in the position: TOP
This results in two paddings.
I am not able to reproduce this issue.
Don't know what I am missing?
I am not able to reproduce this issue.
Don't know what I am missing?
Empty your browser cache
@rjharishabh pull request #33340 didn't solve this issue.
I am not able to reproduce this issue.
Don't know what I am missing?
Oops I understand you, I am showing here that my proposal above does not work.
I am getting this.
True, but it doesn't work on top
@rjharishabh please look at blog-view, not article-view.
@sandramay0905
Can you share the page URL?
Sure, its the blog-menu of sample data: https://sandramay09051.joomla.com/en/blog.html (terminated)
File line 95 - ... : \components\com_content\tmpl\category\blog_item.php
Move the div tag.
Change this
</div>
<?php // Content is generated by content plugin event "onContentAfterDisplay" ?>
<?php echo $this->item->event->afterDisplayContent; ?>
To
<?php // Content is generated by content plugin event "onContentAfterDisplay" ?>
<?php echo $this->item->event->afterDisplayContent; ?>
</div>
I don't know if this change works fine everywhere.
@sandramay0905 please test #33426
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-04-30 13:37:41 |
Closed_By | ⇒ | sandramay0905 |
If correct, I don't know, but temporary got spaces with:
div.content_rating img {
padding: 0.1rem;
}
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33164.