Forum Replies Created

Viewing 40 posts - 10,361 through 10,400 (of 20,101 total)
  • Author
  • in reply to: We have errors here? #137618
     Radu
    Moderator
    Not marked as solution
    in reply to: WP Categories #137617
     Radu
    Moderator

    Try 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 solution
    in reply to: pardon me all in one #137616
     Radu
    Moderator
    Not marked as solution
    in reply to: pardon me all in one #137615
     Radu
    Moderator
    Not marked as solution
    in reply to: BP Profile Search #137613
     Radu
    Moderator
    Not marked as solution
    in reply to: Microformat tag #137612
     Radu
    Moderator
    Not marked as solution
    in reply to: Extra row in header after update #137610
     Radu
    Moderator

    And 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 solution
    in reply to: how to add a link to profiles? #137609
     Radu
    Moderator

    Hi,

    add this code to wp-content/themes/kleo-child/functions.php

    COPY CODE
    
    function 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 solution
    in reply to: VC template #137606
     Radu
    Moderator

    Follow 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 solution
    in reply to: Double in Primary Menu #137602
     Radu
    Moderator

    Great

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Members Page #137600
     Radu
    Moderator

    Ok

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Members Page #137599
     Radu
    Moderator

    Ok

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: remove some of the content of profile side menu #137598
     Radu
    Moderator

    Ok

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Text Field / Text Area under breadcrumbs bar #137597
     Radu
    Moderator

    You’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 solution
    in reply to: Text Field / Text Area under breadcrumbs bar #137593
     Radu
    Moderator

    You’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 solution
    in reply to: Text Field / Text Area under breadcrumbs bar #137591
     Radu
    Moderator

    You’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 solution
    in reply to: Text Field / Text Area under breadcrumbs bar #137590
     Radu
    Moderator

    You’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 solution
    in reply to: Text Field / Text Area under breadcrumbs bar #137581
     Radu
    Moderator

    You’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 solution
    in reply to: Text Field / Text Area under breadcrumbs bar #137578
     Radu
    Moderator

    You’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 solution
    in reply to: rename the ‘search’ label in search form #137577
     Radu
    Moderator

    Great!

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Text Field / Text Area under breadcrumbs bar #137576
     Radu
    Moderator

    You’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 solution
    in reply to: Titles in bold #137575
     Radu
    Moderator

    Try 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 solution
    in reply to: RSS to open in a new window #137500
     Radu
    Moderator

    No problem

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Text Field / Text Area under breadcrumbs bar #137499
     Radu
    Moderator

    Hi,

    use this php code, add it to wp-content/themes/kleo-child/functions.php

    COPY CODE
    function 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 solution
    in reply to: remove some of the content of profile side menu #137498
     Radu
    Moderator

    What 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 solution
    in reply to: rename the ‘search’ label in search form #137496
     Radu
    Moderator

    Hi,
    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 solution
    in reply to: WP Categories #137494
     Radu
    Moderator

    Check 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 solution
    in reply to: WP Categories #137493
     Radu
    Moderator

    Hi,

    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
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Microformat tag #137492
     Radu
    Moderator
    Not marked as solution
    in reply to: News Ticker #137491
     Radu
    Moderator

    Actually, 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 solution
    in reply to: News Ticker #137490
     Radu
    Moderator

    Hi,

    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 solution
    in reply to: Extra row in header after update #137489
     Radu
    Moderator

    If 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
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: friends and group display #137488
     Radu
    Moderator
    Hi, 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.
    in reply to: Single Post Page “edit” links #137487
     Radu
    Moderator

    Hi,

    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 solution
    in reply to: VC template #137486
     Radu
    Moderator

    Hi,

    Please check in wp-admin -> visual composer -> role manager -> templates

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Image Sizes #137483
     Radu
    Moderator

    Hi,

    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 solution
    in reply to: News Highlight Bottom Side #137482
     Radu
    Moderator

    Hi,

    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 solution
    in reply to: VC template #137477
     Radu
    Moderator

    Also backup the files

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: VC template #137476
     Radu
    Moderator

    Hi,

    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 solution
    in reply to: Widget font #137475
     Radu
    Moderator

    Hi,

    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
Viewing 40 posts - 10,361 through 10,400 (of 20,101 total)

Log in with your credentials

Forgot your details?