Plugin Directory

Changeset 3069305


Ignore:
Timestamp:
04/12/2024 01:43:00 AM (23 months ago)
Author:
solwininfotech
Message:

blog designer plugin version 3.1.6 update

Location:
blog-designer/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • blog-designer/trunk/blog-designer.php

    r3030601 r3069305  
    44 * Plugin URI: https://wordpress.org/plugins/blog-designer/
    55 * Description: To make your blog design more pretty, attractive and colorful.
    6  * Version: 3.1.5
     6 * Version: 3.1.6
    77 * Author: Solwin Infotech
    88 * Author URI: https://www.solwininfotech.com/
    99 * Requires at least: 5.6
    10  * Tested up to: 6.4.2
     10 * Tested up to: 6.5.2
    1111 * Text Domain: blog-designer
    1212 * Domain Path: /languages/
  • blog-designer/trunk/public/css/designer_css.css

    r3030601 r3069305  
    4343}
    4444
     45.bd_pagination_box.wl_pagination_box.boxy-clean {
     46    padding: 10px;
     47}
    4548.bd_pagination_box.wl_pagination_box .paging-navigation ul.page-numbers,
    4649.bd_pagination_box.wl_pagination_box .paging-navigation {
     
    423426    border: 1px solid #ccc;
    424427    display: inline-block;
    425     width: 100%;
     428    width: calc(100% - 30px);
    426429    max-width: 100% !important;
    427430    float: none;
     
    437440    transition: all 1s ease 0s;
    438441    height: auto;
    439     max-width: 100%;
     442    max-width: 100% !important;
    440443    width: 100%;
    441444}
     
    660663    transition: all 1s ease 0s;
    661664    height: auto;
    662     max-width: 100%;
     665    max-width: 100% !important;
    663666    width: 100%;
    664667}
     
    31583161    }
    31593162    .bdp_blog_template.evolution {
    3160         width: 100%;
     3163        width: auto;
    31613164    }
    31623165}
     
    33473350    .bdp_blog_template.crayon_slider .blog_header {
    33483351        width: 80%;
    3349         padding: 25px 30px 190px 24px;
     3352        padding: 25px 18px 8px 24px;
    33503353    }
    33513354}
     
    38663869
    38673870/* Sallet Slider Css End */
     3871@media screen and (max-width: 640px) {
     3872    .blog_template.crayon_slider .flex-direction-nav a,
     3873    .blog_template.sallet_slider .flex-direction-nav a {
     3874        top: 50%;
     3875    }
     3876}
     3877
     3878.blog_template.boxy-clean > ul {
     3879    padding: 0;
     3880}
  • blog-designer/trunk/readme.txt

    r3030601 r3069305  
    44Tags: Wordpress Blog, Blog Design, Blog layout, blog template, custom blog template, blog layout design, responsive blog, custom blog layout, modify blog design, responsive blog layout, blog, design, site design, posts in page, blog in page, timeline blog template, classical blog template, light breeze blog template, spektrum blog template, evolution blog template, boxy-clean blog template, crayon slider blog template, glossary blog template, nicy blog template, blog carousel template, blog grid template, media grid template, sallet slider template, ticker template
    55Requires at least: 5.6
    6 Tested up to: 6.4.3
     6Tested up to: 6.5.2
    77Requires PHP: 7.0
    8 Stable tag: 3.1.5
     8Stable tag: 3.1.6
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    228228== Changelog ==
    229229
     230= 3.1.6
     231Release date: April 11th, 2024
     232
     233* Updated: Make compatible with WordPress 6.5.2
     234* Fixed: Design issues
     235
    230236= 3.1.5
    231237Release date: February 01st, 2024
Note: See TracChangeset for help on using the changeset viewer.