helvetica123
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: shape custom-background with cssthank you for your reply but i dont know how to generate css for a function.can you tell me?
Forum: Plugins
In reply to: [Cooked - Recipe Management] Is it possible to edit wp_roles for “cooked”?I can only give subcriebs permission to read with that plugin :/ ?
Forum: Fixing WordPress
In reply to: tag doesnt work on frontpageits solved
NOW SAYS The plugin generated 832 characters of unexpected output AND PLUGIN completely not work
- This reply was modified 6 years, 11 months ago by helvetica123.
Forum: Fixing WordPress
In reply to: tag doesnt work on frontpagealso this code doesnt work ON FRONTPAGE:
<div class="image"> <img src="https://image.freepik.com/free-photo/cute-cat-picture_1122-449.jpg" alt="" /> <button><span>Click me</span></button> </div> <style> .image { position: relative; width: 100%; /* for IE 6 */ } button { position: absolute; top: 200px; left: 0; width: 100%; } button span { color: white; font: bold 24px/45px Helvetica, Sans-Serif; letter-spacing: -1px; background: rgb(0, 0, 0); /* fallback color */ background: rgba(0, 0, 0, 0.7); padding: 10px; } </style>
i pasted to the line which “here” written .
<center> <?php if ( has_post_thumbnail() ) { the_post_thumbnail('entry', array('class' => 'img-responsive') ); } else { ?> <img src="<?php bloginfo('template_directory'); ?>/images/default-image.jpg" alt="<?php the_title(); ?>" /> HERE <?php } ?> </center>
- This reply was modified 6 years, 11 months ago by helvetica123.
Forum: Fixing WordPress
In reply to: tag doesnt work on frontpageat the top and after <?php get_header(); ?> .
I have the same problem when i changed the files that error appear :
Parse error: syntax error, unexpected end of file in C:\Program Files (x86)\EasyPHP-Devserver-17\eds-www\wp-content\plugins\wp-postratings\wp-postratings.php on line 1224
- This reply was modified 6 years, 11 months ago by helvetica123.