Make WordPress Themes

Changeset 204302


Ignore:
Timestamp:
10/05/2023 10:59:52 AM (2 years ago)
Author:
themedropbox
Message:

New version of NGO Social Services - 0.2.7

Location:
ngo-social-services/0.2.7
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ngo-social-services/0.2.7/page-template/custom-front-page.php

    r196072 r204302  
    2929      <?php  while ( $ngo_social_services_query->have_posts() ) : $ngo_social_services_query->the_post(); ?>
    3030        <div class="slider-box">
    31           <img src="<?php esc_url(the_post_thumbnail_url('full')); ?>"/>
     31          <img src="<?php the_post_thumbnail_url('full'); ?>"/>
    3232          <div class="slider-inner-box">
    3333            <a href="<?php the_permalink(); ?>"><h2><?php the_title(); ?></h2></a>
     
    101101          </div>
    102102          <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'); ?>"/>
    104104          </div>
    105105        </div>
  • ngo-social-services/0.2.7/readme.txt

    r203596 r204302  
    44Tested up to: 6.3
    55Requires PHP: 7.2
    6 Stable tag: 0.2.6
     6Stable tag: 0.2.7
    77License: GNU General Public License v3.0
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    187187* Added footer columns.
    188188* 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  
    66Author URI: https://www.themagnifico.net/
    77Description: 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.6
     8Version: 0.2.7
    99Tested up to: 6.3
    1010Requires PHP: 7.2
     
    178178    background: #03b664;
    179179}
    180 
     180.article-box h3.entry-title a, span.cat-links a, span.tags-links a{
     181    color: #03b664;
     182}
    181183@media screen and (min-width: 320px) and (max-width: 720px){
    182184    .sidenav{
Note: See TracChangeset for help on using the changeset viewer.