• HOME
  • MOBILE REVIEWS
  • TECH NEWS
  • SAMSUNG
  • REALME
  • OPPO
  • HUAWEI

Subscribe to Updates

Get the latest creative news from FooBar about art, design and business.

What's Hot

How to easily create a logo in Photoshop

April 9, 2023

Details of the announcement of the new Honor Magic5 family from Honor

March 4, 2023

Mistakes iPhone Users Make: Know and Avoid Them

March 4, 2023
Facebook Twitter Instagram
Subscribe
Fbramj
Facebook Twitter Instagram YouTube
  • HOME
  • MOBILE REVIEWS
  • TECH NEWS
  • SAMSUNG
  • REALME
  • OPPO
  • HUAWEI
Fbramj
Home»About

About

Thanks for importing Rumour 🙂

Rumour is constructed primarily using GP’s awesome built-in features with some CSS to provide custom styles.

The sections below provides a quick overview on how the site was built and some potential modifications. All the CSS mentioned below can be found in the Additional CSS field in the customizer.

Header/Navigation

The header/navigation is using one of GP’s newest options Use navigation as Header. You can use a site title or upload a logo in Site Identity.

Here is the CSS added for the header/navigation area:

/* Header navigation styling */
.main-navigation, .sticky-enabled .main-navigation.is_stuck {
    -webkit-box-shadow: 0px 1px 0px 0px rgba(51,51,51,1);
    -moz-box-shadow: 0px 1px 0px 0px rgba(51,51,51,1);
    box-shadow: 0px 1px 0px 0px rgba(51,51,51,1);
}

Home Page Header Element/Page Hero

The first section after the header/navigation is built using GP Premium’s Block Element module and WP Show Posts plugin. To modify it, head to Dashboard > Appearance > Elements and edit the “Home Hero” header element.

The WP Show Posts shortcode/list can be modified in Dashboard > WP Show Posts > Home Hero.

Container Width

The container width of 900px is used through out the site with the exception of the home page.

The home page has a Content/Sidebar layout so this CSS below is used to set the width to 1100px:

/* Container size for home page */
body.home .grid-container:not(.inside-navigation) {
    max-width: 1100px;
}

Posts List

You will notice that the 2 recent posts displayed in the header element/page hero are also duplicated in the posts list. The PHP snippet below can be used to remove the duplication:

add_filter( 'pre_get_posts', function( $query ) {
    if ( $query->is_home() && $query->is_main_query() ) {
        $offset = 2;
        $ppp = get_option('posts_per_page');

        if ( $query->is_paged ) {
            $page_offset = $offset + ( ($query->query_vars['paged']-1) * $ppp );
            $query->set('offset', $page_offset );
        } else {
            $query->set('offset',$offset);
        }
    } else {
        return $query;
    }
} );

Adding PHP: https://docs.generatepress.com/article/adding-php/

Footer Widgets

The plugin Recent Posts Widget With Thumbnails is used in the footer widgets area to show recent posts throughout the site.

The footer widgets area is removed from the home page using the Layout Element.

Latest Posts

How to easily create a logo in Photoshop

April 9, 20233,671 Views

Details of the announcement of the new Honor Magic5 family from Honor

March 4, 20238 Views

Mistakes iPhone Users Make: Know and Avoid Them

March 4, 20230 Views

Step-by-Step Guide: Downloading Telegram on Huawei via AppGallery

March 1, 20231 Views
Don't Miss
Tips

How to easily create a logo in Photoshop

By adminApril 9, 2023

Are you looking to create a stunning logo for your business or brand? Look no…

Details of the announcement of the new Honor Magic5 family from Honor

March 4, 2023

Top 5 new features in the Samsung Galaxy Note 10 Mobile

February 27, 2023
Stay In Touch
  • Facebook
  • Twitter
  • Pinterest
  • Instagram
  • YouTube
  • Vimeo

Subscribe to Updates

Get the latest creative news from SmartMag about art & design.

Demo
Our Picks
  • Facebook
  • Twitter
  • Pinterest
  • Instagram
  • YouTube
  • Vimeo
Don't Miss
Tips

How to easily create a logo in Photoshop

By adminApril 9, 2023

Are you looking to create a stunning logo for your business or brand? Look no…

Details of the announcement of the new Honor Magic5 family from Honor

March 4, 2023

Mistakes iPhone Users Make: Know and Avoid Them

March 4, 2023

Step-by-Step Guide: Downloading Telegram on Huawei via AppGallery

March 1, 2023

Subscribe to Updates

Get the latest creative news from SmartMag about art & design.

About Us

Welcome to fbramj.com, your go-to source for all things mobile! Our website is dedicated to providing you with the latest news and reviews about mobile technology, as well as helpful guides and tutorials to help you make the most of your devices.

We're accepting new partnerships right now.

Email Us: info@example.com
Contact: +1-320-0123-451

Facebook Twitter Pinterest YouTube WhatsApp
Our Picks

How to easily create a logo in Photoshop

April 9, 2023

Details of the announcement of the new Honor Magic5 family from Honor

March 4, 2023

Mistakes iPhone Users Make: Know and Avoid Them

March 4, 2023
Most Popular

How to easily create a logo in Photoshop

April 9, 20233,671 Views

Details of the announcement of the new Honor Magic5 family from Honor

March 4, 20238 Views

Top 5 new features in the Samsung Galaxy Note 10 Mobile

February 27, 20232 Views
Facebook Twitter Instagram Pinterest
  • About Us
  • Privacy Policy
  • Terms Of Use
© 2023 Joe. Curated by Fbramj Team.

Type above and press Enter to search. Press Esc to cancel.