-
-
Hi Codeless :) !
I have problem with changing the staff position. Every time I change it through codeless builder it goes back to ‘ARRAY’ caption.
If you want further data, I fulfilled WP credentials in my profile.
Regards!
-
-
Hi,
sorry, but ftp admin doesn’t allow access to the server. Can you tell me step by step what to do so he can reproduce it?
Regards.
-
Also Linked In and Facebook links are not working. They sent me to ‘ARRAY’ page.
Regards.
-
Please try to replace this function “codeless_get_meta” on functions.php
function codeless_get_meta( $meta, $default = '', $postID = '' ){ if( function_exists('codeless_get_post_id') ) $id = codeless_get_post_id(); if( $postID != '' ) $id = $postID; $value = get_post_meta( $id, $meta ); $return = ''; $nr = count($value); if( is_array( $value ) && ( count( $value ) == 1 || ( count($value) >= 2 && $value[0] == $value[1] ) ) ) $return = $value[$nr-1]; else $return = $value; if( is_array( $value ) && empty( $value ) ) $return = ''; if( $default != '' && ( $return == '' || ! $return ) ) return $default; return $return; }
-
Hello,
the code worked on the ‘array’ problem, but something else broke down. The size of portfolio items on main page changed. Some of them are bigger.. If I replace the code back, it works, so it’s definitely something wrong with this function.
Printscreeen below.
Regards.
-
Hello,
The portfolio in the homepage is in masonry style. See screenshot: https://postimg.cc/image/oof8zd43f/
The layout of the masonry style has images in different sizes. If you want to have them in grid, then please change the layout to “grid”.Let us know.
Best regards!
-
Hello,
thank you! That was the issue :)
Regards.
-
You must be logged in to reply to this topic.