Forum Replies Created
-
Author
-
February 9, 2016 at 16:45 in reply to: Remover border/underline styling from custom menu – Footer widget #102915
sharmstr
ModeratorYou’re welcome. I really like what you’ve done with the footer. The whole site, in fact.
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’m not seeing that behavior.
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 send an email to dev@seventhqueen.com to receive a quote.
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
ModeratorRefer to this: https://bbpress.org/forums/topic/how-can-i-make-bb-press-forum-as-homepage/
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
ModeratorDid you get this sorted?
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
ModeratorKleo 4.0, due out any day, will be Woo 2.5+ compatible.
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 see you still have the default background. Are you still having troubles changing it or did you decide to keep 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
ModeratorIf you hold off doing this for a bit, I’ve added it to Kleo 4.0. That way you wont have to maintain a page override in your child 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
ModeratorIn Kleo 4.0 (due out any day), you’ll be able to turn off the post load animations so they will all display at once.
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
February 9, 2016 at 15:55 in reply to: Remover border/underline styling from custom menu – Footer widget #102890sharmstr
ModeratorTry this
COPY CODE.vc_wp_custommenu li a { border-width: 0px !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
ModeratorMoving because this isnt a bug…
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 refer to this topic https://archived.seventhqueen.com/forums/topic/login-redirect-after-email-activation
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
ModeratorThis seems to work: https://wordpress.org/plugins/bbpress-do-short-codes/
But again, you’ll still need custom css to override bppress link 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
ModeratorMoving because this isnt a bug.
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 a post. That’s a topic. They dont work in topics.
A bit confusing because Kleo adds the shortcode selector to all backend text editors, but 99% of the time, topic will be created on the front-end where it doesnt show up.
Alternatively, you can add button html.
<a class="btn btn-default" href="">Button text</a>
But bbpress overrides link styling (buttons are actually links), so you’ll also need some custom css to make it look like a button
COPY CODE.main-color .btn-default { background-color: #f7f7f7 !important; border: 1px solid #eeeeee !important; padding: 10px 10px !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
ModeratorYou can try this
COPY CODE.share-links span a { color: #fff !important; } .share-links .hr-title { color: #fff !important; } section.main-color.container-wrap.social-share-wrap { background-color: #000 !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
ModeratorEdit the grid and remove it: https://wpbakery.atlassian.net/wiki/display/VC/Grid+Builder
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 it works. Can you be more specific about whats not working for you. Are they just not showing up at all?
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
ModeratorSorry, there isnt without extensive coding.
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
ModeratorAdd this
COPY CODE#header .is-sticky .kleo-main-header { margin-top: 40px !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
ModeratorAsk them how to change their submit class from ‘button’ to ‘btn btn-default btn-lg’
I found this: https://mc4wp.com/kb/category/styling-your-form/
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
February 9, 2016 at 14:38 in reply to: Problem getting featured item grids to work correctly #102868sharmstr
ModeratorIt doesnt like that you dont have any text, only titles. So edit each one. Go to the text field, click on “text” (dont use visual) and add a space by entering this code
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
Moderator7th Queen will be releasing Kleo 4.0 shortly that will be Woo 2.5+ compatible.
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 easiest way is to add menu items using the Custom Links option and setting an icon for the item.
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 menu color is set in Theme Options > Styling > Header: Link color and Link Hover color.
You can set the header background color in the same section as above. If you want your main menu background to be semi-transparent, you can try this in your quick css and change ‘2’ to adjust the darkness.
COPY CODE.kleo-main-header.header-normal { background-color: rgba(0,0,0,0.2) !important; }
The transparency in that demo during page scroll is set up by editing the page you want that to happen on, scroll down theme general settings and enabling transparent main menu. You should only do that on pages where you have an image or slider that will sit under the menu.
You can highlight text in 1 of 2 ways. Either by wrapping the title in em tags
COPY CODE<em>highlight</em>
or by using the btn-highlight class in the css class 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
ModeratorSame procedure, just change home_url to whatever url 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
ModeratorAlso, you dont add the add_action either. Its already being called.
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
Moderator1 – Because you’re overriding the entire function that adds the Kleo specific widgets. If you’re going to override the function, you need to keep everything in there and just add yours.
2 – Why not do it via Appearance > Sidebars. That’s what its for.
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
ModeratorYour site is throwing a 404 error on uploads/custom_styles/dynamic.css. That’s the file that the theme options are written to. Check the permissions on that directory. Make sure WP can write to 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
February 8, 2016 at 20:16 in reply to: How do i charge user for membership while creating account #102761sharmstr
ModeratorI’m responding as quickly as I can. Please be patient.
Add [pmpro_levels] to the register page since you’ve set that to be your levels page.
Here’s the link to the PMPro documentation for the third time. It explains how to set up pages and memberships: http://www.paidmembershipspro.com/documentation/initial-plugin-setup/ 🙂
Again, I urge you to read the PMPro documentation. I can tell you havent and its essential that you do if you’re going to use the plugin. This advice is coming from a user like you. If you dont understand how the plugin works, you’re going to have a difficult time supporting your site.
You also have the option of contacting dev@seventhqueen.com for a quote on setting all of this up for you. But again, I urge you to learn it so you can support it.
Hope this helps.
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
February 8, 2016 at 20:01 in reply to: How do i charge user for membership while creating account #102750sharmstr
ModeratorDid you add the levels shortcode as outlined in the documentation and noted on the PMPro > Page Settings 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
ModeratorNo ETA but very soon. Yes, it will have a login/register shortcode.
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
February 8, 2016 at 19:55 in reply to: How do i charge user for membership while creating account #102743sharmstr
ModeratorYou set PMPro pages in PMPro > Page Settings. Set the levels page to register.
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
February 8, 2016 at 19:52 in reply to: How do i charge user for membership while creating account #102740sharmstr
ModeratorYour register page is showing up now because you removed the membership requirement.
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
February 8, 2016 at 19:50 in reply to: How do i charge user for membership while creating account #102738sharmstr
ModeratorAlso, if you want to force users to pay when they sign up, you need to read this. https://archived.seventhqueen.com/forums/topic/users-vs-members
I’ve already given you the link, but I dont think you’ve read it based on what you’re asking now.
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
February 8, 2016 at 19:42 in reply to: How do i charge user for membership while creating account #102733sharmstr
ModeratorEdit the register page and remove the membership requirement.
Its important that you read the documentation thoroughly if you’re going to be using the PMPro plugin. They have detailed in directions on how to lock down pages and set everything up. Here’s the link again: http://www.paidmembershipspro.com/documentation/initial-plugin-setup/
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
February 8, 2016 at 19:35 in reply to: How do i charge user for membership while creating account #102727sharmstr
ModeratorWhy do you have your registration page locked down?
From the question before, you asked “after complete signup”. I’m referring to the account you created after click on complete signup.
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
February 8, 2016 at 19:31 in reply to: How do i charge user for membership while creating account #102721sharmstr
ModeratorDid you activate the account?
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
February 8, 2016 at 19:29 in reply to: Kleo 3.1.2 incompatible with Woocommerce 2.5.0 templates on WP 4.4.1 #102720sharmstr
ModeratorThey are still testing all the new features. Its a major update.
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 was able to get in. I changed the pois to circles and changed the animation to pulsate and they are working.
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