-
-
Hi
I just purchased the Folie theme and I am getting this error “Fatal error: Can’t use function return value in write context in /home/cloudnetworks/public_html/wp-content/themes/folie/includes/codeless_functions_portfolio.php on line 82”
Can you let me know what would be causing this error / help me fix it?
Thanks
Nilesh
- This topic was modified 7 years, 5 months ago by Mirela. Reason: html tags
-
Hello,
Yes sure, we can help you identify this issue.
Please send us a System Status From the panel, or give us your WordPress credentials to understand well the problem. Send them as private.
Thanks
-
I think that is a problem caused by a different PHP version that you are using.
Please try this fast fix.
Go to folie/includes/codeless_functions_portfolio.php and replace line 81-86 with:
function codeless_portfolio_item_permalink(){ $custom_link = codeless_get_meta( 'portfolio_custom_link', '', get_the_ID() ); if( ! empty( $custom_link ) ) return codeless_get_meta( 'portfolio_custom_link', '', get_the_ID() ); else return get_permalink(); }
Let us know
Regards -
Or try this final function:
function codeless_portfolio_item_permalink(){ $custom_link = codeless_get_meta( 'portfolio_custom_link', false, get_the_ID() ); if( $custom_link !== false ) return $custom_link; else return get_permalink(); }
-
-
-
-
-
Hi I gave you my details for the site in a private message. Can you please help me fix the issue with your Folie theme?
-
I’m having the same issue. I tried both of your fixes but now there’s a new fatal error:
Fatal error: Can’t use function return value in write context in /home/klcyabny/public_html/goodword/wp-content/themes/folie/includes/codeless_theme_panel/codeless_image_sizes.php on line 198
- This reply was modified 7 years, 4 months ago by kelcey.
-
Hello,
Please get the latest version that is released today.
Sorry for this incovenience.
Thanks
-
-
Hi
I installed the updated theme. Now When I go to edit pages using CL Builder I am getting 404 error. Any chance I can get your other theme instead of this one. I was hoping to have the site up and running but due to errors I am not able to do anything.
Thanks
Nilesh -
Hello,
It’s not a problem related with Folie. It’s a problem related with your server configurations.
I am trying to login in your WP but i can’t.
Can you please give me a working account?
To avoid this 404 error message (that can be caused by a different permalink structure on your server), please click directly the Customize Button on page, or Appearance -> Customize on Admin Panel. From Customizer you can edit all pages in the same instance :)
Thanks
-
-
Hi Ludjon,
I sent you the details by private message. Even through customizer, I am getting the 404 error. Hopefully, you can look at it.
Thanks
Nilesh -
Just accessed the customizer without problem:
https://cloudnetworks.tech/wp-admin/customize.php?return=%2Fwp-admin%2F
But i can’t access it from the front page. You have a misconfigured server. Your server can’t recognize the extra parameters in url. I will take a deeper look at this.
For now please use this link directly :)
Thanks
-
-
Hello,
Yes for sure, please send in a private reply your online link and wp credentials and we can help you to install the theme.
Let us know.
Regards!
-
-
Hello,
I have removed the comments in the our services.
Check the article below for more information:
https://www.wpbeginner.com/plugins/how-to-turn-off-or-disable-comments-in-wordpress-pages/
Regards!
-
-
I recommend you to use the Codeless Builder if you need any extension suggest us and we will do our best to add them asap on the builder.
Please let us know what you need to do with Visual Composer that you can’t with Codeless Builder.
Thanks
-
You must be logged in to reply to this topic.