Forum Replies Created

Viewing 40 posts - 10,481 through 10,520 (of 11,328 total)
  • Author
  • in reply to: A way to hide the group creation step? #31948
     sharmstr
    Moderator

    Wow. Google brings back a lot of solutions 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: A way to hide the group creation step? #31947
     sharmstr
    Moderator

    That’s a buddypress question: https://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: Open Sans font loaded repeatedly? #31943
     sharmstr
    Moderator

    A bit more info. If it was coming from kleo is would have id=’kleo-xxxx’. Examples

    COPY CODE
    
    id='kleo-bbpress-css'
    id='kleo-shortcodes-css'
    id='kleo-app-css'
    
    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: Open Sans font loaded repeatedly? #31942
     sharmstr
    Moderator

    This bit right here

    COPY CODE
    
    id=’open-sans-css’
    

    tells you its not coming from kleo and its coming from wordpress. Google it. People have reported the same problem as you.

    https://wordpress.org/support/topic/open-sans-font-causes-problems-with-wordpress-38

    http://wordpress.stackexchange.com/questions/139930/finding-and-disabling-rogue-stylesheet-from-header-source-sans-pro

    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: I want to disable magnific-popup #31932
     sharmstr
    Moderator

    I think its used in two places. But have you tried disabling it in rtMedia?

    WP Admin -> rtMedia -> Settings -> Use lightbox to display media

    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: Large Gap if using Visual Editor on Posts #31928
     sharmstr
    Moderator

    I dont work here. I cant see 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: Open Sans font loaded repeatedly? #31927
     sharmstr
    Moderator

    Can you give us a link or can you view the page source and give me the line that loading the font? Should look something similar to this

    COPY CODE
    
    <link rel='stylesheet' id='redux-google-fonts-css'  href='https://fonts.googleapis.com/css?family=Open+Sans%3A700%2C400&ver=1412001450' type='text/css' media='all' />
    
    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: Large Gap if using Visual Editor on Posts #31924
     sharmstr
    Moderator

    I’m trying to recreate your issue. Can you tell me what post type you are using? How about your other settings? Do you have anything special in your first line or is it just text? How about a link to the problem post?

    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: Whats the css for the search bar #31921
     sharmstr
    Moderator

    Hmmm. Your code is broken. See attached. Once you fix that, the easiest way to style it like the Kleo search would be to edit the plugin so that it creates the correct divs and attaches the correct css to it.

    Here’s your broken code

    COPY CODE
    
    <form accept-charset="utf-8">
    <fieldset class="tubepress_search">
    		<input type="text" id="tubepress_search_99" <br="">
                   name="tubepress_search_99" class="tubepress_text_input" /><br>
    		<button class="tubepress_button" title="Submit Search">Search</button><br>
    	</fieldset>
    </form>
    

    It should be something like this

    COPY CODE
    
    <form accept-charset="utf-8">
    <fieldset class="tubepress_search">
    	<input type="text" id="tubepress_search_99" name="tubepress_search_99" class="tubepress_text_input" />
    <br>
    	<button class="tubepress_button" title="Submit Search">Search</button><br>
    </fieldset>
    </form>
    

    For kleo styling, edit the plugin output so it outputs something like this.

    COPY CODE
    
    
    <div class="kleo-search-wrap kleo-search-form search-style-transparent">
      <form id="searchform">
    	
    	<div class="input-group">
    		<input name="tubepress_search_99" id="tubepress_search_99" autocomplete="off" type="text" class="ajax_s form-control input-lg" value="" style="opacity: 0.5;">
    		<span class="input-group-btn">
                <input type="submit" value="Search" id="searchsubmit" class="button">
    		</span>
    	</div>
    
    </form>
    </div>
    

    I couldn’t test it because your site kept timing out and wasn’t available half the time. Also, the form tag it outputs doesn’t have an action so I dont think it will ever work. Did you try using the search form? Did it work 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

    Attachments:
    You must be logged in to view attached files.
    in reply to: Whats the css for the search bar #31911
     sharmstr
    Moderator

    Which search bar? There are 3 of them. There’s the one in the sidebar, one in VC and one on pages like groups, members and forums πŸ™‚

    Also, it will be easier to tell you if you provide us a link so we can see their markup.

    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 #31910
     sharmstr
    Moderator

    I see that its a bug. Good to know. Thank you. Please 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: Logging into my Kleo Site #31900
     sharmstr
    Moderator

    https://archived.seventhqueen.com/forums/topic/problems-with-login-tabs#post-31714

    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: Open Sans font loaded repeatedly? #31877
     sharmstr
    Moderator

    Plugins load it as well, not Kleo.

    Here’s ones that do on my site

    rtMedia (in several locations)
    revslider (in several locations)
    WordPress (in several locations)

    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 answered you in your other post. Please only post once. https://archived.seventhqueen.com/forums/topic/live-search-members#post-31874

    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 logout, settings….. menu Items. #31875
     sharmstr
    Moderator

    They are under Buddypress, not kleo.

    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: Live Search Members #31874
     sharmstr
    Moderator

    Hey Franklin, Welcome.

    Your questions are probably best answered over on the Buddypress forum since those are all functions of Buddypress. But, are the users listed under wp admin -> Users -> Manage signups? If so, they’re not active yet. When you create an account on the frontend (like a normal user would) they wont show up until they activate their account or until you activate them in Manage Signups. For a user to activate their own account, they need to click on the link in the email (which aren’t being sent).

    Now, for ones that you’ve created in the backend. The Members directory defaults to only showing “last active”. If you’ve only created the accounts, but didnt log into them, they have no activity and therefore will not show up. If you change the order by dropdown to alphabetical, you’ll see them. I’ve never imported the Buddypress demo content, but those demo accounts probably have activity and therefore show up.

    Same goes for the member carousel. It defaults to Active. Change it to alphabetical and see if they show up.

    I suggesting taking some time to read the Buddypress documentation.

    As far as your email issues go, that’s a either a wordpress or buddypress issue. More than likely something isn’t configured correctly on your server. Do you get other emails such as Buddypress notifications? Do a google search. I’m sure there’s a wealth of info out there that will 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: sign up link #31862
     sharmstr
    Moderator

    https://archived.seventhqueen.com/forums/topic/how-to-get-the-profile-picture-in-main-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: KLEO Header Height (navigation bar) #31858
     sharmstr
    Moderator

    So am I.

    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: permalink structure #31844
     sharmstr
    Moderator

    You should google your issue since its a wordpress issue and not a kleo one and there’s a wealth of information out there about it. That being said, the permalinks are not stored in the wp-links table. They are stored in the options table.

    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: show blog, menu and breadcrumb #31840
     sharmstr
    Moderator

    Check the functions.txt file attached in this thread. It has it.

    https://archived.seventhqueen.com/forums/topic/remove-tags-from-post-in-masonry-grid-view

    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 Header Height (navigation bar) #31838
     sharmstr
    Moderator

    I can’t reproduce your small logo issue, so I dont know how to fix it. Every time I refresh the page I get the normal size logo.

    COPY CODE
    
    
    ul#menu-kleonavmenu {
    margin-top: 120px;
    }
    
    
    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 Header Height (navigation bar) #31829
     sharmstr
    Moderator

    Huh? It doesn’t look tiny 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: Backgrounds #31816
     sharmstr
    Moderator

    Make sure you download the full kleo package from theme forest. the go to Main Files/Documentation/Visual Composer

    You can also go to their website http://kb.wpbakery.com/index.php?title=Visual_Composer

    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 find pages for membership register and login #31812
     sharmstr
    Moderator

    No problem. Can you mark resolved please.

    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: Blogs permalinks #31811
     sharmstr
    Moderator

    You should google it. Its a common WordPress question. I found this, but didnt try it.

    https://wordpress.org/support/topic/add-blog-to-url-for-single-posts

    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: REVOLUTION SLIDER NOT DISPLAYING #31807
     sharmstr
    Moderator

    You have to add it your home page. There’s a VC button for 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

    Attachments:
    You must be logged in to view attached files.
    in reply to: Internal Server Error #31806
     sharmstr
    Moderator

    @karifi. No need to say you’re sorry. It was great info. I’ve seen people replace entire php.ini files with sample ones. I just wanted to make sure that didn’t happen.

    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: Internal Server Error #31763
     sharmstr
    Moderator

    @nerdygirls DO NOT USE THAT PHP.INI FILE. You can hose your site. As @karifi states, you need to edit the production php.ini from your server. BUT some hosts will allow you to edit php.ini files without creating your own file. They give you a way to do it in your control panel. Best thing to do is contact your hosting company to assist you.


    @karifi
    would you mind attaching a text file next time you want to share 2000 lines of 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

    in reply to: cannot find pages for membership register and login #31757
     sharmstr
    Moderator

    Hey Margaret. “All you need to do is put β€œRegister” in the title and save it.” That’s really all you need to do. Buddypress uses templates to display the form. There’s nothing you need to put on the page. Its all done in the backend. Maybe some screenshots will help.

    The reason it takes you to the home page is because you’re already logged in. Log out and go to yoursite.com/register. And yes, you need to change yoursite.com to your sites url. When I was customizing my register page, I had WP Admin open in Chrome (obviously logged in) and I’d view the registration page in Firefox (logged out). That way I didnt have to log in and out to view changes, I only had to switch windows.

    I can tell you that most people put a login link in the menu that will pop up a login modal or the buddypress login sidebar widget. The only time I ever get the wp-login.php page is when I type my password in wrong and get directed over there.

    In the screenshots, there is a login menu item under My Account on the Kleo demo site that when clicked will bring up the login modal.

    Also, don’t be confused by the wp-login.php screenshot. Your url doesn’t need “Kleo” in front of it.

    I 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

    Attachments:
    You must be logged in to view attached files.
    in reply to: Main Menu link color #31746
     sharmstr
    Moderator

    @abe. I understand why you’d set FFF for the text color when the transparent menu is turned on, but I personally don’t think you should. Just a thought.

    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: Main Menu link color #31745
     sharmstr
    Moderator

    πŸ˜€

    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: Backgrounds #31742
     sharmstr
    Moderator

    You add a row in VC and set an image as the background. Then in the row, add the search form.

    Read the VC documentation in the kleo download. Also, you can import the demo page and see how its built https://archived.seventhqueen.com/documentation/kleo#demo

    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: Main Menu link color #31739
     sharmstr
    Moderator

    But did you check your page settings? πŸ™‚

    If its also disabled there, then something is jacked up because its loading the transparent menu css.

    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: Problems with login & tabs #31725
     sharmstr
    Moderator

    or better yet, use admin_url() πŸ™‚

    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: Problems with login & tabs #31724
     sharmstr
    Moderator

    Its because they are using ‘home_url()’ instead of ‘site_url()’.


    @abe
    . Please fix. Thank 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: cannot find pages for membership register and login #31721
     sharmstr
    Moderator

    You need to create your registration page when you setup Buddypress. Go to WP admin -> Settings -> Buddypress -> Pages. See what page ‘register’ is using. If its not using a page, see if register is in the dropdown box. If not, then create it. All you need to do is put “Register” in the title and save it.

    There is a wordpress login page that not an actual page you can edit in the backend. Just go to yoursite.com/wp-login.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: Main Menu link color #31720
     sharmstr
    Moderator

    The css has your orange color, but its being ignored and instead its using white which is set when the transparent header is used. Can you test to see if your links are orange when you turn off transparent main 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: Tabs broken issue #31719
     sharmstr
    Moderator

    I can’t tell you where it is. You put it somewhere there. You need to find it. I’ve noticed that people have been screwing up the html in the site info field and thats been causing issues. Theme Options -> Header Options -> Main menu info and/or Theme Options -> Buddypress -> Main menu info. Check those to see if you are missing the closing tag.

    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: Problems with login & tabs #31716
     sharmstr
    Moderator

    Also, it probably means you have a ton of other things that aren’t working correctly either πŸ™‚

    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: Problems with login & tabs #31715
     sharmstr
    Moderator

    I was just going to say that. Your url is http://raum45.deetag.de//wp-admin/admin-ajax.php which is nor correct. Its missing ‘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

Viewing 40 posts - 10,481 through 10,520 (of 11,328 total)

Log in with your credentials

Forgot your details?