Forum Replies Created

Viewing 40 posts - 10,601 through 10,640 (of 11,328 total)
  • Author
  • in reply to: Shortcodes for stats #31199
     sharmstr
    Moderator

    No. 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: upside down pictures #31185
     sharmstr
    Moderator

    Hey 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: A question about your sample page #31184
     sharmstr
    Moderator

    The 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: upside down pictures #31179
     sharmstr
    Moderator

    Its 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: A question about your sample page #31177
     sharmstr
    Moderator

    Import 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Remove member slider #31171
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Remove Tags from post in masonry grid view #31165
     sharmstr
    Moderator

    Sorry. 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 solution

    This 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.
    in reply to: Remove Tags from post in masonry grid view #31134
     sharmstr
    Moderator

    Instead 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Edited posts published in activity stream #31133
     sharmstr
    Moderator

    bbpress 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 CODE
    
    
    global $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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Group Shortcodes #31106
     sharmstr
    Moderator

    That 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: No Button to Create Group from frontend #31089
     sharmstr
    Moderator

    That 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Mobile Responsive? #31079
     sharmstr
    Moderator

    On 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 solution

    This 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
    Moderator

    use 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How to fix this sidebar issue #31074
     sharmstr
    Moderator

    Did 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: No Button to Create Group from frontend #31040
     sharmstr
    Moderator

    The ‘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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Couple of CSS queries #31039
     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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    And 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Are 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Image Swap on Login #31018
     sharmstr
    Moderator

    Awesome. 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Couple of CSS queries #31017
     sharmstr
    Moderator

    Maybe 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Couple of CSS queries #31013
     sharmstr
    Moderator

    I’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Couple of CSS queries #31009
     sharmstr
    Moderator

    widget-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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Mobile Responsive? #31006
     sharmstr
    Moderator

    That 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: video thumbnail #30999
     sharmstr
    Moderator

    Yep.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Image Swap on Login #30991
     sharmstr
    Moderator

    I’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: video thumbnail #30989
     sharmstr
    Moderator

    Okay. 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 solution

    This 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.
    in reply to: Image Swap on Login #30982
     sharmstr
    Moderator

    Was 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 solution

    This 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.
    in reply to: Image Swap on Login #30977
     sharmstr
    Moderator

    btw – 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: video thumbnail #30975
     sharmstr
    Moderator

    Sorry, 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Image Swap on Login #30969
     sharmstr
    Moderator

    So, 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How to change Default Image Slider Speed #30955
     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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Image Swap on Login #30953
     sharmstr
    Moderator

    What images? Where?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How to fix this sidebar issue #30948
     sharmstr
    Moderator

    Its 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: portfolio-full-width #30893
     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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: portfolio-full-width #30890
     sharmstr
    Moderator

    No 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: portfolio-full-width #30886
     sharmstr
    Moderator

    All 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How to link to a tab? #30876
     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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How to link to a tab? #30875
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: portfolio-full-width #30873
     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 solution

    This 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.
    in reply to: Coloured featured icons #30849
     sharmstr
    Moderator

    What about them?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 40 posts - 10,601 through 10,640 (of 11,328 total)

Log in with your credentials

Forgot your details?