Forum Replies Created
-
Author
-
RaduModerator
Hello,
I cannot view the email settings for groups, its plugin deactivated or something ?
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,
You need to create a page for example Infinite Homepage then press text and paste this code ( see attachment ) the you need to set the homepage from Wp-admin -> Settings -> Reading -> Check static page -> Front Page -> You page.
Also you can create this functionality from visual composer by adding Posts Grid then from
Display Style select Lazy LoadThat’s all
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,
You can change order of that fields by navigating to Wp-admin then Users then Profile Fields ( wp-admin/users.php?page=bp-profile-setup ) just drag and drop in your preferred order.
About the CSS, i need your URL and a dummy account to give you correct CSS code for link color.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Please provide that URL and a dummy account 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,
This functionality is already on our to do list, and will be implemented in future updates.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorPlease provide the url, i need to test also on iphone.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
I tested on my side ( on latest version of Kleo and Social Articles ) and i have not encountered this problem.
If you have plugins that not come with the kleo theme, try to disable them and check after also make sure you have latest version of Kleo and Social Articles.
Let me know if this problem was caused by some plugin.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
For this functionality you need to go in kleo-child folder here you need to create a folder named page-parts and here upload this file posts-social-share.php ( 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,
You can do it very easy, look after text content area Theme Options -> Title Settings .
If you cannot see Theme Options you need to enable it from accessibility options. ( see screenshots )
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,
Try this CSS code its a quick fix
COPY CODE.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon { -webkit-transform: translate(-50%, -50%); }
The VC don’t have yet -webkit support. The will probably a fix in future updates, if you want, you can post on their support forum to talk about that.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
It seems to a know issue in older version.
Just update theme at latest version, it shout work !
https://archived.seventhqueen.com/documentation/kleo#updates
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
It was a bug of theme, but now its fixed and from next theme update this will be fixed.
You need to replace this files ( see attachments ):
wp-content/themes/kleo/kleo-framework/lib/function-core.php
wp-content/themes/kleo/function.php
If you cannot handle I need the FTP details
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,
Add this code to your functions.php from kleo-child directory
COPY CODEadd_action( 'bbp_theme_after_reply_content', 'kleo_social_share' );
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 solutionRaduModeratorHello,
Fix for sidebar imgs
COPY CODE.sidebar ul.wp-idea-stream-tops img { border-radius:100%; }
For the rest , please provide direct URL of that pages.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
The levels columns its generated automatically membership plans.
The column attributes are also generated automatically from the restrictions you can set from the ‘Theme options -> memberships ‘ from your wp admin area.If you need other pricing tables you will have to search for some third party plugin as an example : Pricing Tables Plugin or Easy Pricing Tables.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
That h2 is added by a third party plugin ( Essential Grid ) not from Kleo Theme.
Secondly about the structure/hierarchy of your headings is all up to the way you build/structure your content in posts / pages.
We try to keep all the standards needed, but often there are third party plugins that modify the structure of the theme.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
I cannot login here : http://partizanfan.wpengine.com/wp-admin/ ( invalid user or password ) but here : partizanfan.com/wp-admin works.
partizanfan.wpengine.com/activity/ is same as partizanfan.com/activity ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorReply and check private
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello NetConcept,
Also try this solution https://archived.seventhqueen.com/forums/topic/admin-profile-2
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Try this
COPY CODEbody.group-publication div#buddypress div#item-nav div#object-nav.item-list-tabs.no-ajax ul.responsive-tabs li#forums-groups-li { display:none;} body.group-publication div#buddypress div#item-nav div#object-nav.item-list-tabs.no-ajax ul.responsive-tabs li#members-groups-li { display:none;}
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 solutionRaduModeratorYou are welcome!
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Try this code
COPY CODEdiv#buddypress div#item-nav div#object-nav.item-list-tabs.no-ajax ul.responsive-tabs li#forums-groups-li { display:none;} div#buddypress div#item-nav div#object-nav.item-list-tabs.no-ajax ul.responsive-tabs li#members-groups-li { display:none;}
You need to insert this code to your kleo-child/style.css or from Theme Options -> General Settings -> Quick CSS area.
Let me know if is ok.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
I need admin credentials to create a custom class from VC to have more control with css.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorPlease provide url of that page or post
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,
I need admin credentials
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Please provide a dummy account to take a look closer.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello JohnMcLearran,
Here is your solution
Add this snippet to your kleo-child/functions.php
COPY CODEfunction hide_menu_items() { remove_menu_page( 'edit.php?post_type=kleo_clients' ); remove_menu_page( 'edit.php?post_type=kleo-testimonials' ); remove_menu_page( 'edit.php?post_type=portfolio' ); } add_action( 'admin_menu', 'hide_menu_items' );
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Yes, but you need to edit a core theme file wich is here : /wp-content/themes/kleo/lib/plugin-pmpro/config.php
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 backend then to your preffered page or post then below content area click Title Section, now you can customize that title section for that certain page or post ( see screenshots )
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.March 6, 2015 at 14:34 in reply to: After activated visiual composer, I can not login wpadmin #48972RaduModeratorHello,
Try to disabling all plugins that not comes with the Kleo Theme. If this not solve your problem,add this code to you config.php from your root folder
COPY CODE// Enable WP_DEBUG mode define('WP_DEBUG', true);
If you don’t have theme and his recommended plugins at latest version, please update it ( https://archived.seventhqueen.com/documentation/kleo#updates )
Let me know if you solve this
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 that link where h2 are before h1 ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Sorry for inconvenience, we will fix this in a future update.
Meanwhile you can see all icons and their names in pack that you have downloaded from themeforest after you buy theme, the path is : Main Files 2.4\Main Files\Assets\Fontello\demo.html (see attachment)
The shortcode will be [kleo_icon icon="ok" icon_size=""]
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Do you have latest versions of Visual Composer and K-elements ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Make sure that you have profile fiels present here : http://yourdomain.com/wp-admin/users.php?page=bp-profile-setup
If the fields are present there, click edit and check “Let members change this field’s visibility” ( see screenshots )
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,
You need to post on rtmedia supprt forum as you can see in demo og:image missing
http://demo.rtcamp.com/rtmedia/members/sagarjadhav/media/
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Have you solved this ?
I looked at your site and i see the social connect plugin working.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Sorry for misunderstanding.
Go to Kleo Posts Grid and click build query then look at attached screenshots.
This will helps you to solve your problem.
In future will be implement the offset function in Kleo Posts Grid.
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,
The CSS snippet can be inserted in Quick CSS area from Wp-admin -> Theme Options -> General Settings or from wp-content/themes/kleo-child/style.css
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
You need a larger picture and you need to style other elements
COPY CODEbody.page.page-id-150 div#main-container.container {background-image:url('http://vent.website/wp-content/uploads/2014/11/wood-_texture1584-Compressed.jpg'); background-position:center center; }
Success
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHello,
Please provide url with that problem meanwhile take a look here : http://stackoverflow.com/questions/5776567/facebook-open-graph-not-clearing-cache
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts