Ciprian Tepes
Forum Replies Created
-
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Cannot use object of type WP_ErrorThat error was caused by the timeout. I am not sure if the function below would work:
function wpdocs_extend_http_response_timeout( $timeout ) { return 30; // seconds default wordpress is 5 } add_filter( 'http_response_timeout', 'wpdocs_http_response_timeout' );
I’ve modified the copy.php file and increased the timeout to 30 instead of 5.
Forum: Plugins
In reply to: [Simply Instagram] Fatal error: Cannot use object of type WP_Error as array@dodi ^
thanks, that helped me on a different project! Cheers!
Forum: Fixing WordPress
In reply to: blog posts / category links broken after upgrade to 3.4.1thanks for the tip. I was having the same problem with the permalinks and I didn’t know what to do. As soon as I deactivated the wordpress seo plugin everything worked like a charm!
Thanks.
It conflicts with the following plugin: https://www.ads-software.com/extend/plugins/simple-image-sizes/ – I’ve disabled it and now it works like a charm
Forum: Plugins
In reply to: [Dynamic Widgets] [Plugin: Dynamic Widgets] Awesome Plugin!!Subscribing. It’s absolutely brilliant!!!
Sucks!
It’s not working that way either.The only way to make it work for me was to use <?php the_meta(); ?> in the template. And it generated some cluttered code.
Forum: Plugins
In reply to: [Magic Fields] Magic Fields DOES NOT WORK with Custom Post Types@attitude_sk thank you very much for your adjustments!
I had the same error on both cippodesign.com and cippo.ro, so I did what @sevensoutbill said ( delete the nav_menu in the taxonomy column ) and didn’t work so I went to wp_terms table and deleted the extra things ( terms that I didn’t need anymore ) and it is working now.
You have to go to wp_terms table in phpmyadmin and delete what you don’t use anymore. It will work, no more 433 error ??
Forum: Plugins
In reply to: [Plugin: wordTube] error #2035 when playing youtube VideosSolution:
You have to go to https://www.longtailvideo.com/players/jw-flv-player/ and download the player.
Upload player.swf and yt.swf to your folder where you hold them ( I did in uploads )
And the videos will work.
Forum: Plugins
In reply to: Custom Post Type Parent@pasiphilo I did that but it added one more page_parent to the blog and on to my custom post. Weird
Forum: Fixing WordPress
In reply to: problem with custom single post templates and current_page_parentHi Mark,
if you found a solution please share it ??
Forum: Fixing WordPress
In reply to: Custom Taxonomies: “Invalid Taxonomy” error and filtering problemThank you very much ??