Forum Replies Created
-
Author
-
sharmstr
ModeratorThank you @abe
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 19, 2016 at 17:54 in reply to: Do not want first row showing through the header but can’t figure out how to change it #105103sharmstr
ModeratorSticky menu will keep the menu visible when you scroll down a page. Its makes it stick(y) to the top 🙂
Request sent.
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 19, 2016 at 17:50 in reply to: Do not want first row showing through the header but can’t figure out how to change it #105100sharmstr
ModeratorTheme Options > Header: Within Sticky main menu options. I’ll be talking to the developers about disabling that option if Sticky menu is turned off.
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 – refer to these topics:
https://archived.seventhqueen.com/forums/topic/sign-up-and-password-reset-emails-not-being-sent-to-users#post-104202
https://archived.seventhqueen.com/forums/topic/users-are-not-getting-activation#post-1044162 – This isnt a function of Kleo. You’ll have to find a plugin.
3 – PMPro is a free plugin. You need to pay them if you want support. Their support is not including in Kleo.
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 19, 2016 at 17:40 in reply to: Do not want first row showing through the header but can’t figure out how to change it #105091sharmstr
ModeratorI turned off transparent main menu in theme options.
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 – Thank 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
Moderator1 – “The menu when clicked opens.” That’s what its supposed to do. Open.
2 – “Static pages all links work” – That’s a bad thing?
3 – “Slider image gone” You dont have a slider on the home page
4 – “Content on slider overlapping each other” – Again you dont have a slider. The Get Connected text is overlapping because you have set up a proper line height in the Custom Heading settings. It should be equal to the font size.
5a – The submenu carets were set to transparent since you have border set to transparent. I add css to fix that.
5b – Login link works fine for me
6 – The header (logo) shouldnt show on mobile when you scroll. That’s how 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
ModeratorWhen you do, please start a new thread 🙂
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
ModeratorBefore
COPY CODE#buddypress a.button.fav:before, #buddypress a.fav.bp-secondary-action:before { content: "\e80f"; color: red; }
after
COPY CODE#buddypress a.button.unfav:before, #buddypress a.unfav.bp-secondary-action:before { content: "\e80f"; color: #ca0000; }
hover
COPY CODE#buddypress a.button.fav:hover:before, #buddypress a.button.unfav:hover:before, #buddypress a.fav.bp-secondary-action:hover:before, #buddypress a.unfav.bp-secondary-action:hover:before { color: green; }
Change colors to suit your needs
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 that you got the slider imported 🙂
The only thing that I saw that was wrong on the page is that you hadnt turned on transparent main menu down in Theme General Settings. I turned that on and now the menu and your logo sit on top of the 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
February 19, 2016 at 16:08 in reply to: Do not want first row showing through the header but can’t figure out how to change it #105042sharmstr
ModeratorLooks like you still havent sorted this out. Respond privately with admin credentials and I’ll sort it out 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
Moderatoradd color:red;
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
ModeratorBecause its using Fontello, not Dashicons. \e80f is a heart
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
ModeratorTheme Options > Layout > Enable Contact Form: Off
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 the buddypress forums if there is a way to disable that. Not sure that there is. https://buddypress.org/support/
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 row uses a 12 column layout. The column width needs to go into 12 evenly. So you cant break the full row into 7 equal columns.
But with some css magic you can…
In the column layout, click on custom and add this:
1/12 + 1/12 + 1/12 + 1/12 + 1/12 + 1/12 + 1/12
That will add 7 1/12″ sized columns. Then go into the row settings and add an Extra class name called seven-columns. Save that and then click on the gear icon in vc (upper right) and add this css.
COPY CODE.seven-column { width: 100%; } .seven-column .vc_col-sm-1 { width: 14%; }
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
ModeratorUse the Kleo “My Account” menu item. There are instructions there that explain how to add the username “You can also include the members username next to the My Account avatar with ##member_name## in the Title Attribute 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
ModeratorThis is what’s coming in Kleo 4.0: 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
sharmstr
ModeratorFollow the directions in the documentation: https://archived.seventhqueen.com/documentation/kleo#demo
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 cant recreate the issue. Giving me a piece of code that we already have wont help us to help you. The only way to debug this is if you give us access. You can re-download the kleo zip from themeforest. The plugin is in the zip 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
ModeratorYou need to import the material design header.
I can’t answer you other issues until I’m back at my desk. But you can always delete the page, purge it from the trash and reimport by selecting the specific page option
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. I need to log in. I can’t debug it by looking at pictures.
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 18, 2016 at 21:37 in reply to: Do not want first row showing through the header but can’t figure out how to change it #104872sharmstr
ModeratorTheme options – header. Not theme options – styling – header 🙂
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 18, 2016 at 21:22 in reply to: Do not want first row showing through the header but can’t figure out how to change it #104869sharmstr
ModeratorHow about Theme Options > Header?
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 18, 2016 at 21:15 in reply to: Do not want first row showing through the header but can’t figure out how to change it #104864sharmstr
ModeratorThere are two ways transparency is turned on for the header. Either in Theme Options or at the page level. Hope that clears things up.
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 need access. I dont need to see screenshots. I need to be able to log in and 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
February 18, 2016 at 20:57 in reply to: Changing testimonials scrolling icon to arrows instead of dots #104857sharmstr
ModeratorNo its not possible with out code changes. I feel like this was asked a long time ago. Try searching here to see if there was a solution provided.
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 18, 2016 at 20:51 in reply to: Do not want first row showing through the header but can’t figure out how to change it #104856sharmstr
ModeratorYou have it turned on for that page though.
Edit the page, scroll down to Theme General Settings.
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 have to have your admin id, but yes, it needs to be admin.
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 18, 2016 at 20:33 in reply to: Want the option for client logos to not be greyed out #104846sharmstr
ModeratorEdit the page. Click on the gear icon in VC (top right) and add this
COPY CODE.client img { opacity: 1; }
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
ModeratorRespond privately with admin credentials and I’ll have a look.
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 18, 2016 at 20:27 in reply to: Do not want first row showing through the header but can’t figure out how to change it #104844sharmstr
ModeratorTurn off transparent main menu. Edit the page, scroll down to Theme General Settings.
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
ModeratorNow that makes sense.
Okay – A few things to check.
1 – Does it work with Kleo deactivated?
2 – Does it work with Kleo activated but all your extra plugins deactivated?
3 – Perhaps it doesnt work with older version of VC. Kleo 3.9 has VC 4.10
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 still confused… (screenshot from your site)
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
ModeratorNo. Its all or nothing.
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 update k-elements?
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
ModeratorLook at Contact 7. Build the form then add the form to the page using the shortcode that is generated.
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
ModeratorVC only enables itself to the default wp editor field which tabs are not. Doesnt even look like the tabs are custom post types. They are just custom fields. So I doubt you’ll ever get a proper VC interface for those. But you maybe able to get around that if you paste the template shortcode into the tabs text editor. Either way, its not a shortcoming of VC or Templatera.
maybe
[vc_row][vc_column][templatera id="2995"][/vc_column][/vc_row]
Not sure I understand your comment about needing Templatera to work with posts and pages. It does. There’s a vc shortcode you can select.
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
ModeratorGet me the login info as quickly as possible. I’m leaving for the rest of the day soon.
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
ModeratorFor you perhaps, yes.
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