Newpaper theme & layout/formatting

This topic contains 9 replies, has 2 voices, and was last updated by  Alex Rollin 6 years, 1 month ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #422451

    Andrew Bills
    Free User
    Post count: 17

    Hi, so I’m still evaluating this for our use and I have it installed with the newspaper theme details I found in another support ticket here. There is still some issues with the way the layout sits and Ive been trying to see how to edit it.

    I don’t think I can edit the pages directly as they come up blank through the wordpress editor, is that right? I wanted to look at the layout in total but I was going to start with how the text is all pushed up against the far left side. I found that if you add ‘td-container’ in the ‘geodir_wrapper_open’ class field in the custom theme settings (doing this under the newspaper custom) and include:

    ‘#geodir-wrapper {
    background-color:#fff;
    }

    In the required CSS it will push the text so it’s sitting properly and will also add the missing background in. But, when I do this the background still only starts where the text starts. You can see what I mean if you go to https://geeksociety.com.au/directory/ and scroll down as opposed to the main https://geeksociety.com.au page.

    Id like to fix this background part because that looks really odd but I was also wondering how the layout works as parts like the right hand column Id like to fix how they display (as not taking up the entire column for example, or look at how the ‘add listing’ drop down works because I dont see how you add a listing with it.

    #422452

    Andrew Bills
    Free User
    Post count: 17

    Ok I kinda get it that you have to go through the menus to edit the layout columns etc. I still am a bit wondering about how much you can change, for example my ‘latest places’ items only take up part of the column width creating some white space. Also as part of just adding and removing the custom theme settings (hitting save in the middle) the map doesn’t seem to load anymore? Icons show up on a map but the actual image of the map doesn’t load.

    The temporary access I provided last week should still be running if you want to look.

    #422471

    Andrew Bills
    Free User
    Post count: 17

    Mostly concerned with the formatting, but just on the map not displaying. I get a 503 error when Im logged in as a admin but if I look at it through incognito mode or get someone else to they can see the map fine (still the formatting problem Im asking about but map ok).

    #422517

    Alex Rollin
    Moderator
    Post count: 27815

    Hello Andrew,

    We are working on GD V2 right now which will make many efforts at custom styling easier.

    You can add custom css that will be injected inline at GD – Design – Scripts – Custom CSS.

    https://wpgeodirectory.com/docs/customizing-your-style/

    Regarding your question “what is possible” you can achieve a great deal with custom CSS.

    About the map, there does seem to be an issue on your site. The Map API is not loading properly on those pages, even though a map is visible.

    We can take a look, just write back with the info below:

    WordPress Credentials
    WP Admin Login URL:
    WP Admin Username:
    WP Admin Password:

    #422535

    Andrew Bills
    Free User
    Post count: 17
    This reply has been marked as private.
    #422562

    Alex Rollin
    Moderator
    Post count: 27815

    CSS that is added at GD – Design – Scripts – Custom CSS can be given very high priority with an added ‘!important’ rule, to establish with almost total certainty that the styles will override existing rules.

    #422637

    Andrew Bills
    Free User
    Post count: 17

    Ok so, how do you set the white background correctly? If ensuring the alignment is correct for the theme creates the transparent edges and forcing the white background through css only goes so far?

    Will the new version include support for more theme compatibility or some extra instructions/editing abilities to fix?

    #422715

    Andrew Bills
    Free User
    Post count: 17

    Btw – I got my answer so anyone who is looking through tickets for their own answers just on the white boarder thing

    change the CSS override from

    #td-outer-wrap {
    background-color:#fff;
    }

    to

    #geodir-wrapper {
    background-color:#fff;
    }

    #422727

    Alex Rollin
    Moderator
    Post count: 27815

    Hi Andrew,

    glad you found something that works for you.

    The new GDV2 should be much easier to use with more themes.

    #422728

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
Viewing 10 posts - 1 through 10 (of 10 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket