Forum Replies Created
-
Author
-
Radu
ModeratorHi again
Yes their are mentioned in our documentation but the membership shortcodes are part of pmpro plugin and in that way you can restrict some portions of content but there can be a compatibility issue between pmpro and other plugin that why I’ve recommended to you to test with the default wp theme to can identify if KLEO theme causes that, so please try to do that testing with twenty seventeen theme
Let me know
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 16, 2017 at 20:01 in reply to: Disable lightbox/prettyphoto in Woocommerce single product #155850Radu
ModeratorHi,
please wait 1 day we will create a new option under wp-admin -> theme options -> woocommerce -> allowing you to de-activate prettyphoto/lightbox for woocommerce
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk then
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The problem it’s because you have a PHP version that doesn’t meet the BuddyPress requirements

Also, I was able to access the site after I’ve de-activated the bp-registration-options plugin do not use it until you update the PHP version, contact the hosting company
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
Please add this css to style.css at the end
COPY CODE@media screen and (max-width: 782px){ html { margin-top: 0 !important; } }Delete the margin-top:-50px; form kleo-child/style.css

If you want to limit the logo width over the 782px width of window you can do it with this CSSCOPY CODE@media screen and (min-width: 782px){ img#logo_img{max-width:300px;} }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 16, 2017 at 18:45 in reply to: Problema con “Favoritos” y última versión de “Buddypress” #155840Radu
ModeratorHi,
Sorry but i don’t understand Spanish can you please write the issue in English please ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The pmpro plugin works better with KLEO, maybe you have added some pmpro functions in child theme ?
Try also to de-activate child theme and keep pmpro plugin activated and de-activate the rest of the plugins. Most sure it’s caused by other plugin or by some modification from child theme, plase make sure to have all things updated WP+THEME+PMPRO and rest of the plugins
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please try this with wordpress default theme it’s possible to not be caused by kleo theme cuz in backend preview it behaves the same.
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou haven’t added your font link see this http://seventhqueen.com/public-files/radu/function.jpg_1324370_2017-03-16_18-19-55.png
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please check the login i cannot log in to your dashboard
let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
If you want to access to this plugin : https://en-ca.wordpress.org/plugins/buddypress-custom-profile-menu/ to be available only for “Artists” users of your community you should develop an logic from php to handle that,
I don’t have a quick solution for that, for this it should be developed something custom.
Related to this : https://webdevstudios.com/2016/03/17/buddypress-custom-pages/#comment-180591 this it’s how you can create a new tab into BuddyPress menu navigation and the guide it’s ok but you should have some php/wordpress knowledge
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
that’s it’s a normal behaviour, if you press back after you logg in you will see the previous page unlogged but if you click refresh you will see the difference.
This is a normal behaviour and if you want to implement that see this : http://stackoverflow.com/questions/10511893/prevent-back-button-after-logout you should have some php and wp knowledgeCheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi
For the buddypress profile icons if you want to have more that 7 icons inline you should decrease the horizontal padding
COPY CODE#buddypress div#item-nav ul li a { padding: 15px 5px; }You can change the 5px value for adapting the space
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please wait 1-2 days for the moment at the office we don;t have any android device and from iphone I’ve tested and it works.
I’ve created this page : http://www.catchreport.co.za/testing-the-formidable-forms-on-mobile/ to can test it, please do not delete the page until we solve the ticket
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 16, 2017 at 14:24 in reply to: Cannot complete checkout with Paid Membership Pro and Braintree #155805Radu
ModeratorGreat
You’re welcome
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIf you de-activate all plugins and check the theme options panel it works ?
If yes enable plugins back one by one
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThis function needs to be pasted in wp-content/themes/kleo-child/functions.php
COPY CODEadd_action('wp_head','Kleo_hook_font'); function Kleo_hook_font() { $output="<link rel='stylesheet' href='http://linktomyfont.com/font.css' type='text/css' media='all' />"; echo $output; }and the css in The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
body,a,b,h1,h2,h3,h4,h5,h5 { font-family : ‘DroidArabicNaskh’; }
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi Seyopa
Follow this article : https://seventhqueen.com/blog/code-snippets/the-definitive-wordpress-speed-guide-step-by-step-easy.html
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorDid you have figured out ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 15, 2017 at 19:13 in reply to: New wordpress makes it so cant see cover art in media browser #155749Radu
ModeratorOk
It means it should be fixed in the next wp update
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 15, 2017 at 19:08 in reply to: Problem with Kleo theme and Massive Addons Visual Composer Extension #155747Radu
ModeratorHi
I need to view the elements with problems live, on the provided URL it’s displayed other theme.
Provide also the admin credentials in a private replyCheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Personally, I don’t know such as plugin and Kleo doesn’t have this kind of functionality.
You should search for a plugin that it’s capable for this or to hire a web developer to achieve the functionality.Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
If you want to change the username slug https://wordpress.org/plugins/username-changer/

Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
It’s more than one file to modify that,
First of all, you should copy the
wp-content/plugins/k-elements/shortcodes/templates/buddypress/kleo_bp_activity_page.php
to
wp-content/themes/kleo/k_elements/Then inside of it, you should change the template that it’s loaded thru shortcode

The shortcode uses this file /wp-content/themes/kleo/buddypress/activity/index.php to generate the template loop and you should copy also this file to wp-content/themes/kleo-child/buddypress/activity/single and to name it differently like index-custom.php

For further custom modifications hire a developer
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi
You can use this css it styles a little the single book pageCOPY CODE#mbm-book-page .mbm-book-cover, #mbm-book-page .mbm-book-goodreads-image {width: 65% !important; margin-right:20px;} #mbm-book-page .mbm-book-summary, #mbm-book-page .mbm-book-details-outer, #mbm-book-page .mbm-book-excerpt { float: left; width: 32% !important; margin: 0; } div#mbm-book-page { padding: 0; margin: 0 !important; } .single-mbdb_book .article-content {float:left !important; margin:0 !important;margin-bottom:40px !important;} .single-mbdb_book .container .with-meta .article-content, .posts-listing.standard-listing.with-meta .article-content {width: 100% !important;} .single-mbdb_book #mbm-book-page .mbm-book-details {margin:0}I’ve changed the meta style from left to inline under title

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 15, 2017 at 15:08 in reply to: Add Media Description field to a grid template for use in Post Masonry Grid #155723Radu
ModeratorOk then
Good luck with your project
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
That it’s a normal behavoir when you click back the browser it shows a cached page but if you click refresh after back you will see the difference.
You can redirect users to a welcome page after loggin
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 14, 2017 at 19:53 in reply to: Cannot complete checkout with Paid Membership Pro and Braintree #155639Radu
ModeratorThe checkout file should be placed inside pages folder and the file it looks empty 0 bytes paste this code in it : http://pastebin.com/raw/ZveF1DAX
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I cannot see that
How can i see that?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts