Forum Replies Created

Viewing 40 posts - 1,601 through 1,640 (of 1,943 total)
  • Author
  • in reply to: Hide Forums #22110
     Catalin
    Moderator

    Hello,

    It works only on parent items.

    Thank you,
    Catalin

    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: Hide Group Forums on Forums Page #22108
     Catalin
    Moderator

    Hello,

    You need custom code work to achieve that.

    Thank you,
    Catalin

    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: Re: Albums #22105
     Catalin
    Moderator

    Hello,

    You need to deactivate bpalbums, activate rtmedia, activate albums option from settings and users will have this option. Take a look at the print screens attached.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: Sweetdate User Fields Paid Member Only #22100
     Catalin
    Moderator

    Hello,

    For achieving this you need to modify the BuddyPress members templates. You can find the files in
    ..\wp-content\themes\sweetdate\members .

    Thank you,
    Catalin

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

    Hello,

    This is a rtMedia custom feature development matter; please ask their support site for this.

    Thank you,
    Catalin

    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: Rtmedia fullscreen #22098
     Catalin
    Moderator

    Hello,

    We don’t offer rtMedia support.
    Please ask this question to their support site.

    Thank you,
    Catalin

    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 can i reduce the size of logged on user image?? #22085
     Catalin
    Moderator

    the page from the link you provided gives 404 error.

    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: Problem with header on pages #22083
     Catalin
    Moderator

    Hello,

    You have the option for transparent menu activated.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: Slider like demo on homepage #22080
     Catalin
    Moderator

    Hello,

    To add revolution slider you can do this from visual composer. Take a look at the attach print screen.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: Avatars misaligned #22079
     Catalin
    Moderator

    The error comes from simple tweeter tweets plugin.

    add this code in style.css from your child theme folder:

    COPY CODE
    
    
    .avatar {
    margin-left: 0px !important;
    }
    
    

    Let me know if this works.

    Thank you,
    Catalin

    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: Blank area under logo on homepage #22074
     Catalin
    Moderator

    Hello,

    You can fix this by adding the following code in the style.css file from your child theme folder:

    COPY CODE
    
    
    .navbar-header .logo
    {
       padding-top:12px;
    }
    
    

    Let me know if this helps.

    Thank you,
    Catalin

    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: Avatars misaligned #22071
     Catalin
    Moderator

    Hello,

    Please send me a link to your website to be able to replicate your issue.

    Thank you,
    Catalin

    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: Add Text Above Members in Members Directory #22067
     Catalin
    Moderator

    Hello,

    Take a look at this link:

    http://codex.wordpress.org/Function_Reference/do_shortcode

    Thank you,
    Catalin

    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: Child CSS sheets not working for specific classes #22030
     Catalin
    Moderator

    Hello,

    Please provide me admin credentials for your website to be able to replicate your issue. Reply message as private for security reasons.

    Thank you,
    Catalin

    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: Geo Names Username #22028
     Catalin
    Moderator

    Hello,

    Please update the theme to the latest version available.

    Thank you,
    Catalin

    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: profile button not going to profile page #22025
     Catalin
    Moderator

    Hello,

    Please take a look in the header.php file from the theme folder.
    Starting with line 128 you can see <!–Login buttons–> code area. You need to modify the link structure to achieve your request.

    Thank you,
    Catalin

    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: Probleme to ad some add in the code ! #22023
     Catalin
    Moderator

    Hello,

    I already gave you clear instructions but you need some developer skills to be able to achieve what you want.

    Thank you,
    Catalin

    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: CSS and functionality Error #22019
     Catalin
    Moderator

    Hello,

    Replace the file from ..\wp-content\themes\kleo\assets\js\app.js with the one attached.

    Also use settings in the screenshot attached for the gallery you want to add.

    Let me know if this works.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: Problems With Visual Composer CSS #22017
     Catalin
    Moderator

    Hello,

    Please add this code in (Theme options > General setings) in Quick Css are:

    COPY CODE
    
    
    body.compose-mode .section-container.container > .row {overflow: inherit;}
    body.compose-mode .vc-element:hover .row > .vc-element:before, 
    body.compose-mode .vc-element.vc-hover .row > .vc-element:before, 
    body.compose-mode .vc-element.vc-hold-hover .row > .vc-element:before {
        content: "";
        height: 100%;
        left: 0;
        margin: 0;
        outline: 1px dashed rgba(125, 125, 125, 0.4);
        padding: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }
    body.compose-mode .vc-element .row {margin-left: 0; margin-right: 0;}
    
    

    Let me know if this works.

    Thank you,
    Catalin

    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: Mega menu how to #22010
     Catalin
    Moderator

    Hello,

    You need to use a structure like in the screenshot.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: Problem with integrate cometchat #22008
     Catalin
    Moderator

    Hello,

    Please send me a link to the site where you have cometchat installed.

    Thank you,
    Catalin

    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: CSS and functionality Error #21995
     Catalin
    Moderator

    Hello,

    We are still analyzing this issue and we will let you know when we have a solution.

    Thank you for your patience,
    Catalin

    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 can i change the names of the navigation menu? #21988
     Catalin
    Moderator

    Hello,

    You need to clik on the Visual Composer button. Take a look at the screen shot.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: Probleme to ad some add in the code ! #21984
     Catalin
    Moderator

    Hello,

    If you want to add the code in a php template, you should use something like this:

    COPY CODE
    
    if(pmpro_displayAds())
    {
    //insert ad code here
    }
    

    You need to add the code inside <?php … ?>. In your example, you close the php twice

    COPY CODE
    ?>

    and this won’t work.

    Let me know if this works,

    Thank you,
    Catalin

    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: Problem with header on pages #21983
     Catalin
    Moderator

    Hello,

    Please provide me admin credentials for your WordPress site to be able to replicate your issue. Reply message as private for security reasons.

    Thank you,
    Catalin

    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: Problem with header on pages #21981
     Catalin
    Moderator

    Hello,

    Do you have any custom code added to your child theme?

    Thank you,
    Catalin

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

    Hello,

    You need to go to (Sweetdate > Homepage) menu, deactivate the slider and add an image. Take a look at the screenshot.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: Membership levels #21977
     Catalin
    Moderator

    Hello,

    You can do that by using this short code [pmpro_levels].

    Let me know if this works for you.

    Thank you,
    Catalin

    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: Solid background color for section shortcode #21976
     Catalin
    Moderator

    Please send me a link to the page where you want to modify the background of the area to be able to give you a solution for your request.

    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: Membership Levels #21974
     Catalin
    Moderator

    Hello,

    Please check the “Require membership” area from the left of your “Edit page” area. Take a look at the print screen also.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: Add Text Above Members in Members Directory #21973
     Catalin
    Moderator

    Hello,

    Please check now.

    You can replace “Custom text” with what you need. You can do that in functions.php from your child theme.

    Let me know if this works.

    Thank you,
    Catalin

    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: Hidden Header Image #21972
     Catalin
    Moderator

    catalin@seventhqueen.com

    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: Mega menu how to #21967
     Catalin
    Moderator

    Hello,

    I tested the functionality on the last theme version and it works normally. Make sure that you click on “Save menu” button after you select the “Mega menu” option. Please take a look at the print screens attached.

    Let me know if this helps.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: Add verical line separating content and the sidebar #21941
     Catalin
    Moderator

    Hello,

    You need to add this code to your style.css from your child theme folder:

    COPY CODE
    
    
    .row .four
    {  
        border-left: solid 1px #xxx;
     }
    
    

    For changing the widget background color, you can do this by adding:

    COPY CODE
    
    .widgets
    {
       background-color:#xxx;
    }
    

    Keep in mind that changing the background color for widgets implies more CSS work for the widgets to look right.

    Also “#xxx” is the color code and you should replace this with the color you want to use.

    Thank you,
    Catalin

    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 issues, mostly buddy press.. #21932
     Catalin
    Moderator

    Hello,

    Please take a look at this plugin:

    https://wordpress.org/plugins/codestyling-localization/

    Thank you,
    Catalin

    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: Sideways avatars #21930
     Catalin
    Moderator

    Hello,

    Did the users complaining about this issue uploaded the picture from mobile?

    Thank you,
    Catalin

    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: broken links throughout the site #21928
     Catalin
    Moderator

    catalin@seventhqueen.com

    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: Spanish Translation #21927
     Catalin
    Moderator

    Hello,

    Please take a look at this link:

    https://wordpress.org/plugins/codestyling-localization/

    Also, “General Relationship Discussion” can be found under forums tab.

    Thank you,
    Catalin

    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: Profile Information #21924
     Catalin
    Moderator

    Hello,

    Please take a look at this link:

    https://archived.seventhqueen.com/forums/topic/thee-os-no-information-next-to-my-profile-picture#post-15510

    Thank you,
    Catalin

    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: Theme Options Blank Page #21921
     Catalin
    Moderator

    Glad to help. 🙂

    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 - 1,601 through 1,640 (of 1,943 total)

Log in with your credentials

Forgot your details?