MainGateMedia
Forum Replies Created
Viewing 9 replies - 1 through 9 (of 9 total)
-
I added 3 lines of code in my .htaccess wich redirects mgmshop(dot)eu to http://www.mgmshop(dot).eu. And i think that it is working now.
The code i used:
RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]Thanks for the help, had to rewrite like 20 lines of code to get it specify.
the main head is in a div with the id of container, so how can i target it exactly?
header { background-image: url("img/template/background.jpg") !important; }Yeah i found the css but the problem is that the background image is connected to the header tag, so when i remove it it is also removing the actual header.
I just found out that it is also doing that at the my account page.
I don’t know i just want those header tags to be replaced with Div tags.
Forum: Plugins
In reply to: [WooCommerce] Unable to implement Woocommerce in custom build themeThanks works like a charm 😉
Forum: Plugins
In reply to: [WooCommerce] Unable to implement Woocommerce in custom build themeHow should it look like when im replacing it? i’m not experienced with php.
Viewing 9 replies - 1 through 9 (of 9 total)