Forum Replies Created
-
AuthorPosts
-
November 27, 2015 at 2:13 pm in reply to: File uploader inside Grouped Add More still doesn't save the uploads #5128
SteveKeymasterIt would be fixed in v0.9.9.x
SteveKeymasterIf you want to show a thumbnail size, you need to tell WordPress what the thumbnail size is.
Try entering, 150 and 150 and check the box to crop. See if that helps.
SteveKeymasterIn SETTINGS > MEDIA, what dimensions are set for the Thumbnail size?
SteveKeymasterGreat! Closing ticket.
November 27, 2015 at 1:32 pm in reply to: File uploader inside Grouped Add More still doesn't save the uploads #5116
SteveKeymaster@vgrch– It looks like there was a problem with the download and the 0.9.9.php file isn’t included. Please try again.
SteveKeymasterTry
'sortable' => false
SteveKeymaster@azizultex– We can’t reproduce. If you try this with the Featured Image field in the Demos does the same thing happen? If so, can you try switching to a default WordPress theme and see if that changes things? If not, try disabling all other plugins to see if there’s a conflict.
SteveKeymasterThanks. We’ll take a look at W3TC Object Caching.
SteveKeymasterThis is a known issue with this particular situation and we’ll work on resolving. Unfortunately, you’ll have to serialize or limit the file uploads to one file to make this work right now.
SteveKeymaster@bubdev– I can’t reproduce works for me. Does this also happen in the built-in demos? If so, can you try deactivating some plugins and switch to a default WP theme to see if you still have the issue?
November 27, 2015 at 1:16 pm in reply to: WordPress Database Error Incorrect key file for table #5110
SteveKeymasterLooks like something going on wit js_composer. If you disable it do you still get the error?
SteveKeymaster@tatamata– Sorry for the late reply. Can you post your code so we can see what you want to accomplish?
SteveKeymaster@sancreative– I suggest you use the latest beta, v0.9.9.x.
Once you upgrade, you will not longer need to use this code:
piklist(piklist::$paths['distincthq-builder'] . '/addmore-workout-template', array('data' => $exercise, 'loop' => 'data'));You will be able to just loop through the data like this:
$exercises = get_post_meta($post->ID, 'exercise', false); foreach ($exercises as $exercise => $value) { echo "<div class='test'>" . $value . "</div>"; }
SteveKeymasterGreat! Closing ticket.
-
AuthorPosts