This topic has 10 replies, 2 voices, and was last updated 9 years, 3 months ago ago by Eva Kemp
Hello,
how can I change the header?
– I’d like to remove “EN FR GE £ € $” part.
– Why the Search icon doesn’t seem? I use this page from two domains, the logo disappears only in the redirected version and only since I use the Child version of the theme.
– I use the 10. header type, but “my account | log out” part is below the chart, although on the preview pic this should be on the left side of the cart. (see pic)
– I’d like to make smaller the white place below the logo, it’s unnecessary big.
Thank you for your help!
Zsu
Hello,
1. Add empty Text widget into “Left Side top bar area” in Appearance > Widgets.
2. Please provide us with wp-admin panel and FTP credentials in private content.
Regards,
Eva Kemp.
Hello Eva,
infos are in private.
Thanks,
Zsu
Hello,
I’ve added this code in Theme Options > Custom CSS > Global Custom CSS:
.navbar-right {
float: none !important;
}
.navbar {
padding-bottom: 5px;
}
Please check header now.
Concerning the search icon try to add this code in .htaccess file for the domain where you see issues:
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
Regards,
Eva Kemp.
Hello Eva,
header layout is OK now!
But I when I modify anything on .htaccess file “Internal Server Error” comes and the website doesn’t work.
Now the file contains only this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Exactly where I have to insert the code?
Thanks,
Zsu
Hello,
Please give us FTP details for the domain name you have issues with and give us direct url where you see the problem
Regards,
Eva Kemp.
Hello,
Sorry if my English is bad.
I have two domains for this site. Original is http://www.freshmood-design.hu with hosting and I’ve installed WordPress connected to it. The second domain bought from an other web hosting service, without storage, this is http://www.freshmood.hu. So I have only one FTP connection. I want to use the second domain, so freshmood-design.hu is redirected to freshmood.hu.
On this redirected page I can’t see the Search icon, the Social icons in footer and that little arrow that scrolls the page to top. The problem exist since I’ve installed the WooPress Child theme.
Direct link with the problem: http://www.freshmood.hu/home/
Original page, this is good, but I don’t want to use this domain in ads or anywhere: http://www.freshmood-design.hu/home/
Anyway, the page works good on mobile phones with both domains.
I’ve tried the page with Firefox and Chrome too, and on a lot of PCs of my friends. One of five was good, but I don’t know why, it didn’t depend on the browser. I hope you’ll see the problem, but for sure, I made screenshots:
good
bad
My FTP infos are in the Private Content.
Thank you for your help,
Zsu
Hello,
I’ve added this code in .htaccess file:
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
Please clear browser cache and check the site.
Regards,
Eva Kemp.
Hello Eva,
it’s OK now, thank you very much! 🙂
Regards,
Zsu
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Header’' has been successfully resolved, and the topic is now closed for further responses