Prateek
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed wordpress BuggyOk seem like this was causing the bug
Thank you 😊
I will update if anything changes
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed wordpress Buggydisabling guest mode did not did the trick for me :/
report id GTOMMPBT
Forum: Fixing WordPress
In reply to: found this in mod security hacking attempt i suppose?site wasn’t hacked i just posted as if it could be a possible security flaw
Forum: Themes and Templates
In reply to: Min-Max height css not working with wordpressThanks it work great Thank you both of you for great and quick help
Forum: Themes and Templates
In reply to: Min-Max height css not working with wordpressif you go here you will check after 400px footer background come which it should not come
i am trying to convert a html / css base design to wordpress theme
Forum: Themes and Templates
In reply to: Min-Max height css not working with wordpresscan you help me fix it please?
check it after i remove that property
Forum: Themes and Templates
In reply to: Min-Max height css not working with wordpressForum: Themes and Templates
In reply to: Min-Max height css not working with wordpresssorry
creating a new template for my website
and having issue with minimum and maximum height function
here is the code
#main{ width:100%; min-height:400px; max-height:2000px; margin:auto; margin-top:25px; margin-bottom:50px; } single.php code <div id="main"> <div id="main2"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <h1> <a>"> <?php the_title(); ?></a></h1> <h4>Posted on <?php the_time('F jS, Y') ?></h4> <h4> About Author - <?php the_author_description(); ?> </h4> <p></p> <p><?php the_content(); ?></p> <?php get_header(); ?> </BR></BR> <h6>Posted By <?php echo get_the_author() ?> | <?php echo comments_number('No comment', '1 comment', '% comments'); ?> </h6> </BR> <?php comments_template(); ?> </BR> <hr> <?php endwhile; else: ?> <p><?php _e('Sorry, no posts matched your criteria.'); ?></p> <?php endif; ?> </div> <?php get_sidebar(); ?> </div>the theme is at http://edenhost.me
Viewing 8 replies - 1 through 8 (of 8 total)