Forum Replies Created
-
Author
-
January 29, 2016 at 18:24 in reply to: K-Elements packaged with Kleo is outdated: where can I download it? #101214styloolaParticipant
I copied the plugin from the main zip Main Files/Plugins: the version there is outdated.
The version in kleo.zip is correct.
You have to sync those or delete the folder Main Files/Plugins.January 29, 2016 at 18:00 in reply to: K-Elements packaged with Kleo is outdated: where can I download it? #101203styloolaParticipantDid you read my message?
I can’t use the automatic update feature because there is no ftp on that machine: it’s forbidden.
I need to update I manually, so I need to download it from somehwhere and then unzip it in the right place. You just have to tell me where I can download it.Besides of that, I think you have to update the package on themeforest because current one is unusable.
Attachments:
You must be logged in to view attached files.styloolaParticipantI nailed it down to two different problems:
– the archives provided are declared as invalid from the ZipArchive class (line 599 of file /wp-admin/includes/file.php)
– the import routine of revslider uses the $wp_filesystem global which determines the writability in a dir not checking the permissions but checking if the owner of /wp-admin/includes/file.php is the same of a temporary file written in wp-content: weird system at all! If it’s not the same, which was my case in my local machine, it determines that the filesystem type is FTP and this leads to other errors.I fixed the first problem unzipping the demo content and zipping it again: could you please check if it’s related to my machine only or is a general Mac OSX Maverick problem? Maybe the versione of the ziparchive?
I fixed the second one changing the ownership of that file. I’m quite sure that this strange behaviour changed over time because in the past, with the same local setup, I never had problems importing revslidersstyloolaParticipantYes, I keep the issue opened on Pods forum, while I already marked it resolved here.
styloolaParticipantThe problem is not in Kleo but I think is Pods bug: http://pods.io/forums/topic/pods-image-thumbnail-doesnt-show-up-after-upload/
styloolaParticipantI think I found the problem: it’a css definition for the “hidden” class in bootstrap:
COPY CODE.hidden { display: none!important; visibility: hidden!important; }
Any idea on how to “remove” it?
I tried adding this to the style.css in the kleo-child dir, with no success:COPY CODE#pods-file-2931 { display: block; visibility: visible; }
styloolaParticipantUnfortunately there’s no error in the console
The image is added in the dom, but is not shown. Here is the dom after the image upload.COPY CODE<li class="pods-file hidden" id="pods-file-2931" style="display: list-item;"> <input name="pods_field_cover[2931][id]" data-name-clean="pods-field-cover-id-id" id="pods-form-ui-pods-field-cover-id-id" class="pods-form-ui-field-type-text pods-form-ui-field-name-pods-field-cover-id-id" type="hidden" value="2931"> <ul class="pods-file-meta media-item"> <li class="pods-file-col pods-file-icon"> <img class="pinkynail" src="http://local-www.apetime.it/wp-content/uploads/2015/01/2523878740_83d0bea717_b5-150x150.jpg" alt="Icon"> </li> <li class="pods-file-col pods-file-name"> 2523878740_83d0bea717_b </li> <li class="pods-file-col pods-file-delete"><a href="#delete">Delete</a></li> </ul> </li>
If I remove the “hidden” class from the first < li >, using the inspector, the image appears.
This is the same DOM part taken with theme Twenty Fifteen.
COPY CODE<li class="pods-file hidden" id="pods-file-20" style=""> <input name="pods_field_image[20][id]" data-name-clean="pods-field-image-id-id" id="pods-form-ui-pods-field-image-id-id" class="pods-form-ui-field-type-text pods-form-ui-field-name-pods-field-image-id-id" type="hidden" value="20"> <ul class="pods-file-meta media-item"> <li class="pods-file-col pods-file-icon"> <img class="pinkynail" src="http://www.scarletpassion.com/wp-content/uploads/2015/01/2523878740_83d0bea717_b1-150x150.jpg" alt="Icon"> </li> <li class="pods-file-col pods-file-name"> <input name="pods_field_image[20][title]" data-name-clean="pods-field-image-id-title" id="pods-form-ui-pods-field-image-id-title" class="pods-form-ui-field-type-text pods-form-ui-field-name-pods-field-image-id-title" type="text" value="2523878740_83d0bea717_b" tabindex="2" maxlength="255"> </li> <li class="pods-file-col pods-file-delete"><a href="#delete">Delete</a></li> </ul> </li>
In this case the image appears even if there is the same “hidden” class. Could it be a CSS error? Or maybe Kleo is defining “hidden” behaviour in a different way from Twenty Fifteen?
styloolaParticipantSame problem, also I found out that I have two “register” pages, one seems correct while the other not
-
AuthorPosts