Forum Replies Created
-
Author
-
Radu
ModeratorTry instead with Kleo Posts or Post Grid. try some workarounds because there is no plug and play functionality for your needs and in this case you should test more with the available tools
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorAnd if you leave vc enabled and you de-activate other plugins how it’s ?
If you de-activate child theme how it’s ?
Try to re-upload theme files
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
add this code to wp-content/themes/kleo-child/functions.php
COPY CODEfunction member_link_name_shortcode_func( ) { if(is_user_logged_in()) { if (function_exists('bp_is_active')) { $logged_in_username = bp_get_loggedin_user_fullname(); $logged_in_link = bp_loggedin_user_domain( '/' ); $output = '<a href=".$logged_in_link.">'. $logged_in_username.' </a>'; return $output; } elseif (class_exists('bbPress')) { $logged_in_username = bbp_get_user_nicename(bbp_get_current_user_id()); $logged_in_link = bbp_get_user_profile_url( bbp_get_current_user_id() ); $output = '<a href=".$logged_in_link.">'. $logged_in_username.' </a>'; return $output; } } } add_shortcode('member_name','member_link_name_shortcode_func');Then add this shortcode in the page that you want to show the username + link
[member_name]
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorFollow this : https://archived.seventhqueen.com/general/article/get-rid-visual-composer-templates
The solution it works i’ve tested
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorGreat
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou’re welcome
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou’re welcome
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou’re welcome
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou’re welcome
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou’re welcome
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou’re welcome
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGreat!
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou’re welcome
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorTry with this css
COPY CODE.main-title .page-title { font-size: 43px; }If it not works provide to me a screenshot that pointing out the text
Cheers
R.Hi 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,
use this php code, add it to wp-content/themes/kleo-child/functions.php
COPY CODEfunction ads_before_content() { echo ' <div style="width:728px;height:90px;background-color:red;display:block;margin:0 auto;"> 728 AD </div> '; } add_action ('kleo_before_content', 'ads_before_content');Replace
COPY CODE<div style="width:728px;height:90px;background-color:red;display:block;margin:0 auto;"> 728 AD </div>With your desired code
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorWhat menu items you want to remove to can give you css selectors for that ?
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,
There it’s only one reliable solution to do that
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 solutionRadu
ModeratorCheck this,i’ve replied you here https://archived.seventhqueen.com/forums/topic/wp-categories#post-137493
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Create a row and divide it by 3 from example in every column you will add single image element and place image and add a custom link to your desired category and if you will have more that 3 categories duplicate the row.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorActually, now I see the news ticker but I;m able to click to any post that appears there, but please check this
If you de-activate all plugins except buddypress and also the child theme there are placed as it should ?
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,
Unable to figure out and to see the news ticker in your homepage, can you please a video or some screenshots to can figure our about you are talking about please ?
Cheers
R>Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIf you de-activate all plugins and check it only with the theme active it disappears ?If yes it means that one of the plugins causes this, update plugins that require update then enable back your plugins and check again.
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, If you de-activate all plugins except buddypress and also the child theme there are placed as it should ? If yes it means one of your plugins causes that or one of your customizations that you have made in child theme Cheers R.Radu
ModeratorHi,
Add this css
COPY CODE.single article .article-meta .edit-link { display: none; }The Css will be added to wp-admin -> theme options -> general settings -> quick css
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
Please check in wp-admin -> visual composer -> role manager -> templates
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 is the CSS selector
COPY CODE.category .small-listing .post-content .post-image img { width:100%;height:100%;min-width:200px;min-height:200px; }Adjust the min width and min height values with your desired
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
Try with this css
COPY CODE.news-highlight .standard-listing:not(.template-page) .type-post { padding: 10px; margin: 10px !important; border-bottom-width: 0px !important; }The Css will be added to wp-admin -> theme options -> general settings -> quick css
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorAlso backup the files
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You can try to use this plugin but use it with carefull : https://wordpress.org/plugins/wordpress-reset/
Please make a database backup for any case…
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 provide screenshot that points out the page location
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts