03-10-2019, 03:35 AM
(03-08-2019, 04:53 PM)tazilon Wrote:(03-08-2019, 04:46 PM)WallBB Wrote: Can you try the latest version of the theme ? It is available in your dashboard.
You forgot to add attachment ?
I tried to post an image of the issue, and attach an image, the system said I needed at least 5 posts to do so.
I also forgot to add that the issue is seen on a Windows 10 PC, in both Chrome and Firefox browsers.
(03-08-2019, 04:53 PM)tazilon Wrote:(03-08-2019, 04:46 PM)WallBB Wrote: Can you try the latest version of the theme ? It is available in your dashboard.
You forgot to add attachment ?
I tried to post an image of the issue, and attach an image, the system said I needed at least 5 posts to do so.
I also forgot to add that the issue is seen on a Windows 10 PC, in both Chrome and Firefox browsers.
Trying to get to 5 posts so I can post an image of the issue. This should be post #3.
I purchased the theme with the assigned user name rbk.
Here is the test site where the issue can be seen: thefriendlyforum.com/thread-1-post-5.html#pid5
Simple to fix, this is an old issue with MyBB but I am not sure why you are seeing this.
Anyways go to global.css
Find
Code:
blockquote cite span
And change this to
Code:
blockquote cite > span
This should fix it.