pacecal
Forum Replies Created
-
Forum: Plugins
In reply to: [WP LinkedIn] Recommandations widgetOkej, tnx…..i ve asked this autorization from linkedin….
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] SEOBad voor google search results index etc…
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Unpacking archive hangs…Today it went smooth, it didnt work because my nas is on a new netwerk. Externally it wont work, internally it works!
Forum: Themes and Templates
In reply to: Different backcolor pages/post/categoryFound i myself:
function catchbox_enqueue_color_scheme() { global $catchbox_options_settings; $options = $catchbox_options_settings; $color_scheme = $options['color_scheme']; $strURL = get_permalink(); if (true == strpos($strURL, 'ms-excel')) wp_enqueue_style( 'green', get_template_directory_uri() . '/colors/xls.css', array(), null ); elseif ( true == strpos($strURL, 'ms-powerpoint')) wp_enqueue_style( 'orange', get_template_directory_uri() . '/colors/ppt.css', array(), null ); elseif ( true == strpos($strURL, 'ms-access')) wp_enqueue_style( 'red', get_template_directory_uri() . '/colors/mdb.css', array(), null ); elseif ( true == strpos($strURL, 'ms-outlook')) wp_enqueue_style( 'orange', get_template_directory_uri() . '/colors/out.css', array(), null ); elseif ( true == strpos($strURL, 'ms-word')) wp_enqueue_style( 'orange', get_template_directory_uri() . '/colors/doc.css', array(), null ); do_action( 'catchbox_enqueue_color_scheme', $color_scheme ); }Forum: Plugins
In reply to: [Quiz Tool Lite] Language Dutch and icons..WOW! GREAT PLUGIN!!! I FOUND EVERYTHING AND IT WORKS!
Forum: Plugins
In reply to: [Quiz Tool Lite] Language Dutch and icons..Bye the way, i’m using 4.1.4 and the menu item is gone…
Forum: Plugins
In reply to: [Quiz Tool Lite] Language Dutch and icons..Hai Alex,
The button [Check Answer]
The text “Correct”
The text “Incorrect”
The correct and incorrect iconsTnx a lot!