Product page doesn't show right set upProblem with the homepage slider and content images positionnew magento...
How to deal with an incendiary email that was recalled
Why do neural networks need so many training examples to perform?
How do Chazal know that the descendants of a Mamzer may never marry into the general populace?
How to solve a large system of linear algebra?
Why do stocks necessarily drop during a recession?
Is it a fallacy if someone claims they need an explanation for every word of your argument to the point where they don't understand common terms?
Why do no American passenger airlines still operate dedicated cargo flights?
How much mayhem could I cause as a sentient fish?
Can I become debt free or should I file bankruptcy ? How to manage my debt and finances?
Why avoid shared user accounts?
Publishing research using outdated methods
What is the purpose of easy combat scenarios that don't need resource expenditure?
Porting Linux to another platform requirements
Am I a Rude Number?
If I deleted a game I lost the disc for, can I reinstall it digitally?
Difference between `vector<int> v;` and `vector<int> v = vector<int>();`
CREATE ASSEMBLY System.DirectoryServices.AccountManagement.dll without enabling TRUSTWORTHY
Why is working on the same position for more than 15 years not a red flag?
Find some digits of factorial 17
Why zero tolerance on nudity in space?
Why are the books in the Game of Thrones citadel library shelved spine inwards?
Avoiding morning and evening handshakes
Does SQL Server 2017, including older versions, support 8k disk sector sizes?
Caruana vs Carlsen game 10 (WCC) why not 18...Nxb6?
Product page doesn't show right set up
Problem with the homepage slider and content images positionnew magento install - how to get any product or category page to show up - anything other than the home pageBest way to set up helper declarations using same tag in different modulesHow to get the bundle product options via SOAP api?Magento 1.9.2.X Gift Options for Individual Items Bug (Doesn't capture data in checkout)Magento currency switch doesn't showExport Files Taking Too much Time Magento 1.9.2.3Magento not upgrading from 1.9.2.4 to 1.9.3.1Magento Ordered Products linked to Catalog ID?Can't Get Custom Module/Block To Work
I am rebuilding our webstore at the moment, and we are using a new theme that is installed over our old one. At the moment I am facing the following problem:
When i go to the product page, the layout how it should be is way different than what the installed demo looks like:
Now our one looks like the following:
What is going wrong where? Did i do something wrong in the xml files? I have set up the right one but i think its making a mistake somewhere.
you can find the site here: tfgs.hypernode.io
magento-1.9
add a comment |
I am rebuilding our webstore at the moment, and we are using a new theme that is installed over our old one. At the moment I am facing the following problem:
When i go to the product page, the layout how it should be is way different than what the installed demo looks like:
Now our one looks like the following:
What is going wrong where? Did i do something wrong in the xml files? I have set up the right one but i think its making a mistake somewhere.
you can find the site here: tfgs.hypernode.io
magento-1.9
add a comment |
I am rebuilding our webstore at the moment, and we are using a new theme that is installed over our old one. At the moment I am facing the following problem:
When i go to the product page, the layout how it should be is way different than what the installed demo looks like:
Now our one looks like the following:
What is going wrong where? Did i do something wrong in the xml files? I have set up the right one but i think its making a mistake somewhere.
you can find the site here: tfgs.hypernode.io
magento-1.9
I am rebuilding our webstore at the moment, and we are using a new theme that is installed over our old one. At the moment I am facing the following problem:
When i go to the product page, the layout how it should be is way different than what the installed demo looks like:
Now our one looks like the following:
What is going wrong where? Did i do something wrong in the xml files? I have set up the right one but i think its making a mistake somewhere.
you can find the site here: tfgs.hypernode.io
magento-1.9
magento-1.9
edited Jul 17 '15 at 9:26
Axel Dekker
asked Jul 17 '15 at 9:19
Axel DekkerAxel Dekker
8813
8813
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
It appears as if:
- You have incorrectly configured your xml layout file, as compare products block is using your left column as oppose to the right as you intend.
- Check your template files/css for any conflicts in regards to other positioning elements.
1. I did not touch my xml files. If i set it to the right column version then it doesn't work either. 2. How can i find a conflict in CSS files? It loads the css of the theme i select right?
– Axel Dekker
Jul 17 '15 at 13:12
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%2f74797%2fproduct-page-doesnt-show-right-set-up%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
It appears as if:
- You have incorrectly configured your xml layout file, as compare products block is using your left column as oppose to the right as you intend.
- Check your template files/css for any conflicts in regards to other positioning elements.
1. I did not touch my xml files. If i set it to the right column version then it doesn't work either. 2. How can i find a conflict in CSS files? It loads the css of the theme i select right?
– Axel Dekker
Jul 17 '15 at 13:12
add a comment |
It appears as if:
- You have incorrectly configured your xml layout file, as compare products block is using your left column as oppose to the right as you intend.
- Check your template files/css for any conflicts in regards to other positioning elements.
1. I did not touch my xml files. If i set it to the right column version then it doesn't work either. 2. How can i find a conflict in CSS files? It loads the css of the theme i select right?
– Axel Dekker
Jul 17 '15 at 13:12
add a comment |
It appears as if:
- You have incorrectly configured your xml layout file, as compare products block is using your left column as oppose to the right as you intend.
- Check your template files/css for any conflicts in regards to other positioning elements.
It appears as if:
- You have incorrectly configured your xml layout file, as compare products block is using your left column as oppose to the right as you intend.
- Check your template files/css for any conflicts in regards to other positioning elements.
edited 49 mins ago
Teja Bhagavan Kollepara
2,96341847
2,96341847
answered Jul 17 '15 at 9:26
StefkayStefkay
325210
325210
1. I did not touch my xml files. If i set it to the right column version then it doesn't work either. 2. How can i find a conflict in CSS files? It loads the css of the theme i select right?
– Axel Dekker
Jul 17 '15 at 13:12
add a comment |
1. I did not touch my xml files. If i set it to the right column version then it doesn't work either. 2. How can i find a conflict in CSS files? It loads the css of the theme i select right?
– Axel Dekker
Jul 17 '15 at 13:12
1. I did not touch my xml files. If i set it to the right column version then it doesn't work either. 2. How can i find a conflict in CSS files? It loads the css of the theme i select right?
– Axel Dekker
Jul 17 '15 at 13:12
1. I did not touch my xml files. If i set it to the right column version then it doesn't work either. 2. How can i find a conflict in CSS files? It loads the css of the theme i select right?
– Axel Dekker
Jul 17 '15 at 13:12
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%2f74797%2fproduct-page-doesnt-show-right-set-up%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