Forum Replies Created

Viewing 40 posts - 4,961 through 5,000 (of 8,607 total)
  • Author
  • in reply to: Import !!!! Kleo 1.5 update problem #21679
     Abe
    Keymaster

    @unisip your VIsual composer is old. You haven’t followed my advice and see that topic on updating plugins.

    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: Privacy Settings – Issues #21668
     Abe
    Keymaster

    Hi @Cosmos can you try with the default wordpress theme if this happens? 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: Import !!!! Kleo 1.5 update problem #21666
     Abe
    Keymaster

    Strange. What Visual composer and K-elements version versionsmyou see in admin – Plugins?

    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: Problems with the quick profile navigation #21663
     Abe
    Keymaster

    Hi, Your fields are case sensitive and must be exactly how you added them in Users – Profile fields and your code must match that name exactly in the group attribute

    COPY CODE
    
    add_action('after_setup_theme','kleo_my_custom_tabs');
    function kleo_my_custom_tabs()
    {
        global $bp_tabs;
        $bp_tabs = array();
        $bp_tabs[] = array(
                'type' => 'cite',
                'name' =>  __('Looking for', 'kleo_framework'),
                'group' => 'Looking for',
                'class' => 'citetab'
        );
     
        $bp_tabs[] = array(
                'type' => 'regular',
                'name' => "fysiskt",
                'group' => 'fysiskt',
                'class' => 'regulartab'
        );
     
     
    
    
    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: Images appearing rotated in Desktop vs Mobile #21658
     Abe
    Keymaster

    Hi Adam, thanks. Post the link to the buddypress forum so we can support it

    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

    Hi there, we added an action like @patagonia suggested here http://wordpress.org/plugins/nav-menu-roles/faq/ and seems to work.

    Please replace the contents of this file until the next update with the content from the the one attached to fix it.

    wp-content/themes/kleo/lib/menu-custom.php

    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 – Features Requests #21651
     Abe
    Keymaster

    http://wordpress.org/plugins/menu-items-visibility-control/ works with KLEO. make sure you have the latest theme version.
    Also any other plugin that adds options to the backend menu interface won’t work because of the way WordPress handles the menu options. SO if you want a plugin to change the options of the menu items you will have to disable our mega menu functionality.

    See this topic: https://archived.seventhqueen.com/forums/topic/conflict-with-the-following-functions-or-classes-kleo_custom_menu

    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 Updates Change Log #21648
     Abe
    Keymaster

    hi @writekelly

    Right now the mega menu allows you to have only links on a wider area. We will think for future updates something like that

    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 Updates Change Log #21646
     Abe
    Keymaster

    Hi @Patagonia
    we will take a look at those.
    Thank you very much

    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: Import !!!! Kleo 1.5 update problem #21621
     Abe
    Keymaster

    Hi @unisip please update the theme and plugins Visual composer and K-Elements. See more on updating: https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-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: Like Button Custom Post Type #21615
     Abe
    Keymaster

    You have a post types array which you can adjust and add other post types there by following the current definition. For template changes and other things that require programming knowledge it is advised to hire a developer

    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: CSS and functionality Error #21545
     Abe
    Keymaster

    Hi, for point b) here is the fix until next theme update. Current version is 1.5
    Replace the content of this file with the content from the file attached: wp-content/themes/kleo/vc_templates/vc_single_image.php

    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: Visual Composer not working #21533
     Abe
    Keymaster

    hi, Visual composer should work with older php versions. It was probably related to some links on your local install

    Glad it works fine now.

    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: Import !!!! Kleo 1.5 update problem #21531
     Abe
    Keymaster

    Hi, try to set WP_DEBUG to TRUE in wp-config.php and see if any error is generated

    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.

     Abe
    Keymaster

    In next version we will add bbPress statistics. Generate statistics related to total number of forums, topic, replies.

    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: lightbox RtMedia #21519
     Abe
    Keymaster

    Hi, we have completed this and will be available in next theme version. Current version is 2.6.2

    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: Rtmedia Pro Bug Fix #21514
     Abe
    Keymaster

    Yes it makes sense. I will add that to the next version.
    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: Rev Slider Went Crazy #21499
     Abe
    Keymaster

    If you look at our demo that widget is in the same exact location, the only difference is on the left side we had another widget added.
    Related to slider, that is all about configuring the Revolution slider. Import our slider and modify it if you don’t want to go trough Revslider settings.
    Your slider for home should be set from Sweetdate – HOmepage

    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

    Hehe. Awesome. Glad it’s all good now.

    Closing topic.

    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.

     Abe
    Keymaster

    For the menu problem indeed there was a small issue when using a small height logo like yours and we came with a fix for that. Until next update please replace the contents of this file from the theme with the content from the attached one:
    – wp-content/themes/kleo/assets/js/app.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: Still white space above slider #21467
     Abe
    Keymaster

    Let’s continue the discussion there since I opened it. You first said it was fine and probably that is the reason why the topic was closed.

    https://archived.seventhqueen.com/forums/topic/please-help-breadcrumbs-section-creating-a-gap-above-slider#post-21466

    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

    That gap comes from the same row from the padding-top that is set by default. go to the same row and remove the 40 value from padding top attribute

    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 Updates Change log #21463
     Abe
    Keymaster

    Version 2.6.2 – 01.07.2014 – not yet approved
    – Facebook login – fixed problem with registration when linking to same WordPress user
    – Facebook 2.0 API compatibility for Facebook Login/Register
    – Added new option “centered” to the Tabs shortcode so you can center the title tabs
    – Changed Buddypress Profile edit and Register page templates to match new Buddypress 2.0 functions
    – bpAlbum translation small fix
    – bbPress updated template files. Added Subscribe to Forum button and styled additional elements
    – Fixed custom url for kleo_img_rounded shortcode
    – Added $user_login variable to retrieve_password_message filter from the recover password function
    – Fixed some PHP notices appearing from the multiple sidebar functionality
    – Changed Buddypress Profile edit and Register page templates to match new Buddypress 2.0 functions
    – Infinit scroll compatibility. Extra settings for the plugin here: https://archived.seventhqueen.com/forums/topic/infinit-scroll-setings-for-sweetdate
    – Translation string fix for About us widget social icons
    – Added link to the members loop profile image
    – Removed some php notices
    – Fixed change avatar link issue when editing users avatar logged in as administrator
    – Modal fix for non responsive version
    – Some responsive improvements for tiny buttons
    – Small bbPress reply issue fix
    – Fixed members online status in directory
    – Added rtMedia plugin suggestion to recommended plugins
    – Some constant defining improvements

    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: FB Register/Login wrong profile problem #21458
     Abe
    Keymaster

    @MHajjar since this topic it is for Sweetdate it won’t work for KLEO. See this topic for KLEO https://archived.seventhqueen.com/forums/topic/facebook_login-problem#post-21456

    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: Facebook_login problem #21456
     Abe
    Keymaster

    For the KLEO theme please replace this file contents with the content from the one attached until 1.5.1 update
    – wp-content/themes/kleo/kleo-framework/lib/function-facebook-login.php

    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.
     Abe
    Keymaster

    Great. Go and edit the row in which the revolution slider element is added (Visual comoposer mode) and set No to Inner container

    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: Colors not changing #21447
     Abe
    Keymaster

    My advice is to temporary disable caching plugins on development/customizations and activate them afterwards.

    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: w3tc settings imported #21446
     Abe
    Keymaster

    yes you probably have some plugins that don’t work with that minify 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: How to improve the page speed? #21445
     Abe
    Keymaster

    Sometimes disabling the plugin would result in higher speeds. try WP Super Cache
    there are many things you should consider before choosing a hosting like type of hosting, VPS, dedicated; memory, processor. The higher the better 🙂

    See this topic on hosting https://archived.seventhqueen.com/forums/topic/something-is-definitely-hitting-the-cpu-hard

    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 format issues – when navigating profiles #21444
     Abe
    Keymaster

    You issues in the member page are probably from the fact you changed something in the templates and has nothing to do with theme functionality

    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: Colors not changing #21442
     Abe
    Keymaster

    hi @itt
    no problem, things like that happen all the time.
    I just logged in into your site, changed the color and indeed the color hasn’t changed on the front-end.
    Just I imagined it was related to your caching plugin, so I went to Wp admin – Supercacher and purged the cache …. and tadam 🙂

    So nothing wrong with the theme 😉

    Cheers
    Abe

    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: Members directory ajax pagination #21441
     Abe
    Keymaster

    I just installed it and tested and works with sweetdate 2.6.1, the query remains after page changes

    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

    See my answer above on removing the custom selects

    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: Colors not changing #21437
     Abe
    Keymaster

    Hi @itt
    Please provide the site also 😀
    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: Privacy Settings – Issues #21423
     Abe
    Keymaster

    Try with the new update coming in about 10 hours and see if it good with that

    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 name appears twice #21419
     Abe
    Keymaster

    Great. Closing topic.

    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: monitor private messages #21411
     Abe
    Keymaster

    Not yet .. sorry .. probably it will last at least one month

    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: Bwp/caching problem #21407
     Abe
    Keymaster

    Probably comes from BWP plugin. Disable it and try some other plugin options. We recommended that one because we tested it and worked

    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: Bwp/caching problem #21404
     Abe
    Keymaster

    Yes I tested on Safari on Mac

    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: SQUEEN_OPTIONS_URL and WP_CONTENT_DIR #21401
     Abe
    Keymaster

    WE will make those changes in next updates sure
    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.

Viewing 40 posts - 4,961 through 5,000 (of 8,607 total)

Log in with your credentials

Forgot your details?