Assorted Issues with Supreme Theme

This topic contains 21 replies, has 3 voices, and was last updated by  Paolo 7 years, 11 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #198209

    smallgeek
    Full Member
    Post count: 64

    Hi:

    Love the new Supreme theme. I am working through my issues and I hope you can help:

    1. The ‘ still turns up in the City Listing Names and in the Sub headings on the pages.
    2. I know we can’t currently add the footer to the listing page for consistency but if you could make it possible that would be great. Realtor.ca has a footer on their split pages as an example.
    3. I adjusted the footer to get the widgets to degrade in smaller viewports. I wanted 2 rows of 2 widgets but I get 1 row of 3 and get the 4th widget under the 1st.
    4. I used the [ gd_location_switcher ] on a page and the top of the columns/filter is all out of whack – see image.
    5. Also how do I get the "Click on a link to filter results or on arrow to drilldown." instructions to the top of the [ gd_location_switcher ]? It is lost at the end of all my cities.
    6. When I enable the Header Top I get a list of my pages that appear in the header section and I can’t figger out where to add or subtract content into the Header Top section. Any way to use this section in the Supreme theme?
    7. How do I make the header transparent on the pages I create (Blog, About, Contact, etc)

    Thank you so much.

    #198707

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    For point 2, we can’t do that with our current layout and the css we adopted for that page. realtor.ca has 2 scroll bars (and we are not willing to take that path) and it’s not even responsive…

    For all other points we would need a link and admin credentials so that we can have a look at problems and fix them for you. You can set replies as private so that only staff can read them.

    Let us know,

    Thanks

    #199260

    smallgeek
    Full Member
    Post count: 64
    This reply has been marked as private.
    #199437

    smallgeek
    Full Member
    Post count: 64

    Also when I use the multi select field and view the preview I see:

    Fruit: Apples, Bananas, Oranges

    But when I publish the place the list is formatted as follows:

    Fruit:
    Apples
    Bananas
    Oranges

    I want the list to be formatted as it is in the preview.

    thx so much

    #199678

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    I’ve flagged this for the developers, they’ll get back to you 1st thing on monday.

    Thanks for your patience,

    #199693

    smallgeek
    Full Member
    Post count: 64

    No worries you guys are great.

    #200112

    Giri
    Expired Member
    Post count: 3155

    smallgeek, lets fix those bugs today.

    Can you answer some of my questions.

    1) can you give me an example link?

    2) not possible

    3) We have a filter for this

    dt_footer_widget_class

    use this code in supreme functions.php file

    
    
    function sd_dt_footer_widget_class($classes)
    {
        return "col-lg-4 col-md-2";
    }
    add_filter('dt_footer_widget_class', 'sd_dt_footer_widget_class');
    #200144

    Giri
    Expired Member
    Post count: 3155

    4) I think I have fixed those issues in director starter recently. I have tested in my local with supreme. it works fine for me. Please post your ftp details.

    5) see 4

    6) Could you give me more details about this issue? I don’t see any problem.

    7) Are you talking about the black background? or the banner image?

    #200154

    Giri
    Expired Member
    Post count: 3155

    Also post direct link where I can see issue 4 and 5

    #202411

    smallgeek
    Full Member
    Post count: 64
    This reply has been marked as private.
    #202416

    smallgeek
    Full Member
    Post count: 64
    This reply has been marked as private.
    #202448

    smallgeek
    Full Member
    Post count: 64

    Hi I added the code to functions.php in the Supreme theme to get my footer to degrade nicely. It didn’t work.

    I have the latest version of the Starter Directory loaded. (I had uploaded this footer previously: https://gist.github.com/mistergiri/dd38871ea2d9d0fe44fea4064e4a9162 but replaced it with the latest one in the starter directory)

    It displays 3 columns, then 4 columns then 1 column as you reduce the browser size.

    Should be 4, 2, 1.

    #202887

    Giri
    Expired Member
    Post count: 3155

    I have fixed your footer issue. Now its displays 4,2,1

    However in 2 column view there is some space. Just add one more item to 2nd menu and it will be fixed.

    As for the ftp, you have posted wp-admin login details in previous comments. Please post ftp login details.

    As for header nav top, check this reply.
    https://wpgeodirectory.com/support/topic/messy-stuff-on-nav/#post-202885

    #202888

    Giri
    Expired Member
    Post count: 3155

    It looks like you have activated Review rating manager addon. But you have not added any rating titles. Please follow the docs and add some rating titles. Ex: Price, Support etc

    If you are not planning to use multiple rating then disable that plugin.

    #202889

    Giri
    Expired Member
    Post count: 3155

    11. How do you add additional social icons to the top section of the detail page (below address)

    12. How do you have the complete address appear in the top section of the detail page

    Custom coding required.

    13. When you click on Map pin in the map section the bubble opens and the Add To Favorite Heart is cut off on the right.

    Add this code in Geodirectory -> Design -> Scripts >
    Custom style css code

    
    
    .sd .geodir-bubble_desc a.geodir-addtofav-icon .fa-heart {
        font-size: 17px !important;
    }
Viewing 15 posts - 1 through 15 (of 22 total)

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

Open Support Ticket