ckubs
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Blocksy] Search popup issueThis one, posted in the second part of the main topic. https://ibb.co/dpwWbc8
Forum: Themes and Templates
In reply to: [Blocksy] Search popup issueThank you. That did it for the search.
Also, if its from the theme you should check the left and right aligned images block. What makes them to behave like full width ones.
Forum: Themes and Templates
In reply to: [Coblog] Wrong size featured images@wpesta Back on this. Looked today at
template-tags.php
found out that featured image onsingle.php
has the code<?php the_post_thumbnail(); ?>
where on archive pages featured image is outputted with<?php the_post_thumbnail( 'coblog-1140-600', array( 'alt' => the_title_attribute( array( 'echo' => false, ) ), ) ); ?>
Replaced first one with the second for
single.pnp
and it looks more normal now. You should check if it wasn’t an code change there.- This reply was modified 4 years, 6 months ago by ckubs.
Forum: Themes and Templates
In reply to: [Coblog] Changing theme fontOk, so I’ll waitthen fort the official update instead of making theme changes. ??
Forum: Themes and Templates
In reply to: [Coblog] Wrong size featured imagesIf it looks good then it may be a problem on my end as I see a square featured image instead of a page width one. I’ll check to seee it’s not a plugin that modifies it’s size, or a setting somewhere.
Forum: Themes and Templates
In reply to: [Blocksy] Blocksy featured image on bbpressThank you a lot. Would be a great update as other popular BBpress like plugins are working on same logic. It won’t be for BB Press only.
Forum: Plugins
In reply to: [Question Answer] QnA user profileYes, but compared to what your other standalone plugin does its pretty basic. An integration between two would be an important feature.
Forum: Themes and Templates
In reply to: [Blocksy] Blocksy featured image on bbpressbbpress does’t have a pagefor forum topics that has to be published, with a shortcode in it, to make the edits. Turning off Page Title globally doesn’t work. But as I suspected bbpress uses the articles template for both forum topics and forum sections/categories. Turning it off globally in Single Posts does the trick but then I’m loosing, sort of, one of the main features of Blocksy.
Also, another issue, on the parent forum page( mysite.com/forums) I get as a header
Nothing Found bbPress Forums
I’m puzzled though, I’ve checked with few other themes and didn’t noticed that kind of issues but then, they weren’t Blocksy. Blocksy is so nice…
- This reply was modified 4 years, 6 months ago by ckubs.
Forum: Themes and Templates
In reply to: [Coblog] Comment area heading issueThank you. Triyng to update that way gives me
There has been a critical error on your website. Please check your site admin email inbox for instructions.
I guesss I’ll wait for the update to arrive via WordPress.
Forum: Themes and Templates
In reply to: [Blocksy] Blocksy featured image on bbpressI don’t really have one. Actually this site is in the making.
But this is the issue. And after the page content that is the forum topic in this case I get also “Newsletter Updates” section. And it does’t happen with bbpress only. If I remember, with Asgaros too. And with Pick Plugins Question and Answer one. Every question has both the featured image and newsletter areas visible. And that inconvenience keeps me from using either Blocksy or one of the above solutions.
https://pasteboard.co/J62DJ1H.png
Inspecting a bbpress forum topic It has this body
<body class="topic bbpress topic-template-default single single-topic postid-338 logged-in" data-link="type-2" data-forms="classic" itemscope="itemscope" itemtype="https://schema.org/Blog">
I could only guess those plugins are using “single” page template and Blocksy is forcing that pages to use featured image and newsletter areas.
- This reply was modified 4 years, 6 months ago by ckubs.
Forum: Themes and Templates
In reply to: [Coblog] Comment area heading issueI’m on 1.1.0 and having this issue. Another update should arrive or the fix is in this one and I have to clean some cache?
Forum: Themes and Templates
In reply to: [Boxstyle] Mobile menu dropdownIt works only on computer for the header menu. The footer one and both on mobile don’t expand when dropdown is open and what goes out the fixed container gets hidden.
I’m not a dev, but if I’ll find something to make this better, maybe an on click solution I’ll post it here.
Forum: Themes and Templates
In reply to: [Boxstyle] Mobile menu dropdownThank you. I’ll look at it and use it that way. Untill you figure out a way to implement it in themes would be nice though, if it’s possible, to remove
!important
from.nav ul
in the next update.Forum: Themes and Templates
In reply to: [Blocksy] Trending block, number of posts?@creativethemeshq Double checked and I found the problem. On the first slide beside the 4 posts as normal, are there also the posts marked as sticky. If I go on the next slide and return, sticky posts dissapear from the first slide. If those could be bypassed…
- This reply was modified 4 years, 10 months ago by ckubs.
Forum: Themes and Templates
In reply to: [Blocksy] Trending block, number of posts?@creativethemeshq Got it. I was a little confused since the first slide outputs more than 4 posts( in my case, 9). Just after I click next arrow one or more timesand return then to the first slide it outputs only 4.