My custom theme text and content format

Themes can optionally use TinyMCE editor stylesheets via add_editor_style(). If properly implemented, editor styles will do a pretty good job at making the contents of the editor look the same way as content rendered on the front end of the site. Without editor styles, TinyMCE will use very basic styles which will not match the … Read more

issues with a slider – investigations with firebug

The .js file for the carousel is not loading, I get a 404 instead: GET http://www.ex-libri.org/wp-content/plugins/jquery.jcarousel.min.js?ver=1.0 [HTTP/1.1 404 Not Found 98ms] It looks like either there is a plugin’s subfolder missing in the path or the path of plugins folder has been used instead of the theme path.

Add WordPress Core CSS into editor-style.css

To add styles that affect TinyMCE you need to do the following: add_action( ‘admin_init’, ‘editor_styles’ ); function editor_styles() { add_editor_style( get_stylesheet_directory_uri() . ‘editor-style.css’ ); } Basically it will load a editor-style.css file located in the root of your child theme.

Head section of the wordpress blog

You can hook it in via your functions file: add_action( ‘wp_head’, ‘add_form_code’ ); function add_form_code() { echo ‘Your Forms HTML Here’; }

Sticky Button not working WP. But does it JS Fiddle

It might be a syntax error inside your custom CSS section. Try pasting the whole CSS code (not just the snippet above) to a code editor which can give you hints as to what the error might be – if there is one. Or it could also be an HTML syntax error – you could … Read more

Setting up Custom Background [closed]

Use this css style to make your background cover the entire page: body { background-image: url(‘IMAGE URL’); background-repeat: repeat; width:100% overflow:hidden; float:left } Now, style your content’s background: .grey { background-color: #e6e6e6; display: block; float:left; overflow:hidden; width:500px // You can also set as 100% } Not that you should either set a width for your … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)