Forum Replies Created
-
Author
-
sharmstr
ModeratorRefer to this: https://archived.seventhqueen.com/forums/topic/tagline#post-73911
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 doesnt control that. Do you have your WP Discussion settings set up correctly? You need to have a check mark in ‘comment must be manually approved’ or one in ‘comment author must have previously approved comment’. For the later, like it states, a comment wont be held for moderation if you’ve approved a previous comment by the comment author before. If you have that set correctly, then look for a plugin that might be causing it. You can also also see if Kleo is causing it by temporarily enabling the WP 2015 Theme and submitting a comment.
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
ModeratorOne of two things
1 – Clear your server cache and/or purge your cdn if you have those in place.
2 – Put this in your child theme’s functions.php file, then resave your theme options.
COPY CODEadd_filter( 'kleo_theme_options_ajax', '__return_false' );
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 this topic because its not 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
ModeratorThere’s nothing special. Use the standard WP way of control excerpt length.
COPY CODEfunction custom_excerpt_length( $length ) { return 20; } add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );
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
ModeratorWhat’s your static 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
ModeratorNot sure. You should ask the mailchimp or buddypess developers. Kleo doesnt have anything that you can turn on that will do that 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
ModeratorNot all pages are necessary. They are samples of what pages you can use. The high level site structure is basic WP. From there, it really depends on what plugins you want to use (buddypress, bbpress, woocommerce). You should figure out what you want your site to do, decide on which pluings you’ll need to make that happen, then read the documentation for all of those plugins. VC is a drag and drop page builder. There are tutorials here: https://archived.seventhqueen.com/video-tutorials
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 had the title set to main section instead of header in theme options > layout.
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
ModeratorNeed access to test
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
.top-menu li {
z-index: 9000 !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
ModeratorNot really. I did some playing around with VC media grid build and was able to create that effect, but because its a media grid, it doesnt display right away when the page loads. There’s a ‘loading’ animation before the image displays. if you’re okay with that, I can explain how I did it. Otherwise you should find a plugin that will allow you to do 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
ModeratorI just checked your styles.css and the code I gave you to fix the activity page isnt in there.
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
ModeratorWhile k-elements does override some of the VC core elements, the hover swap image effect is not part of VC core. Therefore Kleo isnt removing it. Perhaps your other theme added that element.
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 way in Kleo to do that. I dont know of a plugin either, which means it will require custom code. Your best bet is to ask on the PMPro forums.
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 read the installation instructions here: https://archived.seventhqueen.com/documentation/kleo You skipped the step where you have to unpack the downloaded zip.
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#1 here: https://archived.seventhqueen.com/forums/topic/how-do-i-accomplish-the-following#post-94072
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
ModeratorNot until Kleo 4.0. I dont have an eta but will be available 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
ModeratorNot that I’m aware of.
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, and obviously you’ll need a member type generator plugin: http://buddydev.com/plugins/bp-member-type-generator/
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 doubt you’ll ever find a way to do it during FB registration since the member types dont exist in a FB profile. There are plugins that will allow you to let users select the member type during BP registration and when they edit the profile. I’ve never tried it, but here is one: http://buddydev.com/buddypress/using-buddypress-member-type-as-profile-field-introducing-bp-xprofile-member-type-field-plugin/
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 can be safely ignored.
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 controlled by your server settings, not Kleo. Here’s information on it: https://kinsta.com/blog/increasing-the-maximum-upload-size-in-wordpress/
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 css
COPY CODE.kleo-notifications-nav { z-index: 9000 !important; } .kleo-mobile-switch { 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
ModeratorIf you look on other pages, you’ll see them. The reason is that you have the top bar turned off on your home page. Again, edit the home page and 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
ModeratorIf you look on other pages, you’ll see them. The reason is that you have the top bar turned off on your home page. Again, edit the home page and 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
ModeratorChange portfolio to your cpt name
COPY CODEif ( is_admin() ) { add_action('do_meta_boxes', 'remove_cpt_meta_boxes'); } function remove_cpt_meta_boxes() { if ( get_post_type() == 'portfolio' ) { remove_action('edit_form_advanced', array('sidebar_generator', 'edit_form')); remove_action('edit_page_form', array('sidebar_generator', 'edit_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
sharmstr
ModeratorI dont have much experience but in both cases, I’d look at plugins
Again, never tried these but check out https://wordpress.org/plugins/rss-feed-widget/screenshots/ and https://wordpress.org/plugins/adsense-plugin/
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
ModeratorServer caching, not browser caching. And yes, you have caching. Click on the GoDaddy icon in your admin top bar and you’ll see 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
ModeratorEdit your home page and scroll down to theme general settings and delete the custom logo.
Flushing the cache solved the social icon issue. Do yourself a favor and disable caching until you launch your site.
Moving this topic since these aren’t bugs.
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
ModeratorGreat. Next try disabling k-elements at the network level and install at the site level.
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 a space in the compose.php file name.
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
Moderatorgreat.
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
ModeratorIts not a bug. Your plugin appends the share buttons to the_content. VC code, including the containers that box in the article text, are part of the_content. The pluing code doesnt contain any containers so it puts it all the way over. Since you’re inspecting code, take a closer look and you’ll see what I mean.
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
ModeratorDefinitely disable it until just before you launch the 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
sharmstr
ModeratorAnd a simple question. Do you have the kleo child 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
sharmstr
Moderatoradd
width: 100%;
To the #buddypress div.profile .dl-horizontal dt 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
ModeratorAs I said “Probably a server caching 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
ModeratorIn the screen shot I attached, I’ve put a red box around the pencil icon you need to click to edit the row settings. Go in there and set whatever image 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
January 31, 2016 at 18:11 in reply to: “Sale Badge” and “out of stock badges” UI is broken mobile. #101446sharmstr
Moderator@abe – 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. -
AuthorPosts