- This topic has 8 replies, 2 voices, and was last updated 8 years, 6 months ago by
Tom.
-
AuthorPosts
-
February 15, 2015 at 8:52 am #75184
Marcin
Hi there,
thank you very much for great theme! Firstly I built my site on the fruitful theme but had so performance issues and was very lucky to find your super simple theme. What’s the most important it is very fast. Thanks!
I have one issue with main, top menu. I have noticed that when I change the size of the browser, I scale it, menu seems to disappear. I mean the space between logo and content becomes blank and there is no menu at all. I believe it happens either on desktop or mobile devices.
Do you have any advice on that?
Cheers,
MarcinFebruary 15, 2015 at 10:46 am #75199Tom
Lead DeveloperLead DeveloperHi Marcin,
Do you have a link to your site so I can see this happening?
Let me know π
February 15, 2015 at 2:33 pm #75252February 15, 2015 at 2:34 pm #75253Marcin
somehow I’m not able to enter this link in html code so it can be clickable. Anyway please take a look at:
Cheers,
M.February 16, 2015 at 12:05 am #75299Tom
Lead DeveloperLead DeveloperYou’re @importing GP’s stylesheet in your child theme, which is causing the default styles to overwrite some important ones.
To fix this, remove that line from your child theme.
More here: http://generatepress.com/knowledgebase/child-theme-working/
Let me know if you have any questions π
February 16, 2015 at 3:52 am #75376Marcin
Hi Tom,
it works fine now. I have installed your child theme. Thanks a lot! By the way. I would like to replace some html tables that I created with the responsive ones. Does one of your add-on provide responsive tables? I mean it doesn’t have to be a table. I just need to write some text and place photos in two columns.
Like here:
http://www.oldisland.uk/categories/I have created table with one row and four columns but it is not resposive or it is in certain range but not fully. Can generatepress theme hadle somehow this. Could be by add on π
Cheers,
MarcinFebruary 16, 2015 at 11:59 am #75585Tom
Lead DeveloperLead DeveloperYou can use this plugin: https://wordpress.org/plugins/lightweight-grid-columns/
Then add this CSS to make it responsive:
@media screen and (max-width: 768px) { .column-grid .column { width: 100%; margin: 0; padding: 0; float: none; } }
March 8, 2015 at 9:32 am #84003Roberto Briceno
GP is an amazing finding. Thanks in advance.
I’m coming from themehybrid and i’m surprised that you’re suggesting that grid-column plugin which I think is really amazing. Now with this little css “hack” I can finally make the columns fluid :-).March 8, 2015 at 10:37 am #84033Tom
Lead DeveloperLead DeveloperGlad you’re enjoying the theme! π
-
AuthorPosts
- You must be logged in to reply to this topic.