Forum Replies Created

Viewing 40 posts - 3,321 through 3,360 (of 8,607 total)
  • Author
  • in reply to: Snow effect #39555
     Abe
    Keymaster

    @o0magnum0o as I said, please update the theme and the plugin K-elements to latest 2.3 version. After that just import the Christmas page from Appearance – KLEO Demo data

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: LOGO Auto Resizing Issue #39554
     Abe
    Keymaster

    please make sure that you put the file as app.min.js since now it is uploaded under another name

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: LOGO Auto Resizing Issue #39552
     Abe
    Keymaster

    Hi, I managed to replicate it but only if I refresh the page when the header is scrolled. I tried on my local testing site and that does not happen so please make sure that you have my latest file, so I will attach it again wp-content/themes/kleo/assets/js/app.min.js

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Kleo facebook registration won't award myCRED points. #39550
     Abe
    Keymaster

    Thanks for sharing, will check and maybe adapt it in the theme core

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Blank Portfolio Pages with Kleo v2.2 #39535
     Abe
    Keymaster

    thanks @united

    probably your server does not support shorthand php tags. Normally we don’t use that for higher compatibility but it seemed to have skipped.

    Thanks again for sharing. We will include the change in next update so don’t worry about it when updating the theme

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: I have trouble adjusting text (translation) #39534
     Abe
    Keymaster

    Hi, that is not so difficult and should be basic editing, operating computer. You should try finding someone with technical knowledge to take care of your site since you will probably need customizations, etc

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: issue with hosted videos #39531
     Abe
    Keymaster

    try replacing this files in the theme and see how it goes. I did extra checks to ensure it works if Firefox even if you don’t add all the required video formats

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    Attachments:
    You must be logged in to view attached files.
    in reply to: LOGO Auto Resizing Issue #39530
     Abe
    Keymaster

    I tried and tried but the logo always looks good. Have you cleared your cache?

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: add to cart button cut off in chrome #39529
     Abe
    Keymaster

    It normally works. manually updating it should be the same result.

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Profile page "header tabs" #39526
     Abe
    Keymaster

    so the levels can easily be hidden with this sample CSS where the level ID to hide is 3

    COPY CODE
    
    .pricing-table.kleo-level-3 {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Profile page "header tabs" #39524
     Abe
    Keymaster

    That page doesn’t work anymore http://sugardeals.dk/medlems-konto/medlemsskab-niveaur/

    about the lightbox we replace it with the default lightbox from rtmedia

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Sweetdate Errors that say Kleo #39522
     Abe
    Keymaster

    You probably imported KLEO demo content before, that should be the reason

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: A few problems #39520
     Abe
    Keymaster

    Hi,

    1. What page/section do you mean?
    2. Remove the wishlist functionality by disabling the YITH WooCommerce Wishlist plugin from your site
    3. Try adding this CSS rule to remove the white background

    COPY CODE
    
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {background: none !important;} 
    

    4. CSS solution too:

    COPY CODE
    
    .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {color: #fff;}
    

    5. please put a link to your site to see since I can’t reproduce

    6. Also CSS 🙂

    COPY CODE
    
    .masonry-listing .post-title {
        border-left-color: transparent !important;
    }
    

    So basically customizations can be achieved mostly with CSS if they don’t imply structure changes so you might want to try inspecting your website with your browser console and changing the css to match your needs.

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Divizion by 0 error when specifying discount price #39519
     Abe
    Keymaster

    indeed there were some extra checks needed and now the percentage is correct. I changed the attached file from the post above so re-download it and do the change again.

    Thanks

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Divizion by 0 error when specifying discount price #39489
     Abe
    Keymaster

    yes the procedure is fine. let me do some checks since I think from the screenshot I need to make some more variations to test

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Can't translate 'Notifications" and "Groups" #39480
     Abe
    Keymaster

    That is the correct place but make sure that css is correct.

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Add Phone Number to Kleo Quick Contact. #39457
     Abe
    Keymaster

    Hi, normally this is considered custom work but if Kamal promised you to do it, attached is the code you need to add to your child theme functions.php

    that will override default theme functionality and add the extra Phone input text.

    Cheers

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Breadcrumbs on Woocommerce Pages #39446
     Abe
    Keymaster

    Hi, please update to 2.3 version since it should be fixed

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: a newly registered user is not assigned to the site #39445
     Abe
    Keymaster

    Glad I helped.

    Cheers

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: a newly registered user is not assigned to the site #39433
     Abe
    Keymaster

    Facebook is not related to how Buddypress works since it is added by us. See here and is how Buddypress handles it: https://buddypress.org/support/topic/new-registrations-not-appearing-in-site-admin-users-on-multisite/

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: a newly registered user is not assigned to the site #39424
     Abe
    Keymaster

    @realokun after you register, activate the account and login and it should appear in the buddypress directory. If it does not appear in the wp-admin – users then I think is normal buddypress behaviour

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Kleo 2.3 update problem – only in Safari ??? #39420
     Abe
    Keymaster

    I see why you needed 2 logo images now.
    Thanks for sharing it.

    Cheers

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: issue with hosted videos #39317
     Abe
    Keymaster

    Also you should consider adding also the .webm and .ogv versions of the movie since firefox doesn’t read the .mp4 html5 video

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Logged In question #39295
     Abe
    Keymaster

    see this answer of @sharmstr
    https://archived.seventhqueen.com/forums/topic/kleo-login-redirect#post-31684

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Mobile Display Issue #39291
     Abe
    Keymaster

    See the demo which works well. Before posting a question please do proper testing and disable any custom code/plugins. See http://seventhqueen.com/themes/kleo/groups/

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Logged In question #39290
     Abe
    Keymaster

    I don’t think there is a solution on the forum and you need a custom code to achieve that. Try google or a developer to help

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: issue with hosted videos #39273
     Abe
    Keymaster

    You should put a poster that has the same width/height ratio as the video since there is no way to cover the video if you add one like the one in the middle.
    I will look for extra fixes

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: K Elements and Visual Composer/Media #39242
     Abe
    Keymaster

    Hi, that seems really strange since K-elements only adds shortcodes and Visual composer integration. Do you have the latest 2.3 version of the theme and k-elements plugin?

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Sweetdate Errors that say Kleo #39241
     Abe
    Keymaster

    Hi, you are probably using the imported demo from KLEO in the Sweetdate site.
    Also K-elements plugin must be disabled in Sweetdate theme if you have it enabled

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Profile page "header tabs" #39239
     Abe
    Keymaster

    so this works now @webpixel ?

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Posts Grid in VC Ignoring Items per Row Option #39238
     Abe
    Keymaster

    Hi, the pagination is not available within the shortcode but we will do some tests and maybe include it in a next update

    Thanks @sharmstr

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Matching Fields Multiple Values Not Working #39237
     Abe
    Keymaster

    Glad all good now. First is was the old file you copied in child theme and then an extra check I had to add to ensure it works in all conditions

    Cheers

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Videos are different on child theme vs parent #39236
     Abe
    Keymaster

    maybe it was caching or a plugin you use..

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Website Help ASAP! #39235
     Abe
    Keymaster

    please share the fix is you can so other users can benefit.

    Thank you

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Buddypress/bbpress redirection #39234
     Abe
    Keymaster

    @bujangga in rtmedia settings try to enable the media popup

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Buddypress/bbpress redirection #39233
     Abe
    Keymaster

    For the login see Peter’s redirect plugin @briceemry

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: I have trouble adjusting text (translation) #39232
     Abe
    Keymaster

    @johnnathan that is not a problem, is a normal notice.
    try to create the bp-language folder in the buddypress plugin

    Also since BP 2.1 the translation files should reside in wp-content/languages/plugins so make sure you copy the .po and .mo there after you generate the .mo file from the codestyling plugin

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Matching Fields not showing correctly and fail to work #39231
     Abe
    Keymaster

    I see what the problem is. The fields values must be the same in both fields so the I am a / Looking for a matching to work since the algorithm looks for a field value in the other field. So you need to have the same values on the fields
    right now you have:
    Mies and Nainen
    Miesta and Naista

    so both should have like
    Miesta and Naista
    Miesta and Naista

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Snow problem on iPad #39230
     Abe
    Keymaster

    it should work on iPad but not in iPhone from our tests

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

     Abe
    Keymaster

    @myboxlive edit your wp-config.php file and set WP_DEBUG to TRUE and see what is the error to see the cause

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 40 posts - 3,321 through 3,360 (of 8,607 total)

Log in with your credentials

Forgot your details?