manx89
Forum Replies Created
-
I fixed it by adding this hook.
Hi,
in logs I have something like this. I tried just now to place order and this is how it looks like:
https://pastebin.com/F5gZPbE0Hi, I can see there is still problem. How can I open ticket here https://wpspectra.com/support/ ? I would like to have this API solution
-edit-
I found it
- This reply was modified 3 years ago by manx89.
Same problem in my site with Tabs
Thank you for information 🙂
I’m looking forward to an update.
Regrats
Hi,
I am Astra theme user, so I dont need to add this code. But still this is not this. I am naot talking about default container width. I am talking about max value for custom container width. I can set maximum 1600px, but I need more. I changed blocks.js and replace 1600px to 1920px, but this is not good solution. Because after update will by 1600px. Or maybe you can set unlimit pixels for that in next update?
Hi,
this is not what i mean :). I want to set custom width for container width. But i can set max only to 1600px (Screen below). I found that blocks.js in plugin files contain code that is responsible for that. Is there any method to change this max value other than changing this file?

Hi, thank you 🙂
I added this into functions.php changed post ID, but still the same. Styles are not loading.
Is there any universal solution to add styles? Not only for posts? I love your blocks and I wolud like to use them with Crocobloks on many pages, archives, etc.
Maybe problem is that when I create template for posts or page in Crocoblock they have their own IDs? Like example below:

Those are template parts for diferent parts on my website, like archives, footer, etc. “Aktualnosci” are for single post view. And that template part have it own ID. Like everything I create in Crocoblock.
- This reply was modified 3 years, 4 months ago by manx89.
Forum: Plugins
In reply to: [WP Customer Area] “No items were found matching the selected filters”I set permisions. It shows even if I add private file to administrator..
Forum: Plugins
In reply to: [WP Customer Area] Move toolbar to wordpress theme headerI decided to make new toolbar instead to move this one. But now, how to remove toolbar? There is something like: add_theme_support(‘customer-area.navigation-menu’); ?
Yes! That is good solution. Thank you 🙂
Forum: Plugins
In reply to: [WP Customer Area] Where to edit toolbarThank You,
I missed that part. It helped me 🙂
I have second question. Where can I change length of exceprt in files archive view? And where to translate “read more” button? I instaled Loco translate, but there is not this string.- This reply was modified 4 years, 3 months ago by manx89.
Forum: Plugins
In reply to: [Calculated Fields Form] Submit button is goneThis is last update change? I am asking because it worked month ago. There was a button and send emails
Forum: Plugins
In reply to: [Calculated Fields Form] Submit button is goneYes,
https://www.konradhudas.pl/blog/oferta-slubna
Pass: mojaofertaHi again Claudio,
I know I can list all parameter of has_term(). But it is not best solution, because if I add another term in future I must remember to add it in this code too. But if I have no choice I do that.get_term_children() look promising, but how to modify that to make it work as sholud for me? I’m star learnig wordpress coding;/