Forum Replies Created
-
Author
-
Radu
ModeratorHi,
That depends by all team and the priorities, not sure to communicate any eta for any of your requested features, maybe many of them will be not be implemented never in sweeetdate, maybe creating a new dating theme.Please please please do not continue this ticket it’s to old and had very very many replies here on 4 pages.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou can create a new directory for new types of members using this plugin : https://wordpress.org/plugins/bp-member-type-generator/
generating a new one based by certain profile fields and visibility implies custom code, search for a plugin that can do that if it exists.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorFor desktop same on mobile
COPY CODE#profile .row .five.columns .two.columns.pull-two { float: left; display: inline-table; margin: 0 auto !important; position: initial; padding: 20px 10px; }Pulling the change avatar out implies additional time, not have solution for that
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHere : wp-content/themes/sweetdate/framework/frontend.php line 17 and maybe 35 ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorAlso for the header use this css to make it narrow
COPY CODEdiv#header { max-width: 980px; margin: 0 auto; }For main content
COPY CODEdiv#main { max-width: 980px; margin: 0 auto; }socket
COPY CODE#socket { max-width: 980px; margin: 0 auto; }Or all toghether in one rule
COPY CODE#header ,#main, #footer, #socket { max-width: 980px; margin: 0 auto; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
Use this css
COPY CODEdiv#footer { max-width: 980px; margin: 0 auto; }Change the 980px with your value.
On my resolution it’s already boxed but for lower resolution use the css

Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorMaybe creating a member type : https://wordpress.org/plugins/bp-member-type-generator/ you can have new directory for the new type
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Ask buddypress since that belongs to their plugin
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
This might be the reason

There are some js errors on the page, set all plugins off except elementor see if it works.
Cheers
R
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 10, 2018 at 15:48 in reply to: Group descriptions in buddypress groups not displaying correctly #197332Radu
ModeratorHi,
here’s the screenshot link save it or give it directly the link : http://seventhqueen.com/public-files/radu/Groups__Peaceful_Parent_2018-05-09_16-38-31.png
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGreat
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 10, 2018 at 15:06 in reply to: Color of current opening URL in $profile-menu of logged in user #197323Radu
ModeratorHi,
use this one
COPY CODE.button.dropdown>ul li a[href*="messages"] { background: #000; color: #fff !important; } }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 9, 2018 at 19:00 in reply to: Color of current opening URL in $profile-menu of logged in user #197262Radu
ModeratorHi,
Can you resume please what are you trying to do ?
I understand you want to change color of a menu item when you are on a certain url ?
Using a similar css like this : .my-account.messages #header .btn-profile a[href=”https://domain.com/messages/”] will not color that when you are on that url will target only the a elements that has in href that url and hiveng this class btn-profile wrapped into this structure .my-account.messages #header.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorNo problem
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
1. At this moment the header and whole site it’s boxed see the screenshot

2.
You will have to install and activate child theme first then copy this file : wp-content/themes/kleo/page-parts/general-header-section.php to child theme wp-content/themes/kleo-child/page-parts/general-header-section.php
Then open the file in child and see the screenshot

OR if you want to add link instead the top menu comment the echo $top_menu; and add below you links.
3a.
The css will be added to wp-admin -> theme options -> General settings -> Quick CSS
COPY CODE.navbar-nav>li>a { font-size: 20px !important; }3b. at this moment no search on the page
3c. It’s like that by default did you had make any changes (css) there ?
3d. hover text color
COPY CODE.navbar-nav>li>a:hover { color:red !important; }4. Looks as it should you had solved?

Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
It might be possible using a plugin , check this one : https://wordpress.org/plugins/bp-block-users/
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorSearch in rt media plugin with loco translate plugin, the tab belogs to that plugin
Theme strings and plugins strings can easily be changed by using Loco Translate plugin https://wordpress.org/plugins/loco-translate/
A small introduction on how translations work
Translatable strings can come from the theme or from the installed plugins. You need to translate the theme or the plugin depending on what section of the site your string is found.
For example if your string is on your BuddyPress profile then most probably you will need to translate BuddyPress plugin. If you are on the Forums section of your site then bbPress plugin should be the one that needs to be translated. Another example is the rtMedia plugin that adds the Media links to BuddyPress and if you want to translate it then this plugin will contain the string.
Follow these steps to get you started:
- Install Loco Translate plugin
- Go to the plugin dashboard: WP Admin – Tools – Manage translations
- Find the theme or plugin in the list.
- If the language isn’t already in the list then click Add new language, choose your language and if you are asked where you want to save the language files choose global language directory ( wp-content/languages/ ).
- Press SYNC button to synchronise your translation with the provided .pot file
- Search for the string you want to translate and add your translated string.
- Press Save when you finished your translation.
Note: You will have to set the language for your blog from WP-admin – Settings – General – Site Language – Choose your language
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Most sure yes, check in wp-admin -> theme options -> styling options -> header -> Background the color and change it remove it.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYes, in all places where 991px it’s.
Yes from there it should be, search in the file for the selector.
Cheers
R
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I think you should ask the plugin developer about that, most sure using the default wp theme you will encounter the same.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorReplace all code with this one
COPY CODE.form-search input[type="password"] { min-width: 90px; } .form-search .one.mobile-one.columns { display: none !important; } .form-search.custom .three.mobile-one.columns { height: inherit; display: inherit; width: 106px; float: left; } .form-search .three.mobile-one.columns:nth-child(4) { padding-left: 0px !important; margin:0 !important; }Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Not known solution for this, it might be a custom thing.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
We are rewriting the default woocommerce templates and you can modify it by copying the files in child theme from wp-content/themes/kleo/woocommerce/single-product/ to wp-content/themes/kleo-child/woocommerce/single-product keeping their structure.
tabs file :
wp-content/themes/kleo/woocommerce/single-product/tabs/tabs.php in child will be
wp-content/themes/kleo-child/woocommerce/single-product/tabs/tabs.phpYou will have to have child theme installed and activated.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorNo problem
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi, Not sure, if you change to default theme the tags and cats appears there ? if yes it means because of some css rules that you had added. Follow this to increase the upload size limit : http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/ Cheers RRadu
ModeratorYou will have to use only that code, replacing the file mentioned there it’s outdated, we had included that in theme update.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts

