Forum Replies Created
-
Author
-
Radu
ModeratorHi,
You can de-activate the unused plugins for a better performance, and use this plugin: https://wordpress.org/plugins/p3-profiler/ you can see what plugin uses significant resources.
I recommend you to take a look ar this nice guide: https://seventhqueen.com/blog/code-snippets/the-definitive-wordpress-speed-guide-step-by-step-easy.html most sure will help you
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,
1. Follow this article : https://archived.seventhqueen.com/kleo/article/add-extra-profile-fields-show-certain-profile-fields-member-directory
2. Maybe using Geo My Wp plugin https://geomywp.com/extensions/geo-members-directory/
3. Using a third-party plugin like this : https://wordpress.org/plugins/wp-email-users/
4. I don’t know if this it’s possible, you can ask on buddypress forums since it’s more related to the buddypres
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 8, 2017 at 16:20 in reply to: I can´t add more than 5 images , visual composer accept a TOTAL of 5 images #179260Radu
ModeratorHi,
I was able to login and to see how that happens, and the error that comes 503 means a server limitation, so this issue isn’t at all a theme issue, it’s a server one, there should be changed some settings.

Tried to install a plugin named phpinfo wordpress that calls phpinfo() function to can see the settings for upload limit, etc… but it says :
“Warning: phpinfo() has been disabled for security reasons”
So possible fixes here :
https://stackoverflow.com/questions/46504941/error-503-after-trying-upload-file
or :
https://wordpress.stackexchange.com/questions/59763/how-to-fix-http-error-when-uploading-imagesSo give to your hosting support this message they will know exactly how to handle the 503 error, in my personal opinion there should checked the phpinfo and to see where it’s a small limit related to the upload files and to be increase.
That’s it
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 the discussion it’s a page that can be edited in admin just add in header content
COPY CODE<img class="my-custom-image" src="http://domain.com/image.jpg">
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorCopy the code from here : https://pastebin.com/raw/AX85dJ4i
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
Make sure to add the same format as original (rectangle format, wide) not square cuz the logo will respect the ratio of the image.
Also your domain is no loger available

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 7, 2017 at 19:20 in reply to: Fatal error: Call to undefined function get_parent_theme_file_path() #179183Radu
ModeratorHi,
I cannot view the wp admin (the error) after login i’m redirected to : http://abidjan-loves.com/members/admin/
The FTP credentials not work at all even on 22 port or 21 sftp:// or ftp:// protocol
Anyway the solution it’s to re-upload the theme files over the exising one because that file missing that’s all.
So i need admin role and working FTP to can debug this
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,
No difference because you have a cache plugin, and caches everything just delete the cache and de-activate the plugin!!!!! while debugging.
I’m able to click on mentioned zones maybe because of the cache.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 7, 2017 at 18:18 in reply to: Demo data not visible when buddyapp child theme is active but is visible when other themes are activated #179175Radu
ModeratorHi,
In the first attachment (https://cdn.seventhqueen.com/sq-support/wp-content/uploads/2017/10/screencapture-localhost-Intranet-1509445881719.png) there it’s used a default wp theme.
For buddyapp theme it’s required to have K-elements plugin installed and activated to can run our shortcodes.
Sincerly i don’t know how to reproduce the issue on my local install can you make a videoo please ? explaing those ? “Earlier i had taken out all the plugins and brought them back and voila the theme and pages were displayed correctly but since then the pages have gone back to the same issue.”
To can be able to see if there it’s a general problem or a isolated one 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,
Now it’s ok

Can you confirm now all are good ?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 7, 2017 at 16:45 in reply to: I can´t add more than 5 images , visual composer accept a TOTAL of 5 images #179157Radu
ModeratorHi,
My country it’s Romania, tried to solve your issue at first reply but wasn’t possible cuz i’m unable to reach your website wp admin and also to try to reproduce the issue and looking for a solution.Let me know when can i login to wp-admin dashboard.
At this moment same errors occurs
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 7, 2017 at 16:35 in reply to: Javascript files conflict question re: buddyapp/assets/js/plugin.js #179156Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
There you was using an old (deprecated) page template, now in 3.0 version to can use the elementor the page template should be changed from deprecated to full-width (for builder)
Now, i’ve imported again the homepage it’s here : http://www.mypoker.life/home-new/ i’ve moved the form in the right side for you, now you should add your desired fields for logged in users from here : http://www.mypoker.life/wp-admin/post.php?post=1354&action=edit
After you arrange the page you will have to change the homepage from wp-admin -> settings-> reading -> front page.
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,
This is the file responsible for that module :
/wp-content/plugins/k-elements/shortcodes/templates/kleo_news_focus.phpIf you will overwrite this file just copy the file to :
wp-content/themes/kleo-child/k_elements (underscore not minus.)
The number of hours depends by the coder and by the code quality and also by the rate per hour.
Also you can ask our development team about a quote related to this at this address dev@seventhqueen.com
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,
Here’s the solution for that
COPY CODE/* Prevent guest users to see bbpress forums */ function redirect_non_members_bbpress() { if (class_exists('bbpress')) { if (is_bbpress()) { wp_redirect(home_url(). '/register/', 301); exit; } } } add_action('template_redirect','redirect_non_members_bbpress',22);The function needs to be pasted in wp-content/themes/kleo-child/functions.php
NOTE : Child theme needs to be installed and activated.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorGood,
Have a nice day
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,
Just replace the google.com/register/
COPY CODE[kleo_login login_link="#|url" lostpass_link="#|url" register_link="http://google.com/register/" register_url="hide|url"]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,
All available restriction are displayed on the wp-admin -> theme options -> memberships.
For any other advanced restriction rules it’s custom work… there is no quick solution to add restriction by member type and by number of how many groups can create a certain membership.
An alternative without custom work. it’s to create a trial membership that expires in 7 days or how many you need and to restrict the website to be usable only by the users that haves membership access by using the next snippet
COPY CODEadd_action( 'template_redirect', 'my_membersip_restrict' ); function my_membersip_restrict() { global $pmpro_pages, $post; if ( is_user_logged_in() && !pmpro_hasMembershipLevel() ) { if (isset($post->ID) && !in_array($post->ID, $pmpro_pages)) { wp_redirect( pmpro_url() ); } } }The snippet will be pasted in wp-content/themes/kleo-child/functions.php
NOTE : The Kleo Child Theme needs to be installed and activated.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi
Ok then
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 6, 2017 at 18:18 in reply to: Cannot see registration form on Home register landing page #179073Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
Just use this function
COPY CODEfunction add_ajax_search_mobile_icons() { $items .= '<a title="View Notifications" class="my-custom-item" href="http://rdu.local/kleo/members/admin/notifications"><span class="sq-notify-mobile"><i class="icon-bell"></i></span></a>'; $items .= '<a title="View Dummy Menu 2" class="my-custom-item-2" href="http://rdu.local/kleo/members/admin/notifications"><span class="sq-notify-mobile"><i class="icon-mail-alt"></i></span></a>'; echo $items; } add_action('kleo_mobile_header_icons', 'add_ajax_search_mobile_icons');If you want only one item delte entire item line
COPY CODE$items .= '<a title="View Dummy Menu 2" class="my-custom-item-2" href="http://rdu.local/kleo/members/admin/notifications"><span class="sq-notify-mobile"><i class="icon-mail-alt"></i></span></a>';The function needs to be pasted in wp-content/themes/kleo-child/functions.php
NOTE : Child theme needs to be installed and activated.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 6, 2017 at 18:11 in reply to: Javascript files conflict question re: buddyapp/assets/js/plugin.js #179071Radu
ModeratorNot marked as solution -
AuthorPosts

