Forum Replies Created
-
Author
-
sharmstr
ModeratorLooks like you changed the layout to use VC instead of the default? If you want assistance with the default post layout, provide a link to a CPT that uses it. I need to see the body classes.
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 have Admin Toolbar enabled in Theme Options > Misc, it will only display for admins. If your visitors are seeing it, perhaps you have installed a plugin that is overriding that.
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 aware of any. If you know php and buddypress templating, you can use pmpro_hasMembershipLevel() to determine the users level: http://www.paidmembershipspro.com/documentation/require-membership-function/
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 had no problem importing search form hero into your site. Maybe you’re zip was corrupted.
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
ModeratorNon of those are handled by Kleo. They are all controlled by buddypress so you are better off asking on the bp forum or searching for a plugin to handle 1 & 3. Try this for #2 https://archived.seventhqueen.com/forums/topic/remove-this-field-can-be-seen-by
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@vanessa What version of Kleo do you have installed? Have you tried enabling debugging to see what’s causing the white screen? https://codex.wordpress.org/WP_DEBUG Make sure you set define( ‘WP_DEBUG_DISPLAY’, true );
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
ModeratorBut have you changed the default colors for the footer? The button uses the “alternate background color” located in Theme Options > Styling > Footer.
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 > Woocommerce > Menu cart location: Disabled.
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 for the delay in responding. I was on vacation. I see here that you’ve solved your issue: https://archived.seventhqueen.com/forums/topic/not-found-404-error-permalink-problem
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 on vacation. Please start a new topic. 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
ModeratorYou have to filter that tab to change it. I’m on vacation so can’t point you to it, but it’s in the rtmedia documentation.
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 forgot the add action line.
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 they are. But they are asleep. Be patient.
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 guarantee that it wont. I’m on vacation for a week. I’m going to hand this off to another support person.
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 the VC Grid shortcodes: https://wpbakery.atlassian.net/wiki/display/VC/Grid+Builder
Any further questions regarding this, please open a new topic.
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 question wasnt answered because you asked in the feature request forum. I will move that one. I’m on vacation for a week so its best to not ask any more questions on this topic anymore.
All of those show up in the search results because they exist. Go to WP Admin > Pages and WP Admin > Portfolio. They are still there and they are still “published”.
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 I dont use any of the previous code (since now you just want to hide all borders and color) and just add this
COPY CODE.masonry-listing .post-content .post-title { border-width: 0 !important; } .masonry-listing .post-content { border-width: 0 !important; }
i get the attached. I purposely didnt use a bg color so you could see that the border is gone.
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
ModeratorYes
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 I add this css to your page, I get the following
COPY CODE#buddypress .standard-form input:focus, #buddypress .standard-form textarea:focus, #buddypress .standard-form select:focus { border-color: #000 !important; color: #000 !important; } .main-color ::selection { background-color: red !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
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorHmmm. If I add this
COPY CODE.masonry-listing .post-content { border-left-width: 1px !important; }
I get the 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
ModeratorIf you only translated Kleo, they wont change. You need to translate buddypress: https://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/
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 7, 2015 at 17:32 in reply to: Can KLEO Search for Woocommerce Products lead to Products result? #81329sharmstr
Moderatorsee difference
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.October 7, 2015 at 17:30 in reply to: Can KLEO Search for Woocommerce Products lead to Products result? #81328sharmstr
ModeratorLets be perfectly clear. I didnt change the layout of the ajax list. I only change the search results landing 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
October 7, 2015 at 17:29 in reply to: Can KLEO Search for Woocommerce Products lead to Products result? #81327sharmstr
ModeratorYou will get that if you click “View All Results” because that will take you to the default wp search results page. If you click on “View Product Results” you’ll go to the product results page. The difference in the urls are
http://www.yoursite.com/?s=yoursearchtext and http://www.yoursite.com/?s=yoursearchtext&post_type=product
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 admin password isnt working…
In anycase, your fb login button is working on wp-login.php which in my experience tells me that you have a plugin conflict with another plugin that is loading fb scripts (the plugins dont load on that page). Disable all plugins to see if that fixes the issue. If so, then enable one by one to find the conflict.
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 7, 2015 at 16:55 in reply to: Rev Slider Plugin is Causing White Screen After KLEO Last Update #81315sharmstr
Moderator*mysqladmin
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 7, 2015 at 16:51 in reply to: Rev Slider Plugin is Causing White Screen After KLEO Last Update #81314sharmstr
ModeratorYou need to use phpadmin to connect to your db to see how that column is setup. You dont need cpanel for that.
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 7, 2015 at 16:50 in reply to: Can KLEO Search for Woocommerce Products lead to Products result? #81310sharmstr
ModeratorThis is a bit of a hack. The search in the main menu and the vc shortcode uses the same function. So its best to keep your search context options short (i.e. products and posts or products and members) or the list could get quite long and not show all of the ajax results if the page isnt long enough. Also, this will not stop WP from showing products in the “all results” search results so its best to set the shortcode to “Just AJAX results” for the form type. That will disable the form from submitting if someone hits the enter key. They are then forced to click on “View Product Results” which will take them to the correct results page.
Anyhow, put the attached function in your child theme’s functions.php file.
I can tell you that this code will not make it into Kleo the way I’ve written it. It needs to be coded better, so keep an eye out in future updates for either a change to this function that doesnt include product results page OR the inclusion of product results, in which case you can remove this function from 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
Attachments:
You must be logged in to view attached files.October 7, 2015 at 16:10 in reply to: Rev Slider Plugin is Causing White Screen After KLEO Last Update #81304sharmstr
Moderatorbtw – what version of rev slider are you trying to install? Just want to make sure its 5.0.8.5
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 7, 2015 at 16:06 in reply to: Can KLEO Search for Woocommerce Products lead to Products result? #81303sharmstr
ModeratorProbably not until I get back next week. I have a bunch of requests that I’m trying to solve before I leave. 🙂
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
ModeratorAwesome. Again, sorry for the wrong info in the first response. Hadn’t had my coffee 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
ModeratorI’ve had your site up on my screen for 30 mins. Its still looping. You do have a 15 second delay set up between loops though. You might want to reduce that.
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 7, 2015 at 15:52 in reply to: Rev Slider Plugin is Causing White Screen After KLEO Last Update #81297sharmstr
ModeratorGot it. Lets look a the db error. Can you go into php admin and look at the settings for the ID field in the revslider_css table? It should be set to auto increment.
Also, what version of mysql 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
ModeratorAhhh. Maybe. Did you try with the WP 2015 theme enabled?
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 7, 2015 at 15:11 in reply to: Rev Slider Plugin is Causing White Screen After KLEO Last Update #81288sharmstr
ModeratorI know some sliders built with version 4x dont work with 5x. Perhaps that’s the issue. Maybe try resaving the slider? Let me know if that works. If not, I’ll hand this off to one of the devs that has access to revslider 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
ModeratorNo problem. I’m glad you pointed me to that topic. Hadn’t seen it before.
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
ModeratorAnother member pointed me to this topic. It may be of some use to you: https://archived.seventhqueen.com/forums/topic/re-search-bar-in-main-menu
If you have questions regarding it, please ask in that topic.
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 ask on that topic. Perhaps Laura will have a solution 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
October 7, 2015 at 14:56 in reply to: Can KLEO Search for Woocommerce Products lead to Products result? #81279sharmstr
ModeratorBut… if you do find a plugin that you like and you’d like kleo to officially support it, you can open up a topic in the Feature Request forum to have it voted 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
October 7, 2015 at 14:50 in reply to: Can KLEO Search for Woocommerce Products lead to Products result? #81277sharmstr
ModeratorNo. Sorry.
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