Forum Replies Created

Viewing 40 posts - 3,041 through 3,080 (of 8,607 total)
  • Author
  • in reply to: IMPORTANT – SideBar & Main Area Width #42101
     Abe
    Keymaster

    Hi, those sizes are default and come from bootstrap grid. Customizations by CSS could be done if you need but any smaller sidebar won’t look to good since some users has smaller displays. Try working with a developer to help with customizations

    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 LinkedIn sharing, make options #42100
     Abe
    Keymaster

    That wasn’t added but see my reply above that implies editing a template and adding the required code for linked in share

    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: S&H ….+… #42098
     Abe
    Keymaster

    to test the second issue can you please provide a link to your site?

    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: S&H ….+… #42097
     Abe
    Keymaster

    Hi, we fixed those first two problems and will be available in next week update.

    Related to the last issue from the forum, this should be already fixed from some time. Try to clear cache. If that doesn’t work tell me your browser that 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: Woocommerce – Error when variation on sale #42095
     Abe
    Keymaster

    fixed. Just replace this file content with the content from the file attached wp-content/themes/kleo/lib/plugin-woocommerce/config.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: Woocommerce thumbnails #42092
     Abe
    Keymaster

    @Jsb828Be right now we can’t do any, sorry.

    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: Front page problem-members not showing up #42091
     Abe
    Keymaster

    Please disable any caching plugin or anything else in development. If you deleted them they can’t show 🙂

    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: Twitter Not Working #42087
     Abe
    Keymaster

    hehe glad it works 😉

    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: Front page problem-members not showing up #42049
     Abe
    Keymaster

    In your admin area – users it says you have 19 users

    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: Front page problem-members not showing up #42047
     Abe
    Keymaster

    I was asking if you use the multisite option that WordPress provides?

    I don’t know how in wp admin – users it shows one user and in front-end a greater number.

    Try to disable any other extra plugins you have and might interfere.

    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: Changing icons and meanings of icons on homepage #42044
     Abe
    Keymaster

    this is wrong: field=”App Developer” value=”App Developer”

    field is name of the field and value is the value to look for in the field

    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: "Create an account" change text in [pmpro_levels]? #42043
     Abe
    Keymaster

    Please see this topic on changing those levels: seventhqueen.com/support/forums/topic/extra-membership-restrictions-how-to

    Related to emails, you should check with your hosting so they can check the logs

    Try 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: Using Portfolio As Homepage #42040
     Abe
    Keymaster

    Please update the files from the attached archive so you can enable showing media on pages from Theme options – Pages

    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: error #42039
     Abe
    Keymaster

    Hi, That looks to come from RtMedia plugin. Try to reinstall it or contact them

    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: Database connection error #42036
     Abe
    Keymaster

    hmm, interesting, the plugin is the default as they provide it. Will try to inspect the issue and see if I find something

    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 #42030
     Abe
    Keymaster

    I tested on my Samsung Galaxy S4 and works. It takes a bit to load the videos with Flash. Oh and you have a device that don’t support Flash then you should consider adding the webm and ogv videos too since this was the problem from the beginning

    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

    Actually this is the correct code:

    COPY CODE
    
    function kleo_rtmedia_modify_upload_params_upload_url( $params ){
        if( class_exists( 'BuddyPress' ) && bp_displayed_user_id() && bp_is_activity_component() ) {
            $params['url'] = site_url() . "/" . bp_get_activity_root_slug() . '/upload/';
        }
        return $params;
    }
    add_filter( 'rtmedia_modify_upload_params','kleo_rtmedia_modify_upload_params_upload_url', 10, 1 );
    
    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

    thanks @Norman

    They will probably add it in a next version too

    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 WP Showcase #42021
     Abe
    Keymaster

    cool @syslay288
    keep up the good work 🙂

    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: Front page problem-members not showing up #41971
     Abe
    Keymaster

    Hi, please remove any codes added since that could affect the members. Also check how many users show in Wp admin – Users. DO you use 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: Registration Password #41970
     Abe
    Keymaster

    In a couple of days an update to fix this will be released.

    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: Remove Date, Author and amount of comments #41964
     Abe
    Keymaster

    To hide the date you can just do it via CSS

    COPY CODE
    
    .link-list li:first-child {
        display: none;
    }
    
    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, indeed it seems like a problem related to rtMedia. I’ll post a new topic on their support site and hopefully they can quickly fix 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, we will add this functionality in the next version so you will have a new option in Sweetdate – Miscellaneous to enable this.

    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: "Create an account" change text in [pmpro_levels]? #41881
     Abe
    Keymaster

    To change the text from the register form you need to edit this template: sweetdate/page-parts/home-register-form.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.

    in reply to: Twitter Not Working #41879
     Abe
    Keymaster

    Hi, other problems were related to blank spaces after twitter keys in Theme options

    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: Twitter API not working #41878
     Abe
    Keymaster

    wow 🙂 you had an extra space at the end of the token secret

    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: Changing icons and meanings of icons on homepage #41836
     Abe
    Keymaster

    Hi, please use the visual shortcodes button generator and you can generate the shortcodes easily. See the attach.

    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: wpml menu display problem #41835
     Abe
    Keymaster

    Hi, uncheck the option to show in the menu from WPML options and just leave it to ON from Theme options

    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: Problem with Checkout page at Paid Membership Pro #41834
     Abe
    Keymaster

    Hi, your custom coded page/checkout.php should be copied in your kleo-child theme under paid-memberships-pro folder.

    See our overridden page in the kleo theme and follow the same structure in the child 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: MEMBER SEARCH – NOT WORKING PROPERLY #41833
     Abe
    Keymaster

    @syslay288 that is a different problem. Make sure you have the latest theme installed

    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: S&H ….+… #41832
     Abe
    Keymaster

    Hi, sorry for the late reply. Will take a look on those issues and come with a fix.

    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: Flickering Type #41831
     Abe
    Keymaster

    Hi, can you share a link to your page to check?

    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: Woocommerce thumbnails #41830
     Abe
    Keymaster

    Hi, indeed that could be achieved with some CSS and template changes. All woocommerce templates are found under woocommerce folder in theme. See: wp-content/themes/kleo/woocommerce/single-product/product-thumbnails.php

    Try hiring a developer to help with customizations.

    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: Members Grid Element #41829
     Abe
    Keymaster

    Hi, right now that option is not available but it qualifies for a nice feature to have. We will try to include it in next updates.

    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: Profile cover, any news? #41822
     Abe
    Keymaster

    Yes, we are doing it 🙂
    Probably next week we will release an update

    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 fatal error #41698
     Abe
    Keymaster

    @CHonaker glad it works 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: warning message #41690
     Abe
    Keymaster

    Revolution slider doesn’t need to be activated since it is bundled in the theme. To update it see the documentation: https://archived.seventhqueen.com/documentation/kleo#updates

    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: framework.php on line 3312 #41637
     Abe
    Keymaster

    I think I found the problem and will replicate it on my local server, then provide you the fix.

    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: Member Profiles #41634
     Abe
    Keymaster

    Hi, You can see the options related to the buddypress layouts in Theme options – Buddypress
    to manage buddypress menus you should check buddypress related articles http://blog.maximusbusiness.com/2013/04/bp-profile-nav-positions-names/#change-subnav-tab

    2. that should be done by CSS.

    COPY CODE
    
    #buddypress div#item-nav ul li a:before {
        color: blue !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.

Viewing 40 posts - 3,041 through 3,080 (of 8,607 total)

Log in with your credentials

Forgot your details?