Forum Replies Created

Viewing 40 posts - 15,481 through 15,520 (of 20,101 total)
  • Author
  • in reply to: hide title in groups #110500
     Radu
    Moderator

    Hi,

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

    COPY CODE
    
    .group-home section.title-single {
        display: none !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: Buddypress layout on mobile/small screen. #110499
     Radu
    Moderator

    Hi,

    Please provide an account to can see the activity

    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: Online members question #110497
     Radu
    Moderator

    Hi,

    Please follow this topic : https://archived.seventhqueen.com/forums/topic/add-fake-members-to-kleo_status_icon-area/#post-88382

    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: Changing the main section #110495
     Radu
    Moderator

    Hi,

    Go to wp-admin -> theme options -> styling options -> Header section -> background -> image -> upload you image

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

    You can update, if you encounter any issue please let us 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: Mobile Profile Layout on Desktop #110486
     Radu
    Moderator

    Hi,

    There is no quick solution for that, but in the future we will take this in consideration.

    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: How to change placeholder text color? #110482
     Radu
    Moderator

    Hi,

    Add this css to wp-admin -> theme options -> styling options -> quick css

    COPY CODE
    
    .form-search.custom input[type="text"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color:red !important;
    }
    
    .form-search input::-moz-placeholder {
        /* FF 4-18 */
        color: red;
    }
    .form-search input::-moz-placeholder {
        /* FF 19+ */
        color:: red;
    }
    .form-search input:-ms-input-placeholder {
        /* IE 10+ */
        color: red;
    }
    
    .form-search.custom input[type="password"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color:red !important;}
        
    .form-search.custom input[type="password"]::::-moz-placeholder {
        /* FF 4-18 */
        color: red;
    }
    

    Replace red with your desired color.

    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: Does BuddyApp work with the plugin “rendez-vous” #110478
     Radu
    Moderator

    Hi,

    We haven’t tested this plugin, you can test it..

    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: Optimising my install (transient variables) #110474
     Radu
    Moderator

    Hi Fabienne,

    84 plugins activated for me is a huge number,I recommend you to get rid of unnecessary plugins and please follow this article : http://seventhqueen.com/blog/code-snippets/the-definitive-wordpress-speed-guide-step-by-step-easy.html

    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: NEW and HOT in menu #110473
     Radu
    Moderator

    Nope…

    Do you have placed the NEW inside em tags

    COPY CODE
    
    
    <em>New</em>
    
    

    Then let me know where i can see this in actions to can provide you correct css solution if the preview solution was not works.

    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: Shrink menu #110471
     Radu
    Moderator

    Hi,

    I cannot view your site it says fatal error memory allocation, increase your php memory limit

    http://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html

    Let me know when you solve this

    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: Best KLEO recommended CHAT plugins? #110468
     Radu
    Moderator

    Hi,

    Please follow this topic : https://archived.seventhqueen.com/forums/topic/chatting-option-for-chat-to-friends-user-with-each-other

    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: Regarding Hosting for website #110467
     Radu
    Moderator

    Hi,

    There is no formula provide, but you can install query monitor plugins to estimate your ram consumption in frontend and then multiply with concurrent visitors numbers.

    As a reference please take a look at wp engine plans, and for higher volume you can contact them for more details https://wpengine.com/plans/

    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: install order #110465
     Radu
    Moderator

    Hi,

    Please follow this link : https://archived.seventhqueen.com/services/wordpress-theme-installation-service

    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,

    Please do not update to View version 4.11

    Regarding the issue with that odd space, please provide admin credentials and FTP i will check tomorrow.

    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: Scrolling #110448
     Radu
    Moderator

    Hi Thalia,

    Q: Hello Radu, maybe it’s a misunderstanding cause my english is not so good. I don’t want to bring the size of the text higher. I want to bring the heart+text+the 3 counters on the mainsite http://new.lovestorm-people.com more up. I want to shift it further upwards to the top.

    R: You should to go in wp-admin -> pages -> search for your home page -> edit -> then you will see visual composer, just drag the row that contain the counters and the heart on top, let me know if you cannot handle with this and provide admin credentials.

    Q: Please where can I switch of/or hide the informations in all posts about author, date and categorie?

    R: We have an option in theme to disable all autor meta from wp-admin -> theme options -> blog -> Display post meta in Single post page* – NO

    Q: Where can I change the language to german for the “Read more” link in the posts on the main site and in the Comment form “Leave a reply”?

    R: You can do that by using loco translate plugin https://wordpress.org/plugins/loco-translate/

    You will need to go to the plugin dashboard and in kleo section 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/ ) then search for that string and translate it.

    Q: Before one week I changed all favicons in the theme, in firefox it’s well but in IE it still shows me the old favicon from your company.

    R: This because it remains in bowser cache, search on google how to clear cache for Internet Explorer.

    Q: How can I change the hyperlink on the picture in the sliders? Cause when you click on a slider(picture) on the main site and in the post the link goes only to the image and not to the post. I want that the link goes to the post where the slider is inside.

    R: Go to wp-admin -> revolution slider -> chooser your home slider, and click edit, then look there for link..

    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: Tech issue – the new members option isn’t working #110440
     Radu
    Moderator

    Hi Liron,

    Regarding to this

    I want that every person that register to the website will appear as “new”.

    This option is not available in kleo, and you should search for a plugin that do that.

    Regarding the issue the newest tabs please provide an exact url where the widget appears,and a credentials to can view the page if is need.

    Cause for this issue can be some plugins, so i suggest you to disable all plugins except buddypress,k-elements,revolution slider and Visual composer, if after disabling these you are able to switch to newest tab, enable plugins one by one to 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: Built in “rlated posts” feature #110438
     Radu
    Moderator

    You’re welcome

    If your topic from feature requests will have many votes it will be taken in consideration.

    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: NEW and HOT in menu #110437
     Radu
    Moderator

    Hi Investa,

    Do you try to have Hot label into topmenu ?

    That’s the css for that

    COPY CODE
    
    
    .top-bar em {
        border-radius: 2px;
        font: 10px Arial,Helvetica,sans-serif;
        padding: 1px 3px;
        font-style: normal;
        background-color:#00b9f7;
    }
    
    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 overlay over background image. #110436
     Radu
    Moderator

    Hi,

    Yes, it’s private,

    Man the problem is caused by a plugin as how i said first time… see this video : https://drive.google.com/file/d/0Bxo5b6iHWRMwaVNpbHZFaGNpQUU/view

    I was able to set equal height to the blue boxes from here : http://www.randomstudentdrugtesting.com/home-2/

    Please enable plugins one by one to identify what causes this…

    Now only plugins that are activated are K-elemens and Visual composer, make some tests to see if it works.

    LEt me know when you find the problematic plugin.

    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

    I don’t know exactly in what file is, but that section is header.php can be added via a hook.

    Please try to deactivate plugins, to find if is caused by some plugin.

    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: Styles in mozilla #110424
     Radu
    Moderator

    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
     Radu
    Moderator

    Hi,

    You can use Social Articles Plugin

    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: Problem with post navigation #110422
     Radu
    Moderator

    You’re welcome

    Ty for providing your solution

    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: Email activation page 404 error #110421
     Radu
    Moderator

    Hi,

    You can set redirect after login from wp-admin -> theme options -> miscellaneous -> Login redirect for Popup* -> choose your desired option..

    For advanced redirection you can use Peters Redirect Plugin

    Regarding this page: http://www.mommysupermodel.com/members make sure that the page is not restricted for loggef in members from page backend look for Requires Membership, you should uncheck all options (see attachment)

    REgarding to this

    Hello. I have a question regarding videos that I upload to my site using rtMedia: how do I get the videos to automatically play when the post is uploaded? Currently, there is only a link that says “upload file”; it is only after the user clicks on this, that he/she can download and then view the video. How do I bypass this and have the video play automatically?

    This option not exists in kleo… you can ask about this on rTMEdia support forum

    Regarding to

    – I had sent a question earlier asking how I can get the user’s activity stream or the member’s page to show? LIke in this demo page?

    The activity is shwn by defaault in your profile, make sure if the activty componet is active by going to wp-admin -> setting -> buddypress -> check Activity stream.

    The user can access his activity page by going to his profile, the first page is the activity.

    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: How to remove all the font awesome icons in Nav #110418
     Radu
    Moderator

    Hi,

    You can do that by using loco translate plugin https://wordpress.org/plugins/loco-translate/

    You will need to go to the plugin dashboard and in buddypress section 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/ ) then search for that string and translate it.

    Regarding the second question, Kleo doesn’t have this functionality, you can search on google for a plugin that can do that, follow this link for similar functionaity https://buddypress.org/support/topic/how-to-add-new-members-to-groups-automatically/

    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: Changing the width of the page #110411
     Radu
    Moderator

    Please provide more details regarding the marked areas from the screenshot

    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: 4 column layout breaks on Safari #110407
     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: 4.0.2 K elements upgrade fails with KLEO 4.0.3 #110406
     Radu
    Moderator

    Hi again,

    It seems that this issue is odd, i searched on google about this : https://www.google.ro/search?q=PCLZIP_ERR_BAD_FORMAT , the easiest solution is to update k-elements manualy, can you provide ftp and admin credentials to do that ?

    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: site title #110405
     Radu
    Moderator

    Hi,

    You will need to create the membership packs first, go to wp-admin -> memberships -> membership leves -> Add New Level

    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: Lost password page not working #110404
     Radu
    Moderator

    Hi,

    You can disable the child theme by activating the parent theme, by before this operation please make a theme settings backup from wp-admin -> theme options -> import/export -> download data file

    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: Slider not showing on mobile (and it is enabled) #110387
     Radu
    Moderator

    I’m testing on Iphone 6 in Chrome and the slider is shown also in Safari.

    What version of IOS do you have ?

    I have IOS 9.2.1Version

    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: Columns no longer working #110386
     Radu
    Moderator

    Thank you,

    I will mark the topic as resolved.

    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: Hide authors of blog posts #110385
     Radu
    Moderator

    Hi,

    First provide admin credentials to can view the site, now it says under construction.

    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 Background color issue #110384
     Radu
    Moderator

    Hi Kingsley,

    I’ve made a test page and i was able to add/set and choose different background for every row, image and solid color as bg, see here : http://brueckeberlin.de/testing/

    Please made a video and show me where is exactly 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
     Radu
    Moderator

    Hi,

    Ok,i see in that category are only videos, that posts what format they have ? Standard or video ?

    Also make sure that this setting is on : go to wp-admin -> theme options -> blog -> Display media on post page* ON

    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: Masonry grid takes a long time to load #110378
     Radu
    Moderator

    Hi,

    When i access the stories page i see that that it loads the images… this depends by your server performance and the query size.
    In that listing elements all the posts are loaded at once during page load, that’s how visual composer works, instead dynamically load when you press load more…

    I recommend you to use a cache plugin like wp super that will create static html files, and your php will not need to run ro build this query

    Animations options can handled from here : https://www.7sky.life/wp-admin/admin.php?page=kleo_options&tab=19&wpseo_ignore_tour=1&nonce=7920394760

    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 Search Results Font #110376
     Radu
    Moderator

    Hi,

    Add this css to wp-admin -> theme options -> styling options -> quick css

    COPY CODE
    
    #members-dir-list .search-item .date, .search-item .date a {
        color: red !important;
    }
    

    Replace red with your desired color.

    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,

    That is caused by this code

    “&#8203 ;

    That is immediately under head tag, do you have recently installed a plugin ? or do you have made recently a modification to php files ? From how long time is that space there ?

    Try to disable all your plugins to see if that space is still there,if the space dissappears enable plugins one by one to 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: Add overlay over background image. #110368
     Radu
    Moderator

    Hi TJ,

    Please update the KLEO theme to 4.0.3, your current version is 4.0.0 see attachment.

    Let me know after 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
Viewing 40 posts - 15,481 through 15,520 (of 20,101 total)

Log in with your credentials

Forgot your details?