Ralf_CT
Forum Replies Created
-
Thanks Zubir, I updated the “X Theme” and switched from the “X – Child Theme” to the “X Theme”. The error has disappeared and the site layout hasn’t changed.
Forum: Fixing WordPress
In reply to: E_ERROR caused in line 69… functions.phpHi Vic, please check if you can assist further with the above, or if you require further info.
Many thanks.
Forum: Fixing WordPress
In reply to: E_ERROR caused in line 69… functions.phpHi Vic, thank you for your prompt response. X Theme version is 10.2.7. X-Child Theme version 1.0.0 (active). I hope the below helps, there are no line numbers.
functions.php code:
// Slider on Productpage
//=================================================================================================$filter_called = array();
add_filter(‘get_post_metadata’, function( $value, $object_id, $meta_key, $single ){
$page_id = get_option( ‘woocommerce_shop_page_id’ );
global $filter_called;
if( ( x_is_shop() || x_is_product_category() || x_is_product_tag() || x_is_product() ) && empty($value) ) {
if( !in_array($meta_key, $filter_called ) ) {
$filter_called[] = $meta_key;
Not sure what settings 1.6.5 has. I’m on 3.0.8 and also behind. Don’t you have a Woocommerce/PDF Invoices/Documents tab in 1.6.5? Are you on the latest WordPress version, if not then you may not be able to upgrade the plugin.
Only tick “Completed Order” … worked for me.
Thank you for your tip. Under WooCommerce PDF Invoices “Documents/Invoice” everything is currently ticked under “Attach to”. Could this be the reason? Should I just tick “Completed Order”?
Forum: Plugins
In reply to: [Coming Soon - Under Construction] Want to hide Contact Us buttonSorted. Switched “Form Themes/Show Form” to Off.
Does anyone actually visit these pages? I’ve seen dozens of posts with no views.
After renaming the ninja-forms folder above I extracted ninja-forms 3.1.9 to the plugins directory and activated it, everything now seems fine. However, I’ve now lost the old form, although that’s not life-threatening. Is there any way to recover the form from the old ninja-forms directory?
Forum: Localhost Installs
In reply to: Can Only Activate and Live Preview One Default ThemeTopic resolved. See above post.
Forum: Fixing WordPress
In reply to: Can Only Activate and Live Preview One Default ThemeI think I know what’s happening here. The thumbnails under “Themes” represent what the theme could look like if it were to contain images, however, these images are not included in the theme when it’s activated… one must add one’s own. How was I to know, I come from Joomla! ??
Forum: Localhost Installs
In reply to: Can Only Activate and Live Preview One Default ThemeI think I know what’s happening here. The thumbnails under “Themes” represent what the theme could look like if it were to contain images, however, these images are not included in the theme when it’s activated… one must add one’s own. How was I to know, I come from Joomla! ??
Forum: Localhost Installs
In reply to: Can Only Activate and Live Preview One Default ThemeLyle, yes, my install has the TwentyThirteen theme (orange/brown circles), TwentyFourteen theme (three pics on top, and girl with pic image with “Featured Images Really Shine With This Theme”) and TwentyTwelve theme (cornfield with trees and cloudy sky).
When I activate the TwentyThirteen theme I see the orange/brown circles, but I don’t see the above images or layout when activating the other two themes.