Make WordPress Themes

Changeset 299861


Ignore:
Timestamp:
11/24/2025 04:11:02 AM (4 hours ago)
Author:
themedropbox
Message:

New version of Newsup - 5.1.7

Location:
newsup/5.1.7
Files:
5 edited
1 copied

Legend:

Unmodified
Added
Removed
  • newsup/5.1.7/readme.txt

    r299652 r299861  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 5.1.6
    8 Version: 5.1.6
     7Stable tag: 5.1.7
     8Version: 5.1.7
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    12511251= Version 5.1.6
    12521252* Fixed Product Meta Issue on Search Page
     1253
     1254= Version 5.1.7
     1255* Fixed Post Meta on Search Page.
  • newsup/5.1.7/search.php

    r276932 r299861  
    1111<div id="content">
    1212    <!--container-->
    13     <div class="container-fluid">
     13    <div class="container-fluid search-class">
    1414    <!--row-->
    1515        <div class="row">
  • newsup/5.1.7/style-rtl.css

    r299652 r299861  
    55Author URI: https://themeansar.com
    66Description: Newsup is a fast, clean, modern-looking Best Responsive News Magazine WordPress theme. The theme is fully widgetized, so users can manage the content by using easy to use widgets. Newsup is suitable for dynamic news, newspapers, magazine, publishers, blogs, editors, online and gaming magazines, newsportals,personal blogs, newspaper, publishing or review siteand any creative website. Newsup is SEO friendly, WPML,Gutenberg, translation and RTL ready. Live preview : https://demo.themeansar.com/newsup and documentation at https://docs.themeansar.com/docs/newsup/
    7 Version: 5.1.6
     7Version: 5.1.7
    88Tested up to: 6.8
    99Requires PHP: 7.4
     
    461461    font-size: 17px;
    462462    margin-top: 5px;
     463}
     464.search-class .mg-posts-sec-post.type-product .post-form{
     465    display: none;
    463466}
    464467/* Sidebar*/
  • newsup/5.1.7/style.css

    r299652 r299861  
    55Author URI: https://themeansar.com
    66Description: Newsup is a fast, clean, modern-looking Best Responsive News Magazine WordPress theme. The theme is fully widgetized, so users can manage the content by using easy to use widgets. Newsup is suitable for dynamic news, newspapers, magazine, publishers, blogs, editors, online and gaming magazines, newsportals,personal blogs, newspaper, publishing or review siteand any creative website. Newsup is SEO friendly, WPML,Gutenberg, translation and RTL ready. Live preview : https://demo.themeansar.com/newsup and documentation at https://docs.themeansar.com/docs/newsup/
    7 Version: 5.1.6
     7Version: 5.1.7
    88Tested up to: 6.8
    99Requires PHP: 7.4
     
    530530    font-size: 17px;
    531531    margin-top: 5px;
     532}
     533.search-class .mg-posts-sec-post.type-product .post-form{
     534    display: none;
    532535}
    533536/*---------------------------------------
  • newsup/5.1.7/template-parts/content-search.php

    r299652 r299861  
    1313                    <?php if ( have_posts() ) { /* Start the Loop */
    1414                        while ( have_posts() ) { the_post(); ?>
    15                             <article class="d-md-flex mg-posts-sec-post">
     15                            <article <?php post_class('d-md-flex mg-posts-sec-post') ?>>
    1616                                <?php newsup_post_image_display_type($post); ?>
    1717                                <div class="mg-sec-top-post py-3 col">
Note: See TracChangeset for help on using the changeset viewer.