Forum Replies Created

Viewing 40 posts - 6,241 through 6,280 (of 20,101 total)
  • Author
  • in reply to: Media thumbs do not appear on activity stream #166464
     Radu
    Moderator

    Hi,
    Ok
    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: The main page charges at the middle #166447
     Radu
    Moderator

    Hi,

    Do you have the latest version of Kleo theme ? If not update those

    If you de-activate all plugins it works ? if yes enable back plugins one by one to identify what causes this.

    If you de-activate the child theme it works ?

    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: Updates not being saved #166440
     Radu
    Moderator
    Not marked as solution
    in reply to: Simple Question. #166439
     Radu
    Moderator
    Not marked as solution
    in reply to: Buddypress Registration Confirmation email #166438
     Radu
    Moderator
    Not marked as solution
    in reply to: Uploading Photo from Mobile Device #166437
     Radu
    Moderator
    Not marked as solution
    in reply to: Page Logo Override not working #166432
     Radu
    Moderator

    Hi,

    Cannot login with those login credentials also the updated password not works.

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

    Hi,

    Just replace this file content: /wp-content/themes/kleo/kleo-framework/lib/function-breadcrumb.php

    with the content of this one: https://pastebin.com/raw/f37jtEgZ

    That’s all it will appear in the same place like KLEO default ones.

    To can use YOAST SEO Breadcrumbs just enable the yoast breadcrumbs from -> SEO → Advanced → Breadcrumbs and enable the breadcrumbs.

    This also we will be included in our next theme update

    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: Mail reception problem #166402
     Radu
    Moderator
    Not marked as solution
    in reply to: Mail reception problem #166401
     Radu
    Moderator
    Not marked as solution
    in reply to: theme settings not working #166400
     Radu
    Moderator
    Not marked as solution
    in reply to: Go to top button in socket Area #166399
     Radu
    Moderator
    Not marked as solution
    in reply to: Some Questions #166368
     Radu
    Moderator
    Not marked as solution
    in reply to: Fetured posts ID’s – add filter please #166365
     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
     Radu
    Moderator

    Hi,

    If you want to limit the images from the carousel you can place the testimonial carousel into a divided row

    Just add a row or a column in that you will divide space to achieve the style that you need from example you can divide by 3 and to add the testimonials into the middle in this way the images will remain in the middle column not edge to edde

    Hope this make sense

    PS: Your site looks like this

    It seems it haves Visual Composer plugin and K-elements de-activated

    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: Visual Composer Update #166362
     Radu
    Moderator

    Hi,

    You was able to update VC? You still have the issue now ? Yes you can add files over the existing ones.

    Only to this tickets it’s not possible just to change the user email address.

    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: questions #166361
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    If the thumbnail works after you de-activate the child theme it means that some of the changes there cause that, so check the function.php file and the rest of the files, you can try to de-activate by renaming the files from the child by prefixing them with deactivate. one by one and check again in this way the file from the child is no longer used and the parent files are used.

    If you find the file that causes that speak with your developer or with the person that had made changes in the child theme.

    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: Home Register page not loading #166305
     Radu
    Moderator

    Hi,

    1. The home-register and register are and should be different pages and the home register will pass data to the register page. This is how it works.

    2. From what I see this it works as it should, https://drive.google.com/file/d/0Bxo5b6iHWRMwMlpPcE9lbDZXaEE/view ( the page communicate one with other )

    Also, make sure to have any of those fields require city or country.

    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: activity stream object of buddypress #166304
     Radu
    Moderator

    Hi,

    1. It seems to be correct the syntax user_id=1

    2. Personally, i don’t know a possibility for that, ask that in BuddyPress forums

    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: Live Menu Messages #166303
     Radu
    Moderator

    Hi,

    Add this CSS

    COPY CODE
    
    .kleo-messages-nav {
        display: initial !important;
    }
    

    The css will be added to wp-admin -> theme options -> General settings -> Quick CSS
    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: Slider homepage missing and add filter in search #166302
     Radu
    Moderator
    Not marked as solution
    in reply to: Search – Change size of dropdown #166301
     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: Reset Password eMail translation #166300
     Radu
    Moderator

    Hi,

    Please try to replace the next line from this file : /kleo/wp-content/themes/kleo/functions.php

    COPY CODE
    
    "$message = __(‘Someone requested that the password be reset for the following account:’) . “\r\n\r\n”;"
    

    with this one

    COPY CODE
    
    $message = __( 'Someone requested that the password be reset for the following account:', 'kleo_framework' ) . "\r\n\r\n";
    
    

    Then go to wp-admin -> loco translate -> kleo theme -> and press sync then search for those strings and check again.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
     Radu
    Moderator
    Not marked as solution
    in reply to: Social Articles Not Properly Displaying #166288
     Radu
    Moderator

    Ok then, have a nice day you too.

    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: Forum not responsive #166286
     Radu
    Moderator

    Hi,

    Try to de-activate child theme and check again, the forum should display normally, on our demo it’s as it should.
    You can try to deactivate plugins and check if it works as it should
    Try also to update the theme

    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

    Great
    Have a nice day

    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: Facebook login on mobile not working #166284
     Radu
    Moderator

    Hi,

    Just I’ve logged in via Facebook and in the first instance, i wasn’t redirected to the https://abasedemusica.es/Ofertas/ but after I’ve logged out and logged in via Facebook I was redirected immediately.

    This can be caused by changes in the child theme or by some plugin, so just test the behavior without plugins and without child theme de-activated.

    In the first instance, I suggest you de-activate the hidemywp plugin to see if only without, it works.
    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: 4th Level Sub Menu not showing!! #166283
     Radu
    Moderator

    Hi,

    For the moment we don’t have a solution for this matter, but I will assign and speak with one of my colleague’s frontend developer to find a solution for this, we will implement this into the theme.

    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: Visual Composer won’t save background selections #166280
     Radu
    Moderator

    Hi,

    The credentials from hosting are incorrect but the WP admin works, meanwhile, please try to update wp to latest version then k-elements and the rest of plugins from wp-admin -> Appearance -> install plugins.

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

    Hi,

    All theme available restrictions options are located under wp-admin -> theme options -> memberships.

    If you need any other restriction on certain action other than it’s listed in the theme options you should hire a develop those for you since they require dedicated time.

    Here it’s a snippet that maybe will help you in future

    COPY CODE
    
    add_action( 'template_redirect', 'my_membersip_restrict' );
    
    function my_membersip_restrict() {
        global $pmpro_pages, $post;
    
        if ( is_user_logged_in() && !pmpro_hasMembershipLevel() ) {
            if (isset($post->ID) && !in_array($post->ID, $pmpro_pages) ) {
                wp_redirect( pmpro_url() );
            }
        }
    }
    
    

    This code will check if logged in user have any membership and if not will be redirected to the pmpro levels page to buy access.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: Embedded Video too Large #166251
     Radu
    Moderator

    Hi,

    Use the resolution intervals that you need you can change min-width to your desired value also the max-width

    COPY CODE
    
        @media only screen and (min-width:960px){
            /* styles for browsers larger than 960px; */
        }
        @media only screen and (min-width:1440px){
            /* styles for browsers larger than 1440px; */
        }
        @media only screen and (min-width:2000px){
            /* for sumo sized (mac) screens */
        }
        @media only screen and (max-device-width:480px){
           /* styles for mobile browsers smaller than 480px; (iPhone) */
        }
        @media only screen and (device-width:768px){
           /* default iPad screens */
        }
        /* different techniques for iPad screening */
        @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
          /* For portrait layouts only */
        }
    
        @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
          /* For landscape layouts only */
        }
    

    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: Adding Ajax Search Pro shortcode to top menu #166247
     Radu
    Moderator

    Hi,

    FTP works but the admin credentials are incorrect

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

    Hi,

    The notifications works on mobile but the only different think it’s on mobile you are redirected to your profile /notifications and on desktop, you are able to see the notifications directly in the menu.

    So on our demo from mobile it’s displayed

    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: REFUND #166079
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator
    Not marked as solution
    in reply to: LOGIN stuck on “Login Successful, redirecting” #166074
     Radu
    Moderator

    Hi,

    You have changed the link no pop-up it’s opened, try to increase the memory limit : https://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html

    MAybe this it’s the cause, also you can have wp debug enabled and soon when you see that isn’t work consult the wp debug log and tell me the error

    Cheers
    R.

    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 - 6,241 through 6,280 (of 20,101 total)

Log in with your credentials

Forgot your details?