mike73
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Title 2] WP Title 2 plugin stopped working in WordPress 3,4hi, hi,
… here is a temporary (until to the next plugin-update) solution:
search in the directory: /wp-content/plugins/wp-title-2/
(begin in line “195”)———————————————-
.customtitlediv{ position:absolute; left:0; top:75px; width:100%;}———————————————-
and REPLACE with this:
———————————————-
.customtitlediv{ position:absolute; left:0; top:170px; width:79%;}———————————————-
greatings, mike
Forum: Plugins
In reply to: [WP Title 2] WP Title 2 plugin stopped working in WordPress 3,4hi,
WP Title 2 Custom Heading in the Posts – is not work anymore!
In the POSTS lies the “WP Title 2” input field, lies over the WP main title input field.
This means, it is not possible to enter text in WP main title input field.It looks like a CSS problem.
Is there already a FIX?I’ve it testet in FF and Chrome.
many thanks for a quickly answer.
mike
mike again 😉
i have just seen that you do not call the function.
you/this plugin need this! see my example below.
have nice day 😉
LG, mike
holá giulio.detti,
did you calling the following function in your footer.php in your theme directory?
he is required for this and other plugins.<?php wp_footer(); ?>
example:
<!–EOF page –>
</div>
<?php wp_footer(); ?>
</body>
</html>i hope I could help you. 😉
LG, mike