Web Development & WordPress

Portfolio showcasing WordPress theme Blask by Automattic: Modify Header, footer, space, font, sidebar, content, images using css with documentation help

portfolio theme blask by Automattic

Blask is a modern portfolio theme that displays your work in a clean, minimal layout. The simple-yet-bold grid design keeps the spotlight on your projects, and scales to fit any screen size. You can check the Demo of Blask theme by Automattic .

Download Blask theme by Automattic Parent theme

You can ask question regarding any issue you are facing.

Continue reading “Portfolio showcasing WordPress theme Blask by Automattic: Modify Header, footer, space, font, sidebar, content, images using css with documentation help”

Web Development & WordPress

Floral By eLightUp Modifications: Modify Header, Footer, sidebar, Content section, full width single post and more

Floral theme by eLightUp modifications

Floral is an elegant and modern theme for personal bloggers. Its classic layout, stylish typography, and vintage color palette are perfect for personal, lifestyle, fashion, or travel blogs. You can check Floral theme by eLightUp demo.
It costs $49 if you are using wordpress.com personal plan but you can use it for free if you are using Premium or Business plan. Here I am sharing you some css styling so that you can give it a different look as your choice

You can ask question regarding any issue you are facing.

Continue reading “Floral By eLightUp Modifications: Modify Header, Footer, sidebar, Content section, full width single post and more”

Web Development & WordPress

Add social icons ( Google plus , Instagram, Facebook, Twitter and Pinterest) in sidebar widget in wordpress

Few days before, one of my client asked me to add social icons (facebook, twitter,google plus, Instagram and pinterest) in the sidebar widget section. I helped him to add it. Here is the code I used to add the social icons using text widget in the sidebar. Just replace the URL with your one.
If you face any issue feel free to contact me in the comments section.

<style>
span.social br {
    display: none !important;
}
</style>
<span class="social"><a href="YOUR FACEBOOK URL">
<img src="https://allaboutbasic.com/wp-content/uploads/2018/02/fb.jpg" />
</a>
<a href="YOUR INSTAGRAM URL">
<img src="https://allaboutbasic.com/wp-content/uploads/2018/02/instagram.jpg" />
</a>
<a href="YOUR TWITTER URL">
<img src="https://allaboutbasic.com/wp-content/uploads/2018/02/twitter.jpg" />
</a>
<a href="YOUR PINTEREST URL">
<img src="https://allaboutbasic.com/wp-content/uploads/2018/02/pinterest.jpg" />
</a>
<a href="YOUR Google Plus URL">
<img src="https://allaboutbasic.com/wp-content/uploads/2018/02/gplus.jpg" />
</a>
</span>

Web Development & WordPress

Maxwell By ThemeZee: Change styles of Header, Footer, Menus, contents, sidebar and more

Maxwell By ThemeZee help support customization documentation
Maxwell is a modern Blog Theme for Creatives and Entrepreneurs. With its beautiful typography and thoughtful white space, Maxwell truly helps you to stand out with your content. If you are using wordpress.com premium and business plan you can use it for free.
Here I am sharing you some css customization which can help to style your theme as your own.

You can ask question regarding any issue you are facing.

Continue reading “Maxwell By ThemeZee: Change styles of Header, Footer, Menus, contents, sidebar and more”

Web Development & WordPress

Photo Blog A single-column, multicolor, grid-based theme by Automattic: Header, Footer, sidebar, color changes and more

Blogging is a great way to share your story, and sometimes a great photo is all it takes. You know what they say: a picture is worth a thousand words. Photo Blog gives you all of the tools you need to tell a beautiful visual story, whether you’re a photography professional, hobbyist, or a mobile phone shutterbug. This single-column, grid-based theme with large featured images makes your pictures pop! You can check Photo Blog Demo Here. You can Get this theme for FREE with wordpress.com Premium or Business plan.

Photo Blog by Automattic tutorial and support

You can ask question regarding any issue you are facing.

Continue reading “Photo Blog A single-column, multicolor, grid-based theme by Automattic: Header, Footer, sidebar, color changes and more”

Web Development & WordPress

Small Business Theme: modification of header, footer, links, sidebar and more

Running a business is no small task. But with the right tools and support, creating a website doesn’t have to be another chore on your to-do list: enter Small Business, a simple yet powerful theme for small-business owners and entrepreneurs. You can check the demo of Small Business Theme.

theme for small business

Though it cost $5 for wordpress.com free users, but is free to use for  premium and business plan.

Here i am sharing you some trick to make it look outstanding using css styling.

You can ask question regarding any issue you are facing.

Continue reading “Small Business Theme: modification of header, footer, links, sidebar and more”

Web Development & WordPress

Goran By Automattic: CSS Style Modifications, Support and documentations

Goran is a functional and responsive multi-purpose theme that is the perfect solution for your business’s online presence.

theme goran by automattic

If you are using wordpress.com then you can use the theme for free, or if you are using your own hosting or wordpress.com business plan then you can download it from the link below including child theme.

Goran theme Parent zip download

Goran theme Child theme zip download

I am sharing you css styling modifications using which you can give the Goran theme a new look of your choice.You can ask question regarding any issue you are facing.

Continue reading “Goran By Automattic: CSS Style Modifications, Support and documentations”

Web Development & WordPress

Add SEO text just after the related product in woocommerce product page

SEO Text After Related Product Woocommerce

Here is another short tips using which you can add some sort of SEO text (basically to boost your sales) just after the Related Products in woocommerce single product page. Put the following code as per the direction I mentioned below. If you face any issue feel free to let me know in comments section

/*********** this code will go in your theme’s function.php ***********/

add_filter( 'woocommerce_after_single_product','opc' );
    function opc() {
		echo  '<div id="opct"> YOUR SEO TEXT WILL GO HERE </div>';
	}

/*********** this code will go in your theme’s custom css part ***********/

div#opct {
    font-style: italic!important;
    text-align: center;
 }
Web Development & WordPress

Genesis Reposition Breadcrumb: move it before post content to above post title

reposition breadcrumb in genesis theme

This is a short tips, which i solved for one of my client where she asked me to reposition the breadcrumb. In her site the breadcrumb was showing just before content, but she wanted to move it just above the post title. Here is the code, just you need to put in function.php of your genesis theme to achieve the result.

remove_action( 'genesis_before_entry_content', 'genesis_do_breadcrumbs' );

add_action( 'genesis_entry_header', 'genesis_do_breadcrumbs', 9 );
Web Development & WordPress

Dyad 2 By Automattic : Modifications, Support and documentations

dyad2 by Automattic documentation and tutorials

Dyad pairs your written content and images together in perfect balance. The theme is geared towards photographers, foodies, artists, and anyone who is looking for a strong photographic presence on their website. You can check Demo of Dyad 2 by Automattic.

If you are using wordpress.com business plan or want to use the dyad2 theme in your hosting you can download the parent and child theme from below links

Dyad 2 By Automattic  Theme Download
You can ask question regarding any issue you are facing.

Continue reading “Dyad 2 By Automattic : Modifications, Support and documentations”