Archived topic
Geodirectory issue?
6 replies · Started by Anonymous on March 11, 2016
Hi Tom! I am trying Generatepress to make my website and testing with the plugins I will use.
I found what I think it could be an issue with Geodirectory plugin.
Al the content areas background just disappear if set the theme whit separate contaniners.
Separate containers: http://prntscr.com/aduouu
One container: http://prntscr.com/aduon3
Any idea to fix this?
May be I am very new using wordpress and it is not an issue...
Regards anyway!
Rafa
Hi there,
This can happen if the plugin adds its own container to the page and doesn't use the theme's HTML.
Can you link me to the live site? I should be able to provide some CSS :)
Hi, Yes! I've been out a couple of days. Here I have just prepare a live site :http://uarocksmagazine.com/dinamomusica/gd-home/
Thank you Tom!
Sorry Tom. This is the proper link http://uarocksmagazine.com/dinamomusica/directorio/
Hi there,
Give this CSS a try:
.geodir-page .site-content {
background-color: #FFF;
padding: 40px;
margin-top: 20px;
margin-bottom: 20px;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
Thank you Tom!
As you can see, it helps, but it don't respect the separate containers setting, so sidebar is not separate from the main container http://uarocksmagazine.com/dinamomusica/directorio/
I'm not sure why this plugin is trying to write it's own layout - doing that is bound to cause all kinds of conflicts with themes.
Is there an option in the settings to use the theme's markup?
