Forum Replies Created

Viewing 40 posts - 8,841 through 8,880 (of 11,328 total)
  • Author
  • in reply to: Forums > Reply : Styling Issue #44748
     sharmstr
    Moderator

    I can’t reproduce this. Can you try a few things.

    1 – Flush your server cache if enabled.

    2 – Disable all plugins. I pretty sure its a plugin css 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

    in reply to: Forums > Reply : Styling Issue #44746
     sharmstr
    Moderator

    I’m looking at it right now. Will let you know 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: Modal login and registration page customization #44738
     sharmstr
    Moderator

    Sorry. My mistake. The fb button is added using an action. Instead of copying the file, try this in your functions.php file

    COPY CODE
    
     remove_action( 'kleo_before_login_form', 'kleo_fb_button', 10 );
     add_action( 'kleo_after_login_form', 'kleo_fb_button', 10 );
    

    If that moves the fb button, but not exactly where you want it, then you will have to edit the page I gave you before. 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: 503 errors on website and kind of slow #44729
     sharmstr
    Moderator

    You can start here: https://archived.seventhqueen.com/forums/search?bbp_search=admin-ajax&bbp_search_forum_id=10549

    Next, google admin-ajax.php. Again, common complaint/issue.

    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: 503 errors on website and kind of slow #44717
     sharmstr
    Moderator

    admin-ajax.php is a utility script. several things use it. for kleo, the live notification uses it. you can either turn it off or changing the interval rate in Theme Options.

    For everything else, do a google search. Its a very popular subject.

    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: Forums > Reply : Styling Issue #44715
     sharmstr
    Moderator

    I’ve tried several times since you posted this to access your site. Its throwing 500 errors, so I can’t 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: ShortCode toogle #44713
     sharmstr
    Moderator

    You can use this plugin to add more tabs (toggles) https://wordpress.org/plugins/woocommerce-custom-product-tabs-lite/

    I dont understand your second issue. If I go to the category page for commercants, I see the luigi product.

    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 url #44711
     sharmstr
    Moderator

    If you are asking how to show the Kleo login modal, you need to add “kleo-show-login” to the class.

    https://archived.seventhqueen.com/forums/search?bbp_search=kleo-show-login&bbp_search_forum_id=10549

    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: Duplicate Portfolio Landing Page? #44703
     sharmstr
    Moderator

    Off the top of my head, try changing your permalinks to include the category.

    Or you can try filtering the breadcrumb. You’ll need to know how filters work and php knowledge to do this. Do a search here. Its been discussed a few times.

    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: ERROR 404 on a product page #44702
     sharmstr
    Moderator

    Its working now. Next time just resave your permalinks.

    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: Cannot create group; button disappeared #44701
     sharmstr
    Moderator

    I tried to get back into your site the other day to check this, but I couldn’t.

    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: Modal login and registration page customization #44698
     sharmstr
    Moderator

    copy /kleo/page-parts/general-popups.php to your child theme and customize to your liking.

    Put #buddypress in front of the css to isolate it to the registration form.

    COPY CODE
    
    
    #buddypress .kleo-fb-wrapper.text-center {
    width: 50%;
    }
    
    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: Recent Images #44694
     sharmstr
    Moderator

    rtMedai pro will do this. You can create site galleries. http://docs.rtcamp.com/rtmedia/features/shortcodes/gallery-shortcode/

    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: Activity Page Module not pulling Activity Plus Icons #44656
     sharmstr
    Moderator

    Once you have that info, come back and I’ll see if I can sort it 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: Duplicate Portfolio Landing Page? #44642
     sharmstr
    Moderator

    The portfolio shortcode allows you to filter by categories. Create a page for each category.

    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 Avatar and Activity Stream Issue #44640
     sharmstr
    Moderator

    No problem. 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: How To Make Sub Menu Not Stretch #44638
     sharmstr
    Moderator

    Turn off Mega Menu. Appearance -> Menus -> Click on the parent menu item, uncheck mega menu

    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: Both dark and light logos #44624
     sharmstr
    Moderator

    I do that all the time 🙂

    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: Restrict Buddypress Pages with paid Memberships Pro #44616
     sharmstr
    Moderator

    There’s a plugin for that https://wordpress.org/plugins/pmpro-bbpress/

    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: Member in Homepage #44610
     sharmstr
    Moderator

    Its best to ask over on the buddypress forums: https://buddypress.org/support/

    Knowing how the buddypress nav menu and screens work, I think its going to be difficult.

    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

    For the html showing up in the author meta, again, that be addressed in 2.4. And again, I normally wouldnt say change core files, but try making the changes in the attached text files to /kleo/functions.php (around line 527).

    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

    I’ve looked at the code and Kleo 2.4, due to be released soon, should take care of the email sharing issue.

    Normally I wouldn’t tell someone to change core files, but in the case I want you to so that you dont have to worry about updating a file in your child theme once 2.4 is released.

    So, open up /kelo/page-parts/posts-social-share.php. And use the attached text file to replace the email share code

    I’m hoping that’s the only section you need to replace to get this working before 2.4. Let me know.

    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: WC Vendors Integration #44595
     sharmstr
    Moderator

    Yeah, that would be up to 7th Queen. Not 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

    in reply to: WC Vendors Integration #44585
     sharmstr
    Moderator

    I did see the themekraft plugin. I’m trying to come in a really low price point though. All of those plugins are $59. I’m trying to offer basic integration on the cheap 🙂

    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: Members page on Buddypress/Bbpress not appearing -404 #44578
     sharmstr
    Moderator

    Did you ask over on the BP forums? I know they need something other than the default permalinks to 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: Members page on Buddypress/Bbpress not appearing -404 #44568
     sharmstr
    Moderator

    Did you try resaving your permalinks? Settings > Permalinks: Make sure its set to something other than default and click save.

    Also make sure you have Settings > General: Anyone can register turned 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: RTMedia in menu #44566
     sharmstr
    Moderator

    You can add it using Appearance > Menus. If you look at the bottom of the Kleo selections, it states that you can use ##profile_link##/xxxx to add a link to your profile. Replace xxxx with the menu you want to go to.

    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

    I had the same problem when I added shares to pages. I came up with a workaround but cant remember what it was off the top of my head. Also, I know that Kleo 2.4 will add shares to pages, so maybe they fixed that.

    Let me finish up a script I’m working on and then I’ll have a look 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: tags getting cleared #44562
     sharmstr
    Moderator

    I dont. I do know that they have been actively working on it and I believe 2.4 would have already been released hadn’t been for the new version of VC.

    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

    I do not. Sorry.

    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: Activity Page Module not pulling Activity Plus Icons #44493
     sharmstr
    Moderator

    I think you have that a bit backwards. Plugins “inject” into the activity page (the form in this case). They do so by either filters or actions.

    Kleo has a customized version of the form in order to style it. Its located in /kelo/activity/post-form.php. To test to see if the shortcode drops or fails to load things that the normal groups or activity page does, I edited that form to print out “hello world”. Editing that one file displayed “Hello World” in all three activity locations. In other words, the shortcode doesnt do its own processing of the activity form and/or feed.

    Ask the developers of the plugin how they inject their buttons. They may specifically look for the standard BP slugs.

    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

    Dont worry about it. You’ve already helped by confirming it works. I know it should work. But I test so many things on on my dev site that I’m sure I hosed 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: Customization services #44486
     sharmstr
    Moderator

    You can send them an email with details. They will get back to you. I’m also taking on small projects now. http://sharmstr.com click the contact envelope at the bottom.

    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: Garbage Script #44484
     sharmstr
    Moderator

    google it. The first thing that comes up is Easy Digital Downloads. Do you have that installed?

    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: style profile pages? #44482
     sharmstr
    Moderator

    pssst. Its Sis. 😀

    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 create a group #44474
     sharmstr
    Moderator

    http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

    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: Cannot create group; button disappeared #44472
     sharmstr
    Moderator

    Its probably one of the many plugins you have installed that’s screwing up the css and hiding it under something. Have you tried disabling 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

     sharmstr
    Moderator

    I think I know whats going on. I’m using it in a plugin and its probably loading before PMPro is, so it has no idea what that shortcode is yet. Sorry to bug 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

     sharmstr
    Moderator

    Hmmm. I’m having a hard time getting the levels page to output. Do you have the free version installed?

    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

    Beans!! Can you tell me exactly what you did?

    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 - 8,841 through 8,880 (of 11,328 total)

Log in with your credentials

Forgot your details?