Forum Replies Created

Viewing 40 posts - 3,841 through 3,880 (of 8,607 total)
  • Author
  • in reply to: Sidebar padding #35212
     Abe
    Keymaster

    this code is good
    .sidebar-right .inner-content {
    padding-left: 12px;
    }

    but the other one will affect many other places in your site. You should look at the content width setting in Theme options – Layout setings

    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: GeoNames autocomplete #35211
     Abe
    Keymaster

    try to unset the Country select from Sweetdate – Buddypress

    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: Visual Composer doesn't work #35210
     Abe
    Keymaster

    also the link 🙂

    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 activity from profile. #35209
     Abe
    Keymaster

    I don’t know about that. try to edit groups templates. all related templates are in the theme folder under groups folder

    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: WordPress will not properly import .xml file #35208
     Abe
    Keymaster

    Hi there

    @jdphillips2
    please give me temporary access to take a quick look


    @hualee
    what errors you receive?

    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 notification plugin visitors in menu dropdown #35207
     Abe
    Keymaster

    Visits probably is a plugin used.

    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 Feature Requests #35206
     Abe
    Keymaster

    hi @Nick34000
    to extend functionality you should search for plugins to do 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: Translation lines missing ? #35193
     Abe
    Keymaster

    hi, please see this topic where I added some files you need to change to match Buddypress translation.
    https://archived.seventhqueen.com/forums/topic/buddypress-language-folder-disappeared-after-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: Assign membership level ar registration #35192
     Abe
    Keymaster

    your child theme must be active for that to work and your level id should be changed from 1 to match yours

    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: The problem with the layout in user profiles #35191
     Abe
    Keymaster

    ok, give me access but I don’t know how it could be related to default Sweetdate.

    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 display related articles OVER and not UNDER post #35190
     Abe
    Keymaster

    thank you @sharmstr
    indeed you are a master 😀

    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: Contact Page GOOGLE MAP Icon #35187
     Abe
    Keymaster

    it is private and will also remove the reply.

    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: Multi-Site Network Wide Menu #35117
     Abe
    Keymaster

    Hi, you should try that plugin http://wpmututorials.com/plugins/networkwide-menu/ and make sure you read all its steps. Also:
    Each of the sub sites must have at least one menu with one or more menu items. The wp_nav_menu() function exits early without displaying a menu if it does not find a menu with menu items.

    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 and simple requests #35116
     Abe
    Keymaster

    Hi,
    We are taking care of that in next update, richsnippets
    please disable theme facebook registration from Theme options – Miscellaneous if you are using that plugin
    we don’t support lazy loading images from the theme
    to stop it on mobile you should edit assets/js/app.js and replace line:
    if (kleoIsotope.elContainer.length > 0) {
    with
    if (kleoIsotope.elContainer.length > 0 && kleoIsotope.viewport().width >= 480 ) {

    this will also be added in the next theme update since will be good to have more speed on mobile devices. The appearing effect will remain since it is not related to masonry and won’t slow the load

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

    Hi,
    I came up with this code for you to redirect all users on bbpress and buddypress pages to registration page

    COPY CODE
    
    /**
     * Redirect buddypress and bbpress pages to registration page
     */
    function kleo_page_template_redirect()
    {
        //if not logged in and on a bp page except registration or activation
        if( ! is_user_logged_in() &&
            ( ( ! bp_is_blog_page() && ! bp_is_activation_page() && ! bp_is_register_page() ) || is_bbpress() )
        )
        {
            wp_redirect( home_url( '/register/' ) );
            exit();
        }
    }
    add_action( 'template_redirect', 'kleo_page_template_redirect' );
    
    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: Post type doesn't works #35067
     Abe
    Keymaster

    please try to disable some plugings.. it seems that it tries to save as a different post format than the default WP ones

    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: Visual Composer doesn't work #35066
     Abe
    Keymaster

    hi Frank
    give me temporary access to take a look please.

    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: Post type doesn't works #35028
     Abe
    Keymaster

    hello, I couldn’t login in your site @matteo.cuturello

    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: Showcase KLEO #35026
     Abe
    Keymaster

    looking good @giannisff

    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: Revolution slider not loading on mobile/ipad #35022
     Abe
    Keymaster

    @sandervm86 all plugins updates are in your theme package after you download 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.

    in reply to: Revolution Slider (Responsive Bug) #35003
     Abe
    Keymaster

    try with .rev_slider_wrapper {display:block !important;}

    also in newer versions of Revslider check Mobile visibility settings for that slider

    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: Have Pinterest style for blog page #35000
     Abe
    Keymaster

    Hi, on your desired page you should copy this text and paste it in the Text tab from your content editor https://archived.seventhqueen.com/files/kleo/individual_pages/pinterest.txt

    basically we only used the Kleo Search form shortcode with the Posts Grid shortcode.
    Background can be added by editing the Row element from Visual composer interface.

    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: Question relating to PaidMembershipsPro #34998
     Abe
    Keymaster

    strange.. try to convert them into html entities or 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: GeoNames autocomplete #34990
     Abe
    Keymaster

    put a printscreen with the settings and with your front form

    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: Total Member Number Mismatch #34966
     Abe
    Keymaster

    please understand that buddypress handles that counting and it counts only users that are activated and they logged in so there is nothing in the theme to handle 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: Custom VC broken with update #34962
     Abe
    Keymaster

    hmm those should not disappear from the page with the update since we don’t later database or anything… try to add them again please

    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: Total Member Number Mismatch #34961
     Abe
    Keymaster

    I told your already in a number of times that those members need to login….

    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: Custom VC broken with update #34925
     Abe
    Keymaster

    @alphasigns I will do some tests with the Visual composer frontend to replicate your problem

    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: Handling custom post types #34924
     Abe
    Keymaster

    if that works for you then I won’t alter it. Let me know if you prefer the action hook

    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: Sweet Date update = rtMedia bug #34921
     Abe
    Keymaster

    I am discussing this with rtmedia to find the problem

    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: Send a notice to all users? #34920
     Abe
    Keymaster

    You can do it by editing this file template wp-content/themes/sweetdate/members/single/messages/compose.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: Customizing the Profile Menu #34913
     Abe
    Keymaster

    @soniadm I don’t understand what you need. all the members related templates are inside the theme under members folder

    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: Shortcodes for stats #34912
     Abe
    Keymaster

    @robertsjr unfortunately that is not available right 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: Translation lines missing ? #34910
     Abe
    Keymaster

    “Your avatar will..” is not in the register page, it is in the profile edit part.

    “I agree with terms and conditions” I told you is related to Sweetdate theme and you need to translate it from the theme. use codestyling localization and rescan the strings

    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: Assign membership level ar registration #34903
     Abe
    Keymaster

    @wielandsmith you should read what they do and add whichever suits 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: Total Member Number Mismatch #34902
     Abe
    Keymaster

    @willianlima83 please use the visual shortcode generator to generate those icons again with the fields desired since they should work correctly.

    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: Contact Page GOOGLE MAP Icon #34901
     Abe
    Keymaster

    @wisinyyandel7 your code is wrong. In the src argument put the link to your image like sitename.com/wp-content/uploads/2014/10/gmate57px.jpg

    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: WP 3.9 and Sweetdate Compatible? #34881
     Abe
    Keymaster

    Also disable some other plugins since it should appear in your page edit

    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: The problem with the layout in user profiles #34874
     Abe
    Keymaster

    So the breadcrumb appears with all the customizations disabled?

    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: Contact Page GOOGLE MAP Icon #34872
     Abe
    Keymaster

    Hello, sorry for misleading you. I meant wp-content/themes/sweetdate/page-templates/contact.php line 31 and 42

    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.

Viewing 40 posts - 3,841 through 3,880 (of 8,607 total)

Log in with your credentials

Forgot your details?