Forum Replies Created
-
Author
-
sharmstr
ModeratorI’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 5, 2014 at 18:08 in reply to: Where is the css of the rtmedia masonry gallery for Kleo? #37801sharmstr
ModeratorHere’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 solutionThis 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.sharmstr
ModeratorAs 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 5, 2014 at 17:26 in reply to: Where is the css of the rtmedia masonry gallery for Kleo? #37797sharmstr
ModeratorIf 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorFirst 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorJust 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIt 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorNo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorGlad 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorUsually 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorJust 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThey 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorWere 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAs 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorNo
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 solutionThis 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.sharmstr
ModeratorRevolution 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 SliderHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorSounds 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorCool!
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorwp 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorMe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorooops
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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorwhoop
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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThere’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorTry 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts