Forum Replies Created

Viewing 40 posts - 5,601 through 5,640 (of 8,607 total)
  • Author
  •  Abe
    Keymaster

    Haven’t seen 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: User Signup Question for Live SIte #18551
     Abe
    Keymaster

    Check this out too https://wordpress.org/plugins/user-switching/

    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: Womens / mens online = 0 #18550
     Abe
    Keymaster

    Hello, this topics explains how to use the shortcode: https://archived.seventhqueen.com/forums/topic/homepage-online-members-status-icons-how-to

    You should make sure the child theme is activated and you added the core right in functions.php
    https://archived.seventhqueen.com/forums/topic/member-directory-page-about-me-text-does-not-display

    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 and sweetdate-child #18549
     Abe
    Keymaster

    Hi, I hope you won’t cause any trouble here 🙂

    Sweetdate is the main theme and you should not change templates directly but you should activate the child theme where you can copy file templates from the main theme and customize them there. This way you can update the theme without loosing changes every time.
    More on this: http://codex.wordpress.org/Child_Themes

    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: homepage keeps refresing #18548
     Abe
    Keymaster

    Hi, it says that the video file is corrupt. Try the Backend editor if the Fron-end editor is causing problems

    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

    They have to be single value elements like text, select and not multiple select or checkbox. This is the way the mechanism works.
    If you need to change anything here is the file responsible for the search: D:\share\UwAmp\www\sw\wp-content\themes\sweetdate\custom_buddypress\kleo-bp-search.php

    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

    Hi, Searching the forum would have found this topic with the fix until next theme update: https://archived.seventhqueen.com/forums/topic/facebook-api-2-0-please-connect-your-facebook-account

    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: Change colors in buttons #18544
     Abe
    Keymaster

    Changing individual buttons that aren’t covered by the theme styling options should be customized using CSS. You can inspect site elements using Chrome Inspect element feature.

    That particular one can be customized using this CSS

    COPY CODE
    
    #call-to-actions .alert {
        background-color: #FF0461;
        border: 1px solid #FF0461;
    }
    
    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 buddypress login widget #18543
     Abe
    Keymaster

    Hi, please put a link to that specific page to quickly see where the problem is.

    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: Translate the search button #18542
     Abe
    Keymaster

    Hi, Use Codestyling localization and translate the Sweetdate theme. after you finish translating it, generate the .mo file

    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 uers" translation #18540
     Abe
    Keymaster

    Hi, that being related to Buddypress it should come from Buddypress plugin translation or other 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: post style #18539
     Abe
    Keymaster

    Add this CSS in your child theme in style.css or in WP admin – Theme options – Quick css:

    COPY CODE
    
    article .post-meta {
        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.

    in reply to: Comments and date #18537
     Abe
    Keymaster

    Hi, in the theme functions.php you will find the function sweetdate_entry_meta where those can be customized

    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: Duplicate User Fields #18536
     Abe
    Keymaster

    Hi, Just like I said it comes from WP engine – Dynamic Page & Database Cache Control. Disabling that and purging cache resolved it. Also I see Limit Login Attempts plugin but it does not appear as an installed plugin. Maybe you are using WP Multi site and you have network activated 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: UI admin visual problem #18533
     Abe
    Keymaster

    We just tested it and the vertical scroll appears on Chrome on os X 10.9. Maybe there is a compatibility issue with some CSS added by 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: Adding icons to top menu #18531
     Abe
    Keymaster

    hi, In Appearance – Menus you edit the respective item and add the icon before the item name like

    COPY CODE
    
    <i class="icon icon-phone"></i> Phone
    

    All Fontello icons can be seen in the package downloaded under Assets – Fontello – demo.html

    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: Header full messed up #18528
     Abe
    Keymaster

    Let’s continue the discussion here if you need anything else

    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: Header full messed up #18527
     Abe
    Keymaster

    Hello, Just responded to you by email.

    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: UI admin visual problem #18525
     Abe
    Keymaster

    Hi @seaveal
    We did some tests on our testing server and you should have a vertical scroll in there. What Operating system and browser are you using?

    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: Group avatar crop tool broken? #18524
     Abe
    Keymaster

    @Patagonia I just tested group deletion on my test site and works. I just went to the group admin – Delete and deleted it without 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: Bg-body.gif slowing down page loads #18521
     Abe
    Keymaster

    Hi, that image if used by default for the boxed layout for the body background and we did an extra check so it won’t be generated in the dynamic.css if the side layout is wide.

    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 Composure Conflict #18516
     Abe
    Keymaster

    Ok, let’s do this again. You need to have K-elements plugin enabled. Then you just need to create a file on your server in wp-content/themes/kleo/vc_templates/vc_column.php with the content from this file: https://archived.seventhqueen.com/wp-content/uploads/2014/05/vc_columns.php_.txt

    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 facebook registraion #18504
     Abe
    Keymaster

    Hi @rogerfsosa
    that is really strange and can’t imagine what could cause that and normally can’t happen. We will do some tests but I guess it could be something in your network…

    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 a group button not available #18503
     Abe
    Keymaster

    @GraceSpath we fixed this and will be available in next theme 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: I need more Numerical (search) Field #18502
     Abe
    Keymaster

    Hi, Making those changes implies custom work which requires programming skills and a dedicated amount of time that isn’t covered by our support team.

    here is the file responsible for the search form:
    wp-content\themes\sweetdate\custom_buddypress\kleo-bp-search.php

    and the theme options file:
    wp-content\themes\sweetdate\framework\theme_options.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: User "Name" feild after facebook login #18501
     Abe
    Keymaster

    The script gets what Facebook gives as the Name and probably if you have a nickname set FB gives 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: Them options blank #18497
     Abe
    Keymaster

    Look for Javascript errors on browser console. You could try to re-upload theme files, maybe there is a file corrupted.

    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: STEPS TO UPDATE KLEO THEME AND PLUGINS #18492
     Abe
    Keymaster

    Hi @mogreen
    Can you give me temporary access to your site to take a quick look?

    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: Duplicate User Fields #18491
     Abe
    Keymaster

    Hi, Sorry for the late reply.
    Well that can’t come from the theme. See if the fields are OK in WP admin – USers – Profile fields.
    Give me some temp admin credentials to take a quick look

    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: Issues with Sticky Top Menu in Chrome #18490
     Abe
    Keymaster

    Please give me some login to take a look but what pages have the problems? Also switching from child to main parent won’t have to make those problems only if you have added something bag 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: Pre-Sales Admin #18489
     Abe
    Keymaster

    Hi, sorry that is not possible. See the admin screenshots here: http://seventhqueen.com/themes/kleo/admin-features

    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: Friends / Follow list always empty #18488
     Abe
    Keymaster

    Hi, glad you figured it out. Usually it is advised to check installed plugins when you encounter some problems

    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 remove the "continue reading" line #18486
     Abe
    Keymaster

    Hi, you are talking about the hr tag probably that is between the articles in the blog page.
    That hr tag can be removed from all file templates from the theme with content.php and content-xxx.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: Visual Composer won't edit demo pages #18485
     Abe
    Keymaster

    @rishabhk please give me FTP temporary access too so I can do some tests on your site since I can’t replicate your issue and that would be quicker.
    Until then you can use backend editor without 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: Visual Composer won't edit demo pages #18484
     Abe
    Keymaster

    @Dmarkham buying the Visual composer would not make a difference since it is the same plugin used. Please use the Backend editor when editing with Visual composer

    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: partial https "ssl" #18483
     Abe
    Keymaster

    Hi, we will check that warning, 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.

     Abe
    Keymaster

    Hi, Sorry for the late reply
    That is related to BuddyPress and I am sure you will find more resources on their forum. try something like http://buddypress.org/support/topic/changing-the-default-activity-filter/

    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 issue #18480
     Abe
    Keymaster

    Hi, I just did a test on the demo site and uploaded an existing image from my phone in my profile in the Media tab without problem. Isn’t the file you are uploading a gif, png or jpg? Try the demo

    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: Them options blank #18468
     Abe
    Keymaster

    Could be .. try to set WP_DEBUG to TRUE in wp-config.php and maybe you can see some errors or check the server logs

    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 4.1.2 – Error on load #18467
     Abe
    Keymaster

    Hi, Use the backend editor instead if you encounter problems. Give us some temporary admin access to your site to see what is causing this since we can’t replicate it on testing server.

    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 - 5,601 through 5,640 (of 8,607 total)

Log in with your credentials

Forgot your details?