Forum Replies Created

Viewing 40 posts - 14,961 through 15,000 (of 20,101 total)
  • Author
  • in reply to: Avatar Uploads #114430
     Radu
    Moderator

    Good,

    Have a nice week

    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: Buddypress layout on mobile/small screen. #114429
     Radu
    Moderator

    You’re welcome.

    Thank you for the kind words

    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,

    I don’t think so , i’ve tested this on my local install, i’ve placed two Post Masonry Grids with specific settings and the posts was shown ok in correct order (no random order).

    If you know exactly how to reproduce this, please make a video to can investigate 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: Change background image for woocommerce product? #114425
     Radu
    Moderator

    Please provide link to your category and an username and a pass to can view the page

    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: On the activity page breaks styles #114421
     Radu
    Moderator

    Hi,

    Unable to reproduce this, i’ve tried in google chrome and i cannot reproduce this, please made a video to know exactly the steps.

    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,

    Your photos are not displayed because of this css rule from Quick CSS Section

    COPY CODE
    ul#activity-stream a {
        text-indent: -9999px;
        width: 60px;
    }

    You can apply that rule only to buttons with thiss selector

    COPY CODE
    
    
    #buddypress ul#activity-stream.activity-list > li .activity-content .activity-meta .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: Error in layout in post page #114417
     Radu
    Moderator

    Thank you,

    I will mark this topic as resolved and i will respond you later to that ticket

    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: Ads on Members page #114156
     Radu
    Moderator

    Hi,

    Add this function to your child theme functions.php file (wp-content/themes/sweetdate-child/functions.php)

    COPY CODE
    function sq_add_adsense_to_member_directory() {
    
        echo '
    
        <div style="width:728px;height:90px;background-color:red;"></div>
    
        ';
    
    }
    add_action('bp_before_directory_members_content','sq_add_adsense_to_member_directory');
    

    Replace <div style="width:728px;height:90px;background-color:red;"></div> with your adsense code.

    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: deplicated Profile fields #114154
     Radu
    Moderator

    Hi,

    If you deactivate child theme this still happens ?

    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: error plugins. Site goes blank #114152
     Radu
    Moderator

    Hi,

    Please follow these 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 CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( '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.

    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: To Increase Description & Profile Name Font #114151
     Radu
    Moderator

    Hi,

    Go to wp-admin – theme options -> styling options -> scroll down -> body , choose your desired font size.

    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: Upload Fonts? #114150
     Radu
    Moderator

    Hi,

    Please follow this : https://archived.seventhqueen.com/forums/topic/how-can-register-japanese-font

    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: Revolution slider disappeared . #114146
     Radu
    Moderator

    Hi,

    The slider is there, see attached screenshot.

    Do you have solved the issue ?

    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: Revolution slider disappeared . #114143
     Radu
    Moderator

    Hi,

    The slider is there, see attached screenshot.

    Do you have solved the isuse ?

    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: K Elements in widgets #114142
     Radu
    Moderator

    Hi,

    Yes it’s possible, you can paste the shortcodes in sidebar it should work!

    Regarding to this : Also is there a widget that we could actually have a featured member displayed in the sidebar?

    Kleo doesn’t have this option, but you can search on google for a plugins that can do that.

    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: Avatar Uploads #114141
     Radu
    Moderator

    Hi,

    You can change the avatar default sizes by editing the following file: “wp-content/plugins/bp-custom.php”

    Open that file and look for BP_AVATAR_FULL_WIDTH and BP_AVATAR_FULL_HEIGHT and put your desired values.

    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: jQuery is not defined on login page #114139
     Radu
    Moderator

    Hi,

    Can you please provide a link ?or full screenshot where the link is fully visible

    I’ve tried to replicate this but this not happens on my environment

    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: Missing Information #114138
     Radu
    Moderator

    Hi,

    Most probably the pages are missing, do you have imported demo content ?
    If not, you will have to import demo content.

    https://archived.seventhqueen.com/video-tutorials/sweetdate-install-and-setup.html

    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: Facebook Connect not working #114137
     Radu
    Moderator

    Hi,

    When i try to connect with fb to your site it says

    COPY CODE
    
    App Not Set Up: This app is still in development mode, and you don't have access to it. Switch to a registered test user or ask an app admin for permissions.
    

    Please check your app settings, go to review tab in facebook app dashboard and make sure that the app is public

    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: content menu #114135
     Radu
    Moderator

    Hi,

    Please follow this link : https://archived.seventhqueen.com/forums/topic/menu-5

    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: Issues with Kleo and Visual Editor #114134
     Radu
    Moderator

    Hi,

    try to deactivate all plugins then, enable VC first check if it works, if not works check via FTP in wp-content/plugins/ for js_composer folder if the folder exists delete it, and try to install again from admin dashboard.

    Let me know

    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: Site Width not displaying correctly. #114133
     Radu
    Moderator

    Hi,

    If you disable the CDN and then select again 1440px boxed and save settings it stands still in 1200 px ?

    If yes please provide credentials to take a look

    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: Register Button Not Redirecting to Memberships page #114129
     Radu
    Moderator

    Hi,

    Please check if you have pmpro pages generated go to wp-admin -> memberships -> pages

    Check the attached screenshot, normally the pages should be assigned like in attached photo, if the pages are not assigned, look there for a link text where says about something to generate automatically pmpro pages.

    Let me know

    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 Heading” Make Text Responsive #114128
     Radu
    Moderator

    Hi,

    Maybe you will have to specify fonts size in em not in px for that custom heading

    Let me know

    Cheers

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

    Salut,

    Nu reusesc sa imi dau seama inca, dureaza destul procesul de debugging, o sa dau mai departe ticket-ul, cel mai probabil luni o sa raspundem inapoi.

    Te salut

    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: On the activity page breaks styles #114114
     Radu
    Moderator

    Hi,

    I’ve tried to reproduce your described issue but unsuccessful , please make a video how to reproduce this please.

    Cheers

    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,

    I see that, i’ve tried to reproduce on my Kleo install and i cannot reproduce your reported issue,

    Please disable all plugins that not come once with the kleo theme, clear cache if you have, then test again.

    Now i see that you have an old theme theme version update the theme to latest version and the recommended plugins, you can check update status from wp-admin -> appearance -> install plugins

    Try first with the updates

    Cheers

    Let me know

    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 template outdated #114108
     Radu
    Moderator

    Hi,

    You will have to update your theme and the woocommerce, if you don’t have any update notify try to deactivate woocommerce then switch the theme with a default one then activate again theme then go this and you will see notices for un-updated plugins : wp-admin – > appearance -> install 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
    in reply to: Icon is not displaying #114106
     Radu
    Moderator

    Great,

    Have a nice week

    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

    Great if you solved the issue,

    You can report that issue between LikeBTN and rtMedia to the plugin author

    I will mark the topic as resolved

    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: 500 Internal Server Error #114104
     Radu
    Moderator

    Great,

    Have a nice week

    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: Font in top menu bar #114103
     Radu
    Moderator

    Hi,

    This is the css

    COPY CODE
    
    .header-color .top-menu li > a, .header-color #top-social li a {
        color: #ddd !important;
    }

    You can add this to wp-admin -> theme options -> general settings -> quick css

    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: Edit shortcode #114102
     Radu
    Moderator

    You’re welcome

    Have a nice week

    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 render problem when not logged in #114101
     Radu
    Moderator

    Please provide credentials to check

    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: >> Memory #114100
     Radu
    Moderator

    If you are hosting your website to a hosting firm ask them about this setting, tell em to increase your php max memory.

    Also try to deactivate the plugins that you are not using, a 256mb memory for php it should be enough, so that i think that your limit of 1gb are not real.

    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: Dissable option to change visibility #114097
     Radu
    Moderator

    Hi,

    You’re welcome

    For that you will need a plugin similar to this : http://buddydev.com/plugins/bp-non-editable-profile-fields/ or if this is not what are you looking for ask on buddypress forums.

    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: On the activity page breaks styles #114093
     Radu
    Moderator

    Hi,

    Please provide an account to can try to reproduce your described issue.

    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: Buddypress layout on mobile/small screen. #114089
     Radu
    Moderator

    Ok,

    Check the attached screenshot

    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: Mobile photo/video posting #114087
     Radu
    Moderator

    Hi,

    I’ve tested the buddyapp in google chrome and i wa able to upload a picture or to pick a photo and then to upload.

    Can you please proivde your website address to take a look ? and a account to do some tests

    regarding the note to that plugins, i’ve made a confusion about these plugins K-elements and Revolution Slider plugins, they are in kleo not in buddyapp sorry.

    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: Testimonials in random order #114077
     Radu
    Moderator

    You’re welcome

    Have a nice week

    I will mark the topic as resolved

    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 - 14,961 through 15,000 (of 20,101 total)

Log in with your credentials

Forgot your details?