Forum Replies Created
-
Author
-
Radu
ModeratorHi, you should find what plugin causes the problem that not allows you to save changes in VC… after you find the problematic plugin you can tell me about that… but you should to find it
Regarding to this
Now no text is saving and everything that was written was deleted
Strange because all that texts and settings are saved into database, try to revert an old revision of that page…
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
It seems that i cannot reproduce the error.. see this video : https://drive.google.com/file/d/0Bxo5b6iHWRMwMndwM2dETjk3cUU/view
Maybe this is happen only on your account ?
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorDo you have done this setting ?
Go to Wp-admin -> tools -> buddypress -> CHECK
Count friends for each user Count groups for each user Count total members Repair user “last activity” data
Then click -> Repair itemsIf this its no working add this function to wp-content/themes/sweetdate-child/
COPY CODEadd_action('bp_core_activated_user', 'kleo_add_member_activity'); function kleo_add_member_activity($user_id) { add_user_meta( $user_id, 'last_activity', date("Y-m-d H:i:s")); }
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
ModeratorThe plugins can be deactivated from wp-admin -> plugins -> select all deactivate all, then clear your browser cache and look if the menu items looks 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,
According the log
COPY CODE2016-03-15 20:25:04 Connection: opening to ssl://smtp.centurylink.net:25, timeout=300, options=array () 2016-03-15 20:25:05 SMTP ERROR: Failed to connect to server: Connection refused (111) 2016-03-15 20:25:05 SMTP connect() failed.
You cannot connect to server email, please contact the hosting provider and ask it about this.
Yes the issue with emails it’s related the activation emails.
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’ve added this css in child theme style.css
COPY CODE.page-id-2792 #main-container .article-content p { font-family:'Merienda' !important; }
And the Merienda font is loaded via wp-admin-> theme options -> fonts -> h6
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 16, 2016 at 17:59 in reply to: How to change the background color on the todo-list Add New Item box #110993Radu
ModeratorHi,
Yes, please leave the accounts with same password, the admin account and the editor account, this is need to our team to test and to see how the issue is caused,one of my colleague will respond you here when it looks and find a solution.
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 provide admin credential 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,
The links wasn’t pasted by mistake, i provided to you an example how you can access a link and then to scroll to certain section
You you will access your website with #dividname at the end the browser will scroll automatically to that section.
Cheers
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 done but please remove this from wp-admin -> theme options -> general settings -> quick css
COPY CODE#buddypress .activity-list .activity-content { margin: 0 0 0 100px !important; }
For the line from activity just add this css
COPY CODE#buddypress .activity-timeline {left:45px}
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,
Try with this plugin
https://wordpress.org/plugins/buddypress-verified/
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 your Visual Composer version is 4.10 it’s ok !
We will release a new theme update at the end of the week please wait until then and you will be able to update your vc
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorPlease wait few days until we release a new theme update and you will be able get rid of that notifications.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
1. Try to repair user “last activity” data from wp-admin -> tools -> buddypress check “last activity” and repair let me know.
2. Please follow these links :
https://buddypress.org/support/topic/creating-a-page-with-nav-tab-subnav-for-buddypress-profiles/
https://buddypress.org/support/topic/adding-a-subnav-with-new-page-content-to-the-profileactivity-page/
https://buddypress.org/support/tag/subnav/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,
1. Add this function to kleo-child/functions.php
COPY CODEfunction kelo_show_post_meta () { ?> <?php if( kleo_postmeta_enabled() ): ?> <div class="article-meta shortcode"> <span class="post-meta"> <?php kleo_entry_meta();?> </span> <?php edit_post_link( esc_html__( 'Edit', 'kleo_framework' ), '<span class="edit-link">', '</span>' ); ?> </div><!--end article-meta--> <?php endif;?> <?php } add_shortcode('kelo_show_post_meta','kelo_show_post_meta');
And this css to wp-content/themes/kleo-child/style.css
COPY CODEarticle .article-meta.shortcode { width: auto !important; display: inline-block; } article .article-meta.shortcode small{ display:inline-block !important;margin-right:5px; } .article-meta.shortcode small.meta-comment-count a { font-size: 18px !important; }
2. I don't know how do you want to style the borders give a sketch please.
3. Add this css and replace red with your desired color
COPY CODE.masonry-listing .format-standard .post-title { border-left: 3px solid red; }
For the rest of the modifications i recommend you to hire a developer.
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 can set small padding with the menu items on mobile
Add this css to wp-admin -> theme options -> general settings -> quick css
COPY CODE@media (max-width: 991px){ #header .navbar-nav li a { padding: 5px 0; } }
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGood,
Have a nice week
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
Have a nice week
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,
Try with this css
COPY CODE#buddypress div.profile .dl-horizontal dt { width: auto; float: left; margin-right: 10px; }
Add the css to wp-admin-> theme options -> general settings -> quick css
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,
A new kleo update will be released at the end of this week and then you will be able to update the vc without any key, until then keep the 4.10 version
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorMake sure that archive that you try to upload is not main package open archive and look into it for another zip, if there is another zip, extract that zip and upload then
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 make sure that Visual composer and K-elements are updated, you can check from wp-admin -> appearance -> install plugins, Visual composer should have Version 4.10 and K-elements Version 4.0.2
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 follow this links :
https://premium.wpmudev.org/blog/add-instant-activity-to-buddypress-with-a-customizable-like-button
https://premium.wpmudev.org/blog/how-to-add-the-global-facebook-like-button-to-buddypress-profiles-and-activity-stream-itemsCheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 15, 2016 at 19:47 in reply to: Is there a command to launch the KLEO “Contact Us” Form from a URL? #110826Radu
ModeratorHi,
Try with this
COPY CODE<div class="kleo-quick-contact-wrapper"> <a class="kleo-quick-contact-link" href="#">OPEN</a></div>
OR only with this
COPY CODE<a class="kleo-quick-contact-link" href="#">OPEN</a></div>
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,
Use this css
COPY CODEbody.groups.forum section.title-single { display: none !important; }
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,
Please update your theme to latest version 4.0.3 after you do theme update go to wp-admin -> appearance -> install plugins and update all plugins that have update available especially Visual Composer and K-elements.
After update clear your browser cache
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,
Add this css to wp-admin -> theme options – general settings -> quick css
COPY CODEbody.single-bb_project .pagination-sticky { display: none !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,
Provide error message or a print screen to can figure out what’s about
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorDone
I’ve added this before and after your markup
COPY CODE<div style="clear: both;"></div>
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,
This can be a padding issue ? or who knows ? please provide page url 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 !
Please write your needs at our development department dev@seventhqueen.com ,our colleague Cornel will get back to you in approximately 24 hours
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 should keep the VC to version Version 4.10 until we release a new theme update in that you will be able to update vc without any key.
The update will be released at the end of the week
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,
Really i don’t understand what is your problem, please provide more accurate details
Please follow this related topic : https://archived.seventhqueen.com/forums/topic/transfer-of-domain
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,
Really i don’t understand what is your problem, please provide more accurate details
Please follow this related topic : https://archived.seventhqueen.com/forums/topic/transfer-of-domain
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 enable wp debug by going to ftp in root directory of your wp install open wp-config.php look for define( ‘WP_DEBUG’, false ); and change it to true and after this line add this
COPY CODEdefine( 'WP_DEBUG_LOG', true );
WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
If is something related to php memory please follow this link : http://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html
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 solutionMarch 15, 2016 at 19:11 in reply to: Can I stick ''View Full Site' automatically on the mobile #110803Radu
ModeratorGreat !
Have a nice week
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 15, 2016 at 19:11 in reply to: Gap at top of page with Kleo and packaged plugins update. #110802Radu
ModeratorHi thm
Please disable all plugins and child theme by activating the parent theme then clear your browser cache and check again and let me know if this is useless provide ftp to take a closer look
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 15, 2016 at 19:05 in reply to: Blog Post Feature Image no longer showing up in post list after update #110801Radu
ModeratorHi,
I see the issue,
First let’s try principal possible causes, please disable all plugins and then check if the image appears if this is useless please enable parent theme and check again
Let me know if one of these 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
ModeratorHi,
Just i’ve signed up with a test account named test and i’ve added on zip field 012345 and i was able to sign up so what is the issue ?
Maybe do you have solved this meanwhile ?
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts