Forum Replies Created
-
Author
-
sharmstr
ModeratorThe button color is dependent upon the section styling you have set on the row. The demo has the row set to the footer style.
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
ModeratorThat’s not the mobile menu. That’s the trigger for the side menu.
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
ModeratorYes, you need to set a featured image. In that screen shot, you have not. Click on the link you have circled in red and pick an image.
If you set the media type to Slider, then you need to add images to the slider. If you set it to Hosted video, then you need to provide links the videos….
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
October 1, 2015 at 18:55 in reply to: CSS classes and IDs on KLEO button with visual composer #80307sharmstr
ModeratorNo, you shouldnt be. Just wanted to make sure. It works for me, so you must have something set wrong. If you respond privately with a link and admin credentials I’ll take a look for you.
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
ModeratorHere’s the default style gap code that’s been modified for the overlay style
COPY CODE.portfolio-items.overlay-style li .portfolio-item-content { margin: 0 10px 20px; }
No. The portfolio shortcode doesnt have a random order setting.
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
ModeratorDo you have a featured image set?
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 have no idea. I’m a user like you.
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
October 1, 2015 at 18:19 in reply to: CSS classes and IDs on KLEO button with visual composer #80292sharmstr
Moderatoryou’re not putting the period in the Extra class name field are you?
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 this in your quick css
COPY CODE.dwqa-container { position: absolute !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
October 1, 2015 at 16:49 in reply to: CSS classes and IDs on KLEO button with visual composer #80276sharmstr
ModeratorYou probably have to declare !important
COPY CODE.buttonclass { background-color: yellow !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
sharmstr
ModeratorThere’s isnt a quick modification to change the search form. You can hide the search icon in Theme Options > Header Options. You’ll have to test other search form options to see if they work or not.
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 no quick fix for that. I can add this to the feature request forum if you’d like.
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 bp like plugin is throwing error which is killing jquery.
When you have issues with your site, its common practice to look for plugin conflicts. So, next time disable all plugins until the site works as it should to find the 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
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorYou shouldn’t put http:// in the app domain field
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 no option for that at this time. I can move this to the Feature Request forum for consideration if you’d like.
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 really be talking to the people who wrote the plugin since they are the experts.
I gave you an example of how to use the shortcodes. You cant put the start of a shortcode in one text block and the end of it in another. It all has to be in one text block. Instead of using private you can use [user_account_is#standard|#best value|#saver]
I’ve edited the kleo5 post as an example.
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 dont see any overlap
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
Moderator*ALL* bp pages? Or just all BP Profile screens?
COPY CODE// Show notice in member profile add_action('kleo_before_content','add_bp_profile_notice'); function add_bp_profile_notice () { if ( bp_is_user() ) { echo "I'm in a members profile"; } } // Show notice on every bp page add_action('kleo_before_content','add_bp_notice'); function add_bp_notice () { if ( is_buddypress() ) { echo "I'm on a bp page"; } }
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
ModeratorThat’s not the top menu. That’s the main menu. For those items, put a check mark in “Open link in a new window”. If you dont see that option, enable it by clicking on screen options in the upper right hand corner.
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 already set up that way. See the demo: http://seventhqueen.com/themes/kleo/blog-normal/
What version of Kleo are you running?
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
ModeratorThere isnt a way to force people to fill out their profiles unless you make the fields mandatory and add them to the base group so they have to be filled out during registration.
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
October 1, 2015 at 07:29 in reply to: I am unable to create new post on backend because of theme error #80227sharmstr
ModeratorThere’s a sticky for that: https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme
You’ll have to FTP it since the version you’re running is so old now and the auto update code has changed.
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 looked at your page and its showing the code, so its not set up correctly. Its showing the 10 images that only a guest would see and the 90+ images a paid member should see. It should only show one or the other depending on the type of user viewing the page. Just adding a text field with [user_account_is#guest] doesnt work. You need a text field with all of the code that produces the images as well. I’ve set up a new section on that test page to show you how its done. Its the section with “sharmstr added this”. I also changed the test account to “free” member status to test the code.
I guess I’m confused as to why you have “member” area and “non-member” area. My suggestion would eliminate that, right? I just dont understand why you’re trying to basically set up two separate websites? Why cant you have one area that has parts of it hidden unless they have paid for access?
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 dont update included plugins like you would other plugins. If you’re running a newer version of Kleo 3+, then you can navigate to Appearance > Install Plugins. Only the plugins that are included with Kleo AND need to be updated will be listed there. If you dont see “install plugins” then you’re up-to-date.
For a list of plugin versions that correspond to Kleo version, check this topic: https://archived.seventhqueen.com/forums/topic/kleo-updates-change-log
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
October 1, 2015 at 00:10 in reply to: How to delete the tiny arrows after each main nav link? #80199sharmstr
ModeratorThe carets?
Try this in your quick css
COPY CODE#header .caret { display: none !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
sharmstr
Moderatorhey @abe – Just a heads up that if you set the main menu height to anything below 50px, bootstrap css has a min-height set on .navbar of 50px which causes a gap. Small 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
ModeratorOh no problem. I’m going to forward this to the devs since you should be able to set the menu height to whatever you want and have it work. 🙂
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
ModeratorPlease search before posting. This has been discussed several times. Take a look at
https://archived.seventhqueen.com/forums/topic/new-members-activation-issues
https://archived.seventhqueen.com/forums/topic/register-2Hi 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 reason its doing it is because you’ve set your menu height to 30px. That’s all fine an good, but if you would have mentioned that, I would have figured this out quicker 🙂 Looks like bootstrap sets a min-height of 50px on the .navbar class. This isn’t a kleo ‘bug’ really, but should be addressed. For now, put this in your quick css
COPY CODE.navbar { min-height: 0 !important; }
Let me know if that 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
sharmstr
ModeratorYes, if you give me a link, I can give you some css to fix 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
ModeratorThere are some things you can do to track down the issue.
1 – Does it happen on the Kleo demo site? (It doesnt): http://seventhqueen.com/themes/kleo/activity/
2 – Does it happen with the WP 2015 Theme enabled?
3 – Is it a plugin conflict?
4 – What errors is your site throwing? This functionality relies on jquery, so perhaps your site is throwing jquery errors.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 use adminize on 2 of my kleo sites without issue.
Anyhow, looks like this is more of a feature request instead of asking for assistance. I’ll move it to the feature request forum for consideration.
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
September 30, 2015 at 15:08 in reply to: I am unable to create new post on backend because of theme error #80117sharmstr
ModeratorYou are running a very old version of Kleo. Upgrade to the latest and see if that solves your 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
September 30, 2015 at 14:48 in reply to: Add Media upload button to activity/hub/member reply comments #80112sharmstr
ModeratorAll of that is handled by the rtMedia plugin. You should ask on their forum: http://community.rtcamp.com/
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
figcaption {
display: none;
}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@abe – Can you find out from VC or do you know of a way to display the author in a VC post grid?
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
ModeratorCurrently there’s no way to do that. I can move this to the feature request forum for consideration if you’d like.
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
ModeratorPlease search before posting. Its been discussed here: https://archived.seventhqueen.com/forums/topic/disabling-quick-view-or-integrating-3rd-party-attribute-styling
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
ModeratorPlease search before posting. Thank you
https://archived.seventhqueen.com/forums/topic/theme-color-not-changingHi 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
September 30, 2015 at 14:00 in reply to: I want to show 2 portfolio item per row in the mobile. #80099sharmstr
ModeratorTry this code in your quick css
COPY CODE@media screen and (max-width: 480px) { .responsive-cols>* { width: 49.9% !important; float: left !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