Split: Supreme Bugs: Detail Layout and Visual Composer Backend Incompatible

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

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

Open Support Ticket
  • Author
    Posts
  • #217689

    regina
    Expired Member
    Post count: 20

    I tried the Supreme template, but I can’t chance the color and transparency of the photos. I can’t chance the background and text colors …
    I mean, I can chance it, but it’s not working. Also the same with my current theme (GDF), a lot of color settings for the layout aren’t working.

    I hope you can answer Aronz questions in public. There are some interesting questions and the documentation for the Supreme template is very short.

    Thanks Regina

    #217762

    Guust
    Moderator
    Post count: 29970

    Hi Regina, I split your questions into a separate topic.
    I don’t understand your question, because it seems you have both Supreme and GDF themes active, which normally is not possible, you can only have one theme at the same time.

    To adjust colors etc, some needs to be done with CSS, have a look here:
    https://wpgeodirectory.com/docs/customizing-your-style/

    If you have any other questions, make sure to post a URL of the relevant pages so we can understand better. If you post your WP admin details in a private reply we can inspect your settings too if that is required.

    Thanks.

    #218032

    regina
    Expired Member
    Post count: 20

    Hi,
    I only have one template active, I switched back to GDF, because Supreme customizing didn’t work. I would prefer to use Supreme.
    But also with GDF not all color settings are working well. Don’t know why.
    I’ll have a look into the documentation you linked, hope I’ll find the right information here. Thanks!

    Regina

    #218529

    regina
    Expired Member
    Post count: 20
    This reply has been marked as private.
    #218709

    Guust
    Moderator
    Post count: 29970

    Supreme is already a child theme of the Directory Starter theme.
    The Supreme documentation is here: https://wpgeodirectory.com/docs/supreme-directory-overview/

    1. Where are you trying to enable a blog sidebar?

    2. Look at the link I posted earlier. You probably need this CSS:
    .featured-area::before {
    opacity: 0;
    }

    3. Have a look here to change the Site Title and Tagline:
    https://wpgeodirectory.com/docs/supreme-directory-overview/#homepage

    4. To remove the sidebar on the homepage, go to GD > Design > Home tab > UN-tick “Home right section”

    5. Number of widgets in the footer can be adjusted in functions.php, I think. I’ll get Giri to look at that question.

    Admin details would be very handy. Thanks.

    #218850

    Giri
    Expired Member
    Post count: 3155

    Try this code in child theme for 3 column footer widgets.

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

    regina
    Expired Member
    Post count: 20
    This reply has been marked as private.
    #219268

    Guust
    Moderator
    Post count: 29970

    Can you first upgrade both Supreme [should be 1.0.2 and you have 0.3.0 – you will need to do that using FTP] and Directory Starter [you can do that from WP updates].

    6. That should be in the Buddypress GD integration addon translation file.
    https://wpgeodirectory.com/docs/translating-addons/

    7. Some things are translated in Custom Field settings and others are in Custom Post Settings.
    To change “Add Listing”, you need to translate “Add %%pt_single%%” in the core file, and then change Listing in Custom Post Types settings.

    8. That shows you are not adding the language files in the correct spot.
    https://wpgeodirectory.com/docs/translating-addons/
    https://wpgeodirectory.com/docs/translate-core/

    #219753

    regina
    Expired Member
    Post count: 20

    Thanks for the information. I updated the themes and now it’s possible to see the blog sidebar, after activation.

    Thanks for the information about translation files. I’ll have a look on it tomorrow and Sunday.
    But most important, do you know a possibility to deactivate the “My account” tab in the main menu? I didn’t find a documentation on the buddypress page.
    I need the social login there. I got feedback from testers, that they miss it and it’s difficult to find the social login.
    Isn’t it possible to remove this tab and use only the own defined menu tabs?
    I would prefer. Maybe you can give me a solution. Would be great, than we could close this thread.

    #219854

    Paolo
    Site Admin
    Post count: 31206

    I’m not sure I understand the question, you want to remove the my account link from the theme navigation and add social links in the admin toolbar?

    If that is what you want to do, hiding the my account link would be easy, but adding the social login icons in the toolbar I fear it is not possible.

    Let us know,

    Thanks

    #221213

    regina
    Expired Member
    Post count: 20

    Hi, yes, my intention was to remove the my account link from the main navigation. Meanwhile I found out what to do and it works. Also the wordpress bar was suddenly visible (don’t know where it comes from, can’t remind me, that I have done anything to activate), and I also found out how to disable.

    I added some translation files for plugins into the correct folders and some words and phrases are in German now, but for a few I don’t find the source. Please see the files attached. Hope you can give me the information where I can find the translation files.

    Thanks
    Regina

    #221324

    Paolo
    Site Admin
    Post count: 31206

    Hi Regina,

    the 2 buttons are theme specific, so the translation file is from the theme.

    For the second screnshot it looks like you are using an outdated language file. You should download the latest po file and update your old po file with translation with the new po file. That will add the new strings without losing the strings that you already translated.

    A good tutorial here> http://www.marketpressthemes.com/blog/how-to-merge-two-po-files-using-poedit/

    Thanks

Viewing 12 posts - 1 through 12 (of 12 total)

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

Open Support Ticket