evoweb
Forum Replies Created
-
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Team StatisticsAny suggestions for php code, in order to retrieve other team statistics savva? For example rebounds?
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Not showing on excerptsYes
https://live.basketaki.com or you can see here https://live.basketaki.com/category/news/Forum: Plugins
In reply to: [W3 Total Cache] White screen on saving/updating post@destac i deactivated both of them, and one by one, but the problems still remain the same.
Forum: Plugins
In reply to: [W3 Total Cache] White screen on saving/updating postI have activated page cache, minify, object, database and browser.
Page: Options 1,2,6,7,8 activated
Minify: Only 2 first options in general actiobvated
Database: First option activated
Browser: 1,2,3,6 activatedIt is weird.. Post updating keeps leading to blank page in url /wp-admin/post.php, and when i deactivate w3, post save normally giving url sucess, but infront sliders do not work, and my sidebar is lost ??
Forum: Plugins
In reply to: [W3 Total Cache] White screen on saving/updating postThank you muchmuch111, but these two options are already disabled for loggedin users
Forum: Plugins
In reply to: [Custom Post Type UI] Blank page instead of posthow can i find which theme file is using?
I havent edited any other file, except from functions.php, where i inserted the code above.. ??
Forum: Plugins
In reply to: [Custom Post Type UI] Blank page instead of postthe code is
add_action(‘init’, ‘cptui_register_my_cpt’);
function cptui_register_my_cpt() {
register_post_type(‘astheneies’, array(
‘label’ => ‘__(‘Ασθ?νειε?’)’,
‘description’ => ”,
‘public’ => ‘true’,
‘show_ui’ => ‘true’,
‘show_in_menu’ => ‘true’,
‘capability_type’ => ‘post’,
‘hierarchical’ => ‘false’,
‘rewrite’ => array(‘slug’ => ‘astheneies’, ‘with_front’ => ‘1’),
‘query_var’ => ‘true’,
‘has_archive\’ => ‘true’,
‘exclude_from_search’ => ‘false’,
‘supports’ => array(”title’,’editor’,’excerpt’,’trackbacks’,’custom-fields’,’comments’,’revisions’,’thumbnail’,’author’,’page-attributes’,’post-formats’,’),
‘labels’ => ‘array (
‘name’ => ‘Ασθ?νειε?’,
‘singular_name’ => ‘Ασθ?νεια’,
‘menu_name’ => ‘Ασθ?νειε?’,
‘add_new’ => ‘Προσθ?κη ν?α?’,
‘add_new_item’ => ‘Προσθ?κη ν?α? ασθ?νεια?’,
‘edit’ => ‘Επεξεργασ?α’,
‘edit_item’ => ‘Επεξεργασ?α ασθ?νεια?’,
‘new_item’ => ‘Ν?α ασθ?νεια’,
‘view’ => ‘Προβολ?’,
‘view_item’ => ‘Προβολ? ασθ?νεια?’,
‘search_items’ => ‘Αναζ?τηση ασθ?νεια?’,
‘not_found’ => ‘Δεν βρ?θηκαν ασθ?νειε?’,
‘not_found_in_trash’ => ‘Δεν βρ?θηκαν ασθ?νειε? στα απορρ?μματα’,
‘parent’ => ‘Γονικ? ασθ?νεια’,
)’
) ); }Forum: Plugins
In reply to: [Custom Post Type UI] Blank page instead of postYes, everything is fine..
And the installation is fine.. the only problem, is when i try to see the custom posts infront, where i get a blank page. All other pages, and posts work normally.
Only my posts https://www.example.com/custom/%example fails and gives me blank screen..
Forum: Plugins
In reply to: [Custom Post Type UI] Blank page instead of postThank you for your very quick response!
I got two messages:Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead
Notice: attribute_escape is deprecated since version 2.8! Use esc_attr() instead