Creative Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Blocksy] Featured Image from Custom field value@mrskt00 yes, the issues that you mention are fixed in the #2 approach. Please let me know if you can switch your custom field to output attachment ID, not URLs.
Also, can you please show us a screenshot of which featured images you are trying to replace. Is it on the single post page or on the archive pages?
Forum: Themes and Templates
In reply to: [Blocksy] Featured Image from Custom field value@mrskt00 Hello!
First of all, the
post_thumbnail_htmlfilter works just fine with Blocksy, I just gave it a go. But, in order for it to work, the post needs to have a real featured image attached to it (that is,has_post_thumbnail()has to return true for that post). Otherwise, the filter won’t even be called.There are two options here (I would go with the 2nd one honestly):
- Re-write the
blocksy_get_featured_image_output()function in a child theme from theinc/components/single/single-helpers.php. Re-write the function implementation to pull the image from your custom source. Note: this will be quite tricky to implement and you will be on your own to maintain this function. - Follow this steps:
- Rewrite your custom field to use attachment IDs (not URLs). I understand that this might or might not be possible, depending on where you’re taking your images from.
- Implement a custom filter that we will give to you that will pull the image from that new source.
If you are okay with strategy #2 — please let us know and we’ll implement the filter in the next Blocksy release. We will also give you a beta version with the implementation and also an example code snippet that you can use as a reference.
If you absolutely must use URLs and not attachment IDs, please also let us know and we’ll think of something.
Waiting for your reply so that we know how to move forward.
Thanks and all the best!
- This reply was modified 3 years, 1 month ago by Creative Themes.
Forum: Themes and Templates
In reply to: [Blocksy] Blocksy always knocks my sites over on autoupdateHey @static1635,
We could check this more detailed but we will need the debug.log so we could see the entire picture better.
Are you able to provide the log file?
Have a good day!
Forum: Themes and Templates
In reply to: [Blocksy] Blocksy always knocks my sites over on autoupdateHi @static1635,
That’s really weird, this is the first time when someone is reporting such an issue… Honestly I don’t really think this is somehow related to Blocksy but we can make a more detailed investigation.
Please find the debug.log file and send it to our email – hq@creativethemes.com
Waiting an email from you.
Have a good day!
Forum: Themes and Templates
In reply to: [Blocksy] Blocksy always knocks my sites over on autoupdateHi @static1635,
That is super weird, this should not happen and we don’t know about such an issue with our auto update process.
Do you happen to know what is the error that happens at that moment? Maybe you have the stack trace somewhere or you have the error in the
debug.logfile?This would help us ameliorate the problem or at least understand where to look.
Waiting for your reply!
Forum: Themes and Templates
In reply to: [Blocksy] Blocksy theme – conflict with Gtranslate plugin?@riczito Hello! We replied in your original thread of the “Translate WordPress with GTranslate” plugin and asked for more details. Hope you could reply to us there so that we could keep the discussion focused in one place.
Cheers!
@riczito @edo888 Hello! One of the Blocksy developers here.
Can you please provide a more detailed reproduction steps on this issue? We tried to put the flags in the menus on our end on two different clean WP setups but everything worked just fine — clicking the flags triggered website translation.
We really doubt that the
document.addEventListener('click', (x) => 0)line is causing the issue because we had it there for a very long time, and we’d have known by now that it is problematic. If this issue popped in after a recent update (of Blocksy or of the Translate WordPress with GTranslate plugin) something else might be the reason for the problem.Would appreciate if you could help us with a step-by-step reproduction of the problem on a new WordPress setup, so that we could isolate the issue.
Best regards!
With pleasure @abbelal 🙂
@abbelal Hello!
We implemented this flow intentionally, because lots of things can break when people start removing our callbacks one by one (we rely mostly on such actions to do our WooCommerce customisations).
The proper way to go about is to implement a new filter to allow you to disable this behaviour (we already do this when we notice certain plugins that also do changes on the checkout form, as you can see from the source code in that file).
The new filter will be called
blocksy:woocommerce:checkout:has-custom-markupand it will be available in the next Blocksy update. If you need, here’s a beta theme version with the implementation: https://bit.ly/3l7lD5hUsage is pretty straightforward:
add_filter('blocksy:woocommerce:checkout:has-custom-markup', '__return_false');Hope this helps!
Hi @wordmax,
I don’t really think the sticky header is the problem here…
If you will take a closer look, this plugin is scrolling the page with the help of JS, and it scrolls the page until it hits the top of the
wp-rss-template-containercontainer, please see this video – https://d.pr/v/PomNU6So there is no way for us to add an improvement to this flow.
Our sidebar has a pure CSS method for achieving the sticky effect, and we use a
topvalue to add an offset and this way the sidebar will stay always under the header (even if it enters in sticky state).I think it would be better if you will ask the RSS plugin developers to implement an option so you could set an offset for this scroll mechanism because the same thing will happen with other themes that have a sticky header as well.
Hope this helps.
Forum: Plugins
In reply to: [Blocksy Companion] ERROR 404 after uninstall BLOCKSY COMPANIOINHi @borgmanreview,
Are you still experiencing this issue?
By the way, maybe this will help you – https://kinsta.com/blog/error-404-not-found/
Let us know in case you will have any other questions.
Forum: Plugins
In reply to: [Blocksy Companion] ERROR 404 after uninstall BLOCKSY COMPANIOINHello @borgmanreview,
Could you please provide a little bit more info? Where do you exactly see that it is a 404 error?
Forum: Themes and Templates
In reply to: [Blocksy] Type of pagination for product reviewsWith pleasure @alfredo1216 🙂
Forum: Themes and Templates
In reply to: [Blocksy] Type of pagination for product reviewsHi @alfredo1216,
WordPress has an option for this, you can break the comments into pages.
Here you can find this option – https://share.cleanshot.com/t37r2drHHope this helps 🙂
- Re-write the