ckubs
Forum Replies Created
-
Forum: Plugins
In reply to: [GD bbPress Attachments] File upload error@gdragon Found the settings. A lot of them :))
Checked disable and the error is no more. There should be an option though, to be able to still view the error when an inappropriate image is uploaded but to dissapear on page refresh or to be able to close it with a click.
Forum: Plugins
In reply to: [GD bbPress Attachments] File upload error@gdragon Actually just recently installed bbp attachments and I didn’t know that as I could’t find plugin’s settings. Thank you ??
It’s working. My fault. I was confusing “front page” with homepage. ??
Forum: Themes and Templates
In reply to: [Blocksy] Previous next topic issue@creativethemeshq Sorry! That was the first thing I thought, to report it there but the website field is mandatory and mine has a problem right now.
For the moment it was more of a suggestion, you are right, than issue. To clear it, that’s what is all about. Since that feature doesn’t work properly there I thought it would be a good fix if it could be removed for the bbpress templates.
- This reply was modified 4 years, 5 months ago by ckubs.
Forum: Plugins
In reply to: [bbPress Voting] Form height isue@natekinkead Managed to make It how I wanted https://ibb.co/3rX1Tfs Now since I have everything in my child theme css file, is there any way I can make the plugin not load it’s frontend CSS?
Forum: Themes and Templates
In reply to: [Blocksy] BBpress headers issueIf the update is not far away, I’ll probably wait for it. Thank you.
Forum: Themes and Templates
In reply to: [Blocksy] BBpress headers issue@creativethemeshq The plugin is GD BBpress tools. It outputs a number of pages and even though I don’t really need the page with most popular topics there are some more important.
For example I have the option to enable search form for single forums and single topics. Searching something gives me the desired result but that page header sayis “Nothing found”.
- This reply was modified 4 years, 5 months ago by ckubs.
Forum: Themes and Templates
In reply to: [Blocksy] Selecting shadows is fiddlyMuch better. That will do to solve the problem ??
Forum: Themes and Templates
In reply to: [Blocksy] Selecting shadows is fiddly@creativethemeshq maybe you could analize if it’s possible to change this selector https://ibb.co/Jqw6N2J with this one https://ibb.co/7ync9zQ across the entire customizer pannel. Little less code to mantain, easier to operate and I guess, it would work.
Forum: Themes and Templates
In reply to: [Blocksy] Search popup issue@creativethemeshq I see now. That means those classes had to be there. Unfortunately my issue was that left/right images were wide, whole page wide. If your demo works as espected with them, I guess I have to find the issue on my end.
- This reply was modified 4 years, 6 months ago by ckubs.
Forum: Themes and Templates
In reply to: [Blocksy] Search popup issueWith all the themes I checked, that image block has
"class=wp-block-image"
.With your theme is
class="wp-block-image align-wrap-left alignwide"
. But even though with those added classes the image is properly floated to the left on your demo. I have to check what could be the problem.Forum: Themes and Templates
In reply to: [Blocksy] “Nothing Found” on bbpress views pages@creativethemeshq I apologize, it was my fault. Found out right now those pages weren’t part of bbpress. But an addon
GD BBPress Tools
Not being part of bbpress core there’s nothing you can do, then. I’ll look at the code and try to make the changes to make those pages headers look like what you did with core
website.adress/forums
page where the issue wasalso present.Forum: Themes and Templates
In reply to: [Blocksy] “Nothing Found” on bbpress views pages@creativethemeshq Yes, it’s incorrect there too. If you open BBPress’s
/forums/view/popularpage
the page header shows “Nothing Found” text. As with the rest:/forums/view/no-replies/ /forums/view/most-replies/ /forums/view/latest-topics/ /forums/view/topics-freshness/
Forum: Themes and Templates
In reply to: [Blocksy] “Nothing Found” on bbpress views pagesI’m not saying it was correct( quite contrary) but, it also present on the bbpress pages I mentioned above. ??
Forum: Themes and Templates
In reply to: [Blocksy] Search popup issueAs I see left( right one, too) aligned image block has
class="wp-block-image align-wrap-left alignwide"
And this part `.wp-block-image.alignfull img, .wp-block-image.alignwide img {
width: 100%;
}`
that appears to be fromwp-includes/css/dist/block-library/style.min.css
makes them full width. Commenting it in browser inspector gives me proper left, right aligned images.- This reply was modified 4 years, 6 months ago by ckubs.