eggermont_a
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: robots.txt does not correspond to settingsYes, it is unchecked.
Forum: Themes and Templates
In reply to: [Fruitful] fruitful blows up my logo sizeI am not sure what you mean. I am uploading an image and it shows as much larger and lower quality when uploaded. I don’t see a “full size” option and I am definitely uploading the right file.
Forum: Themes and Templates
In reply to: [Fruitful] fruitful blows up my logo sizeIt doesn’t look good from here. Here’s a screenshot.
https://www.dropbox.com/s/9jvel0jnnf4yzqr/Untitled.png?dl=0So fruitful makes me upload a really small image and then blows it up a lot. If I try to upload an image of the right size as the logo, the website will display something huge.
Forum: Themes and Templates
In reply to: [Fruitful] Remove logo from home pageSolved it, just adding !important to Balint’s first code made the logo disappear even for smaller screens.
.home .header-hgroup {
display: none !important;
}Forum: Themes and Templates
In reply to: [Fruitful] Remove logo from home pageI believe the level that bothers me is the tablet level, not the mobile level. Any ways to get rid of the logo on the home page for that?
Thanks!
Forum: Themes and Templates
In reply to: [Fruitful] language choice in menuThanks, but I was hoping for a free solution :-(. It seems that this must already exist.
Forum: Fixing WordPress
In reply to: Tableau VizualisationI have the same problem… did you manage to solve it?
Forum: Themes and Templates
In reply to: [Fruitful] Remove logo from home pageThanks! There seems to be an intermediate menu though, which is the one I was talking about.
widest display: logo on the left and menu on the right
intermediate: logo on top, and menu just below it
narrowest: logo with three horizontal barsHow do I get rid of the logo on the intermediate level, keeping in mind that I again only want to get rid of it on the home page?
Thanks again
Forum: Themes and Templates
In reply to: [Fruitful] Remove logo from home pageI’ve noticed that when the window is below a certain size, the logo still appears. For example, I often have my browser take only half my screen. When that’s the case the logo still shows up. Any ideas why?
Forum: Themes and Templates
In reply to: [Fruitful] Remove logo from home pageThank you, this worked!