Forum Replies Created
-
Author
-
Radu
ModeratorIt’s not recommended to do that changes in parent theme, just copy the file (content-none.php) from /sweet/wp-content/themes/sweetdate/ to wp-content/themes/sweetdate-child/ in this way the changes will remain after theme update, also make sure that the file to not exist already in the child theme and maybe that’s the reason for text that not change.
The child theme should be installed and active.
I cannot do debugging after you have modified files from the parent theme
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 figure out what causing that, i think is server side issue not Kleo issue, the portfolio was crashing when it display this post in it http://antalintranet.antal.com/portfolio/conference-2014-tony-seagar-videos/ after i’ve removed the featured image from the post, the portfolio gallery works well, also the image from that post has around 8Mb and i think is a server setting for larger file upload or something related.
Please compress/resize the image
And replace from the post backend featured image http://antalintranet.antal.com/wp-admin/post.php?post=8205&action=edit
The image the shoube to be resized is : http://antalintranet.antal.com/wp-content/uploads/2016/04/Tony-Seagar.jpg
Odd issue what can i say… 🙂
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYes.. it remains in cache… and when i open your wp config file shows an old wp config file… sorry for that, i will investigate now
I will let you know
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHave a good day to
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,
I’ve tried to reproduce the issue that you describe with next and prev buttons and i cannot reproduce that’s i’ve said you to make a video, to see exact the steps to follow to reproduce that.You can use a software la camtasia or any screen recorder
Cheers
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIf you disable all plugins you are able to see posts on the blog ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
Moderator… for some reason when i’ve opened the wp-config.php file and i’ve turn on debug and after i’ve save it the file wp-config.php was remained in cache from another site and now your site it says that cannot connect to db, please provide a backup of the wp config file or revert the original file if you have it… if you don’t ask on the hosting support.
Sorry for that… filezilla bug
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorSure,
but you have changed the wp admin credentials and i need them and you have responded over two days…I will look now, and i will let you know
R.
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 child theme installed and activated ?
If you have a cache plugin, purge 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 solutionRadu
ModeratorHi,
Css for the read more button
COPY CODE.post-footer small span.muted.pull-right { background: red !important; padding: 0 10px; color: #fff; }Ok let me know regarding the FTP
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorDisable W3 total cache while you work on your website, or purge cache after every small/large change to the site
Let me know if the content appear to the blog after you do that maybe the blog page has been cached with nothing in it.R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 27, 2016 at 17:13 in reply to: Why doesn’t change version from 3.1.3 to 4. ** , I set theme update? #119236Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
A member from our team will take a look at this issue, and we will get back to you after he investigate 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,
Link to the support for kleo and scroll down https://archived.seventhqueen.com/kleo/
The css that i have provided to you it applies only between these resolutions 1439px – 1200px
COPY CODE@media (max-width: 1439px) and (min-width: 1200px) { .template-page.col-sm-12 .kleo-isotope>.kleo-masonry-item, .template-page.col-sm-12 .kleo-isotope>li, .template-page.col-sm-12 .section-container.container-full .kleo-isotope>.kleo-masonry-item, .template-page.col-sm-12 .section-container.container-full .kleo-isotope>li { width:100%; } }If you need toat for all resolutions use this
COPY CODE.template-page.col-sm-12 .kleo-isotope>.kleo-masonry-item, .template-page.col-sm-12 .kleo-isotope>li, .template-page.col-sm-12 .section-container.container-full .kleo-isotope>.kleo-masonry-item, .template-page.col-sm-12 .section-container.container-full .kleo-isotope>li { width:100%; }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 @creastic,
Please open a new thread regarding to that, is unrelated to the this topic… it’s about translations..
@powoky The correct path for language files are/wp-content/languages/themes/kleo_framework-fr_FR.po and
/wp-content/languages/themes/kleo_framework-fr_FR.moCheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 26, 2016 at 20:09 in reply to: Why doesn’t change version from 3.1.3 to 4. ** , I set theme update? #119099Radu
ModeratorNot marked as solutionRadu
ModeratorSorry this is the file /wp-content/themes/sweetdate/members/members-loop.php copy the file in /wp-content/themes/sweetdate-child/members/members-loop.php then around line 28 you will see bp_member_avatar(‘type=full&width=94&height=94&class=’); or bp_member_avatar(); and replace it with
bp_member_avatar( ‘type=thumb&height=200&width=200’ ); or your desired size
Cheers
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI understand, can you please make a video in that i see steps to reproduce this ?
I’ve tried to view your site and i see it shows 500 error
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,
Ok let me know
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 problems
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,
Try to install this plugin : http://buddydev.com/plugins/bp-autologin-on-activation/ it shoudl autologin you after you follow activation
REgarding the email sender changing you can use this plugin https://wordpress.org/plugins/wp-mail-smtp
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi again,
Ok in this case please copy this file : /wp-content/themes/kleo/buddypress/members/members-loop.php
to : /wp-content/themes/kleo-child/buddypress/members/members-loop.phpthen open the file /wp-content/themes/kleo-child/buddypress/members/members-loop.php look for this code around line 43
COPY CODE<a href="<?php bp_member_permalink(); ?>"><?php bp_member_avatar(); ?></a>And replace with replace 200 px with your desired values.
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