Forum Replies Created

Viewing 40 posts - 3,561 through 3,600 (of 8,607 total)
  • Author
  • in reply to: Forum posts not nesting #37638
     Abe
    Keymaster

    thank you @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: social share icons #37574
     Abe
    Keymaster

    Hi, you will need to edit content-xx.php files and single.php in your theme. This is the part that generated that:

    <?php get_template_part( 'page-parts/posts-social-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: Breadcrum colors #37573
     Abe
    Keymaster

    The colors are calculated by the system to generate a lighter color for those and that is why thy aren’t exactly all the same color. use Kamal’s solution to change them to your desired 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: Footer Not Center In Mobile View #37568
     Abe
    Keymaster

    Hello,
    yes it does not center and is left aligned. Customize it with CSS if you want it centered

    COPY CODE
    
    @media screen and (max-width: 480px) {
      #footer {text-align: center;}
    }
    
    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 adding register, logout link in the top menu #37567
     Abe
    Keymaster

    Hi, Have you selected the location for the top menu from > Appearance > menu > manage locations? and then select it from edit menu to add items to the top 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: when used childtheme, cannot display sidemenu. #37566
     Abe
    Keymaster

    Hello,
    Try adding some text in the before/after section and see if it appears. Also make sure your menu has items added to 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: Membership Pro blocked admin panel #37565
     Abe
    Keymaster

    Hello,
    sorry for the late reply.

    try to update theme and k-elements plugin please. Do it manually by FTP, 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: Log in pop up #37564
     Abe
    Keymaster

    Hi

    Please use Codestyling Localization and re-scan theme strings and then try to find that string to translate

    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: Breadcrum colors #37563
     Abe
    Keymaster

    hi @gm713
    all good? have you managed to change 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: the uneven margins in 1200px boxed layout #37560
     Abe
    Keymaster

    Hi, until next update please add this custom CSS

    COPY CODE
    
    .page-boxed .template-page.tpl-left .wrap-content,
    .page-boxed .template-page.tpl-right .wrap-content {
        padding-left: 17.5px;
        padding-right: 17.5px;
    }
    .page-boxed .sidebar-left .inner-content,
    .page-boxed .sidebar-right .inner-content {
        padding-left: 17.5px;
        padding-right: 17.5px;
    }
    
    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 Not working #37553
     Abe
    Keymaster

    please replace this file contents wp-content/themes/sweetdate/custom_buddypress/_inc/js/password-verify.min.js with the contents from the file attached until next version

    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: Content Floating Left #37550
     Abe
    Keymaster

    please give me a link to your site to check it live

    probably you are subscribed to some other topics and users post replies. See your subscriptions here https://archived.seventhqueen.com/forums/users/lovewp/subscriptions or just go to the topic link from your email and click the Unsubscribe button in the top right.

    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 Not working #37548
     Abe
    Keymaster

    hm.. it seems the password entries are removed by buddypress since 2.1 … working on a fix

    keep you posted

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

    yes there is no point of having a free level

    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-Menu like on a smartphone #37521
     Abe
    Keymaster

    hi @Miriam

    Unfortunately that is not easy to achieve and you need to come with some custom CSS with media queries

    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: Urgent help #37519
     Abe
    Keymaster

    Hi it seems to be a known Webkit problem. Can you try the solutions here? https://codestag.com/fix-google-chrome-web-fonts-issue/

    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 Widget on IE8/9 #37518
     Abe
    Keymaster

    I just checked and in IE9 behaves good. IE8 is no longer supported. Can you check our demo and see if it looks ok?

    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 Widget on IE8/9 #37517
     Abe
    Keymaster

    hi, I will need to do more tests to replicate this and let you know

    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: WPML language changed – Menu Dissapeared #37515
     Abe
    Keymaster

    hello, sorry for the late reply. You need to translate your menu too in WPML

    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: Content Floating Left #37514
     Abe
    Keymaster

    @lovewp please update your theme to latest version as well as K-elements plugin and see if it still happening.

    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: iPhone portrait submit button missing. #37513
     Abe
    Keymaster

    I will check this and see if that is a general problem or just a isolated one on your side

    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: excerpt in full article #37512
     Abe
    Keymaster

    what do you need? the function is located in wp-content/themes/kleo/lib/theme-functions.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: main menu items can't be clicked on safari #37511
     Abe
    Keymaster

    I am using Safari 8.0 in Os X Yosemite with no settings out of ordinary. See my little video http://cl.ly/Ynpu

    You should consider upgrading Safari maybe

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

    Hello there. I think it could be related to your hosting and php memory limit that should be set at recommended 128MB value.

    you can also set WP_DEBUG to TRUE in wp-config.php to see the actual error you are getting.

    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: inconsistent header height #37505
     Abe
    Keymaster

    @esahc this file does not exist on your server http://www.xxx.com/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.

    in reply to: inconsistent header height #37503
     Abe
    Keymaster

    @realokun we set a default 88 height. In next update I am thinking of adding two options in Theme options – Header where you can set your desired header height and also another height for the scrolled header

    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

    the above will affect only parent links. add it like

    COPY CODE
    
    .navbar-nav > li a {
    font-size: 18px;
    }
    
    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: [Social Articles] Button Problem #37490
     Abe
    Keymaster

    yes is normal behavior since inside you can add Login/register links and if you don’t add any submenus it will hide when logged out

    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: Menu flashes and disappears – bug #37488
     Abe
    Keymaster

    Hi, sorry for the late reply. What browser are you using? It flashes when you scroll?

    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 responsive background image #37487
     Abe
    Keymaster

    Hi, yes you could add it as an image if you want and will look fine that way.

    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 login after update to 2.7 #37485
     Abe
    Keymaster

    well I tested on your site and successfully registered…

    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 "FORGOT YOUR USERNAME?" option #37483
     Abe
    Keymaster

    please… do a clean install since it works in another site of 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: Problem with "FORGOT YOUR USERNAME?" option #37481
     Abe
    Keymaster

    I can’t tell where you messed the code or what you did. You should inspect your settings and debug your problem since is not theme related.

    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 "FORGOT YOUR USERNAME?" option #37478
     Abe
    Keymaster

    hi rudik2, if you get redirected then you probably have a Javascript problem. If you did customizations to the theme try to undo them or activate the parent theme for testing.
    I have tested this on the demo and works with not 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: Pass Field Values To Gravity Form On Registration #37465
     Abe
    Keymaster

    ok, great

    have a nice day. Closing this topic then

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

    Are you registering via Facebook?

    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: Pass Field Values To Gravity Form On Registration #37457
     Abe
    Keymaster

    hi, I told you in my last response: “…If you are using GET then change that in your form, see method=”post” to method=”get””

    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 @neelesh7
    please see this to change the min age https://archived.seventhqueen.com/forums/topic/change-minimum-registration-age

    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: Urgent help #37434
     Abe
    Keymaster

    Hi, sorry for the late reply but what do you need?

    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: Primary Menu Item Spacing #37433
     Abe
    Keymaster

    hi, sorry for the late reply. I can’t see what you were referring to since you seem to have switched the theme. Normally the spacings should be like in 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.

Viewing 40 posts - 3,561 through 3,600 (of 8,607 total)

Log in with your credentials

Forgot your details?