Forum Replies Created
-
Author
-
sharmstr
ModeratorWow. 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThat’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorA bit more info. If it was coming from kleo is would have id=’kleo-xxxx’. Examples
COPY CODEid='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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThis bit right here
COPY CODEid=β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
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorCan 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorHmmm. 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 solutionThis 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
ModeratorWhich 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorhttps://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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorPlugins 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
October 16, 2014 at 02:33 in reply to: New members not showing up in Members page or Members Carousel. #31876sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThey 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorHey 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorhttps://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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorSo am I.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorCheck 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 CODEul#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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorHuh? 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 solutionThis 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
ModeratorMake 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorNo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou 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 solutionThis 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@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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorHey 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 solutionThis 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@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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorπ
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou 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 solutionThis 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
ModeratorBut 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 solutionThis 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
Moderatoror 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIts 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAlso, 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts