Split: Supreme Bugs: Detail Layout and Visual Composer Backend Incompatible
This topic contains 11 replies, has 4 voices, and was last updated by Paolo 8 years, 4 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
June 28, 2016 at 7:41 pm #217689
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
June 28, 2016 at 9:51 pm #217762Hi 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.
June 29, 2016 at 7:40 am #218032Hi,
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
June 29, 2016 at 7:07 pm #218529This reply has been marked as private.June 29, 2016 at 10:27 pm #218709Supreme 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/#homepage4. 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.
June 30, 2016 at 10:00 am #218850Try 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');
June 30, 2016 at 8:09 pm #219251This reply has been marked as private.June 30, 2016 at 10:30 pm #219268Can 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/July 1, 2016 at 5:52 pm #219753Thanks 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.July 1, 2016 at 7:01 pm #219854I’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
July 4, 2016 at 6:32 pm #221213Hi, 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
ReginaJuly 4, 2016 at 9:53 pm #221324Hi 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
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket