Make WordPress Themes

Changeset 289765

Timestamp:
09/22/2025 02:59:28 AM (2 months ago)
Author:
themedropbox
Message:

New version of FSE Solar Power - 1.2

Location:
fse-solar-power/1.2
Files:
2 added
5 edited
1 copied

Legend:

Unmodified
Added
Removed
  • fse-solar-power/1.2/inc/block-patterns.php

    r286479 r289765  
    3535        'team-section',
    3636        'inner-banner',
     37        'post-one-column',
     38        'post-two-column',
    3739        'latest-blog',
    3840        'hidden-404',
  • fse-solar-power/1.2/languages/fse-solar-power.pot

    r288200 r289765  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: FSE Solar Power 1.1\n"
     5"Project-Id-Version: FSE Solar Power 1.2\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/fse-solar-power\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-09-09T10:53:23+00:00\n"
     12"POT-Creation-Date: 2025-09-17T17:44:33+05:30\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.11.0\n"
     
    154154#: inc/patterns/latest-blog.php:6
    155155msgid "Latest Blogs"
     156msgstr ""
     157
     158#: inc/patterns/post-one-column.php:6
     159msgid "Post One Column"
     160msgstr ""
     161
     162#: inc/patterns/post-two-column.php:6
     163msgid "Post Two Column"
    156164msgstr ""
    157165
  • fse-solar-power/1.2/readme.txt

    r288200 r289765  
    2929* Added Posts (Left Sidebar) Template.
    3030* Added Posts (Without Header Image) Template.
     31
     32= 1.2 =
     33* Added One Column Pattern
     34* Added Two Column Pattern
     35* Update Woocommerce My Account page.
     36
    3137
    3238== Resources ==
  • fse-solar-power/1.2/style.css

    r288200 r289765  
    55Author URI: https://www.themescarts.com/
    66Description: The FSE Solar Power is a multipurpose, modern, and luxurious WordPress theme designed for businesses, agencies, fse-solar-power, FSE Solar Energy, FSE Solar Panels, FSE Renewable Energy, FSE Solar Installation, FSE Solar System, FSE Green Energy, FSE Solar Electricity and developers looking for a clean, responsive, and user-friendly design. Its minimal yet elegant layout offers a sophisticated visual experience, making it ideal for solar energy companies, renewable energy startups, and eco-friendly businesses. With Retina-ready graphics and optimized code, this theme ensures a faster page load time and seamless performance across all devices, delivering a mobile-friendly and interactive browsing experience. Built on a secure and clean code structure, this bootstrap-powered theme supports shortcodes for easy functionality and offers a wide range of customization options. Users can personalize their site effortlessly with flexible layouts, color schemes, and typography options, allowing for a fully branded website. Its translation-ready feature ensures global reach, making it perfect for businesses targeting international audiences. The FSE Solar Power comes packed with powerful features like a striking banner section, engaging call-to-action (CTA) buttons, and an attractive testimonial section to build trust with potential customers. The team showcase layout highlights your professionals, while social media integration enhances engagement and online presence. With agency-friendly features, this theme caters to startups, corporate websites, and creative professionals alike. Its animated, stunning, and beautiful design elements help create a visually captivating experience, while its clean code foundation provides both security and scalability for developers. The theme’s personalization options and easy-to-use editor make it suitable for beginners and professionals who want to design a sophisticated and high-performing website without hassle. Whether you're running a renewable energy firm, a consultancy, or a creative agency, this theme’s modern design, interactive sections, and seamless functionality make it a perfect choice to showcase your services in a polished and professional manner.
    7 Version: 1.1
     7Version: 1.2
    88License: GNU General Public License version 2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    334334    background: #f8f8f8;
    335335}
    336 .entry-content{
    337     overflow-wrap: anywhere;
    338     overflow: hidden;
    339 }
     336.entry-content {
     337    overflow-wrap: anywhere;
     338    overflow: hidden;
     339    padding: 30px 0;
     340}
     341
     342/*Woocommerce Account page CSS*/
     343
     344nav.woocommerce-MyAccount-navigation li {
     345  border: 1px solid var(--wp--preset--color--primary) !important;
     346  margin-bottom: 10px;
     347  padding: 10px !important;
     348  background-color: var(--wp--preset--color--primary) !important;
     349}
     350nav.woocommerce-MyAccount-navigation li a{
     351  color: #fff;
     352  padding: 10px 0 !important;
     353  text-decoration: none !important;
     354}
     355nav.woocommerce-MyAccount-navigation li:hover {
     356    background-color: transparent !important;
     357    border-color: #000 !important;
     358}
     359nav.woocommerce-MyAccount-navigation li:hover a{
     360  color:var(--wp--preset--color--primary);
     361}
     362
     363.wc-block-components-notice-banner {
     364    margin: 0;
     365
     366}
  • fse-solar-power/1.2/templates/page.html

    r286479 r289765  
    55<!-- wp:group {"tagName":"main","className":"post-page-area","style":{"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|70","left":"var:preset|spacing|50","right":"var:preset|spacing|50"},"blockGap":"var:preset|spacing|50"}},"layout":{"type":"constrained","contentSize":"80%"}} -->
    66<main class="wp-block-group post-page-area" style="padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--50)"><!-- wp:columns -->
    7 <div class="wp-block-columns"><!-- wp:column {"width":"66.66%"} -->
    8 <div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:post-content /--></div>
    9 <!-- /wp:column -->
    10 
    11 <!-- wp:column {"width":"33.33%"} -->
    12 <div class="wp-block-column" style="flex-basis:33.33%">
    13     <!-- wp:pattern {"slug":"fse-solar-power/sidebar"} /-->
    14 </div>
    15 <!-- /wp:column --></div>
    16 <!-- /wp:columns --></main>
    17 <!-- /wp:group -->
    18 
    19 <!-- wp:template-part {"slug":"footer","theme":"fse-solar-power","tagName":"footer","className":"fse-solar-power-footer-column"} /-->
     7    <div class="wp-block-columns"><!-- wp:column {"width":"100%"} -->
     8    <div class="wp-block-column" style="flex-basis:100%"><!-- wp:post-content /--></div>
     9    <!-- /wp:column --></div>
     10    <!-- /wp:columns --></main>
     11    <!-- /wp:group -->
     12   
     13    <!-- wp:template-part {"slug":"footer","theme":"fse-solar-power","tagName":"footer","className":"fse-solar-power-footer-column"} /-->
Note: See TracChangeset for help on using the changeset viewer.