Forum Replies Created

Viewing 40 posts - 9,761 through 9,800 (of 11,328 total)
  • Author
  • in reply to: links not clickable in video background header #37813
     sharmstr
    Moderator

    I’m so sorry. Its been a hectic 36 hours getting the site launched and I didnt read your answer correctly 🙁

    And thank you. We’ve been dragging our feet for over a year on how we wanted the website to work. As soon as I showed my partner the stuff that you did with the portfolios, things took off. Its nowhere near done, but its live and we’ve landed a bunch of clients over the last two weeks because of the portfolio layout.

    SO, I should be thanking you and the rest of the team. I knew spending all of this time answering questions on here so you could spend more time focusing on the theme would pay off 🙂

    Oh, and the css works 😉

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Where is the css of the rtmedia masonry gallery for Kleo? #37801
     sharmstr
    Moderator

    Here’s how I figure out css

    (the following is chrome in windows but should be similar for other browsers)
    Inspect the element you’re wanting to figure out by right clicking on it and selecting inspect element. This will bring up a developers tool window. On the html side, I start to look for the div/container I want. Then I select it and looks at the css being generated (styles windows). From there, you can see where the css rule is being loaded from.

    So lets walk through this particular case. I went to the media tab in my profile and right clicked on the first image, then selected inspect element.

    When the dev console came up, it had the code highlighted. Turns out that was enough to be able to figure out where the css was coming from, but sometimes you’ll have to select a div/eleent above it. On the right hand side, you’ll see the css rules and main.css?ver=3.7.24. If you hover your mouse over it or click on it, you’ll be able to see the full path.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    Attachments:
    You must be logged in to view attached files.
    in reply to: Vimeo Video NOT full width #37798
     sharmstr
    Moderator

    As a test, I manually edited the jquery file so that it would set the video width to 600px instead of 100%. It worked. Then I changed it back and tried this css and it worked.

    COPY CODE
    
    
    .fluid-width-video-wrapper{width:600px;position:relative;padding:0;}.fluid-width-video-wrapper iframe,.fluid-width-video-wrapper object,.fluid-width-video-wrapper embed {position:absolute;top:0;left:0;width:600px;height:100%;}
    
    

    So, try that css instead. If it doesn’t work for you, please respond with a link to where its not working so we can see what’s going on.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Where is the css of the rtmedia masonry gallery for Kleo? #37797
     sharmstr
    Moderator

    If you have enabled masonry in rtMedia settings, the css is in plugins/buddypress-media/app/assets/css/main.css

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Add items to User Profile Menus #37796
     sharmstr
    Moderator

    The problem is your UL that contains the menu is missing the .responsive-tabs class. That is needed in order for the jquery to create the +- toggle. Have you made changes to /kleo/buddypress/members/single/home.php?

    A few other things to note

    1 – You have a ton of plugins and have probably had to edit core kleo files to make them all work. I strongly suggest you use the Kleo Child theme to make everything upgrade safe.

    2 – You’re running Kleo 2.2, but you haven’t updated K-elements. You need to be running K-Elements 2.2

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: KLEO – Features Requests #37786
     sharmstr
    Moderator

    I would like the option or have it automatically reduce the featured posts in a carousel to 1 item when viewing on a mobile device.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Portfolio Permalink #37783
     sharmstr
    Moderator

    First and Second: Can I get access? I wanna see this for my own eyes 🙂

    Third, that’s obviously why auto update isn’t working. Any chance you have two Themeforest accounts?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Blank Portfolio Pages with Kleo v2.2 #37751
     sharmstr
    Moderator

    Just curious. Does custom content (assuming you’re talking about cpts) work with 2014 theme?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Problems adding register, logout link in the top menu #37747
     sharmstr
    Moderator

    I suppose you could test by removing one of the items temporarily and try adding the logout again.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Several Questions #37746
     sharmstr
    Moderator

    You have the transparent turned on at the page level. Go into page editor for your home page, scroll down to options and uncheck transparent menu.

    Or if you want it transparent to begin with, but white when you scroll, then put this in your child css.

    COPY CODE
    
    .navbar-transparent .navbar .kleo-main-header.header-scrolled {
    background-color: #fff;
    }
    .navbar-transparent #header .logo a, .navbar-transparent .navbar .navbar-nav > li > a, .navbar-transparent .navbar .navbar-nav .caret:after {
    color: #444444;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: links not clickable in video background header #37741
     sharmstr
    Moderator
    This reply has been set as private.
    in reply to: How To Center Portfolio Feature Image On Page #37738
     sharmstr
    Moderator

    It should fill the container width by default. Can you explain how you’ve created the page? Are you using on the visual composer templates or just adding text and setting a featured image?

    Best way to help is to see a link. Respondly privately if you want.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: create listing not found #37637
     sharmstr
    Moderator

    You need to install Social Articles. Its not bundled with Kleo. Kleo merely stylizes it if you choose to install it.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Portfolio Permalink #37621
     sharmstr
    Moderator

    No problem. Once you get updated, let us know if you’re able sort out the permalink issue 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Revolution Slider Error #37618
     sharmstr
    Moderator

    Glad you sorted it out. I strongly suggest that you read and learn all of the plugin documentation, including WordPress.

    I started with WordPress just over a year ago. Now I’m actually contributing code to Kleo (well, the kleo team usually has to clean it up… I dont work here btw). It was a bit overwhelming at first, but once you figure out how all the bits fit, life gets much simpler.

    Just keep asking questions…. and also SEARCH 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Portfolio Permalink #37617
     sharmstr
    Moderator

    You should definitely sort that out. I wouldn’t say “worry”, but it makes life easier. Personally I always manually update but I’m old school and I have an enormous amount of customization that I have to pick through.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: switch member masonry from squares to circles #37614
     sharmstr
    Moderator

    Usually you’d make that change via CSS, so check your Quick css in the Theme options or your child’s style.css file.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Portfolio Permalink #37613
     sharmstr
    Moderator

    I will caution you though. Regardless of how you upgrade, make a back up and make sure you’ve been running kleo child. I know you have custom code so I want to make sure you do wipe that away.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Portfolio Permalink #37612
     sharmstr
    Moderator

    Just ftp it up to your server. 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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Portfolio Permalink #37607
     sharmstr
    Moderator

    They are new to Kleo 2.2. Have you upgraded yet?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Revolution Slider Error #37605
     sharmstr
    Moderator

    Were you able to get it imported now? If not, I’ll be more than happy to do it for you. Just respond privately with a link and credentials.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Revolution Slider Error #37601
     sharmstr
    Moderator

    As the instructions state: Browse to the Demo content folder, not the plugins folder.

    Main Files/ Demo Content / Revolution Slider

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Portfolio Permalink #37599
     sharmstr
    Moderator

    No
    wp admin – theme options – portfolio

    **important* resave your permalink settings. you dont have to change them, just click save

    See attached.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    Attachments:
    You must be logged in to view attached files.
    in reply to: Revolution Slider Error #37589
     sharmstr
    Moderator

    Revolution Slider is a plugin. If you want you can build your own slider using Revolution Slider and add it to the demo page you imported or you can import the demo slider located in the download per the instructions

    We have created a demo slider so you have a starting point. You can see the sliders in action at our demo site: http://seventhqueen.com/themes/kleo
    To import the slider:
    – Go to WordPress Admin -> Revolution Slider -> Import Slider.
    – Browse to the Demo content folder, located in the package downloaded, and go to revolution_slider.
    – Choose the .zip file and click Import Slider

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Revolution Slider Error #37587
     sharmstr
    Moderator

    Sounds like you didn’t import the slider: https://archived.seventhqueen.com/documentation/kleo#revslider

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Forum posts not nesting #37580
     sharmstr
    Moderator

    Cool!

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Forum posts not nesting #37578
     sharmstr
    Moderator

    I know bbpress has had a ton of issues with nested threads. Have you tried some of the tools in wp admin – tools – forums? Maybe recalc position of replies?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Forum posts not nesting #37571
     sharmstr
    Moderator

    wp admin – settings – forums – reply threading

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Content Floating Left #37536
     sharmstr
    Moderator

    @lovewp – I think you mean that for @abe, not me 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Content Floating Left #37408
     sharmstr
    Moderator

    The stray link comes from enabling the side menu but not actually adding a menu.

    Appearance – Menus – Manage Locations

    Can’t comment on the alignment stuff. I’m strictly android. I’ll leave that for the kleo team.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: how to change buddypress and bbpress pages? #37406
     sharmstr
    Moderator

    @dietmar That would be nice wouldn’t it? The issue is that Seventhqueen didn’t write those plugins and neither of them use “pages” as a normal user would consider a page. Everything is done through templates. You should request this (express your frustration) over on the bbPress and Buddypress forums. Let me know when you do and I’ll +1 them.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How can i create facebook login for my user #37386
     sharmstr
    Moderator

    @roderswiss – Yep, that was about it. All of those instructions are on the Facebook app page. I dont see any reason why Kleo would be responsible for reiterating those steps. You’d have to go through the same Facebook steps with any other theme integration; they are not Kleo specific. I find it interesting how many people expect Kleo to do everything for them. Kleo is a theme. Yes, they have included several custom functions that are outside the scope of a standard theme and maybe that’s why people expect it to be more than what it is. I’ve answered hundreds of questions on here that absolutely had nothing to do with Kleo. I’m surprised that the Kleo team even takes the time to answer so many non-kleo or customization questions. Not too many product support forums out there do that.

    This is obviously my 2 cents and doesnt represent any viewpoint the Kleo team might have.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How can i create facebook login for my user #37377
     sharmstr
    Moderator

    @roderswiss I dont work here. I’m a regular customer like you, but I’m sure the Kleo team will see this.

    For what its worth, I didnt have to jump through hoops with Facebook to get it to work. It was easy.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How/Where to change 'text field' color? #37372
     sharmstr
    Moderator

    *hive five*

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How/Where to change 'text field' color? #37369
     sharmstr
    Moderator

    Me again, I think this might be better and catch any ‘type’ of input…

    COPY CODE
    
    .wpcf7 textarea, .wpcf7 input[type] {
    color: #444444;
    }
    
    

    Sorry for all the answers.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How/Where to change 'text field' color? #37368
     sharmstr
    Moderator

    ooops

    and you’ll need this as well

    COPY CODE
    
    .wpcf7 textarea {
    color: #444444;
    }
    
    

    Let me know if I missed anything else.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How/Where to change 'text field' color? #37363
     sharmstr
    Moderator

    whoop

    COPY CODE
    
    .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"] {
    color: YesYouShouldHaveMentionedThat;
    }
    

    🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How/Where to change 'text field' color? #37361
     sharmstr
    Moderator

    There’s actually several places. Search box is one color, activity is another. But for the most part they should all be #444444 by default.

    Try this

    COPY CODE
    
    .standard-form input[type=text] {
    color: #444444;
    }
    
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Vimeo Video NOT full width #37359
     sharmstr
    Moderator

    I think you might have to change the jquery call, but try this first and let me know if it works. If not, I’ll hunt it down for you. I just cant remember off the top of my head where its at.

    COPY CODE
    
    .fluid-width-video-wrapper {
    width: 600px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Highlight item in menu… #37357
     sharmstr
    Moderator

    Try adding this to your css

    COPY CODE
    
    
    .navbar-nav .btn-highlight {
    background-color: #fff;
    }
    
    .header-scrolled .btn-highlight {
    background-color: #00b9f7 !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 40 posts - 9,761 through 9,800 (of 11,328 total)

Log in with your credentials

Forgot your details?