Forum Replies Created
-
Author
-
RaduModerator
Hello,
I cannot view your site, it shows “We are having a make over”
Provide an user with admin credentials.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorPlease provide admin credentials.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 6, 2015 at 14:40 in reply to: How can i limit update time to just hours/days and not seconds #57568RaduModeratorHello,
That function it’s identically like this on this forum.
If this function does not help you, you can modify it…
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
I need to look closer.
Please provide url and admin credentials
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Please give me a screenshot pointing out the area to which are you referring to.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorTry to delete buddypress plugin and then reinstall this plugin,
Let me know if this solve the problem
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Try to do this : http://docs.woothemes.com/document/increasing-the-wordpress-memory-limit/
Replace 96 with 256 or 512.
If this doesn’t work, contact your hosting company.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou need to enable rewrite module for apache.
Read more here : http://forum.wampserver.com/read.php?2,30758,30758 or search on google enable rewrite module wamp
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorSorry…
use this instead
COPY CODE#buddypress div#item-nav ul li a:before{font-size:2.5em}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Can you provide a link of that page ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
In what page do you want to have images at 800px ?
I need to know exactly in what layout you need 800px image, to give you correct informations.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
The Kleo is already full responsive, but if you want that plugin and kleo you can use it.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Thank you for compliments !
Go to WP-Admin -> Settings -> Buddypress -> Settings
Uncheck Group Creation (see screenshot)
Let me know if it works.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.RaduModeratorPlease provide link of your page, i need to see live page…
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorPlease provide a link with that product page that not displays breadcrumbs.
Also provide admin credentials.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorWhat version of kleo do you have ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorTry to add this in Theme Options -> General settings -> Quick CSS
COPY CODE#buddypress div#item-nav ul li.current a:before{font-size:2.5em}
It should work.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Take a look here : https://archived.seventhqueen.com/knowledgebase/changing-section-icons-in-profiles-and-groups
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorGo to that product backend, scroll down,below content area.
(see screenshot)Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.RaduModeratorHello,
There is no out of the box options to achieve this, you’ll probably have to modify header template to build something similar of what you want.
Actually is possible but with few hours of dedicated time for that.
Hope you understand
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi @vikverma
Provide that post link, i will take a look and i will give you a css fix.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello again,
Add this snipped to your kleo-child/functions.php
COPY CODEfunction kleo_remove_title() { remove_action('kleo_before_main_content', 'kleo_title_main_content'); } add_action('wp_head','kleo_remove_title', 20);
Then you need to go Theme Options -> Layout Settings -> Page Title location -> Select MAIN SECTION
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorA small thing, just re assign a blog page from Settings -> Readings -> Front page displays -> Posts page.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
I added in your kelo-child/functions.php this function that will exclude certain categories.
COPY CODEfunction exclude_category_home( $query ) { if ( $query->is_home() && $query->is_main_query() ) { $query->set( 'cat', '-2,-80' ); } } add_action( 'pre_get_posts', 'exclude_category_home' );
If you want to add more categories, just separate them with commas.
Let me know if is ok.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHEllo,
Please give me the url, and the admin credentials.
I need to take a look closer.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
You can do the menu transparent by navigating to Wp-Admin -> Theme Settings -> Header Options -> Set ON Transparent Main Menu ( see attachment )
For the font color changing use this CSS.
COPY CODE.navbar-transparent.on-dark-bg #header .logo a, .navbar-transparent.on-dark-bg .navbar .navbar-nav>li>a, .navbar-transparent.on-dark-bg .navbar .navbar-nav .caret:after { color:red; }
Add this code to Theme Options -> General Settings -> Quick CSS area, or you can paste this code to kleo-child/style.css
Replace red with your desired color.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.RaduModeratorHello,
Go to your homepage backend and for that placeholder image you need to set padding-bottom:300px;
As you can see the padding-top have already 300px.
If you cannot handle please provide access.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Go to FTP -> wp-content -> themes -> kleo-child -> create folder named bbpress
The path will be : wp-content -> themes -> kleo-child -> bbpress
Here you need to upload this file form-search.php ( check attachment )
Also you need to have kleo-child theme active.
It should work.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.April 27, 2015 at 18:37 in reply to: Add Cover is failing – file too big, But only happens on cover upload #56264RaduModeratorHello,
Try with this function
COPY CODEadd_filter('bpcp_max_upload_size', 'set_cover_upload_size'); function set_cover_upload_size() { return '2000'; }
If your file size is lager than 2000kb increase it to what value you want.
Let me know if it works.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
The members can change/reset the password by visiting http://yourDomain.com/wp-admin/profile.php
Update password in that fields.
New Password
Repeat New Password
That’s all.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Go to Wp-Admin -> Appeareance -> Menus -> Press from top right screen options, check buddypress and kleo.
Then select Links below kleo and add subitem to My Account.
Read more here : https://archived.seventhqueen.com/documentation/kleo#menus
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
To hide title, go to post backend , go to Theme General Settings -> Tab Title Section, then check HIDE TITLE ( see screenshot )
For the woocommerce, go to that certain product look for “Theme Product settings” -> Scroll down then make sure the Hide the title is unchecked.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Please read here : https://archived.seventhqueen.com/documentation/kleo#updates
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Sorry but i really can’t understand….
Please draw a small mock up with your request….
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
1. Activate Kleo Child Theme.
2. Then replace index.php from child theme with this file ( see attachment ).
3. Open the index.php look for $hidecategories = ‘cat=-1,-2,-3’; ( line 26 )
Replace -1 with id from category do you want to hide if you want to hide only one category the code will be like this : $hidecategories = ‘cat=-1’; but if you have more than one category to hide code will be like this : $hidecategories = ‘cat=-1,-2,-3’;
Let me know if it works.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.RaduModeratorHello,
Go to WP-Admin -> Go to Pages -> Go to Homepage -> Edit -> Template -> Select Full Width.( see attachment )
Go to WP-Admin -> Revolution Slider -> select your slider -> check Auto Responsive. ( see attachment )
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.RaduModeratorHello,
Please provide site url.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou need to send me an user and password to see your site.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.RaduModeratorSorry, but your site is not public.
I need access
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Please provide the url, i will give you a css fix for this.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts