?ahin
Forum Replies Created
-
Forum: Plugins
In reply to: [Table Field Add-on for SCF and ACF] Missing header on the previewHi There,
just noticed, that this issue is still present.
Just wanted to check in if you have any estimation when it will land into the next release?Is there something I can help with? Can create a PR or similar.
Cheers,
Sahin@larskosubek
Thanks for that! I also did a similar modification, but I guess it would be good if the author would resolve this issue anyway.Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Composer conflict?Hi there,
I can confirm the issue-workaround by adding the following packages to my dependencies:
"nesbot/carbon": "^1.22", "google/apiclient": "2.0", "mexitek/phpcolors": "dev-master"
Hope that helps.
Cheers,
SahinForum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Composer conflict?Hi Nick,
thx for the link. I will read through and try out some other possible solutions. Will come back if I have any solution for this issue.
Thx for your help anyway!
Cheers,
SahinForum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Composer conflict?Hey Nick,
thx for the response. As far as I can see, all the files are included. I also did a manual search and also tried to try out stuff like including the missing files via
require_once
etc.For example the
carbon
folder is under
vendor/nestbot/carbon/
and has the for example thesrc/Carbon
folder included where theCarbon.php
class is included.Other Ideas? Or any informatino I could provide you with?
Cheers,
SahinForum: Plugins
In reply to: [Download Monitor] Create Download via CodeI created a little gist to start for this issue. Hope it helps someone!
Thx anyway for the response!Cheers,
SahinForum: Plugins
In reply to: [WooCommerce] Pagination Bug?i just figured out, where the problem is.
actually it has nothing to do with the pagination.the problem is the ‘add-to-cart-button’. after adding the product, the url is changing and so the pagination-links are ‘false’.
actually, i tried the default variant of the add-to-cart-button, and if ajax is enabled it is fine, but then the mini-cart on the sidebar is not refreshing immediately. if i disable the ajax-option, then the same issue appears.hope someone have a tip.
thx.
Forum: Plugins
In reply to: [WooCommerce] Pagination Bug?i guess i did a little mistake. i think it’s the general pagination and not a bug from the plugin.
anyway, any ideas how to solve the little issue?