eidertxukk
Forum Replies Created
-
Forum: Plugins
In reply to: [AWP Classifieds] Users can't add images to ads, screen stays blankDone!
ThanksForum: Plugins
In reply to: [AWP Classifieds] Users can't add images to ads, screen stays blankSorry!
AWPCP version: 3.6.4.
wordpress 4.4.2Thank You!
Forum: Plugins
In reply to: [AWP Classifieds] Users can't add images to ads, screen stays blankHello.
I have the same issue.
I tryed in different browsers (safari, chrome…)
I deactivated all plugins, and I change the theme…
But the issue continues…Forum: Themes and Templates
In reply to: [Flat] Google and h1Thank you
I have installed sky-flat child theme. I found this to remove h1 label from site-header (but not from front page). But I don’t know where I have to put this text…<?php if(is_home() || is_front_page()) {?>
<hgroup>
<h1 class=”site-title”>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php bloginfo( ‘name’ ); ?></h1>
<h2 class=”site-description”><?php bloginfo( ‘description’ ); ?></h2>
</hgroup>
<?php } else { ?>
<div>
<div class=”site-title”>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php bloginfo( ‘name’ ); ?></div>
<div class=”site-description”><?php bloginfo( ‘description’ ); ?></div>
</div>
<?php } ?>