Forum Replies Created
-
Author
-
sharmstr
ModeratorThe wordpress page editor. They are upgrade safe. WP-Admin -> Pages -> All Pages -> Home or Blog
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 17, 2014 at 23:10 in reply to: CONFLICT between the “live notifications” feature and a plugin #28878sharmstr
ModeratorBuddypress. LOL 🙂
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 17, 2014 at 21:28 in reply to: CONFLICT between the “live notifications” feature and a plugin #28865sharmstr
ModeratorWhat’s the 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
September 17, 2014 at 20:14 in reply to: CONFLICT between the “live notifications” feature and a plugin #28863sharmstr
Moderatorapp.js has the jQuery for it and I’m assuming that’s where the conflict lies.
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
ModeratorWP Admin – Theme Options
For WP pages/posts: Header options -> Main menu info
For BuddyPress pages: BuddyPress -> Main menu info
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
ModeratorWhoop!
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. This works great. At first I was thinking that it sucked to have to use all of that code just to add a custom post type, but what I realized is now I have complete control over what settings can be changed. My site will have hundreds of authors and I want to give them the ability to add media to their posts, but not change any of the page formatting. Plus I can remove the ‘upload/self hosted’ fields so they have to use youtube and vimeo videos. Thank you! 🙂
COPY CODEadd_filter( 'kleo_meta_boxes', 'kleo_my_metaboxes' ); function kleo_my_metaboxes( array $meta_boxes ) { // Start with an underscore to hide fields from custom fields list $prefix = '_kleo_'; $meta_boxes[] = array( 'id' => 'general_settings', 'title' => 'Story Media', 'pages' => array( 'fiction' ), // Post type 'context' => 'normal', 'priority' => 'default', 'show_names' => true, // Show field names on the left 'fields' => array( array( 'name' => 'Slider', 'desc' => 'Used when you select the Gallery format. Upload an image or enter an URL.', 'id' => $prefix . 'slider', 'type' => 'file_repeat', 'allow' => 'url' ), array( 'name' => 'Media oEmbed URL', 'desc' => 'Used when you select Video format. Enter a Youtube, Vimeo, Soundcloud, etc URL. See supported services at <a target="_blank" href="http://codex.wordpress.org/Embeds" rel="nofollow">http://codex.wordpress.org/Embeds</a>.', 'id' => $prefix . 'embed', 'type' => 'oembed', ) ) ); return $meta_boxes; }
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
ModeratorBrilliant. 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
ModeratorI’ve been thinking about doing something like this as well. Ignore my plugin suggestion above. If you dont want to code your list, you can use https://wordpress.org/plugins/w4-post-list/. Its simple to use and I achieved what you were asking in less than 5 mins. Here’s what I did.
– Create a list for a specific category:
Add new
Select “post” for list type
Select ‘categories’ in Posts: Tax Query and put your category name in the terms box.
When you save it, it will give you a shotcode.– Create the category specific page
Copy /kleo/archive.php to /kleo-child/category-your category name.php.
Delete everything between ‘before-wrap’ and ‘after-wrap’.
Insert the list using the do shortcode commandCOPY CODE<?php echo do_shortcode('[postlist id="593"]'); ?>
** Change 593 to your list id
That’s it. The plugin offers ways to style the list.
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
Moderatorhttps://wordpress.org/plugins/simple-posts-list/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
ModeratorWP Admin -> Appearance -> Menus. If you dont see “Forums” on the left, turn it on by clicking on Screen Options in the upper 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 16, 2014 at 19:06 in reply to: Change Color of Buttons (Membership Pro & BuddyPress) #28779sharmstr
ModeratorFor the terms, you can use this plugin https://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/ I’m using it for 3 ‘accept’ boxes in my registration. In users profile fields, add ‘checkbox acceptance’ field to the Base 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
ModeratorIts having a bit of an issue with BuddyPress pages. New plugin so its going to go through some growing pains. The poor developer has no idea who I am yet. 🙂 I’ll start a new topic with Kleo specific hacks for plugin 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
ModeratorExcellent. Thanks!
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@splendor – I have a private site and dont need/want any seo optimization and all the other stuff that comes with that plugin. I need analytic data at the page level for my authors (est 300 of them), not the site level. But thank you for the suggestion.
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
ModeratorJust purchased Analytify (http://wp-analytify.com/) Its a new plugin with a ton of potential. It allows you to view Google Analytics in the Admin, but unlike other GA plugins it also displays them in the page/post edit screens and on the page/post itself. The code is well written and support has been responsive (you know me, I cant stay away from customizing anything.) Should fit nicely into the Author metadata.
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
ModeratorHi Catalin, You’ll see if you go to that page that it says there should be 2 friends but they aren’t being displayed. If you inspect the page, you’ll see the jQuery error.
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 undefined is not a function error. That’s two different reports of that today. I wonder 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
sharmstr
ModeratorI’m not a Kleo support person. I’m just a user like you trying to help. I would try uploading again. There only differences I can see in our source code is the loading of PrettyPhoto. I’m not sure its causing it, but since they are both lightbox type plugins, I thought it could be the problem.
I guess you’ll have to wait until the Kleo team responds. Sorry I couldnt help figure it out.
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, I’m just digging through the code for you. No, you dont need to install PrettyPhoto. It looks like PrettyPhoto should only be loading if you are using the Front End Editor in Visual Composer. Can you try disabling VC to see if that works?
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
ModeratorLooks like prettyphoto is part k-elements, but its not loading at all on my 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
ModeratorWhy is the prettyphoto plugin loading? Maybe that’s your 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
sharmstr
ModeratorHave you disabled other plugins to isolate 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
sharmstr
ModeratorDo you have lightbox turned on? wp-admin -> rtMedia -> Display -> Use lightbox to display 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
sharmstr
Moderatorpls mark resolved.
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 placeholder=”Search Forums” to the text filed in /kleo/bbpress/form-search.php and save it to 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
ModeratorA bit more info. The livesearch div is created (where the suggestions would display) but script isnt loaded when in the group context. Contact the developers about 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
Moderator@russellkhan. That’s it. It doesnt work with group 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
Moderator@russellkhan Worked right out of the box for me. No problem. Looks like all of your forums are tied to groups. Maybe it doesn’t work with group forums? Just a guess.
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@russellkhan I dont have the plugin installed on my site. Give me a sec and I’ll do that 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
sharmstr
ModeratorThe screenshot I attached was from win7 / chrome. My iPad isnt charged so I cant check that for you. I have no idea whats going on. Have you tried clearing your browser cache? Sorry that I can offer a solution for you. Hopefully the support team can.
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
ModeratorJust hit your tab key 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
sharmstr
ModeratorYes they do. And they 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
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorIf you’re talking about the fact that sometimes the text editor doesnt display and when it does the text is white so you can’t read it…. then I’m having that problem too. I wonder if it has something to do with WP 4. I’ve seen a few issues with VC since WP 4 install.
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
ModeratorCan you explain what you mean by “I have added login and register into my topbar, however they do not show up.”? Are you saying the menu items dont appear or are you saying that the login modal doesn’t pop up?
If the menu items aren’t there, make sure you have the menu you’ve named “top” configured to be your top menu. WP-Admin -> Appearance -> Menus -> Manage Locations. Top Menu should be set to Top.
If the login modal is not popping up, look for jQuery errors.
If you’d like to provide a link, that would be helpful.
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
ModeratorAnytime. Happy to help. Can you mark this resolved?
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
ModeratorIt depends. Are you using a caching plugin? Is you host caching the site for you? If its a plugin, then obviously disable it. But if your host is doing it, then you’ll have to do it in your host control panel.
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 it will be removed if the theme is updated
Not if you’re using the 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
ModeratorYay! I’ll move on to something else then. 🙂
Wait. 2.0? Congrats. You guys have come a long way.
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 best to turn caching off when you’re still in configuration and dev stage.
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