Masud Chy
Forum Replies Created
-
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] error after upgrade to 3.1.2@daniel H?sken
Thank you so much works perfect now…You are most welcome twelve31
Forum: Fixing WordPress
In reply to: First full content no tumbnail rest with thmbnail along with excerptHi,
No hope from any corner but I tried with different condition and finally figured it out. I just changed the condition for the tumbnail. Here is what I have changed. `<?php
if (has_post_thumbnail() && !is_paged() && ($posts[0] == $post) ) {
echo “”;
} else{the_post_thumbnail();}?>`
WOW working fine..
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); $counter++; ?> <div class="date"> <?php the_date(); ?></div><!--date--> <div class="posttitle"> <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2> </div> <?php if ( has_post_thumbnail() ) { the_post_thumbnail(); } ?> <?php if( is_home() && !is_paged() && ($posts[0] == $post) ) { echo apply_filters('the_content', $post->post_content); } else { the_excerpt(); } ?>
Hi it’s working fine now with the above code.
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); $counter++; ?> <div class="date"> <?php the_date(); ?></div> <div class="posttitle"><h2><a>"><?php the_title(); ?></a></h2></div> <?php if ( has_post_thumbnail() ) { the_post_thumbnail(); } ?> <?php if (is_home() && $counter==1){ the_content(); } else { the_excerpt(); } ?>
I changed the condition but no hope any idea please?
Hello Rajan V thanks for your quick reply. I replaced the code in index.php after that the page show nothing/blank.
I just enabled the HTML & XML minify and got the same error at Tips Bangla
And when I unchecked it again to disable that option and my site come up nicely.
Forum: Plugins
In reply to: [Contact Us Page Builder] CP Designer 1.05 does not work with WordPress 3.8Also for me the design section not working. Drag and drop not working. Can not save the template.
If I purchase this plugin will it work for me into WordPress 3.8?
Please help..
Forum: Plugins
In reply to: WOW Slider for Home Page OnlyThis is my home page
https://www.claytonkessler.com/
Test page
https://www.claytonkessler.com/test-wow-slider/Forum: Fixing WordPress
In reply to: Fatal error: Class 'stallion_gtranslator' not foundThanks @wpyogi for your quick response. May be you are correct I need to ask developer. I got this theme from “David Law” from the site https://www.stallion-theme.com/ and it works for my other WP site but in https://www.wellwaterhydration.com/ does not work for me.
Again thank you for your kind direction and help.