Forum Replies Created

Viewing 40 posts - 5,241 through 5,280 (of 20,101 total)
  • Author
  • in reply to: WordPress regular login form #175081
     Radu
    Moderator

    Wait until we release new theme update that contains also the minified file.

    Or you can minify it manually if you really want.

    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: section with a length of 100% #175080
     Radu
    Moderator
    Not marked as solution
    in reply to: Primary Navigation Search bar #175079
     Radu
    Moderator

    Checked again and it works as it should…. and the snippet it works perfectly tested from begining before providing to you.

    empty all caches reboot router clear computer and browser cache

    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: sort posts #175077
     Radu
    Moderator

    Ok let me know what post should appear in the homepage and not appears event it’s added in the post grid, let me know the post id and wp admin credentials

    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: Birthdate/age #175075
     Radu
    Moderator

    Hi,
    Which profile ?

    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: COUNTER NUMBERS #175019
     Radu
    Moderator

    There is no shortcode for that or quick solution, the idea it’s to create a shortcode for your desired counter.

    You can ask our development department about a quote related creating the shortcode ar dev@seventhqueen.com

    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: Multiple Q’s from a new user of Kleo Theme: #175017
     Radu
    Moderator

    Hi,
    try with this css instead

    COPY CODE
    
    ul#menu-kleotopmenu li a {
        color: #000 !important;
    }
    

    IF still not works provide a URL where the top menu it’s visible for a guest user

    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: Why is WordPress not up to date? VC not working #175003
     Radu
    Moderator

    Hi,

    I was able to use Visual composer normally check this vide : https://drive.google.com/file/d/0Bxo5b6iHWRMwclY4czlGVW9qak0/view

    If is not fixed let me know how to reproduce

    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: footer area: unable to click linked-URL #175000
     Radu
    Moderator

    Use this css

    COPY CODE
    
    #socket .col-sm-12 small {
        min-height: 30px !important;
        display: block !important;
    }
    
    

    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: Use of KLEO Client #174998
     Radu
    Moderator

    Hi,

    If you pull the clients via post carousel will link to the client post itself… the link will be available only using the client’s visual element from visual composer.

    No quick solution to make the clients links to work via kleo post carousel.

    I will reply to that ticket immediately

    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: Multiple Q’s from a new user of Kleo Theme: #174996
     Radu
    Moderator

    Hi,

    1. Yes, the buy button will be highlighted only at the scroll, you can use the rest of the styles instead to show the outline directly.

    3. You can enable only one page from our demo, and then you can open the imported page in visual composer beside your page and you can inspire and see in real time the values and properties.

    The single page of the demo can be imported from wp-admin -> theme options -> theme demo data, see screenshot.

    I cannot see your topbar it’s displayed nothing on your website http://seventhqueen.com/public-files/radu/httpsiagd.nextwavehosting.net_2017-09-27_17-56-18.png

    For the picture with the menu what its the issue there? (blue background picture)

    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: thank you #174993
     Radu
    Moderator

    No,

    If you have modified the wp-config.php remove the changes that you have made there.

    IF it’s the same enable wp_debug, to can figure what causes that, I will paste the procedure below.

    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: section with a length of 100% #174992
     Radu
    Moderator
    Not marked as solution
    in reply to: WordPress regular login form #174987
     Radu
    Moderator

    Now the file seems to be replaced with the content provided by me, you will have just to activate development mode, I’ve told you in my previous post, maybe you have missed.

    And an important thing activate development mode -> ON from wp-admin -> theme options

    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: sort posts #174986
     Radu
    Moderator

    Maybe they not appear because for the currently selected language there is no translation for that post?

    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: Kleo grid with custom query #174983
     Radu
    Moderator
    Not marked as solution
    in reply to: Changing the hover-element #174974
     Radu
    Moderator

    Hi,

    I’ve seen that you already made some modifications, you will have also to remove the +

    Add beside that css this one

    COPY CODE
    
    .kleo-carousel .hover-element i {display:none}
    

    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: Please Help #174968
     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: Members Directory #174965
     Radu
    Moderator
    Not marked as solution
    in reply to: Primary Navigation Search bar #174964
     Radu
    Moderator

    Done,

    It’s added

    There was no snippet in your child theme,

    something it’s wrong there you have sweetdate-child folder in sweetdate-child folder…. so it’s wrong, you will have to delete the sweetdate-child from wp-content/themes/sweetdate-child/

    see screenshot to understand what I mean

    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: Fix Facebook login Android #174962
     Radu
    Moderator
    Not marked as solution
    in reply to: I forgot my password, going to WP-Login. #174961
     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: Login Redirect Not Working #174960
     Radu
    Moderator

    That’s odd…

    Leave the w3 total cache de-activated while debugging, also de-activate object cache etc…

    I don’t know what can I advise you since those snippets work on my and on your side not…

    Try with peters redirect plugin instead.

    If you have cloudflare or something similar de-activate it while debugging (enable developer mode)

    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: Multiple Q’s from a new user of Kleo Theme: #174959
     Radu
    Moderator

    Hi

    For the top menu links color use this css

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

    Related to the buy button this will work and highlight only on the scroll, this is how it was built.

    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: Mobile Alignment issue #174953
     Radu
    Moderator

    Hi,

    Just use this CSS instead, tested and it works ok.

    COPY CODE
    
    @media(max-width:991px) {
        
        div#main {
            margin-top: 88px;
        }
    
    }
    

    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: thank you #174952
     Radu
    Moderator

    Hi,

    For the wp-config lines copy them from here: https://pastebin.com/raw/z4uQ8REs

    Above the quotas was wrongly encoded, replace the lines with the lines from pastebin.

    To can see the profile button, the website should be accessible right now displays some errors

    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: Use of KLEO Client #174951
     Radu
    Moderator

    In the click on the images, not works… remove the css that I have provided to you in this reply, first solution: https://archived.seventhqueen.com/forums/topic/use-of-kleo-client/#post-174025

    Also, I cannot see reply 174813 can you link to it, 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: Moving Share This to top of page #174949
     Radu
    Moderator

    Great
    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: Extra Line in members dashboard #174948
     Radu
    Moderator

    Hi,

    I cannot see that line with the provided account

    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: section with a length of 100% #174947
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    I saw the weddings page but please let me know what element you need to change the color, see screenshot.

    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: Fix Facebook login Android #174855
     Radu
    Moderator
    Not marked as solution
    in reply to: thank you #174853
     Radu
    Moderator

    Hi,

    For the profile that shows shortcodes I cannot see it it looks normal for me

    For the member permalink, it seems that you need to de-activate bp root profiles by adding next lines to wp-config.php

    define ( ‘BP_ENABLE_ROOT_PROFILES’, false );
    add_filter( ‘bp_core_enable_root_profiles’, ‘__return_false’ );

    more details about buddypress internal configurations settins here : https://codex.buddypress.org/getting-started/customizing/changing-internal-configuration-settings/

    There is no specific setting where you can change what type of activities BuddyPress activity shows, you can ask this on their forums maybe exists a plugin or some functions

    Wordpress now allow usernames only from numbers, maybe it’s a plugin that allows you to sign-up with number instead of the username

    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: Use of KLEO Client #174849
     Radu
    Moderator

    Yes. by default, you are driven to client specified link

    Using my solution you can disable the link click over the images.

    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 element #174847
     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: Disable activation + autologin #174846
     Radu
    Moderator

    Hi,

    Some plugins are very simple and no need continues update like this one, just give a try to that. Personally, i don’t know another plugin

    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: Moving Share This to top of page #174845
     Radu
    Moderator

    Hi,

    sorry!! I’ve made a mistake!!

    You should paste the code into a file named single.php if the file does not exist create it

    The code needs to be pasted in wp-content/themes/kleo-child/single.php

    Cheers
    R.

    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,

    Yes

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Radu
    Moderator
    Not marked as solution
    in reply to: Issues of using “Login/Lost password form” Shortcode #174841
     Radu
    Moderator
    Not marked as solution
Viewing 40 posts - 5,241 through 5,280 (of 20,101 total)

Log in with your credentials

Forgot your details?