Creative Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Blocksy] TopbarHello @ditout,
Actually this is not related to a theme, this is a WordPress core feature.
Here is a tutorial that could help you – https://www.wpbeginner.com/wp-tutorials/how-to-disable-wordpress-admin-bar-for-all-users-except-administrators/
Forum: Themes and Templates
In reply to: [Blocksy] Fix: Links do not have a discernible nameHello @pathankp,
Thank you for reporting this issue, I noted it dow in our to do list and we will make everything possible to fix this in the next public update.
Have a good day!
Forum: Themes and Templates
In reply to: [Blocksy] Serious accessibility problemsHello @carlossoft,
At the moment the theme is fully accessible in frontend and partially accessible in customizer (options).
We do plan to improve the situation in customizer in the near future but we also may need your help in order to test the improvements.
If you are fine with helping us to test these improvements, please send us an email at hq@creativethemes.com and we will notify you there and send a beta version once it is ready.
Hope you will be able to cooperate with us.
Thank you and have a good day.
Forum: Themes and Templates
In reply to: [Blocksy] Can’t Center Custom HTMLHey @pcwzrd13, awesome, glad it works 🙂
Forum: Themes and Templates
In reply to: [Blocksy] Can’t Center Custom HTMLI just tested the Sinatra theme and it works the same way like with Blocksy, please see this video – https://d.pr/v/tYbYbV
How did you exactly emebded the iframe in Sinatra theme on your end? Could you please record a video?
Forum: Themes and Templates
In reply to: [Blocksy] Can’t Center Custom HTMLBy the way, did you tried to add a
margin: 0 autostyle to youriframe?The final code should look something like this:
<p><iframe style="margin: 0 auto;" loading="lazy" frameborder="0" width="500" height="900" src="https://shumania.ddns.net/AFO_HIGHSCORE.html"></iframe></p>Hope this helps.
Forum: Themes and Templates
In reply to: [Blocksy] Can’t Center Custom HTMLI’m not sure what theme you used before, but this
align="center"attribute won’t center theiframeinside theptag in any theme I’ve tested.Are you sure you didn’t used a different method to center the
iframe?P.S. What theme did you used before?
Forum: Themes and Templates
In reply to: [Blocksy] Can’t Center Custom HTMLHi @pcwzrd13,
Please share your website URL so I could take a closer look.
Forum: Themes and Templates
In reply to: [Blocksy] Disable ‘More’ in Navbar in Blocksy themeWith pleasure @frontendmentor 🙂
Forum: Themes and Templates
In reply to: [Blocksy] Disable ‘More’ in Navbar in Blocksy themeHi @frontendmentor,
You can use this plugin – https://wordpress.org/plugins/code-snippets/
Hope this helps.
Forum: Plugins
In reply to: [Blocksy Companion] Blocksy blocks my recaptcha pluginHi @matthiasnordwig,
What do you really mean by “blocks my recaptcha plugin”?
Do you have a specific error? Please provide more info so we could better understand the problem.
Thanks.
@riczito thanks a lot for helping us, with your help we managed to reproduce the issue and also find a fix for it.
It was related to our responsive desktop menus logic. In some cases it removed the attached event listeners on the menu items. This is going to be fixed in the next release of Blocksy which will be out this week.
With it, Blocksy should work properly with this plugin.
Thanks a lot for your cooperation!
Forum: Themes and Templates
In reply to: [Blocksy] Disable ‘More’ in Navbar in Blocksy themeHello @frontendmentor,
You can use this filter in order to disable it – https://creativethemes.com/blocksy/docs/code-snippets/disable-responsive-menus-on-desktop/
Hope this helps.
@edo888 thanks for the reply and for trying! Unfortunately it’s not possible for us to debug this way and understand what’s causing the issue without being able to swap out the JS on the site.
@riczito will it be possible for you to do a minimal backup of your site (or any WordPress instance where this problem can be reproduced) and send it over to us to “hq at creativethemes dot com”? Please specifically use that channel for sending it, posting a site backup on a public forum is not safe.
We will then inspect it more closely and try to come up with a solution.
Hope you can cooperate with us on that one!
Forum: Themes and Templates
In reply to: [Blocksy] Featured Image from Custom field value@mrskt00 thanks for getting back to us!
First of all, yes, that’s true — with Blocksy the
post_thumbnail_htmlfilter was getting executed only for post cards that actually have a featured image. For the ones that didn’t have one it wasn’t getting fired. Starting with the next update we will have that fixed.But, I have a better solution and a different filter for you, especially because you want to keep the same html structure in place (
boundlessclass etc). Please remove all your code and put this one in place: gist.github.comPlease note that for this snippet of code to work properly, you need Blocksy of version 1.8.80 (not live as of writing this post). A beta version can be downloaded from here: download
This one should perform better for you.
—
On your issue with
post_tag, most likely there is a way to fix this issue but I’d strong advise you not to re-use taxonomies from one CPT to the other. A much better solution would be to just define a differentblogger_template_tagtaxonomy and use that one for your CPT. Mixing taxonomies would can lead to many other unexpected surprises and much of Blocksy’s CPT integration relies on the fact that you don’t mix them. We could try to find out a solution for you but, as time showed, it just isn’t worth it.Hope this helps!
- This reply was modified 3 years, 1 month ago by Creative Themes.
- This reply was modified 3 years, 1 month ago by Creative Themes. Reason: change link to dropbox