Forum Replies Created
-
Author
-
sharmstr
ModeratorIt totally will. And you dont need to remove it from the menu. Set it to 0 in theme options. Then it wont “live” update, but will show any new notifications when the page refreshes ( or loads a new 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
ModeratorYou have your link settings set to white in theme options > styling > main
but you can use this css
COPY CODE.portfolio-filter-tabs li a { 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
September 4, 2015 at 02:04 in reply to: Changing box color and add a border in a Feature Item #76152sharmstr
ModeratorThere isnt a way to target a specific featured item within a featured item grid because there isnt an extra class name field in the item settings. There is on the featured item grid though. So I guess you could create a grid with only one item, add an extra class name then use css like this…
COPY CODE.your-class-name .feature-item { background-color: red !important; border: 1px solid green; }
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 live notification merely reads the notification table. Read the buddypress codex on how to create your own notifications.
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 your background just fine.
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
Moderatorbut where is wp-admin? I get a 404
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 3, 2015 at 21:34 in reply to: The mobile drop down menu in the profile section is not working. #76109sharmstr
ModeratorSo <ul class=”responsive-tabs”> is on line 23?
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 3, 2015 at 21:32 in reply to: Does KLEO have default templates for bbpress favorites and subscriptions? #76108sharmstr
Moderatorthe template files are in /kleo/bbpress/user-xxxx.php
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 the link?
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
ModeratorDont confuse “translating” to mean it has to be in a different language. It can still be your default language. Its the way to change text now in WP and other plugins like Buddypress.
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
ModeratorAhhh, you weren’t specific enough. You set those in the slider shortcode settings. See attached.
I will say that you have broken page code since “[/vc_row]” is displaying under that section. You’re going to have to fix 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
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorNo they are not. Go to WP Admin > Users > Profile Fields. Move the those two fields out of the Base (primary) group.
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 post. Scroll down to the Theme General Settings section. Click on the media tab.
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 3, 2015 at 17:55 in reply to: The mobile drop down menu in the profile section is not working. #76051sharmstr
ModeratorOr do you have custom bp templates in your child theme?
Looks like the underline source isnt outputting the responsive-tabs UL which the jquery needs in order to do its magic. You had a similar issue with your activity page. It wasnt outputting the necessary classes in order to style the avatar correctly.
So, in this case, do you have a custom /buddypress/members/single/home.php page or is that page missing from /kleo//buddypress/members/single/ ?
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 3, 2015 at 17:51 in reply to: The mobile drop down menu in the profile section is not working. #76049sharmstr
ModeratorHave you looked for plugin conflicts? Basically your jquery isn’t firing.
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 enable wp_debug to see why event manager isnt activating. https://codex.wordpress.org/WP_DEBUG make sure you set WP_DEBUG_DISPLAY to true.
You change the images in Theme General Settings > media
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 3, 2015 at 17:24 in reply to: Site problems after KLEO 3.0.7 / WordPress 4.3 UPDATE #76039sharmstr
Moderatorright. looks like its been set as a default in the vc_map config. Try this
COPY CODEadd_action('vc_before_init', 'custom_vc_manipulate_shortcodes'); function custom_vc_manipulate_shortcodes() { global $kleo_config; vc_remove_param('vc_row', 'padding_top'); vc_remove_param('vc_row', 'padding_bottom'); vc_add_param("vc_row", array( "type" => "textfield", "holder" => 'div', 'class' => 'hide hidden', "heading" => __("Top padding"), "param_name" => "padding_top", "value" => "0", "description" => __("Allowed measures: px,em,%,pt,cm."), )); vc_add_param("vc_row", array( "type" => "textfield", "holder" => 'div', 'class' => 'hide hidden', "heading" => __("Bottom padding"), "param_name" => "padding_bottom", "value" => "0", "description" => __("Allowed measures: px,em,%,pt,cm."), )); }
It will add the padding fields to the bottom of the row settings though. I dont know of a way around this other than overriding every 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
September 3, 2015 at 16:51 in reply to: Post Listings Elements on VC Not Showing Featured Image Thumbnail? #76031sharmstr
ModeratorOkay, going back to the first time we discussed this, its probably a conflict with the video plugin you are using. So, as with the other solution, you’re going to have to edit the files. They are in the same location /kleo/page-parts/
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 3, 2015 at 16:37 in reply to: Post Listings Elements on VC Not Showing Featured Image Thumbnail? #76026sharmstr
ModeratorAgain, it doesnt work that way. It never displayed it because you have it set to video. Kleo uses a custom field where you supply the video. As far as I know, you’ve only changed the code in post-content-small.php, but not in post-content-masonry.php or post-content-carousel.php, right?
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 3, 2015 at 16:34 in reply to: Site problems after KLEO 3.0.7 / WordPress 4.3 UPDATE #76025sharmstr
Moderatorcopy kleo/vc_templates/vc_row.php to your child theme and edit the default padding_top and padding_bottom values. Be sure that you verify that no code changes have been made to that file after every kleo 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
September 3, 2015 at 16:10 in reply to: Post Listings Elements on VC Not Showing Featured Image Thumbnail? #76021sharmstr
ModeratorRegardless of how its displayed (carousel, masonry, standard) the media displayed will be dependent upon the post format type. Since you are using video type formats, kleo will default to displaying a video, not a featured image. You override that by removing the switch cases.
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 3, 2015 at 15:19 in reply to: Add custom link for a new tab in buddypress profile menu #76019sharmstr
ModeratorThe bp_core_new_nav_item function will never do that. Its sole purpose is to load a submenu and an associated screen. If you are okay displaying the page within the profile screen, then you can use this plugin: https://wordpress.org/plugins/buddypress-custom-profile-menu/screenshots/
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’re confused about what contact form they were talking about in the video.
Anyhow, you can change that 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
ModeratorTry this in your quick css
COPY CODE#buddypress .activity-timeline { border-right-width: 0 !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 put a <br> in the title
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.September 3, 2015 at 14:14 in reply to: Changing box color and add a border in a Feature Item #76006sharmstr
ModeratorThe background controlled by a whatever section style you have set on the row. Then it uses the alternate background color set in Theme Options > Styles > Watever section style you set.
There isnt a border by default, so you’ll have to add it with this css
COPY CODE.kleo-block.feature-item { border: 1px solid green; margin-bottom: 0px !important; padding-bottom: 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
September 3, 2015 at 13:56 in reply to: Does KLEO have default templates for bbpress favorites and subscriptions? #76003sharmstr
ModeratorIf you’re running buddypress, those are submenu items of the Forums tab in the members profile.
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 3, 2015 at 13:51 in reply to: Post Listings Elements on VC Not Showing Featured Image Thumbnail? #76002sharmstr
ModeratorIts calling a function called kleo_get_post_media located in /k-elements/functions/helpers.php. That function should look very familiar to you since its basically the same code that you had to comment out before. So copy that function into your child theme’s functions.php file and comment out all the switch cases except for image and default like you did 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
September 3, 2015 at 04:29 in reply to: Post Listings Elements on VC Not Showing Featured Image Thumbnail? #75975sharmstr
Moderatorplugins/k-elements/shortcodes/templates
You should setup local copies of the files and use your IDE to search the files for what you need. I do it all day long to answer questions. If I need to know where something is, I inspect it in my browser debugger window to get a div ID or class name to search 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
ModeratorYou cant copy the file. You have to translate the text using standard translating techniques.
https://archived.seventhqueen.com/documentation/kleo#translation
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 use the example in the link I gave you in your child theme’s function.php file. But since you’re only trying to load a style sheet and not actually run code, then you are better off using the standard way of loading style sheets: https://codex.wordpress.org/Function_Reference/wp_enqueue_style
http://www.paulund.co.uk/add-stylesheets-to-wordpress-correctly
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 isnt doing that. It happens with the WP 2015 Theme as well. Ask for assistance on the bp 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
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorIts in kleo/lib/plugin-woocommerce/config.php on line 1612. You can translate 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
September 2, 2015 at 23:53 in reply to: The mobile drop down menu in the profile section is not working. #75921sharmstr
ModeratorYour site is throwing jquery errors so the jquery that controls that menu wont fire.
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 can use wp_head: https://codex.wordpress.org/Plugin_API/Action_Reference/wp_head
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 https://archived.seventhqueen.com/forums/topic/disable-clients-testimonials-portfolio-dont-need#post-48980
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 they are links, like in menus, breadcrumbs and post titles, you need to and an a
li a
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 in Kleo that will do this for you. You need to use the functions provided by Buddypress. Please refer to their documentation on the subject and consult their forum for assistance if needed. https://codex.buddypress.org/developer/function-examples/core/bp_core_new_nav_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
September 2, 2015 at 23:30 in reply to: Fontello icons doubled in top menu and don't show in side menu #75913sharmstr
ModeratorWorks fine for me.
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
ModeratorAssuming you mean side menu and not sidebar since there isnt a sidebar in your image….
You can add an image via Theme Options > Side Menu
You can use this css to change the background color
.side-color {
background-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
-
AuthorPosts