Forum Replies Created
-
Author
-
July 26, 2015 at 15:39 in reply to: is is able to show group cover for each group on groups screen? #70076
sharmstr
ModeratorNot without custom coding. I will move this to feature request forum for consideration.
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 only turn on transparent main menu for pages that need it, and turn it off site wide in Theme Options > Header Options.
Yes, thats an issue with transparent backgrounds because the text has padding around it with the background set to match whatever the page background is. Its a trick to give it the appearance that the line is divided. But as you can see its actually not. Why do you want a transparent background? Just set it to white.
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
ModeratorFor #3, there are more things that need to be translated. Open the file and search for
COPY CODE'woocommerce'
Again, these will be translated in the next update.
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
Moderator1 – Thumbnail sizes are different because your image ratio is different. I need to see a link so I can figure out what’s going on with the border. I dont think its a border, but rather a padding issue.
2 – That’s in woocommerce.
3 – We need to fix that in the next release. For now, open up /kleo/lib/plugin-woocommerce.php and change it there. Should be around line 1439. You’ll also what to change My Orders (line 1454) and My Downloads (line 1465).
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
ModeratorInstall BP Profile Search. Read their documentation on how to build the form. Add the form to your page using their shortcode placed in a text box. You can import the Get Connected page to see an example.
After you do that, if you find that you want a bunch of css changes, please start a new thread.
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 copy the shortcode into a text widget
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
ModeratorCan I get access to see what’s going on? I went through your previously replies to find it, but the links you gave us before dont work.
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 not a he.
I dont know how to add a button, but you can make it look like a button with css: https://wordpress.org/support/topic/add-button-to-the-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
ModeratorButton 2 is a default VC button. Kleo button and ##profile_link## are Kleo. Built in VC shortcodes know nothing about ##profile_link##. Add the two different buttons to a page so you can compare the styling. Add the button 2 styling to the kleo button using Extra Class field in the Kleo button settings.
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
ModeratorSeems like something like this would serve you better
.main-title {
content: url(“http://yoursite.com/wp-content/uploads/2014/02/xxxx-blog2.jpg”);
height: auto;
width: 100%;
padding-top: 0;
padding-bottom: 0;
}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
July 25, 2015 at 20:31 in reply to: Dog Chasin' Tail to get slider in widget in main_content on page #70004sharmstr
Moderatorahahahahaha I just noticed your tags.
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
July 25, 2015 at 19:58 in reply to: Dog Chasin' Tail to get slider in widget in main_content on page #70002sharmstr
Moderatorand by the way, after all this time, I still think its is_blog, then I google it and remember its is_home 🙂
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
July 25, 2015 at 19:58 in reply to: Dog Chasin' Tail to get slider in widget in main_content on page #70001sharmstr
ModeratorYep. That should do 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
sharmstr
ModeratorThe form will stretch to fit the column size. Adjust the column size to suit your needs. Here’s the VC documentation https://wpbakery.atlassian.net/wiki/display/VC/Visual+Composer+Pagebuilder+for+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
sharmstr
ModeratorAs I’ve said a few times now, its the Widgetised Sidebar shortcode. Bring up your homepage in the page editor. Its hard to miss 🙂
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 would have to override the jquery script which isnt possible to protect against upgrades.
Try this
.kleo-notifications.new-alert {
font-size: 20px;
font-family: Open Sans;
}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
ModeratorTry this. Adjust as you see fit
.field-visibility-settings-notoggle, .field-visibility-settings-toggle {
padding: 0px !important;
font-size: 10px;
}#buddypress .standard-form textarea, #buddypress .standard-form input[type=text], #buddypress .standard-form input[type=text], #buddypress .standard-form input[type=color], #buddypress .standard-form input[type=date], #buddypress .standard-form input[type=datetime], #buddypress .standard-form input[type=datetime-local], #buddypress .standard-form input[type=email], #buddypress .standard-form input[type=month], #buddypress .standard-form input[type=number], #buddypress .standard-form input[type=range], #buddypress .standard-form input[type=search], #buddypress .standard-form input[type=tel], #buddypress .standard-form input[type=time], #buddypress .standard-form input[type=url], #buddypress .standard-form input[type=week], #buddypress .standard-form select, #buddypress .standard-form input[type=password], #buddypress .dir-search input[type=search], #buddypress .dir-search input[type=text] {
margin-bottom: 1px;
}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
ModeratorAs I said…
I’ve also put it inside a Content by User Type shortcode so it only displays to logged out users.
It really doesnt make sense to show it if they are already logged in and it doesnt look good. You can move the sidebar shortcode out of the content by type shortcode to change 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
sharmstr
ModeratorYou probably dont have enough memory allocated to php. You need at least 128mb, but probably more. Contacting your hosting company to see how much you can allocated, then do so : 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI havent heard of this, but Kleo has nothing to do with it. Google it or do a search on the bp forum.
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
ModeratorChallenge accepted 🙂
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
ModeratorGo into the form settings and select Yes for Add to Directory. You can also refer to the plugins documentation for further assistance: https://wordpress.org/plugins/bp-profile-search/installation/
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 didnt add the Widgetized sidebar shortcode to the page???
Anyhow, I’ve added it. I’ve also put it inside a Content by User Type shortcode so it only displays to logged out users.
I’ve also added a login button that will popup the login modal. I think it looks better than the a login form, but I guess that’s for you decide which one to use.
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
ModeratorThen what I gave you should work since you wont have submenus. Did you try 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
sharmstr
ModeratorThat’s what geo directory is for. Perhaps I dont understand what you mean.
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 add it. https://archived.seventhqueen.com/forums/topic/add-kleo-meta-box-to-custom-post-type
That solution is a bit old, so you’ll have to copy the latest code from /lib/metaboxes.php to get all of the latest fields and options.
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
July 25, 2015 at 16:08 in reply to: Dog Chasin' Tail to get slider in widget in main_content on page #69970sharmstr
Moderatoris_home will check to see if the current page is your blog page. http://codex.wordpress.org/Conditional_Tags#The_Blog_Page
You dont need to use widgets on page. You can use putRevSlider to add the slider you want.
COPY CODEadd_action('kleo_before_main_content','kleo_top_main_content'); function kleo_top_main_content() { if (is_home()) { echo '<div id="before-main-content">', putRevSlider( "yourslideralias" ), '</div>'; } }
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 havent seen that before. Did you import the News Magazine slider AND the News Template for News Sliders slider template?
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 put http:// or https:// in the 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
ModeratorBecause you have transparent main menu turned on for the whole site when you dont need to. Turn it off in theme options, then only enabled it for the pages that need 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
sharmstr
ModeratorHmmm. Okay try this instead. If you show the wp admin bar you’ll need to change 0 to 32
COPY CODE.kleo-main-header.header-normal { top: -88px !important; } .kleo-main-header.header-normal.header-scrolled { top: 0px !important; }
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
ModeratorFigure out what class they are using and apply a border-radius: 100% to 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
sharmstr
ModeratorQuestion. Are you using that because you want 2 menus at the top of the page?
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 can apply custom css to it. I see that you’ve submitted a feature request for that. If you need it soon, you can contact dev@seventhqueen.com. Perhaps they can give you a quote for a custom activity stream.
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
ModeratorRespond privately with a link and admin credentials and 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI did but I’ve never used that shortcode, so didnt even know it was there. Kleo doesnt style that shortcode at all. I tried adding the classes that are used in the main menu and it made it vertical, but the dropdowns dont work. Add this to the extra class field to see what I mean.
nav-collapse nav navbar-nav
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
ModeratorThere might be useful info here https://archived.seventhqueen.com/forums/topic/integration-for-wc-product-vendors-and-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
ModeratorNeither do I. Sorry.
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
ModeratorTheme Options > Blog. Select default if your main is set to full. Otherwise select full.
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