magento 2.3.1 “Catalog Category Link” widget blankUsing Category Thumbnails as linkCategory Header WidgetCategories widget in sidebarMagento 2 catalog category link widget is not workingMagento2 Category field Custom Layout Update - add handle and declaration of handle fileShow category image in widgetCategory and sub category image widgetLink widgets inside a WidgetMagento 2.3.1 installation ErrorMagento2: How to build a custom category link widget with attributes?
What is the limit to a Glyph of Warding's trigger?
EU rights when flight delayed so much that return is missed
Quantum corrections to geometry
If I arrive in the UK, and then head to mainland Europe, does my Schengen visa 90 day limit start when I arrived in the UK, or mainland Europe?
Have any humans orbited the Earth in anything other than a prograde orbit?
To exponential digit growth and beyond!
What is the purpose of the yellow wired panels on the IBM 360 Model 20?
Are there any German nonsense poems (Jabberwocky)?
Did significant numbers of Japanese officers escape prosecution during the Tokyo Trials?
Why Emacs (dired+) asks me twice to delete file?
How does Dreadhorde Arcanist interact with split cards?
What is Orcus doing with Mind Flayers in the art on the last page of Volo's Guide to Monsters?
Why do the i8080 I/O instructions take a byte-sized operand to determine the port?
Are cells guaranteed to get at least one mitochondrion when they divide?
How did the Allies achieve air superiority on Sicily?
One word for 'the thing that attracts me'?
Why is std::ssize() introduced in C++20?
Why did it take so long for Germany to allow electric scooters / e-rollers on the roads?
How does the Earth's center produce heat?
Unary Enumeration
I want to ask company flying me out for office tour if I can bring my fiance
What did Brienne write about Jaime?
Align vertices between two edges
Where is Jon going?
magento 2.3.1 “Catalog Category Link” widget blank
Using Category Thumbnails as linkCategory Header WidgetCategories widget in sidebarMagento 2 catalog category link widget is not workingMagento2 Category field Custom Layout Update - add handle and declaration of handle fileShow category image in widgetCategory and sub category image widgetLink widgets inside a WidgetMagento 2.3.1 installation ErrorMagento2: How to build a custom category link widget with attributes?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am trying to use the following widget:
widget type="MagentoCatalogBlockCategoryWidgetLink" anchor_text="ewrrewq" title="rqewrqrq" template="category/widget/link/link_block.phtml" id_path="category/482"
but nothing is displayed. I did some diggings and I found out that
MagentoCatalogBlockCategoryWidgetLink
is a virtualType declared in
vendor/magento/module-catalog/etc/di.xml.
What bothers me is that I cannot seem to debug it at all. Looks like that block is silently failing to initialize, do you have any tips on how do handle this ?
EDIT: it seems that many of the widgets are not working although they work on a clean installation using the default theme. It might be the installed theme, I will disable it and see check again
category catalog widget magento2.3.1 link
New contributor
add a comment |
I am trying to use the following widget:
widget type="MagentoCatalogBlockCategoryWidgetLink" anchor_text="ewrrewq" title="rqewrqrq" template="category/widget/link/link_block.phtml" id_path="category/482"
but nothing is displayed. I did some diggings and I found out that
MagentoCatalogBlockCategoryWidgetLink
is a virtualType declared in
vendor/magento/module-catalog/etc/di.xml.
What bothers me is that I cannot seem to debug it at all. Looks like that block is silently failing to initialize, do you have any tips on how do handle this ?
EDIT: it seems that many of the widgets are not working although they work on a clean installation using the default theme. It might be the installed theme, I will disable it and see check again
category catalog widget magento2.3.1 link
New contributor
1
I've tested in a clean 2.3.1 installation with sample data and I can't replicate your issue.
– Daniel Sousa
May 15 at 21:59
please checkid_path
– magefms
May 16 at 3:29
thanks for testing, it might be some of my addons then.
– cip123
May 16 at 4:32
Yes, tested on a clean installation myself and it seems that it works. I will update my questions
– cip123
May 16 at 6:59
add a comment |
I am trying to use the following widget:
widget type="MagentoCatalogBlockCategoryWidgetLink" anchor_text="ewrrewq" title="rqewrqrq" template="category/widget/link/link_block.phtml" id_path="category/482"
but nothing is displayed. I did some diggings and I found out that
MagentoCatalogBlockCategoryWidgetLink
is a virtualType declared in
vendor/magento/module-catalog/etc/di.xml.
What bothers me is that I cannot seem to debug it at all. Looks like that block is silently failing to initialize, do you have any tips on how do handle this ?
EDIT: it seems that many of the widgets are not working although they work on a clean installation using the default theme. It might be the installed theme, I will disable it and see check again
category catalog widget magento2.3.1 link
New contributor
I am trying to use the following widget:
widget type="MagentoCatalogBlockCategoryWidgetLink" anchor_text="ewrrewq" title="rqewrqrq" template="category/widget/link/link_block.phtml" id_path="category/482"
but nothing is displayed. I did some diggings and I found out that
MagentoCatalogBlockCategoryWidgetLink
is a virtualType declared in
vendor/magento/module-catalog/etc/di.xml.
What bothers me is that I cannot seem to debug it at all. Looks like that block is silently failing to initialize, do you have any tips on how do handle this ?
EDIT: it seems that many of the widgets are not working although they work on a clean installation using the default theme. It might be the installed theme, I will disable it and see check again
category catalog widget magento2.3.1 link
category catalog widget magento2.3.1 link
New contributor
New contributor
edited May 17 at 9:41
Ayaz Ahmed Khan
12611
12611
New contributor
asked May 15 at 20:22
cip123cip123
113
113
New contributor
New contributor
1
I've tested in a clean 2.3.1 installation with sample data and I can't replicate your issue.
– Daniel Sousa
May 15 at 21:59
please checkid_path
– magefms
May 16 at 3:29
thanks for testing, it might be some of my addons then.
– cip123
May 16 at 4:32
Yes, tested on a clean installation myself and it seems that it works. I will update my questions
– cip123
May 16 at 6:59
add a comment |
1
I've tested in a clean 2.3.1 installation with sample data and I can't replicate your issue.
– Daniel Sousa
May 15 at 21:59
please checkid_path
– magefms
May 16 at 3:29
thanks for testing, it might be some of my addons then.
– cip123
May 16 at 4:32
Yes, tested on a clean installation myself and it seems that it works. I will update my questions
– cip123
May 16 at 6:59
1
1
I've tested in a clean 2.3.1 installation with sample data and I can't replicate your issue.
– Daniel Sousa
May 15 at 21:59
I've tested in a clean 2.3.1 installation with sample data and I can't replicate your issue.
– Daniel Sousa
May 15 at 21:59
please check
id_path
– magefms
May 16 at 3:29
please check
id_path
– magefms
May 16 at 3:29
thanks for testing, it might be some of my addons then.
– cip123
May 16 at 4:32
thanks for testing, it might be some of my addons then.
– cip123
May 16 at 4:32
Yes, tested on a clean installation myself and it seems that it works. I will update my questions
– cip123
May 16 at 6:59
Yes, tested on a clean installation myself and it seems that it works. I will update my questions
– cip123
May 16 at 6:59
add a comment |
1 Answer
1
active
oldest
votes
OK, this is a little embarrassing but it might help somebody.
At some moment I deleted the categories from url_rewrites
, for some dumb reason. The widget was looking for some data inside that table and since it didn't find it, it returned blank.
New contributor
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
cip123 is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f274773%2fmagento-2-3-1-catalog-category-link-widget-blank%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
OK, this is a little embarrassing but it might help somebody.
At some moment I deleted the categories from url_rewrites
, for some dumb reason. The widget was looking for some data inside that table and since it didn't find it, it returned blank.
New contributor
add a comment |
OK, this is a little embarrassing but it might help somebody.
At some moment I deleted the categories from url_rewrites
, for some dumb reason. The widget was looking for some data inside that table and since it didn't find it, it returned blank.
New contributor
add a comment |
OK, this is a little embarrassing but it might help somebody.
At some moment I deleted the categories from url_rewrites
, for some dumb reason. The widget was looking for some data inside that table and since it didn't find it, it returned blank.
New contributor
OK, this is a little embarrassing but it might help somebody.
At some moment I deleted the categories from url_rewrites
, for some dumb reason. The widget was looking for some data inside that table and since it didn't find it, it returned blank.
New contributor
New contributor
answered May 17 at 4:43
cip123cip123
113
113
New contributor
New contributor
add a comment |
add a comment |
cip123 is a new contributor. Be nice, and check out our Code of Conduct.
cip123 is a new contributor. Be nice, and check out our Code of Conduct.
cip123 is a new contributor. Be nice, and check out our Code of Conduct.
cip123 is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f274773%2fmagento-2-3-1-catalog-category-link-widget-blank%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
I've tested in a clean 2.3.1 installation with sample data and I can't replicate your issue.
– Daniel Sousa
May 15 at 21:59
please check
id_path
– magefms
May 16 at 3:29
thanks for testing, it might be some of my addons then.
– cip123
May 16 at 4:32
Yes, tested on a clean installation myself and it seems that it works. I will update my questions
– cip123
May 16 at 6:59