Forum Replies Created
-
Author
-
Radu
ModeratorHi,
Sorry but i cannot reproduce your described issues… i suggest you to install W3 Total Cache then enable Page Chage and Database Cache ! Only these options. This will help your website speed and load time.
https://wordpress.org/plugins/w3-total-cache/
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 cannot see any issue with editing on mobile. ( see screenshot )
If you still encounter the issue. revert word-press dashboard to default theme.
Cheers
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,
Works on my side, i’ve tested internal pages , it seems to be a cache issue for you, hold CTRL + SHIFT + R for 1 second
then browse your site, it should works.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 check please ?
COPY CODEERROR: The password you entered for the username leancoachtest is incorrect. Lost your password?
Regards
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 this this
COPY CODE#buddypress #item-body .activity li { }
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,
Just i’ve logged in with the Facebook account and it works, it shows correct name (my name) please check and i think i figure out what it displays ( . ) instead of the name, because that Facebook profile name is writed in corean language ( 안광현 ) and the wp has filtered the name.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The Kleo theme already uses bootstrap and if you want to run theme out of the WordPress this is not possible.
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 solved the issue ?
I can see your website : http://visitdelawarefarms.com/
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorERROR: Invalid login credentials.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Try this code
COPY CODEdiv#item-header-content { display: none !important; } body.buddypress.is-user-profile div#item-header { padding: 15px 0 !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,
Can you provide admin credentials in a private reply ?
I will take a look at this today or Monday
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 code to your kleo-child/style.css
COPY CODE@media screen and (max-width: 768px) { .vc_navbar li, .navbar-header { display: inline-block !important; } }
Let me know if is ok
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Wp says
ACCOUNT PENDING: Your account is currently not active. An administrator needs to activate your account before you can login.
Cheers
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 CODEp.no_subscriptions { display: none !important; }
Best Regards
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 think there is an server issue, i’ve tried to see server configuration by using this php function
COPY CODE<?php phpinfo(); ?>
And i receive 500 Internal Error and it seems to be turned off by the hosting, same case with this snippet
COPY CODEini_get('upload_max_filesize');
Please contact them and tell em about your issue, you can upload images 100kb but on images with 400 – 5000 – 600kb images won’t upload
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,
Try this plugin : https://wordpress.org/plugins/buddypress-upload-avatar-ajax/
Cheers
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 use some plugin for activity/buddypress ? I see that blue square in top right and it seems that is not part of kleo.
What plugin is that ?
Cheers
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 -> styling options -> quick css
COPY CODE#footer hr { border: none !important; border-width: 0px 0 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
ModeratorAdd this css
COPY CODEbody.profile #main ul.accordion { display: none !important; }
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHI,
Just add this before your declaration
COPY CODEbody.register #main > section { }
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 ?
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 URL and 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,
Make sure that this folder wp-content/themes/ have permission 755 if the folder has already this value change it to 777, install theme then set back to the theme folder permissions to 755.
Another way to install theme is to upload directly kleo theme folder in wp-content/themes/
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 solutionNovember 19, 2015 at 19:22 in reply to: Before, After Color Change on Transparent Header Menu Links #88159Radu
ModeratorHi,
Use this css
COPY CODE#header .is-sticky .kleo-main-header a { color:red !important; } #header .is-sticky .kleo-main-header.header-scrolled a { color:green !important; }
Add these lines 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,
Can you please the URL and admin credentials to can 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 provide a dummy account and page URL where that sentence appears, then i will provide you a css that will hide that message.
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,
Done, check now.
I’ve disabled the post meta in single post page from here : http://www.randomstudentdrugtesting.com/wp-admin/admin.php?page=kleo_options&tab=4 | Display post meta in Single post page -> OFF
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 happen because of that certain server, this seems to not be a kleo related..
If you can explain how can i reproduce the issue please.
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,
everything seems to be ok.
I see in console that this resources cannot be loaded because they have a wrong path
COPY CODEGET https://www.miinfra.co.krpublic/assets/js/extensions/revolution.extension.slideanims.min.js net::ERR_NAME_NOT_RESOLVEDsend @ jquery.js?ver=1.11.3:5m.extend.ajax @ jquery.js?ver=1.11.3:5n @ jquery.themepunch.revolution.min.js?ver=5.1:7o @ jquery.themepunch.revolution.min.js?ver=5.1:7(anonymous function) @ jquery.themepunch.revolution.min.js?ver=5.1:7m.extend.each @ jquery.js?ver=1.11.3:2m.fn.m.each @ jquery.js?ver=1.11.3:2e.fn.extend.revolution @ jquery.themepunch.revolution.min.js?ver=5.1:7(anonymous function) @ (index):644j @ jquery.js?ver=1.11.3:2k.fireWith @ jquery.js?ver=1.11.3:2m.extend.ready @ jquery.js?ver=1.11.3:2J @ jquery.js?ver=1.11.3:2 jquery.js?ver=1.11.3:5 GET https://www.miinfra.co.krpublic/assets/js/extensions/revolution.extension.layeranimation.min.js net::ERR_NAME_NOT_RESOLVEDsend @ jquery.js?ver=1.11.3:5m.extend.ajax @ jquery.js?ver=1.11.3:5n @ jquery.themepunch.revolution.min.js?ver=5.1:7o @ jquery.themepunch.revolution.min.js?ver=5.1:7(anonymous function) @ jquery.themepunch.revolution.min.js?ver=5.1:7m.extend.each @ jquery.js?ver=1.11.3:2m.fn.m.each @ jquery.js?ver=1.11.3:2e.fn.extend.revolution @ jquery.themepunch.revolution.min.js?ver=5.1:7(anonymous function) @ (index):644j @ jquery.js?ver=1.11.3:2k.fireWith @ jquery.js?ver=1.11.3:2m.extend.ready @ jquery.js?ver=1.11.3:2J @ jquery.js?ver=1.11.3:2 jquery.js?ver=1.11.3:5 GET https://www.miinfra.co.krpublic/assets/js/extensions/revolution.extension.navigation.min.js net::ERR_NAME_NOT_RESOLVED
Please try to change your port from 44373 to 80.
Let me know if it works.
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 CODE#members-dir-list .search-item .avatar { width: 100% !important; display: inline-block; } #members-dir-list .search-item .avatar img { width: 100%; }
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 check now it should be ok.
Regarding the email notifications panel I’ve added this CSS in your kleo-child/style.css at bottom
note: this issue will be fixed in the next update and the snipped will be removed when you update the theme.
COPY CODE.bp-screen-reader-text { position: absolute; margin: -1px; padding: 0; height: 1px; width: 1px; overflow: hidden; clip: rect(0 0 0 0); border: 0; word-wrap: normal !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 jacipetersilie,
Thank you for your kind words !
You’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 solutionRadu
ModeratorPlease add this css
COPY CODE.kleo_text_column.wpb_content_element { border-right: 1px solid #c3c3c3 !important; border-left: 1px solid #c3c3c3 !important; border-top: 1px solid #c3c3c3 !important; border-bottom: 1px solid #c3c3c3 !important; padding-top: 0px; }
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 credentials too.
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 replyed you here: https://archived.seventhqueen.com/forums/topic/registering-on-site#post-88124
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 is the default behavior on all tabbed related content, the tabs will collapse into a drop-down, in order to save screen space.
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 -> styling options – > scroll botton -> quick css and paste here this code
COPY CODE#profile #item-header-avatar { width: 100% !important; }
Regarding the register page and redirect this is only happend when you are already logged in, open the page in incognito as guest user.
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,
Now it appears, the problem was caused by lack of this short-code to that page ( Membership Page )
[pmpro_levels]
I suggest you to create a new pages for each pmpro action pages, just go here : http://mtlgoalies.com/dev/wp-admin/admin.php?page=pmpro-pagesettings and you will see
Account Page:
Billing Information Page:
Cancel Page:
Checkout Page:
Confirmation Page:
Invoice Page:
Levels Page:Create a page and include their shortcodes for each of these and assign them correct 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 you can add package/packages to that page from here : http://mtlgoalies.com/dev/wp-admin/admin.php?page=pmpro-membershiplevels
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 verify now it should be ok, i’ve tested and it works now.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts