Forum Replies Created

Viewing 40 posts - 17,041 through 17,080 (of 20,101 total)
  • Author
  • in reply to: Link buddypress menu #92682
     Radu
    Moderator

    Hi,

    Please take a look here : https://archived.seventhqueen.com/forums/topic/friendship/#post-92628

    IT was a bug regarding to the menu.

    You can add a link there but you will need to rebuild entire buddypress menu.

    Cheers

    Radu

    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: home page #92679
     Radu
    Moderator

    Hi,

    You need to go here : wp-admin -> revolution slider -> select that slider -> settings -> Min. Height ( see attachment )

    If 713px is to small or to large please increase or decrease values.

    Cheers

    RAdu

    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: Missing Visual Composer (was not included) #92677
     Radu
    Moderator

    Hi,

    The visual composer is not included in sweetdate theme, the sweetdate is not compatible with visual composer.

    Cheers

    RAdu

    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: Translating to Italian #92676
     Radu
    Moderator

    Hi,

    Do you have translate that string from sweetdate ? or from paid memberships pro ?

    Cheers

    RAdu

    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: main bar #92675
     Radu
    Moderator

    Hi,

    Go to wp-admin -> theme options -> miscellaneous -> Admin toolbar* -> OFF.

    Cheers

    Radu

    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: Fonts Awesome #92674
     Radu
    Moderator

    Hi,

    You have added to head this ?

    COPY CODE
    
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
    

    The resource it seems to be loaded.

    cheers

    Radu

    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: Activity Stream is hides Pictures and Websites #92671
     Radu
    Moderator

    Hi,

    This issue it seems to be caused by some plugins that you have installed,

    Please disable all plugins that not comes once with kleo theme, repeat the action again and let know.

    You can disable plugins one by one and repeat the action to can identify what causes this.

    Cheers

    Radu

    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: Custom Sidebar in Custom Post/Taxonomy Archive #92668
     Radu
    Moderator

    Hi,

    Add this snippet to your wp-content/theme/kleo-child/functions.php

    COPY CODE
    
    
    
    function add_before_my_siderbar() { ?>
       
    < ?php
    if (is_archive()) { ?>
    <div class="sidebar sidebar-main col-sm-3 sidebar-3rr">
    	<div class="inner-content widgets-container">
     
    		< ?php dynamic_sidebar('for home'); ?>
     
    	</div><!--end inner-content-->
    </div><!--end sidebar-->
    < ?php } ?>
     
     
    < ?php
    }
    add_action( 'get_sidebar', 'add_before_my_siderbar' );
    
    function add_before_my_siderbar() { ?>
       
    < ?php
    if (is_archive()) { ?>
    <div class="sidebar sidebar-main col-sm-3 sidebar-right">
    	<div class="inner-content widgets-container">
     
    		< ?php dynamic_sidebar('For Custom Taxonomy'); ?>
     
    	</div><!--end inner-content-->
    </div><!--end sidebar-->
    < ?php } ?>
     
     
    < ?php
    }
    add_action( 'get_sidebar', 'add_before_my_siderbar' );
    

    Cheers

    RAdu

    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: Top main menu #92667
     Radu
    Moderator

    Hi,

    Add this css to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    #header .is-sticky .header-scrolled {
        background-color: #fff !important;
    }
    

    Cheers

    Radu

    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: Display Child Category in Parent Category #92666
     Radu
    Moderator

    Hi,

    Where you want to show childs or parent category ? In sidebar with a widget ?

    Cheers
    Radu

    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: avatar multisite #92665
     Radu
    Moderator

    Hi,

    Please provide a live page url where we can see your described behaviour or some screenshots that shows the problem.

    Cheers

    Radu

    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 'show less' on profile header #92664
     Radu
    Moderator

    Hi,

    You can remove that text/button completely by editing this file /wp-content/themes/kleo/buddypress/buddypress-functions.php line 1858

    Hi the JS can be edited from here : wp-content/themes/kleo/buddypress/js/buddypress.min.js

    If you will made changes on parent theme you will lose the modifications on next theme update.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Radu
    Moderator

    Hi,

    The tab ID are generated by VC and it cannot be edited.

    Regarding to this “Also the pop-up that gives the opportunity to edit the section is “Orange” while the rest on the homepage demo is “green””

    I cannot figure out, can you please provide some screenshots that pointing out problems ?

    Cheers

    Radu

    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: Galaxy Particles Break Buttons #92662
     Radu
    Moderator

    Hi,

    If you are locally i cannot view the example running, try to set position relative for that button via CSS

    COPY CODE
    
    position:relative !important
    

    Let me know

    Cheers

    RAdu

    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: Page title displaying incorrectly after update to WP 4.4 #92661
     Radu
    Moderator

    Hi,

    This can be happens because of theme settings, next time when you update the theme, backup the theme options from wp-admin -> theme options -> Import/Export -> download data file after update import data.

    Cheers

    Radu

    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: Woocommerce Products #92658
     Radu
    Moderator

    Done,

    I;ve hided that via css, you need to purge cache from cdn’s

    Cheers

    RAdu

    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: Can’t upload images with kleo theme active #92652
     Radu
    Moderator

    Hi,

    Contact your hosting company to help you with this.

    Chers

    RAdu

    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: Post Related order #92651
     Radu
    Moderator

    Hi,

    Please provide a screenshot that pointing out the read more button

    Cheers

    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: afew questions #92648
     Radu
    Moderator

    Hi,

    In sweetdate this option is not available, if you want to implement this you need to /hire a developer.

    Cheers

    Radu

    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: Custom Code is not working when page reloads. #92647
     Radu
    Moderator

    Hi,

    The widget widget (Members Newest | Active | Popular ) is located /wp-content/themes/sweetdate/custom_buddypress/bp-functions.php line line 39 and/or /wp-content/plugins/buddypress/bp-members/bp-members-widgets.php line 106

    —-

    1. You can hide that by css, i cannot view your page is blank

    2. This is location of the file/function that render private message button sweet/wp-content/themes/sweetdate/custom_buddypress/bp-functions.php line 2326

    Cheers

    RAdu

    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: Homepage not displaying as expected #92639
     Radu
    Moderator

    Hi,

    TRy with the attached slider.

    Cheers

    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: display a different sidebar on archive #92634
     Radu
    Moderator

    Hi,

    I’ve used this code instead

    COPY CODE
    
    function add_before_my_siderbar() { ?>
       
    <?php
    if (is_archive()) { ?>
    <div class="sidebar sidebar-main col-sm-3 sidebar-3rr">
    	<div class="inner-content widgets-container">
     
    		<?php dynamic_sidebar('for home'); ?>
     
    	</div><!--end inner-content-->
    </div><!--end sidebar-->
    <?php } ?>
     
     
    <?php
    }
    add_action( 'get_sidebar', 'add_before_my_siderbar' );
    

    The problem was this class "sidebar-3rr"

    Cheers

    Radu

    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: Gift plugin #92627
     Radu
    Moderator

    Hi,

    Unfortunately, we don’t offer support for this kind of scenarios, i recommend you to hire a developer to implement your plugin to the theme.

    Cheers

    Radu

    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: Woocommerce Products #92626
     Radu
    Moderator

    Hi,

    Done

    I’ve added in child theme content-product.php to wp-content/themes/sweetdate-child/woocommerce/content-product.php

    the content of the content-product.php is

    COPY CODE
    
    <?php
    /**
     * The template for displaying product content within loops.
     *
     * Override this template by copying it to yourtheme/woocommerce/content-product.php
     *
     * @author 		WooThemes
     * @package 	WooCommerce/Templates
     * @version 2.4.0
     */
    
    if ( ! defined( 'ABSPATH' ) ) {
    	exit; // Exit if accessed directly
    }
    
    global $product, $woocommerce_loop;
    
    // Store loop count we're currently on
    if ( empty( $woocommerce_loop['loop'] ) ) {
    	$woocommerce_loop['loop'] = 0;
    }
    
    // Store column count for displaying the grid
    if ( empty( $woocommerce_loop['columns'] ) ) {
    	$woocommerce_loop['columns'] = apply_filters( 'loop_shop_columns', 4 );
    }
    
    // Ensure visibility
    if ( ! $product || ! $product->is_visible() ) {
    	return;
    }
    
    // Increase loop count
    
    
    $woocommerce_loop['loop']++;
    
    // Extra post classes
    $classes = array();
    if ( 0 == ( $woocommerce_loop['loop'] - 1 ) % $woocommerce_loop['columns'] || 1 == $woocommerce_loop['columns'] ) {
    	$classes[] = 'first';
    }
    if ( 0 == $woocommerce_loop['loop'] % $woocommerce_loop['columns'] ) {
    	$classes[] = 'last';
    }
    ?>
    
    
    

    Cheers

    Radu

    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: Woocommerce #92623
     Radu
    Moderator

    Hi,

    I see this notice on your localization plugin dashboard on woocommerce section

    COPY CODE
    
    Compatibility: Loading Issue: Author is using load_textdomain instead of load_plugin_textdomain function. This may break behavior of WordPress, because some filters and actions won't be executed anymore. Please contact the Author about that.
    

    Use loco translate instead : https://docs.woothemes.com/document/woocommerce-localization/

    Cheers

    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 on some pages not responsive width #92620
     Radu
    Moderator

    Hi,

    I’ve tried on my local install to add some carousels and videos to try to reproduce your issue but unsuccessful.

    If you use plugins or if you have made custom modifications to the theme. please disable plugins or/and changes and see after.

    Cheers

    Radu

    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: Size button #92606
     Radu
    Moderator

    Hi,

    Do you have translated that string ?

    Cheers

    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: Woocommerce #92477
     Radu
    Moderator

    Hi,

    Please provide to that localization plugin.

    Cheers

    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: letter "w" on the profile page #92475
     Radu
    Moderator

    Hi,

    Please FTP details.

    Cheers

    RAdu

    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: Size button #92474
     Radu
    Moderator

    The button is extended as you have asked.

    IF you are not ok with that width replace 100% with 200px or your desired size.

    Cheers

    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: Custom Code is not working when page reloads. #92473
     Radu
    Moderator

    Hi,

    Sorry, unfortunately we don’t offer support for user custom modifications.

    Cheers

    Radu

    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: Activity Stream #92464
     Radu
    Moderator

    Hi,

    This can be done only with some extra hours of work, i suggest you to hire a developer.

    Cheers

    Radu

    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: Gift plugin #92463
     Radu
    Moderator

    Hi,

    We have’t tested this kind of plugins, but on short search on google i found these :

    https://wordpress.org/plugins/gift-buddypress-addons/
    https://wordpress.org/plugins/buddypress-gifts-latest-2014/

    Note: you should test these plugins

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Radu
    Moderator

    Hi,

    Thank you,

    This issue seems to belongs to WPML and I suggest to open a ticket on WPML forum support and ask them about this issue.

    Let us know.

    Cheers

    Radu

    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: Size button #92460
     Radu
    Moderator

    Hi,

    Add this css to wp-admin -> theme options -> general settings ->quick css

    COPY CODE
    
    #buddypress .message-search { width: 100% !important; }
    

    Cheers

    Radu

    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: Demo for Community Blog #92455
     Radu
    Moderator

    Hi,

    I’ve tried again and it works, i received this email

    COPY CODE
    
    Thanks for registering! To complete the activation of your account please click the following link:
    http://earlyinterventionist.com/activation/c46b033cbce0e6e1524fa6828132e6b8/
    

    I accessed the link and i receive success notification ( see attachment )

    Regarding the whitepage, i not see something like that, the dashboard it works as you can see in second screenshot.

    I don’t see any problem with the theme.

    Make a test with a new email address that you have not using to signup on your website.

    And if you still encounter problems please tell me exact steps to reproduce your described issues.

    Cheers

    Radu

    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: Post Related order #92451
     Radu
    Moderator

    Hi,

    There is no option to change the order of those elements.

    It can be done but i will require some custom modifications to the article template file.

    Regarding the custom text after article please add this function to wp-content/themes/kleo-child/functions.php

    COPY CODE
    
    function KleoAddSlideUnderPosts( $content ) {
    
        if( is_single() ) {
    
            $MyText = '<h3 style="text-align: center;">My Custom Text</h3>';
            $content .= $MyText;
        }
    
        return $content;
    
    }
    add_filter('the_content', 'KleoAddSlideUnderPosts');
    
    

    Replace My Custom Text with your desired text

    NOTE : Child theme needs to be activated.

    Cheers

    Radu

    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: Set Up #92448
     Radu
    Moderator

    Hi,

    Regarding to this please post here what error do you receive : “I have followed the Youtube video you have and one of the plugins in the package “paid memberships” returns an error when installing.”

    Regarding to : “Then when trying to upload the revolution slider “landing-page-demo” it returns a 501 fatal error.” This can be caused by a server limit or something like that.

    Please add these codes to wp-config.php from root installation

    define( ‘WP_DEBUG_LOG’, true );
    define( ‘WP_DEBUG’, true );

    Then repeat action ( import again the slider ) and then check this file /wp-content/debug.log and paste here content of the file.

    The double menus it’s because you have imported data twice.

    Let me know

    Cheers

    Radu

    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: member profile associated a directory #92444
     Radu
    Moderator

    Hi,

    Places and portfolios are not related to buddypress profiles, they can be implemented but it will be a custom job, you can also give a look at geo directory addons, they have a buddypress extension that enhances the integration between buddypress and geodirectory.

    cheers

    Radu

    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: Header Layout gets on Title / Breadcrumb layout #92441
     Radu
    Moderator

    Hi,

    I’ve accessed your website and i cannot view something wrong, can you please provide a screenshot that pointing out the issues ?

    Cheers

    Radu

    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 - 17,041 through 17,080 (of 20,101 total)

Log in with your credentials

Forgot your details?