Forum Replies Created
-
Author
-
sharmstr
ModeratorNo. I dont need it. Thanks though ๐
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
ModeratorHey Maggie. I dont know. I just know that its a common issue that has nothing to do with kleo (or any other theme). I suggest googling “wordpress ios pictures upside down”.
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 directions are right there on the link I gave you
Import individual Pages
If you don’t want to import all the demo content, you can import individual pages. You will find below the demo code for all the individual pages from our demo that were created using shortcodes.
Follow this steps to import one of the demo page:
1. Click the button with the page you want to import and then copy the text from the opened window.
2. Create a new Page on your WordPress Admin area.
3. Switch to the Classic editor and then switch to the Text tab from the Editor and paste the copied code above into the editor.
4. You can now use the Visual composer to edit the elements by clicking the Backend Editor button.
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 a common ios issue http://iphonephotographyschool.com/iphone-photos-upside-down/
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
ModeratorImport the demo page then edit it to your liking https://archived.seventhqueen.com/documentation/kleo#demo You’ll see a button that says “Pinterest Style”
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 hide it via css
COPY CODE.pagination-sticky {display: none};
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 assumed you knew how to use the functions.php file. First, you shouldn’t have copied a text file over. There should have been a functions.php file there already. You just needed to add the code. The reason its printing out is because your file doesnt have the php stuff in it. Put this at the top of the file
COPY CODE<?php /** * @package WordPress * @subpackage Kleo * @author SeventhQueen <themesupport@seventhqueen.com> * @since Kleo 1.0 */ /** * Kleo Child Theme Functions * Add custom code below */
Or use the file attached. Remember to remove .txt
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
ModeratorInstead of hiding tags, you can just keep them from displaying in the first place. You can copy the โkleo_entry_metaโ function into your /kleo-child/functions.php file and remove the items you dont want displayed.
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
Moderatorbbpress controls that, not Kleo. You’d have better luck asking over there https://buddypress.org/support/
I was curious about this, so I searched through the bbpress code and found two actions that fire when an edit is made to a topic or a reply. I tried using remove_action in my functions.php file, but that didn’t work. It still created a new activity.
The only way I could get it to work is to comment out the action calls within bbpress core code. That’s not ideal. So again, I suggest you post this question over on the bbpress forum.
If you want, you can tell them I tried
COPY CODEglobal $BBP_BuddyPress_Activity; remove_action( 'edit_post', array( $BBP_BuddyPress_Activity , 'topic_update' ) ); remove_action( 'edit_post', array( $BBP_BuddyPress_Activity , 'reply_update' ) );
It could be that I’m just doing it wrong. Good luck.
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 will take some custom code to filter the groups loop. Best to ask over on the Buddypress forum or search for a plugin that does 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
ModeratorThat question is better asked in the buddypress forum http://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
ModeratorOn my mobile it displays as it should (samsung S4). And on this iPhone 5 simulator is does as well http://iphone5simulator.com/
Have you tried from another phone? Perhaps a different browser?
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 8, 2014 at 15:01 in reply to: How to generate a link to BBPress forum topics in Buddypress profile? #31076sharmstr
Moderatoruse bp_loggedin_user_domain and add forums/topics or forums/replies
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 try what I suggested?
COPY CODE@media (min-width: 768px) { .view-your-menu { float: right; } }
email me an account that I can use to 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
sharmstr
ModeratorThe ‘create group’ button only exists in one place which is at the top of the group directory. yoursite.com/groups. Give us a link and so we can see if its hidden or something.
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๐ Add more things to the side bar. That will make the page longer and get rid of the whitespace.
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 8, 2014 at 02:29 in reply to: Thumbnails are appearing blurred and distorted in Masonry layout. #31026sharmstr
ModeratorAnd another thought. The reason why the images look good in your media manager after regenerating your images and look terrible on the front end is probably a caching issue. I’m guessing there is an expiration setting for cloudfront and its still serving the older image?
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 8, 2014 at 02:22 in reply to: Thumbnails are appearing blurred and distorted in Masonry layout. #31025sharmstr
ModeratorAre all the problem images hosted on cloudfront.net? Maybe when resizing the images there’s an issue with network latency and not all of the image data is saved? Just guessing here.
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. Can you 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
ModeratorMaybe someone knows a solution. But that white space will only happen if there isn’t enough content which shouldn’t happen on many pages. You cant set body to 100% to achieve what you want. You have to stretch the container. You could possibly set the container to a minimum height, but you have no idea what the height should be for every given user. The other option might be to change the body background-color to black.
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 support. If you’d like me to help, I cant see private messages. ๐
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
Moderatorwidget-title is a class, not an ID. So instead of a hash in front of it, it needs to be a period
COPY CODE.widget-title
For the height, are you saying you want the browser to be in fullscreen mode?
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 how I’d 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
ModeratorYep.
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 never used it. Let me know if it 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
ModeratorOkay. Well, I was trying to make it easy ๐
You’ll have to customize /kleo/page-parts/post-content-masonry.php. I haven’t tested this, but try putting the attached file in /kleo-child/page-parts/post-content-masonry.php. Remember to change the txt extension to php.
Let me know 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
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorWas I right in thinking you built that page in Visual Composer? If so, then check out the screen shots
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
Moderatorbtw – I really like that home page. Good job!
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 not quite following. If you set the post format to video, it will not use the image in featured image. What happens when you set the post format to “standard”?
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
ModeratorSo, are you doing that in visual composer? I haven’t played with it yet, but there is a vc shortcode for “content by user type” that you can probably use. I’m thinking you create both elements, join now and the logged in info. Each of them would be in their own the content by user type section. Set the join now to logged out users and the logged in info to logged in user.
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@catalin: Doesn’t it have to be done in the minified file since 2.0?
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 images? Where?
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 nearly impossible to figure out what’s going on without knowing how you coded it or the css you have applied to it. But to take a guess… you’ll have to adjust your media query to remove the float right when the screen size is smaller than a certain size. What happens if you remove float right when the screen is that small? Test it and if it looks okay, then you’ll have to account for that.
COPY CODE@media (min-width: 768px) { label { float: 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
sharmstr
Moderator@abe That’s great news about the installer. WP import is painful. ugh.
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 know that they do not include all images due to copyright issues.
I said this the other day in a different topic… Its awesome that Kleo gives you so many options to control the look and feel and personalize the theme… but it can take some time and does get a bit confusing. You’ll get the hang of it soon enough. Again, dont hesitate to ask if you have any issues (use the search first though. 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
sharmstr
ModeratorAll the pages that you are missing (well most of them) are in the demo xml file. There are numerous reports about the built in WP import tool having issues (and sucking eggs). I even had to run it twice. The first time I selected import attachments, the second time I didnt. There were roughly 40 pages and 13 portfolio items that were imported. I know this is frustrating for you, but the import file contains content and does work.
Have you researched possible issues as to why the import is failing with your setup? Do you have enough PHP memory set? Have you tried disabling any non essential plugins? Are you in a shared hosting environment? Have you logged into your host and watch server resources during the upload? (I originally had my site on GoDadddy and had to split the import file into 4 files to get all the data to upload.)
I’m not saying Kleo is perfect by any means, but it is one of the best themes out there and does work. I think your issues lie elsewhere.
Let me know if I can help.
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*forgot the http:// before www
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 might be confused by your question so dont shoot me:
COPY CODE<a href="www.yoursite.com/pagewherethetabislocated#tab-1405319581-1-31" rel="nofollow"><i class="icon-basket-full-alt"></i> Order</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
Moderator@matthew I’m an early adopter, so I hadn’t uploaded demo content in quite awhile. I just did on a fresh install of WP, BP and Kleo. Here’s the steps I took to make it work. Hopefully this helps you.
1 – Uploaded demo content in demo-kleo.xml
2 – Verified that portfolio items were created by going to WP Admin -> Portfolio
3 – Imported the home-default revolution slider located in the demo content folder.
4 – Created a new page and pasted the full width portfolio vc code into the text editor of the wysiwyg editor: https://archived.seventhqueen.com/files/kleo/individual_pages/portfolio-full-width.txt
4 – Switched over to backend editor and edited the revolution slider so that it will use the slider I just imported “HomeFullWidth”
5 – Enabled Hide Title, Hide Breadcrump and Hide Information
6 – Enabled Transparent Main Menu
See attached image for what I ended up with by doing the above steps. There’s obviously things that will need to be adjusted like a custom logo because of the menu transparency.
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
ModeratorWhat about them?
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