Hi maybe someone can help me please i`m going crazy trying to find the problem but i cant i`m using hellowired theme that i`m working on every page is working well its coming up the right but this is where the problem is
when i click on top menu
its not opening with the new theme its opening with the default page Magento theme does anyone know why or how i can fix this problem please
thank you
Danny
the demo site that i`m working on the theme is http://esellhub.com/
Hi @Dannyb,
Seems like a mis-configuration in your theme settings under System > Configuration > Design > General
Are you using this or System > Design to activate the Hello Wired theme ?
Please check that "rwd" is not entered in the field " under System > Configuration > Design > General > Package (this field must be empty, when using Hello Wired theme).
Also check your settings/enterings under the System > Configuration > Design > General > Theme
Let me know
Good morning Kent,
thank you for your reply. that did it thank you i had to remove the rwd and put default and that fix that problem
but i`m having other problem
1 with the footer when u on the top menu ( account / check / login ) the social media icons not coming up but it does work ok with the part of the site does this part as other footer some where ?
2nd problem when i check out and i have item on the cart and i try to update it with lets say 2 items it keep going back to 1 and it doesn't let me
3rd it doesn't let me pass shipping its stop there i have the flat fee set up but it doesn't pass that point is that a theme problem or its a magento
thank you
Danny
Hi @Dannyb,
Super.
1 with the footer when u on the top menu ( account / check / login ) the social media icons not coming up but it does work ok with the part of the site does this part as other footer some where ?
Link URL for WORKING image > http://esellhub.com/media/icon-social/icon-social-facebook.png
Link URL for broken image > http://esellhub.com/customer/account/login/media/icon-social/icon-social-facebook.png
So check you ftp server the URL and copy image to the right location, I think will fix the issue.
2nd problem when i check out and i have item on the cart and i try to update it with lets say 2 items it keep going back to 1 and it doesn't let me
And there is lot in stock of each products and cache is active, etc ??
3rd it doesn't let me pass shipping its stop there i have the flat fee set up but it doesn't pass that point is that a theme problem or its a magento
What magento version you using ?
Hi,
1 i`m sorry i didn't understand i should create a media folder for each tab ? but isn't the footer need to pull it from the media folder ?
2 yes put 5 on each
3 im running on 1.9.2
Danny
Hi again @Dannyb,
1)
You should just check wether the image folder exist or not. If not present, I would create "one" folder and placing the images there for testing.
I think that the checkout of the Hellowired theme may be using different footers, than the rest of the shop layout.
2)
Please try this (found on stack-exchance):
In your theme directory
In your /app/design/frontend/yourthemepackage/default/template/checkout/cart.phtml file or /app/design/frontend/default/yourtheme/template/checkout/cart.phtml file
Just place on line 50 just after getUrl('checkout/cart/updatePost') ?>" method="post"> paste the below code
<?php echo $this->getBlockHtml('formkey'); ?>
it will work fine now.
P.S. for more information you can check same answer on http://pradeepsanku.com/2013/12/18/cant-update-shopping-cart-quantity/
Reference-link: http://stackoverflow.com/questions/20915093/magento-quantity-in-checkout-shopping-cart-doesnt-work-p...
3)
See this URL (maybe that could help you):