Forum Replies Created

Viewing 40 posts - 9,961 through 10,000 (of 11,328 total)
  • Author
  • in reply to: I want to disable magnific-popup #35200
     sharmstr
    Moderator

    app.js has been minified. You need to either re-minify app.js after you make the changes or make the changes in app.min.js

    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: Display posts in list #35198
     sharmstr
    Moderator

    Got it. Its going to take a bit of time because I’m using the WP Views plugin to add ajax filtering (searching) of the posts. But part of doing that is designing the view (results), which is the part that I can give you. In my solution, I’ll be giving the user the option to display in masonry grid or a list. Anyhow, be back with something when I’m done.

    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: KLEO – Features Requests #35196
     sharmstr
    Moderator

    @elv: moving discussion here: https://archived.seventhqueen.com/forums/topic/display-posts-in-list

    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

    arrrrg

    Glad you got it sorted.

    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 display related articles OVER and not UNDER post #35186
     sharmstr
    Moderator

    The kleo team gets all the credit for making this stuff really easy to do. Glad it worked out for you.

    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: KLEO – Features Requests #35177
     sharmstr
    Moderator

    @elv – That looks pretty good. It has some issues on smaller displays, but overall I really like it. I have on my todo list to code a post list for a custom post type on my site. I like the idea of the text being inline with the picture. I’ll work on it today and share my results with you. Also, I’ve customized the kleo meta function that will format the meta differently based on post type. It should be easy enough to add support for choosing which meta to display as well. I’ll share that later as well.

    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 display related articles OVER and not UNDER post #35175
     sharmstr
    Moderator

    All of those parts are in /kleo/single.php. Just copy it to your child theme and move them around. You’ll see 3 different sections in the middle of the file.

    This prints the post content

    COPY CODE
    
    <?php get_template_part( 'content', get_post_format() ); ?>
    

    This prints the social section

    COPY CODE
    
    <?php get_template_part( 'page-parts/posts-social-share' ); ?>
    

    This prints the related section

    COPY CODE
    
    <?php 
    if( $related == 1 ) {
    	get_template_part( 'page-parts/posts-related' );
    }
    ?>
    

    Just switch their positions. You may find that you’ll have to make a few css adjustments, but the whole things looks like it should be pretty easy to do.

    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: posted an update TWICE instead of one time #35152
     sharmstr
    Moderator

    Glad you found the conflict. Sorry it doesnt work.

    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

    Well, even if he has the child theme active, it will work if he updates the parent theme file and doesnt have a copy in his child theme. I tried to get him to send me credentials so we dont have to guess or keep going back and forth. 🙂

    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

    That plugin isnt necessary.

    Edit: Unless he used custom fields which would be impossible to do without the plugin being activated. I tested his code without the plugin and it worked.

    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: CSS Stylesheet SSL Issues #35100
     sharmstr
    Moderator

    My site is loading both of those files over ssl by default… meaning I didnt have to fix anything to make that happen.

    btw – your site is NOT loading over ssl by default.

    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

    Do you have caching enabled?

    Try editing the code so it has to print something. Put something like “is this darn thing working” right after <div class=”profile_fileds”>

    COPY CODE
    
    
    <div class="profile_fields"> Testing 1, 2, 3. <span style="font-size:22px; color:#222222; font-weight: normal;">
    
    
    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

    Also, you didnt say if you actually went into a profile and set a value to those fields. If they are blank, they will not show up.

    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

    reply privately with admin credentials and a link to your site. I’ll have a look.

    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

    Just thought of something. If this is a new install, did you actually add those fields to x-profile and have they been set in the profile you are viewing?

    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

    It works fine.

    Going forward, do NOT update core files. Those changes will be overwritten with every Kleo update. Instead, enable your child theme and move the file to /kleo-child//buddypress/members/single/member-header.php

    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: Visual Compozer not update #35032
     sharmstr
    Moderator

    You need to update it manually. 4.3.4 is in the latest theme forest download in the plugin folder. https://archived.seventhqueen.com/documentation/kleo#updates

    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: rtmedia widget masonry #35030
     sharmstr
    Moderator

    Do it in css

    COPY CODE
    
    .widget-item-listing img {
    height: auto !important;
    width: auto !important;
    }
    
    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

    As I’ve said. It works. I tested 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: rtmedia widget masonry #35019
     sharmstr
    Moderator

    That’s where you can add javascript code. I use it for several scripts. Are you sure that script even works?

    View the page source of a page that has the widget. Do a search for <script> Look for the code they gave you to verify that its being added to the page.

    I can tell you that I added it and it doesnt do anything to the gallery widget. Here’s a screenshot of my page when I view source and search for <script>.

    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

    Regarding codes. That’s the only code you need. Its not a kleo fucntion, its a buddypress function. Regardless of the field type that you use to set the information (checkbox, text field, dropdown) the information is stored in the database the same.

    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

    The code works fine.

    I need to know which member-header.php file you edited? The one in /kleo or one in /kleo-child? If it was in /kleo then the file was overwritten by the update and you need to re-add 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

    in reply to: posted an update TWICE instead of one time #35010
     sharmstr
    Moderator

    Yeah. You’re the first one reporting this issue which leads me to believe its a plugin conflict. I did a google search for you and all the info I found pointed to either installing the buddypress template pack or to a plugin conflict.

    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

    Or, maybe you made the change to the page in /kleo without copying it to /kleo-child. In which case, the update overwrote that page and you lost your code.

    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 you running the latest version of buddypress?

    Also, I’m assuming you had to override (copy) the memeber header page to your child theme. Whenever you override default kleo pages, you must ensure that you’re comparing them to new versions after every update. There maybe new code that wont work with the old version of the page you have in your child theme.

    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: posted an update TWICE instead of one time #35006
     sharmstr
    Moderator

    Its probably a plugin conflict. Have you tried disabling your plugins?

    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: Have Pinterest style for blog page #35005
     sharmstr
    Moderator

    Also, you were setting the background image on the column, not the row. That’s why that didnt work.

    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: Have Pinterest style for blog page #35004
     sharmstr
    Moderator

    I’m having a lot of problems staying connected to your site.

    But here’s what I did.

    1 – To add the background click on the pencil icon right above testimonials (upper right). In there, you’ll be able to set your background image.

    2 – Hide title, breadcrumb and Information under theme general settings – title section

    3 – Set the menu to transparent under general settings – display settings

    4 – Removed and readded the search form, selecting ‘forums’ as the search context.

    Also, please update to Visual Composer 4.3.4. You can find it in the Theme Forest download.

    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: rtmedia widget masonry #34993
     sharmstr
    Moderator

    You can put it in theme options – javascript code. Wrap it with <script> and </script>

    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: Menu Background. #34952
     sharmstr
    Moderator

    Turn off the breadcrumb. Whenever you select transparent, it moves the “title/breadcrumb/main menu info” section up under the transparent menu. Its a side effect. I think the kleo team assumed that we’d be turning off title, breadcrumb and main menu info if we were using a transparent menu. I’ve been meaning to ask Abe about this.

    Anyhow what you are seeing is actually the title/breadcrumb area. The menu is still transparent.

    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: Handling custom post types #34927
     sharmstr
    Moderator

    Dont alter it. I’ll take care of it on my end. Thank you 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: Login Shortcode #34908
     sharmstr
    Moderator

    Thank you. I appreciate that.

    I tested out the widgetised sidebar idea and it works, but you’ll have to wrap it in a div to keep it from stretching across the entire width of the page.


    @abe
    . Is there a simple shortcode to display the form? I cant recall ever seeing one.

    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: Login Shortcode #34904
     sharmstr
    Moderator

    Depends on what you’re after. Do you want it to pop up in a modal or display the actual form?

    Adding the login modal is easy. You just need to trigger it via setting the kleo-show-login class name.

    here’s an example using a button

    COPY CODE
    
    [kleo_button title='Login' style='see-through' icon='star-empty' tooltip_position='left' tooltip_action='hover' size='lg' el_class='kleo-show-login']
    

    I’m not sure if there is a shortcode to display the form on a page. If not, you can probably hack it by creating a sidebar (wp admin – appearance – sidebar), then add the buddypress login widget to it (wp admin – appearance – widgets) then use the VC Widgetised Sidebar shortcode to display it.

    If you use a layout with a sidebar, you can just add the Buddypress login widget to the sidebar and it will show up on all of your pages.

    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: "Click" behavior for tabs #34887
     sharmstr
    Moderator

    Other than verifying that kleo and k-elements are up-to-date, I’m not sure what else to check. You’ll have to wait for the Kleo team to take a look at this. Sorry I couldn’t sort it out for you. But at least we’ve narrowed it 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: New field appeared? #34880
     sharmstr
    Moderator

    You turned on privacy in rtMedia.

    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: Handling custom post types #34852
     sharmstr
    Moderator

    ooo. I didnt think about hooking into the content. Man, I have so much to learn still. That might be better abe. Then you dont have to alter kleo if its something only a few will use.

    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: "Click" behavior for tabs #34839
     sharmstr
    Moderator

    I dont, but try switching to a standard wordpress theme and disabling k-elements. Does you third part tabs still have issues? Just trying to narrow it 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: New field appeared? #34838
     sharmstr
    Moderator

    Looks like you installed some sort of activity privacy plugin.

    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: Kleo BBpress refresh and main theme changes #34818
     sharmstr
    Moderator

    I just found this for displaying forum topic counts in the sidebar. Haven’t tried it

    https://github.com/syamilmj/Supportte/blob/master/widgets/forum-categories.php

    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: Hide Member Level from bbPress Forums #34817
     sharmstr
    Moderator

    Or if you’re talking about the list in the sidebar, I think they are using this https://github.com/syamilmj/Supportte/blob/master/widgets/forum-categories.php

    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 - 9,961 through 10,000 (of 11,328 total)

Log in with your credentials

Forgot your details?