cortexlinux
Forum Replies Created
-
Forum: Plugins
In reply to: [Elementor Header & Footer Builder] Fatal error after updateSame here, my site broke after the update. I’m investigating the issue
True ! I just noticed that wile reverting to the default it the option for adding featured image was there.
Thanks for your patient and time.
Today I tried again and the connection with linkdin is established.
Cheking the error code here https://jetpack.me/troubleshooting/error-messages/ it seems to be due to a server-side error relaited PHP.So I mark this as resolved.
Forum: Plugins
In reply to: [Coming Soon / Maintenance mode Ready!] Fatal ErrorThank you ! This is resolved now !
Forum: Plugins
In reply to: [Chitika] Plugin dosn't work – Ads do not show upAfter some updates of the plugin and my theme finally this issue is resolved ??
Forum: Plugins
In reply to: [Coming Soon / Maintenance mode Ready!] Fatal ErrorExactly the same issue after the update from 0.1.2 –> 0.1.3
Forum: Plugins
In reply to: [Chitika] Plugin dosn't work – Ads do not show upForum: Plugins
In reply to: [Chitika] Plugin dosn't work – Ads do not show upIt is right there in line 399
// activate support for thumbnails if (function_exists('add_theme_support')) { // added in 2.9 add_theme_support('menus'); add_theme_support('post-thumbnails', array('post', 'game_listing'));
you may missed it ??
I have found the solution. I am adding it here for anyone with the same problem:
I am using the InfoWay theme.
Go to Appearance –> Editor. Select from the right the infoway-functions.php. find the following code:// activate support for thumbnails // added in 2.9 add_theme_support('menus'); add_theme_support('post-thumbnails', array('post', 'game_listing')); set_post_thumbnail_size(250, 250, false);
and add ‘portfolio’ in the array() like this:
// activate support for thumbnails // added in 2.9 add_theme_support('menus'); add_theme_support('post-thumbnails', array('post', 'game_listing', 'portfolio')); set_post_thumbnail_size(250, 250, false);
Hope it helps.
source : https://www.ads-software.com/support/topic/plugin-nimble-portfolio-featured-image-box-not-showing
Forum: Plugins
In reply to: Getting fatal error trying to install WP.com statsIts almost 5 minutes ago that i got that same message with you… But it is not issue now beacause what i did is to “Deactivate” the Automatic Upgrade Plugin and then try the upgrade by going from Tools –> Upgrade. And upgrade done !!!!!! now using 2.7.1 !!! ??