wosley24
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: malicious code injectDuring the development stage..Did you discourage search engines?
When you were done developing the site…Did you install a Security plugin?Did you delete all the unused plugins?
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Classifieds featured imageHi Greg,
I just pasted the code you sent and managed to add a featured image. However, I went to Appearence-Widgets and added the WPAverts Ads to a widget position. When I view on the front-end I only see the titles.
I also selected the categories, but I only see the titles ??
And also no read more button since there is an excerpt.Please help
- This reply was modified 7 years, 1 month ago by wosley24.
Forum: Fixing WordPress
In reply to: How to set a custom background image to a container@my Theme Shop.Am still developing on the localhost https://localhost/scentology/ at the moment.
But basically this is what i use d inside the section<div class="about-contact"> <?php if( is_active_sidebar( 'about-contact' ) ) : ?> <?php dynamic_sidebar( 'about-contact' ); ?> <?php endif; ?> </div>
The following is then the content of the widget when I load the page:
<div class="gca-column one-half"><h3>EXPLOSURE</h3> <p>Explosure large library of fragrances or let us customize a signature fragrance in line with your scent branding strategy</p> <h3>CHOOSE</h3> <p>Explosure large library of fragrances or let us customize a signature fragrance in line with your scent branding strategy.Explosure large library of fragrances.</p> <h3>ENJOY</h3> <p>Explosure large library of fragrances or let us customize a signature fragrance in line with your scent branding strategyExplosure large library of fragrances.</p> <h3>QUALITY</h3> <p>Explosure large library of fragrances or let us customize a signature fragrance in line with your scent branding strategyExplosure large library of fragrances or let us customize a signature fragrance in line with your scent branding strategy.</p> </div>
So I would this section where I have my widget in,to have a dynamic background image.