Forum Replies Created
-
Author
-
Radu
ModeratorHi,
1. Just install this plugin and set the any menu item by the user login logout : https://wordpress.org/plugins/if-menu/
2. There is no option to add custom link for media grid, you can use image gallery
3.
COPY CODE.header-color .top-menu li > a, .header-color #top-social li a { color:red; font-size:15px; } .header-color .top-menu li > a:hover, .header-color #top-social li a:hover {color:green !important;}CSs will be added to wp-admin -> theme options -> quick css
4. You can add this css rule
COPY CODE.vc-hoverbox-block-inner.vc-hoverbox-front-inner { background: rgba(0, 0, 0, 0.5); }And you can set font color white
will look like

5. Wp-admin -> theme options -> woocommerce -> Manage account in Buddypress* -> yes

6, You can search for a plugin that do that.
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’s ok now it points to that ip.Tried to edit a post and it works and the blog title looks ok not a link

are you referring to the register buttons ? or which ones ?
If yes add this css to wp-admin -> theme options -> styling options -> quick css
COPY CODE.pmpro_content_message a { background: red !important; border: 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
ModeratorNo problem
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,
Normally they belongs to the kleo_framework domain so if you had translated kleo they should be translated.
There it’s a post , page or a portfolio ?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I see, in this case try to add this code to your child theme functions.php
Child theme needs to be 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 solutionApril 12, 2018 at 15:13 in reply to: Enabled custom posts related: putting them in descending order #194495Radu
ModeratorI see not sure why, on my end it works can you please provide wp admin to can take a closer look ?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 11, 2018 at 20:03 in reply to: Enabled custom posts related: putting them in descending order #194442Radu
ModeratorHi,
Yes if the folder/s missing it should be created to be like in the parent theme the path.
Replace the file content with this one : https://pastebin.com/raw/BS7cyF0d
Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Cannot login to wp-admin it says “ERROR: The password you entered for the username admin is incorrect. Lost your password?” let me know the current ones
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 11, 2018 at 18:10 in reply to: I’ve reported a bug to Themepunch/Essential Grid and they won’t look at the bug unless I have the newest version of Essential Grid #194427Radu
ModeratorHi,
Great,
Let us know if we can help with something else.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 had updated the revslider on the update server and the update notice/button should appear under wp-admin -> appearance -> plugins
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
On my local install i’m able to set a certain menu position for a certain menu so the issue cam come from a plugin or child theme.
In first place make sure you have latest theme version and latest plugins updated.
Try to switch all plugins and child theme off then reproduce again that see if it works or nor.
If still not works with child theme and plugins off enable wp_debug and reproduce again the action.Steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.
After you have disabled the plugins try to see if the error persists.
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,
Please let me know an example name where the fb login not works to can set on my demo fb profile the same name then to try to login on my local install to can reproduce the issue
Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
Moderator
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
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. Ticket solutionApril 11, 2018 at 16:00 in reply to: Enabled custom posts related: putting them in descending order #194396Radu
ModeratorHi,
Create a file named posts-related.php in /kleo/wp-content/themes/kleo-child/page-parts/ in that you will paste https://pastebin.com/raw/JekDvi1N
NOTE: child theme needs to be 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
ModeratorHi,
It seems the issue comes directly from buddy press somehow… even you are using default wp theme and you click there reply nothing happens…. so in this case we had hidden the reply button where its reply to a reply of a activity comment
Download the theme from here and re-upload it over theme files by overwriting via FTP:
https://drive.google.com/file/d/1SyQ62JWrRJrojYW3pWHjn9Vf1lbRS2R3/view?usp=sharingLet me know
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 was assigned to the core developer it will test different solutions to that and it will let you know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHave a nice day
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 10, 2018 at 19:09 in reply to: kleo_register shortcode template working for buddypress registration #194322Radu
ModeratorHi,
You cannot, the register page it’s required to be assigned in the buddypress page settings and also the kleo_register requires the register page to be assigned in buddypress settings.
I think the only easy way to have two register places it’s to generate a buddypress member type using this plugin : https://wordpress.org/plugins/bp-member-type-generator/
Then using this : https://wordpress.org/plugins/bp-signup-member-type/
Not sure if this setup will work but you can try it.
Found also this : https://www.buddyboss.com/product/buddypress-member-types/ ask the author if can do what you need.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
If you switch the theme to other one like default wp theme ? you receive the emails the same ? plain text ? Anyway we have not changed anything related the the mail workflow
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I see that… yes the menu items detects same page for every items… so a trick can be to de-activate the active border with this css
COPY CODE.kleo-main-header .nav > li.active > a { box-shadow: none !important; }Applied only for homepage.
COPY CODE.home .kleo-main-header .nav > li.active > a { box-shadow: none !important; }The css will be added to wp-admin -> theme options -> General settings -> Quick CSS
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThey are generated automatically by the buddypress i’ve told you the files path trought they are generated.
You can ask that on the buddypress forum support , here’s talked about this : https://buddypress.org/support/topic/how-to-remove-and-add-items-in-bp_get_displayed_user_nav/
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
The revolution slider update will comes after we add on our servers new update of the slider and this will be added soon after the revslider releases a new update.
I suggested you to delete the slider then to re-install in this way it will pulls the new available revslider on our update server, if there is no any new version it means that the bundled updated is not ready.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I don’t know a certain one, try to search on google or wordpress plugins repository.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi again
Not sure why not works on you i’ve tested that code multiple times and it works for me, so make sure to set members page from here https://www.peoplelovepeople.co.il/wp-admin/admin.php?page=bp-page-settings, then de-activate all plugins and the child theme, empty/purge cache.
Then add that code in the bp-custom.php file if the child will be de-activated.
bp-custom.php does not exist by default. If you don’t have a file located at /wp-content/plugins/bp-custom.php, go ahead and create a blank file in that you will paste this snippet : https://archived.seventhqueen.com/forums/topic/profile-field-title#post-193353
So it’s essential to follow exact steps cuz the issue most sure it’s caused by some plugin or child modification
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts

