Aohor
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce bKash] Error on Confirm bKash payment!I needed this too
absolutely. that make sense.
Forum: Plugins
In reply to: [Contact Form 7] successful form message, but not receiving emailsok so I solved the problem by just updating the from field. I have setup an email address from the domain name (like [email protected]) & use that email address in from field.
Forum: Plugins
In reply to: [Contact Form 7] successful form message, but not receiving emails@buzzstone but the problem they were working fine before this week & suddenly stop from all of my website.
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Remove Email FieldActually it automatically fills the email field for registered users, my client does not like it at all. for guest members it is ok, no problem.
Thanks
Forum: Plugins
In reply to: [WP Posts Carousel] items_to_show not working properlybecause this is a theme issue we are using an alternatives & mark this post resolved.
Forum: Plugins
In reply to: [WP Posts Carousel] items_to_show not working properlyNot me, the theme we have purchased has owl carousel I think. Lets see if I can remove that. thanks
Forum: Themes and Templates
In reply to: How to remove this imageactually, I have removed the logo, but my tagline is not showing in rest of the pages….
please help some one..Forum: Themes and Templates
In reply to: How to remove this imagehere is the page.php:
<?php get_header(); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <?php include (TEMPLATEPATH . "/related.php"); ?> <div id="single"> <h1><?php the_title(); ?></h1> <?php if ( has_post_thumbnail() ) { ?> <?php $imgsrcparam = array( 'alt' => trim(strip_tags( $post->post_excerpt )), 'title' => trim(strip_tags( $post->post_title )), ); $thumbID = get_the_post_thumbnail( $post->ID, 'big', $imgsrcparam ); ?> <div class="sepia"> <div class="preview"><a>"><?php echo "$thumbID"; ?></a></div> </div><!-- .sepia --> <?php } ?> <?php the_content(); ?> <?php edit_post_link(__('Edit this page')); ?> </div> <?php endwhile; ?> <?php else : ?> <?php endif; ?> <?php include (TEMPLATEPATH . "/last.php"); ?> <div style="clear: both;"></div> <?php include (TEMPLATEPATH . "/bottomx.php"); ?> <?php get_footer(); ?>but I don’t see the option to remove it.
[Moderator Note: Please post code or markup snippets between backticks or use the code button. Or better still – use the pastebin. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]
Forum: Themes and Templates
In reply to: How to remove this imagemaybe you checked when I applied -9999 margin.
can you check now?? & tell me everything is ok or not?Forum: Themes and Templates
In reply to: How to remove this imagenope, adding a margin of -9999 removed my logo from home page too….
dont know what is the solution…..Forum: Themes and Templates
In reply to: How to remove this imageI removed it by adding a margin of -9999
but can you tell me why my tagline does not showing in that page(http://fundamentos.phpfogapp.com/?page_id=76), while it shows in the home page correctly…Forum: Themes and Templates
In reply to: How to remove this imageohh sorry, completely forgot to give you the link guys, here it is:
http://fundamentos.phpfogapp.com/?page_id=76Forum: Themes and Templates
In reply to: Suburbia themeYes, I know HTML & CSS….but weak in PHP, but if anyone give me some suggestion, I can really do it!
ThanksForum: Fixing WordPress
In reply to: How to make a gallery like this ??done………thanks