Porto Theme(images size and blur) issue on Home page , product pageMagento2 : How to disable product image...
Increase performance creating Mandelbrot set in python
What is the best translation for "slot" in the context of multiplayer video games?
Applicability of Single Responsibility Principle
Is the destination of a commercial flight important for the pilot?
A problem in Probability theory
Arithmetic mean geometric mean inequality unclear
Valid Badminton Score?
Term for the "extreme-extension" version of a straw man fallacy?
How does Loki do this?
Why does indent disappear in lists?
What is paid subscription needed for in Mortal Kombat 11?
How easy is it to start Magic from scratch?
Hostile work environment after whistle-blowing on coworker and our boss. What do I do?
Replace character with another only if repeated and not part of a word
Purchasing a ticket for someone else in another country?
India just shot down a satellite from the ground. At what altitude range is the resulting debris field?
Where does the Z80 processor start executing from?
How to safely derail a train during transit?
How do I extract a value from a time formatted value in excel?
Can the discrete variable be a negative number?
Is `x >> pure y` equivalent to `liftM (const y) x`
Short story about space worker geeks who zone out by 'listening' to radiation from stars
How to write papers efficiently when English isn't my first language?
Is expanding the research of a group into machine learning as a PhD student risky?
Porto Theme(images size and blur) issue on Home page , product page
Magento2 : How to disable product image slider on detail page?Magento 2: Product page imagesAll product images need to be defined in view.xml?Magento 2 Images Slider for Custom Thememagento2 home page load very slow when user visit first timeHow to resize product images in recently viewed widgetanchor tag define for specific image in slider ? magento2Magento 2 :: Creating and Customising home pageMagento 2 product image on product page load slowlyimages of magento home page are not seen
when I am integrating the Porto theme in magento2 the image size is not proper on homepage slider and all images are blurred
magento2 custom-theme
add a comment |
when I am integrating the Porto theme in magento2 the image size is not proper on homepage slider and all images are blurred
magento2 custom-theme
did you try to redeploy static contents?
– magefms
6 mins ago
all image is blur because it is not copyright issue so porto theme blur image provide
– Rakesh Donga
3 mins ago
add a comment |
when I am integrating the Porto theme in magento2 the image size is not proper on homepage slider and all images are blurred
magento2 custom-theme
when I am integrating the Porto theme in magento2 the image size is not proper on homepage slider and all images are blurred
magento2 custom-theme
magento2 custom-theme
asked 8 mins ago
Naresh PrajapatiNaresh Prajapati
163
163
did you try to redeploy static contents?
– magefms
6 mins ago
all image is blur because it is not copyright issue so porto theme blur image provide
– Rakesh Donga
3 mins ago
add a comment |
did you try to redeploy static contents?
– magefms
6 mins ago
all image is blur because it is not copyright issue so porto theme blur image provide
– Rakesh Donga
3 mins ago
did you try to redeploy static contents?
– magefms
6 mins ago
did you try to redeploy static contents?
– magefms
6 mins ago
all image is blur because it is not copyright issue so porto theme blur image provide
– Rakesh Donga
3 mins ago
all image is blur because it is not copyright issue so porto theme blur image provide
– Rakesh Donga
3 mins ago
add a comment |
2 Answers
2
active
oldest
votes
Run the following commands after theme Installation :
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
add a comment |
You may need to update the css file, it must be because of your parent theme css impacting on porto theme.
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
});
}
});
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%2f267735%2fporto-themeimages-size-and-blur-issue-on-home-page-product-page%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Run the following commands after theme Installation :
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
add a comment |
Run the following commands after theme Installation :
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
add a comment |
Run the following commands after theme Installation :
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
Run the following commands after theme Installation :
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
answered 4 mins ago
Amit NaraniwalAmit Naraniwal
1,242412
1,242412
add a comment |
add a comment |
You may need to update the css file, it must be because of your parent theme css impacting on porto theme.
New contributor
add a comment |
You may need to update the css file, it must be because of your parent theme css impacting on porto theme.
New contributor
add a comment |
You may need to update the css file, it must be because of your parent theme css impacting on porto theme.
New contributor
You may need to update the css file, it must be because of your parent theme css impacting on porto theme.
New contributor
New contributor
answered 23 secs ago
Kamlesh YaduwanshiKamlesh Yaduwanshi
112
112
New contributor
New contributor
add a comment |
add a comment |
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%2f267735%2fporto-themeimages-size-and-blur-issue-on-home-page-product-page%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
did you try to redeploy static contents?
– magefms
6 mins ago
all image is blur because it is not copyright issue so porto theme blur image provide
– Rakesh Donga
3 mins ago