Changeset 204302
- Timestamp:
- 10/05/2023 10:59:52 AM (2 years ago)
- Location:
- ngo-social-services/0.2.7
- Files:
-
- 3 edited
- 1 copied
-
. (copied) (copied from ngo-social-services/0.2.6)
-
page-template/custom-front-page.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ngo-social-services/0.2.7/page-template/custom-front-page.php
r196072 r204302 29 29 <?php while ( $ngo_social_services_query->have_posts() ) : $ngo_social_services_query->the_post(); ?> 30 30 <div class="slider-box"> 31 <img src="<?php esc_url(the_post_thumbnail_url('full')); ?>"/>31 <img src="<?php the_post_thumbnail_url('full'); ?>"/> 32 32 <div class="slider-inner-box"> 33 33 <a href="<?php the_permalink(); ?>"><h2><?php the_title(); ?></h2></a> … … 101 101 </div> 102 102 <div class="col-lg-6 col-md-6"> 103 <img src="<?php esc_url(the_post_thumbnail_url('full')); ?>"/>103 <img src="<?php the_post_thumbnail_url('full'); ?>"/> 104 104 </div> 105 105 </div> -
ngo-social-services/0.2.7/readme.txt
r203596 r204302 4 4 Tested up to: 6.3 5 5 Requires PHP: 7.2 6 Stable tag: 0.2. 66 Stable tag: 0.2.7 7 7 License: GNU General Public License v3.0 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 187 187 * Added footer columns. 188 188 * Done the css for woocommerce pages. 189 190 = 0.2.7 191 192 * Resolved issue of slider and about image. 193 * Added post page category and tags on off setting in customizer. 194 * Added single post category and tags on off setting in customizer. 195 * Added post formats. 196 * Added css for post page. -
ngo-social-services/0.2.7/style.css
r203596 r204302 6 6 Author URI: https://www.themagnifico.net/ 7 7 Description: NGO Social Services is an amazing theme to create websites such as non-profit, charity, NGO agency, social services campaign, social welfare, volunteer organization, activism, foster home, organize welfare activities, fundraising events, old age home, fight against hunger, blood donation camps, etc. It is a cool theme having elegant and sophisticated design. It is SEO-friendly so your website will rank easily on popular search engines like Google. It offers many options for customization and personalization and is very user-friendly. It is translation-ready theme and has support for RTL layout. The responsive layout makes it fit perfectly on any device screen size and therefore is mobile-friendly too. You are allowed to add shortcodes if you want to add some additional functionality to your website. It has faster page load times because of the clean and optimized codes. It is compatible with most used WordPress plugins. The theme is executed on bootstrap framework. With the social media option you can show your popularity and give credibility to your work by linking all social media page to your site. The testimonial section let’s your visitors give comments on your work. The theme supports Elementor and all sections are made from it. Choose this stunning theme and start creating your website today. 8 Version: 0.2. 68 Version: 0.2.7 9 9 Tested up to: 6.3 10 10 Requires PHP: 7.2 … … 178 178 background: #03b664; 179 179 } 180 180 .article-box h3.entry-title a, span.cat-links a, span.tags-links a{ 181 color: #03b664; 182 } 181 183 @media screen and (min-width: 320px) and (max-width: 720px){ 182 184 .sidenav{
Note: See TracChangeset
for help on using the changeset viewer.