Forum Replies Created
-
Author
-
Radu
ModeratorHi,
There was a little bug now i’ve fixed the bug and this will be included in our next theme update.
You need to replace this file /wp-content/themes/kleo/lib/portfolio.php with the attached file.
Unzip the file first.
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 solutionAttachments:
You must be logged in to view attached files.Radu
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 to apply this solution https://premium.wpmudev.org/forums/topic/multisite-buddypress-and-avatars#post-375218
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,
I cannot understand exactly how do you want to style, can you please provide a screenshot/sketch to can figure out exactly what you need ?
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI see that the app.min.js is still in footer, please after you put the file in both exception fields clear the cache from the plugin, the file should load from head.
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,
Kleo it regenerate the dynamic.css file when you visit the frontend, but if this is not happend please provide if is possible wp admin credentials and ftp to can investigate this issue.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorCan you also put the same file in the exclude scripts form being to deferred
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 check now ?
I’ve changed from wp-admin -> theme options -> miscellaneous -> Login redirect for Popup from default wordpress redirect to reload current page.
When i login to your site i’m redirected to this url http://www.walkofdate.com/wp-admin/index.php?page=papaki-services indifferent by redirect type i’m go to that plugin url, maybe because the account that you have provided has admin rights.
Try to disable all plugins and if your problem is resolved, enable it one by one to can identify what 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’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,
Can you please provide the page url to can see the behaviour ?
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I see, you need also to disable breadcrumbs for that page and you should remove padding-top:40px from row or column where revolution slider is placed.
If you cannot handle with these 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,
This issue it seems to not be Kleo related it seems to be a server configuration problem the log says
2016-01-07 06:07:51 SMTP ERROR: Failed to connect to server: Connection refused (111)
2016-01-07 06:07:51 SMTP connect() failed.Make sure that the details that you have completed on the wp smtp plugin are correct, if they are, please contact the hosting company to help you with this issue.
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 access the site with www. prefix the registration works http://www.matchingzone.com/register/
Make sure if you have WordPress Address (URL) same as Site Address (URL) in wp-admin -> general -> settings ->
Choose if you want prefix of without.
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,
I see that you have modified foundation classes and this can cause responsive messing problem like yours.
You should remove from quick css and also from sweetdate-child/style.css this kind of css rules cuz it will modify the responsive behaviour.
#members-list .four.columns:nth-child(3n+1)
#members-list .four.columns:nth-child(4n+1)As you can see the arrangement of elemens works fine by default and they don’t need to be styled
http://seventhqueen.com/demo/sweetdatewp/members/PS : Our support service doesn’t offer support for custom modifications.
Can i close this ticket ?
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 like this
Add this function next to the function that i have provided to you in preview reply.
COPY CODEfunction hook_fa_library_maxcdn() { $output = "<link rel='stylesheet' id='font-awesome-css' href='//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css?ver=2.6.4' type='text/css' media='all' />"; echo $output; } add_action('wp_head', 'hook_fa_library_maxcdn');
Let me know if the icons are 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,
Try to do like this ( see screenshot )
On script handle paste app and on next field paste http://localhost/wp-content/themes/kleo/assets/js/app.min.js replace localhost with your domain.
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 solutionAttachments:
You must be logged in to view attached files.Radu
ModeratorHi,
Please replace the code that i have you provided with next code
COPY CODE/*–Header Styling–*/ .kleo-main-header .nav > li.active > a { line-height: 55px !important; } .kleo-main-header .nav > li > a { line-height:55px !important; } .navbar-nav > li {height: 75px !important;}
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
ModeratorRetry with this
COPY CODE@media (min-width:768px) { body.home .five.columns { width: 100%; padding: 0 10%; } body.home form#register_form_front { text-align: center !important; } body.home label.right.inline {float: left;font-weight: 800;} body.home .five.mobile-four.columns { display: inherit; float: left; width: 300px !important; } body.home .row .five.mobile-one.columns { max-width: 314px; } body.home p.reg-form-details { text-align:center; } body.home h4.white-text { text-align: center; }}
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 check in wp-admin -> dashboard -> updates
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,
The performance of wordpress + kleo theme depends by your hosting performance. If you have plugins that you don’t use you can disable it , will help.
If you want to disable animations please provide url 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 read these isntructions : https://archived.seventhqueen.com/documentation/kleo#updates
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 to exclude this resource wp-content/themes/kleo/assets/js/app.min.js from minifying and from moving to footer.
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’re welcome
Sensei doesn’t come prepackaged with the theme,
You can download the plugin free from here : https://github.com/woothemes/sensei but if you want to have sensei+support buy it !
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 to your wp-content/themes/sweetdate-child/functions.php
COPY CODEadd_filter( 'gmw_font_awesome_enabled', '__return_false' );
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,
Making sweetdate profile to look like kleo it require more time to implement this and this cannot be done with little css, it implies some html and js modifications.
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.com
Cheers
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 logo now ? IT works i’ve checked.
The photo gallery controls works for me on Galaxy Alpha – Chrome – Android 5.0.2
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi avalok,
Try to login here : http://lacocreadora.com/wp-admin/
Or here : http://lacocreadora.com/wp-login.php
IF you are not able to disable maintenance, i suggest you to do this again
Try to login to ftp, go to wp-content/themes/ and here rename kleo to kleo123 form example, then go to wp admin, disable any other plugins that not comes with the kleo especially maintenance plugins (if you have installed) then rename back the kleo123 to kleo and activate the theme.
In this way it should work.
If you cannot handle with these, provide wp admin credentials and ftp 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,
Do you have installed/activated any plugin recently ? because when i open the menu on mobile it closes immediately after i open.
This can be caused by loading twice bootstrap framework, one from our theme and another from some plugins that override the js from our’s.
Because of these i cannot see your described issue, do you have tried to use sidemenu ? maybe if you will like it.
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 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 solutionJanuary 6, 2016 at 17:42 in reply to: How to collapse profile and group cover photo by default #96671Radu
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,
Add this css to wp-admin -> theme options -> styling options -> quick css
COPY CODE@media (max-width:768px;) { body.home .five.columns { width: 100%; padding: 0 10%; } body.home form#register_form_front { text-align: center !important; } body.home label.right.inline {float: left;font-weight: 800;} body.home .five.mobile-four.columns { display: inherit; float: left; width: 300px !important; } body.home .row .five.mobile-one.columns { max-width: 314px; } body.home p.reg-form-details { text-align:center; } body.home h4.white-text { text-align: center; } }
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 think that is the way of how google fonts works right now…
This is not seems to be a kleo issue and in this case i suggest you to open a ticket on stackoverflow, i’ve searched on google for similar problem and i found these :
http://stackoverflow.com/questions/4698564/fonts-looks-different-in-firefox-and-chrome
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYEs, you should delete that layers with buttons.
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
COPY CODE#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic { border: 3px solid #ffa500 !important; border-bottom: 0 !important; } #bbpress-forums li.bbp-body ul.forum:last-child, #bbpress-forums li.bbp-body ul.topic:last-child { border: 3px solid #ffa500 !important; }
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,
Sorry for the late reply,
Do you have solved this issue ?
Do you have updated the seo by yoast to ?
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,
Please add this css to wp-admin -> theme options -> general settings -> quick css
COPY CODE@media (min-width:992px) and (max-width:1200px) { .collapse.navbar-collapse.nav-collapse { display: none !important; } .kleo-main-header .navbar-toggle { display: inline-block !important; margin-right: 0 !important; } .navbar-header { width: 100% !important; } }
Now the mobile menu will be shown until 1200px width.
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,
I cannot see how that logo behaviour, do you have changed the logo ?
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,
It seems that the mo or po file is broken or something, do you have modified one of that files manually ?
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 admin credentials to take a look and can you please describe why the login not working correct, do you receive any error ?
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 test this plugin : https://wordpress.org/plugins/welcome-email-editor/it should be ok for what you need.
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 solution -
AuthorPosts