Forum Replies Created
-
Author
-
February 1, 2019 at 10:39 in reply to: Custom link redirect only when you visit frontpage www.mysite.com and not www.mysite.com/anotherpage #217762pandreas82Participant
Ok, thank you, I’ll be waiting..
January 30, 2019 at 21:40 in reply to: Custom link redirect only when you visit frontpage www.mysite.com and not www.mysite.com/anotherpage #217653pandreas82ParticipantThank you for your reply!
Could you please tell me where exactly in the code I will make any modification?
The modification could be this:
COPY CODEif (!is_homepage) { custom_redirect_from_kleo_interface(); }
So, how I will make this code hack?
Thank you again!
Andreas
pandreas82ParticipantThank you Radu for the reply!
Is there any example page with the solution you propose?
Regards,
Andreas
November 14, 2016 at 07:52 in reply to: Add custom link and content to group navigation menu #144101pandreas82ParticipantI just noticed that bp_options_nav has been deprecated since version 2.6 of buddypress (https://buddypress.trac.wordpress.org/changeset/10745).
Can anyone explain to me the required changes to this specific code?
Thank you!
Regards,
Andreas
pandreas82ParticipantAnyway, I have found this https://polylang.wordpress.com/documentation/documentation-for-developers/the-wpml-language-configuration-file/..
Sure you use get_option from database for “main menu info”.. So I assume that this solution will work.
Thank you!
pandreas82ParticipantIndeed, with polyland you can assign a menu to one or more languages.
The question here is about “main menu info” of KLEO.
“Default: feel free to call us +91.33.26789234 youremail@yourdomain.com”I attach a screenshot. How can I translate this text?
Andreas
Attachments:
You must be logged in to view attached files.pandreas82ParticipantHave you done something with this issue?
I use polylang plugin (https://polylang.wordpress.com/)..
How can I translate main menu info?
Thank you.
Andreas
January 14, 2016 at 09:12 in reply to: New shortcode: Restrict content based on user type(logged in user or guest) #98461pandreas82ParticipantI suggest you to use https://wordpress.org/plugins/nav-menu-roles/. It works very well.
But, be careful: It only hides the menu so, if you don’t know the link, you can’t access its contents. If someone has the path to this menu drives, then the contents are accessible.
Regards,
Andreas
pandreas82ParticipantI would like to disable not only sub pages like “General Settings”, “Role Manager”, “Shortcode Mapper” and so on..
I would like to disable the link “Visual Composer” as well.
I can’t achieve that through plugin settings as I can see. And it is obvious as “Page settings” option description says that “Control access to Visual Composer page settings. Note: Disable page settings to restrict editing of Custom CSS through page.”
So? Is there a solution?
Thank you!
pandreas82ParticipantCould you check this https://wordpress.org/plugins/wp-recaptcha-bp/ or this https://wordpress.org/plugins/si-captcha-for-wordpress/ as well?
It’s very important to have a ReCaptcha tool at Login Popup..
So, are these 2 plugins appropriate? How can we implement this?
Thank you!
November 25, 2015 at 23:06 in reply to: bbPress – Show only first post to non logged in users #89116pandreas82ParticipantIs there a solution for this?
How KLEO support forums have managed to show the first post for non logged in users?
Thank you!
pandreas82ParticipantI got the solution. I have to create a folder ‘page-templates’ under kleo-child..
This way I can choose ‘my-custom-template’ at page attributes.
pandreas82ParticipantThank you for your reply.
So, I add a php page at themes/kleo-child but it is not shown under ‘Template’ at Page Attributes when creating a new page.
What is the problem?
pandreas82ParticipantThank you Laura for your answer? Have you used any of them?
I am asking because as I can see you don’t have the capability to have custom post types as fields in the form..
What do you think?
Andreas
pandreas82ParticipantIt’s a pitty that you don’t provide any free plugin about multi languages..
You don’t have use any such free plugin with KLEO that you are satisfied??
Thank you!
September 25, 2015 at 00:11 in reply to: not working with standard wordpress registration page? #79415pandreas82ParticipantOk thank you!
Can you indicate me which function I have to modify??
Andreas
September 23, 2015 at 23:54 in reply to: not working with standard wordpress registration page? #79237pandreas82ParticipantI use Agreeable plugin, I have chosen to display terms and condition at log in page as well (see attachment) and it works fine.
The question is how I will put this option to pop up log in form of KLEO? In default page of login (wp-login) it is appeared.
Thank you!
Andreas
Attachments:
You must be logged in to view attached files.pandreas82ParticipantOk thank you! Which is the table of database that this info is stored to?? So I can make a custom report to show who liked which post..
Thank you!
pandreas82ParticipantThe question actually was how can admin (or editor) see users who likes a specific post.. Is there a way?
Regards,
Andreas
September 16, 2015 at 15:36 in reply to: Are there shortcodes for the count of Members, Groups and Topics> #78012pandreas82ParticipantThank you for your answer..
So this “GROUPS OF INTERESTS” here http://seventhqueen.com/themes/kleo/home-default/ is a simple static number? And not through a shortcode which estimates the number of groups dynamically?
pandreas82ParticipantHello sharmstr.
Here https://archived.seventhqueen.com/forums/topic/content-restriction you suggested me the use of Paid Membership Pro.
In this post, you suggest other plugins. Which one do you prefer and why???
Andreas
September 15, 2015 at 23:47 in reply to: Are there shortcodes for the count of Members, Groups and Topics> #77938pandreas82ParticipantShortcode for total groups??
Thank you!
September 10, 2015 at 01:58 in reply to: Are there shortcodes for the count of Members, Groups and Topics> #76845pandreas82ParticipantIs there now shortcode for total groups?
Where can I find all this information about shortcodes?
Thank you.
Andreas
pandreas82ParticipantBack to this topic, the question now is this: Which is the shortcode for total groups?
In general, where are all numbering shortcodes? You can add a shortcode through visual composer, but you can set static values about groups. I would like this info to be dynamic, but don’t know where to find shortcodes..
Thank you!
Andreas
pandreas82ParticipantDisplay all posts here (the icon with pages) means that the page shows all user’s posts where post is the default post type of wordpress (which is ‘post’).
What about if we have custom post types? How can we show with this icon all user’s posts, articles, whatever_custom_post_types posts selecting this great icon?
Regards,
Andreas
pandreas82ParticipantOk thank you! I just solved it!
I had the menu at Primary menu Location and mega menu didn’t work there.
I put the menu at “Top Menu Location” ok KLEO and, now, mega menu is shonw correctly!
Andreas
pandreas82ParticipantI just used types plugin instead of custom post type UI (which I deactivated) with the same custom type slug. And it works!!
What can I say… I will go on with this plugin..
Thank you Andrei for your support.
Andreas
pandreas82ParticipantI didn’t register custom post type manually. I used custom post type UI plugin (https://wordpress.org/plugins/custom-post-type-ui/).
And why then switching the theme to the default one page is shown correctly?
Regards,
Andreas
-
AuthorPosts