Forum Replies Created
-
Author
-
Radu
ModeratorHi,
You can try this plugin : https://wordpress.org/plugins/social-articles/
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please replace the css that i provided you in previews reply with this
COPY CODE.kleo-extra-footer-menu ul li { display: inline-block; } .kleo-extra-footer-menu ul { text-align: center; }
Then add this snippet to wp-content/themes/kleo-child/functions.php
COPY CODEfunction kleo_extra_footer_menu_register() { register_nav_menu('extra-footer-menu', 'Extra Footer Menu'); } add_action( 'init', 'kleo_extra_footer_menu_register' ); function kleo_extra_footer_menu($output, $option){ if( !is_admin() && $option == 'footer_text' ){ ob_start(); wp_nav_menu( array( 'theme_location' => 'extra-footer-menu', 'container_class' => 'kleo-extra-footer-menu' ) ); $menu = ob_get_clean(); return $menu . $output; } return $output; } add_filter('sq_option', 'kleo_extra_footer_menu', 10, 2);
Then go to wp-admin -> appearance -> menus -> select your footer menu and check the new location named Extra Footer Menu
Let me know if is ok
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Strangem i cannot figure out what causing this, i’ve changed the theme to default wp theme and it makes the same, i suggest you to disable all custom modifications like child theme, and all plugins excluding buddypress and tet after and let me know.
Cheers
Radu
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 load manually the font that you want read here : https://archived.seventhqueen.com/forums/topic/how-can-register-japanese-font/#post-94592
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Replace the code that i have prodived with this
COPY CODEbody.home form .row .three.mobile-one.columns { width: 42%; } body.home form .row .five.mobile-one.columns label { text-align: center !important; } body.home .five.columns { margin: 0 auto !important; float: none; padding: 0 !important; } body.home form .five.mobile-four.columns { float: left; }
Let me know
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please replace this file : wp-content/themes/sweetdate/custom_buddypress/bp-functions.php with the attached file.
Unzip it first.
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.Radu
ModeratorHi,
I see, it seems that the problem to be caused by the buddypress multilingual i think… i saw that
when you are in english version the ajax is loaded via this url : http://stagecircle.com/en/wp-admin/admin-ajax.php?lang=en&bpml_filter=true which is returning 500 error while the german language load ajax from this url http://stagecircle.com/wp-admin/admin-ajax.php?lang=de&bpml_filter=true which is ok.Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Unable to connect, you are able to connect with these ftp login details ?
Regarding to this
I use buddypress Version 2.4.3, BBpress Version 2.5.8 and wordpress version Version 4.4.1 on wordpress multisite.
Buddypress and BBpress are not network activate. I can not find buddypress admin menu neither on site admin nor in network admin.
Please open a ticket on wordpress or buddypress forums.
Cheers
Radu
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 easily hide the search from header with this CSS
COPY CODE.second-menu-header form#searchform { display: none !important; }
Regarding the issue with colors we will investigate this and tomorrow we will get back to you.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk
Let me know
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Can you please provide admin credentials to take a look into this ?
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Sorry for the late reply can you please provide link to the members page ?
And if the page are protected only for logged users please provide some credentials to can view the page.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Go to wp-admin -> theme options -> buddypress -> Search form customization -> MAIN FORM -> Text before form
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorNo,
Please set up that plugin with correct details if you don;t know exactly what are the smtp server or similar details call you hosting provider.
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Go to your homepage in language that the fields not works and go to edit that page and in visual area then ( see screenshots )
You need to complete exact field name and values (case sensitive)
After you setup the fields just replace the fields that not works
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.Radu
ModeratorHi,
The changes you require are not quick fixes or something that can be styled from the theme panel since it is too complex and will require modifications in the theme structure. Custom development is not covered by our support forum, so you may ask for a programmer to help, or you can check the availability of our development team by sending an email to our project manager Cornel at
cornel@seventhqueen.comCheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You should create an account here http://geonames.org there you should complete in wp-admin -> theme options -> buddypress -> after you set city autocomplete on Geonames username field will appear and here you will need to paste your username.
Geonames username : This field is required for the service to work. Get one from geonames.org and enable the free service from your account
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I don’t know how your site was looks before update, but i think the problem is with spaces, i suggest you to add to first row padding bottom 30, 40 px and for the second row add padding top 20,30 or 30 px
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
There are demo for integration betweeen Kleo and Geo Directory plugin https://wordpress.org/plugins/geodirectory/ and it’s shown a listing page.
Regarding the user portfolio the changes cannot be made without custom development.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Unable to connect, please specify Port and protocol.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
When you register to the site with facebook, kleo sends you an email like this by default
New user registration on your site R***.COM:
Username: *******n
E-mail: ****@yahoo.comAnd also the mail is sent via WP default mail function : wp_mail
I suggest you to install this plugin : https://wordpress.org/plugins/wp-mail-smtp/ and to configure it with required details.
Cheers
RAdu
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 are visiting your site on mobile, in that section you will be able to swipe the posts from there.
Regarding the menu page there is no issue, this is how the theme it works by default as yo can see in demo behaviour is the same.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
These functionalities like login and register shortcode will be implemented in our next theme update KLEO 4.0 that will be released this month.
Theme my login works with kleo.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please add this function to wp-content/themes/sweetdate/functions.php
COPY CODEfunction patch_buttons_css(){ echo "<style>\n"; echo ' div#TB_window { max-height: 75% !important; overflow-y: hidden !important; } div#TB_ajaxContent { overflow-x: hidden !important; } '; echo "\n</style>"; } add_action( 'admin_print_styles', 'patch_buttons_css' ,90);
Then you will be able to scroll on that.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Do you want to have this only in members directory or everywhere ?
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
All your imported sliders are shown here : http://prettyfaceaccessories.com/wp-admin/admin.php?page=revslider
You can set a specific slider to a specific page from Revolution Slider visual component from visual composer ( see screenshot )
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.January 11, 2016 at 16:16 in reply to: Can I Remove the “FREE” label on Woocommerce Products without Price? #97771Radu
ModeratorHi,
It takes to much time to format and cleanup the functions.php file, the reliable way is to call you hosting and ask them about a website backup before problem with the functions.php
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The email server settings just see the screenshot from plugin : https://s.w.org/plugins/wp-mail-smtp/screenshot-1.png?r=1325826
If you are not sure what are the settings call the hosting company, then will helps you .
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Can you please provide the server logs to can take a look ?
Please activate wp_debug function https://codex.wordpress.org/Debugging_in_WordPress
http://smallbusiness.chron.com/server-error-log-wordpress-blog-41147.html
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Add custom menu widget from wp-admin -> appearance -> widgets -> footer column 1.
choose your menu then add this css to wp-admin -> theme options -> general settings -> quick css
COPY CODEdiv#footer-sidebar-1 { width: 100% !important; } #footer .col-sm-3 { width: 100%; text-align:center; } #footer .col-sm-3 ul li { display: inline-block; text-align: center !important; } .footer-color .widget_nav_menu li:first-child > a {border-top: 0 !important;}
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
At first sight i cannot figure out what causes these, i suggest you to disable sweetdate child, i see that you have made some custom modifications if by disabling the child theme i suggest you to disable all plugins that not comes with the theme to see if ony of that plugin causes this.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorAdd this function to wp-content/themes/sweetdate-child/functions.php
COPY CODEfunction AddMemberStatsToTopBar() { echo '<span>All Members : '. do_shortcode('[kleo_total_members]'). '</span> '; echo '<span>Members Online : '. bp_get_online_users() .'</span>'; } add_action('kleo_before_top_links','AddMemberStatsToTopBar');
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Can you please provide screenshot that pointing out the problem ?
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Do you have tried to re-save the permalinks ? wp-admin -> settings -> permalinks -> save
If my advice is useless please provide admin credentials to take a look.
Cheers
Radu
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 create a menu, then you can add menu Custom Menu widget to the Forum Column 1,2,3 or 4 the menu will be shown vertically.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Can you please provide a screenshot that pointing out where you want to display that shortcode ?
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Just i’ve tested this and on my local install it works fine, the posts are loaded normally if you scroll down new posts appears immediately, did you have installed and activate other plugins except those plugins that comes with Kleo ?
If yes, please try to disable all additional plugins that you have installed, and if the activity posts appears properly enable plugins one by one to identify what plugin causes this.
Let me know
Cheers
Radu
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 update the theme without losing any data by uploading the theme files overwriting the existing theme files via FTP in this folder /wp-content/themes/kleo/
You also read this : https://archived.seventhqueen.com/forums/topic/kleo-translation-update-proof
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou’re welcome,
Also don’t forget to rate our theme on Themeforest and give it 5 stars 🙂
http://themeforest.net/downloads/
Best regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts