Forum Replies Created

Viewing 40 posts - 5,161 through 5,200 (of 11,328 total)
  • Author
  • in reply to: Theme Upldate to KLEO 3.0 #67842
     sharmstr
    Moderator

    Download it from themeforest.

    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: Pmpro register form #67841
     sharmstr
    Moderator

    Not sure what you mean by “see no change”. Are you saying that users are not redirected after their first login? If so, you can try peters login redirect plugin. It has a “Post-registration” redirect that you can set to your levels page. I havent tried it but dont see why it wont work.

    As far as a levels on the register form, that’s not possible.

    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: Confirm register mail come in spasm #67840
     sharmstr
    Moderator

    I’ve already answered this question when you asked it the first time 🙂
    https://archived.seventhqueen.com/forums/topic/my-email-is-in-spasm

    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: Problem with Custom Post Type videos #67839
     sharmstr
    Moderator

    There’s no image attached.

    Theme General Settings are only added to WP Posts/Pages and Kleo specific CPTs. Kleo doesnt auto add it to custom CPTS because it knows nothing of your CPT.

    Anyhow, its been asked and answered a few times: https://archived.seventhqueen.com/forums/topic/add-kleo-meta-box-to-custom-post-type#post-28801

    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: Geodirectory crashes WP #67838
     sharmstr
    Moderator

    Does it happen with the 2015 Theme Enabled? Do you have enough memory allocated to handle all of your plugins? Have you tried enabling WP debug and setting the display to true?

    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: "post in" field is not aligned with media icon #67837
     sharmstr
    Moderator

    Try this in quick css

    #buddypress #whats-new-options > div {
    padding-top: 0px;
    }

    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: side wide gallery/photos #67836
     sharmstr
    Moderator

    Use the rtmedia shortcodes for the gallery. Instructions are on their site: http://docs.rtcamp.com/rtmedia/features/shortcodes/gallery.html

    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 popup dim #67835
     sharmstr
    Moderator

    Something is overriding you z-index for the background of the modal. Try this in your quick css

    COPY CODE
    
    .mfp-wrap {
    z-index: 104311 !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

    in reply to: Some CSS isolation of links in search and menubar #67834
     sharmstr
    Moderator

    The menu colors are set in theme options > styling. If you really want to set it using custom css instead…

    1 – .kleo-toggle-menu .minicart-buttons .btn-default { background-color: red !important; }

    2 – You can add html around the contact link.

    COPY CODE
    
    <span style="font-size:18px;">Submit a ticket</span>
    

    3 – .current-menu-item a { background-color: blue !important; color: green !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

    in reply to: Where can i find this? #67831
     sharmstr
    Moderator

    kleo/lib/theme-functions.php around 539. If your next question is going to be, how do I add google search to it, the answer is I have no idea. 🙂

    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: Profile Features availability #67828
     sharmstr
    Moderator

    Right above the directions for how to add the username next to the account avatar are the directions to create the links.

    With BuddyPress/bbPress installed you can add a link to your profile with ##profile_link## in the URL input from Links section bellow. Example: ##profile_link##/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

    Attachments:
    You must be logged in to view attached files.
    in reply to: Friend Request Link not Working properly #67793
     sharmstr
    Moderator

    This has nothing to do with wp-admin. Its wp-login. Anyhow, that’s probably your problem.

    In the future, please check all your custom stuff before contact us.

    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: Friend Request Link not Working properly #67790
     sharmstr
    Moderator

    That’s not the friend request page doing that. Its the wp-login.php page (http://ourcampusconnect.com/wp-login.php). And its saying page not found. Did you use some code to hide that page?

    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: Friend Request Link not Working properly #67783
     sharmstr
    Moderator

    Looks fine to me

    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: exclude custom post types from search #67778
     sharmstr
    Moderator

    Instead of editing core code, try the second example here: http://www.webtipblog.com/exclude-custom-post-type-search-wordpress/

    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: Friend Request Link not Working properly #67777
     sharmstr
    Moderator
    This reply has been set as private.
    in reply to: Provide me the K-Elements plugin? #67773
     sharmstr
    Moderator

    Go to wp admin > appearance > install plugins. If it doesnt show up there, then download the full kleo package from themeforest. Its in there 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: KLEO v3.0 – PaidMembershipPro & Go Pricing #67772
     sharmstr
    Moderator

    Not that I can see. But, I just figured out a way to conditionally show content within the table based on membership level. This way you can hide a buy button on the members current level. PMPro has a “membership” shortcode you can use. Register for a free account on pmpros site and then follow this link to see the examples on how to use it: http://www.paidmembershipspro.com/documentation/content-controls/with-shortcodes/

    Assuming you have a button somewhere in the column (probably the footer), instead of selecting Button for row type, select HTML.

    In the text box, you can use a combination of the pmpro shortcode and the kleo button shortcode like this

    COPY CODE
    
    [membership level="0,-1,-2"][kleo_button title="Buy Me" href="http://www.yoursite.com/shop/membership-levels/silver-package/" target="_self" style="highlight" size="lg" icon="0" tooltip_position="left" tooltip_action="hover"][/membership]
    

    That code first looks to see if the user is not logged in, not a member or isnt a level 1 or 2 member. If so, it will display a Kleo button.

    You can do this for each column, changing the -1 and -2 as necessary. You can probably take it a step further and add an additional message saying they are already a member of that level. Something like

    COPY CODE
    
    [membership level="0,-1,-2"][kleo_button title="Buy Me" href="http://www.yoursite.com/shop/membership-levels/silver-package/" target="_self" style="highlight" size="lg" icon="0" tooltip_position="left" tooltip_action="hover"][/membership]
    [membership level="1"]Your Current Level[/membership]
    

    My suggestion is to create a new page and add the Kleo button shortcode to it. Get it looking exactly how you want it, then switch to classic view so you can see the button shortcode and copy it from the page into your table.

    You might even be able to use the same concept and membership shortcode in other areas of the column. Like the header and/or body content.

    Hope this helps.

    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: Friend Request Link not Working properly #67769
     sharmstr
    Moderator

    Thank you for the access. I should have been more clear. I needed access and an account that has friend requests. When I logged in with the account you gave me, there are no friend requests and page looks fine.

    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: Registration not working #67768
     sharmstr
    Moderator

    I just logged in an see that you’re on Kleo 3.0.3. Please upgrade to 3.0.4.

    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: search form didn't show up on "Get Connected" page #67767
     sharmstr
    Moderator

    Did you create the form in bp profile search? https://wordpress.org/plugins/bp-profile-search/installation/

    https://codex.wordpress.org/Function_Reference/remove_node#Remove_the_WordPress_Logo_from_the_Toolbar

    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: Replace "Add friend" by "follow" #67758
     sharmstr
    Moderator

    Kleo doesnt handle that, bp does. There is a bp follow plugin somewhere.

    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: Accordion opened when loading the page #67757
     sharmstr
    Moderator

    The according settings have instructions for that

    Enter section number to be active on load or enter “false” to collapse all sections.

    theme options > styling > main > headings

    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: Profile Features availability #67754
     sharmstr
    Moderator

    Also, if you dont see the Kleo section, enable it by click 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 solution

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

    in reply to: Profile Features availability #67753
     sharmstr
    Moderator

    You can add them via Appearance > Menu. Look within the Kleo section. There are directions on how to add the links.

    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: Registration form #67752
     sharmstr
    Moderator

    Ask on the bp forums. Again, its their plugin and their form.

    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: Registration form #67702
     sharmstr
    Moderator

    https://codex.buddypress.org/getting-started/guides/modifying-the-registration-form/

    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: Animated Button with popover problems #67701
     sharmstr
    Moderator

    Thank you for the update 🙂

    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: Registration form #67699
     sharmstr
    Moderator

    What registration? Buddypress? Woocommerce? bbpress?

    Each of those plugins have forums and documentation on how to add fields. Kleo doesnt handle that. Kleo only stylizes the forms generated by those 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: Can\'t choise option GD #67698
     sharmstr
    Moderator

    @abe – You’re right. I should have known that. Sorry for that 🙂

    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: GeoDirectory problem & Site-Wide Activity name #67697
     sharmstr
    Moderator

    Please don’t post your response twice. It wont make me answer any faster. There are a lot of people who need help here. I’m working as fast as I can. I hope you understand that.

    Instead of asking a multiple questions in this topic, its better to start a new topic. That way you have access to one of the many people who help out here and you dont have to wait for me to respond.

    Start another topic for the favorite button. Maybe someone else can help you.

    For likes, try this css. It should get you close.

    COPY CODE
    
    #buddypress .activity-list .activity-content {
    border-bottom-width: 0px;
    }
    
    #buddypress div.activity-comments ul li {
      border-top-width: 0px;
      border-bottom-width: 1px;
      border-bottom-style: solid;
    }
    
    .activity-like-count {
      padding-left: 130px !important;
      top: -10px;
    }
    
    .logged-in #buddypress div.activity-meta {
      padding-bottom: 0px;
    }
    
    
    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: Friend Request Link not Working properly #67695
     sharmstr
    Moderator

    Again, I cant help you without access so I can 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: Carousel not working on mobile #67694
     sharmstr
    Moderator

    There was no miscommunication. I understood what you meant. What I’m saying is that its hard to figure out why this is happening since I cant reproduce the problem on any of my sites. Basically what I’m saying is that I believe its an issue isolated to your site.

    Do you have the same issue with the slider here: http://seventhqueen.com/themes/kleo/posts-carousel/

    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: Registration not working #67690
     sharmstr
    Moderator

    Its throwing 200 http errors which is an upload error so it probably has something to do with the avatar upload plugin.

    Temporarily enable the WP 2015 Theme and test registration. Let me know what happens.

    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: Strange Error #67687
     sharmstr
    Moderator

    That error is not generated by Kleo. Its a SQL error. Its hard to tell what plugin generated it but its has something to do with Visitors.

    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: Can\'t choise option GD #67674
     sharmstr
    Moderator

    @abe – I can reproduce on my sites.

    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: GeoDirectory problem & Site-Wide Activity name #67673
     sharmstr
    Moderator

    Changing favorite from star to button: I dont know

    1 – I dont know. Never used buddyboss and its not officially supported by Kleo
    2 – I cant see the comment button without a login

    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: Can\'t choise option GD #67671
     sharmstr
    Moderator

    Click on the Scripts tab and put this in the css box

    .chosen-container {
    width: 200px !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

    in reply to: Friend Request Link not Working properly #67670
     sharmstr
    Moderator

    We cant view that link without access.

    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: change 'Heart' color #67669
     sharmstr
    Moderator

    Try this in your quick css

    .item-likes:before {
    color: red;
    }

    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 - 5,161 through 5,200 (of 11,328 total)

Log in with your credentials

Forgot your details?