Web Development & WordPress

WordPress Theme for fashion, food, travel, or design: Publication theme by Automattic css style modifications

wordpress publication theme for fashion, food, travel, or design by automattic

Publication is an elegant blog and magazine theme that features full-screen Featured Images. It’s perfect for sites about fashion, food, travel, or design. With balanced typography, colors, and attention to detail, Publication helps you create visually stunning posts. You can check the Demo of Publication theme.

You can download Publication Parent Theme for fashion, food, travel or design.
Also, You can download Publication Child Theme for fashion,food travel or design to edit the theme files.
You can ask question regarding any issue you are facing.

Continue reading “WordPress Theme for fashion, food, travel, or design: Publication theme by Automattic css style modifications”

Web Development & WordPress

Send emails to specific people depending on selection within the Form: Contact Form 7 technique

If you want to implement a form using Contact Form 7 where  users will select  Tutor name or Department name and the mail will be delivered to that specific tutor or department then this tutorial is for you.

To solve the issue, I am sharing you what to do in the steps below

Continue reading “Send emails to specific people depending on selection within the Form: Contact Form 7 technique”
Web Development & WordPress

Lens By Pro Theme Design :Create Blog like Artwork photography website and Modify or Style it as your wish

Lens By Pro Theme Design screenshot

Lens is a photo-oriented theme, great for people who like to tell stories with pictures, equally suitable for bloggers, scrapbookers, and writers. If you are using premium plan or business plan you can use it free in wordpress.com. Otherwise you have to pay $79 to use this theme.

You can check the Lens By Pro Theme Design Demo.

You can ask question regarding any issue you are facing in comments section.

Continue reading “Lens By Pro Theme Design :Create Blog like Artwork photography website and Modify or Style it as your wish”

Web Development & WordPress

Twenty Nineteen (2019) theme By the WordPress team: CSS Style Modifications and documentation of Header, Footer, Menu, widget, Contents and more

WordPress Twenty Nineteen  (2019) theme is the latest theme for the year, developed by WordPress Team.  Creating Professional Business websites is the main focus of the theme. Also, they have created several child themes for this which you can check too.

You can check the Demo of Twenty Nineteen theme.

You can download Twenty Nineteen (2019) theme.

If you want to change site title font color, font size and font family  of Twenty Nineteen (2019) theme By the WordPress team

.site-title a {
color: darkred !important;
font-size: 3rem;
font-family: cursive !important;
}

To change font size, font weight, color and font family of site description of Twenty Nineteen (2019) theme By the WordPress team

.site-description {
color: darkred !important;
font-weight: normal;
font-family: cursive !important;
font-size: 23px !important;
}
You can ask question regarding any issue you are facing in comments section.

Continue reading “Twenty Nineteen (2019) theme By the WordPress team: CSS Style Modifications and documentation of Header, Footer, Menu, widget, Contents and more”

Web Development & WordPress

Redirect Your Custom Post or Pages to login page when viewers are not logged in

Recently one of my client asked me to redirect her viewers ( who wants to check her profile page) to the Login page if the viewers are not logged in. As the profile page are of Custom Posts. I have tried to solve the issue using the following code.

<?php
 $page_id = get_queried_object_id();
if ( !is_user_logged_in() && get_post_type($page_id) =='YourCustomPostType' )
 {
  header('Location: http://www.YourLoginPageURLHere.com');
 }
?>
Web Development & WordPress

Modern wordpress portfolio theme Argent by automattic: For professional designers, artists and photographers

Theme Argent by Automattic demo screenshot

Argent is a clean and modern portfolio theme, geared towards creative professionals like designers, artists, and photographers. With its simple homepage template featuring portfolio projects, Argent aims to draw viewers right at what matters most: your wonderful work.

You can download the Argent theme by Automattic from here.
and
You can download the Argent Child theme to modify theme files like footer.php

I have shared some css customization to give Argent theme a new look of your choice. You can ask question regarding any issue you are facing in comments section.

Continue reading “Modern wordpress portfolio theme Argent by automattic: For professional designers, artists and photographers”

Web Development & WordPress

Showcase your images in this clean, responsive grid-based Gridspace theme By Graph Paper Press

Gridspace By Graph Paper Press

If you want to showcase your images in grid based layout then Gridspace theme By Graph Paper Press is for you. You can use this theme for free if you are using Premium or business plan of wordpress.com. I am sharing you some css customization tricks so that you can style it as your own.

You can ask question regarding any issue you are facing.

Continue reading “Showcase your images in this clean, responsive grid-based Gridspace theme By Graph Paper Press”

Web Development & WordPress

Small Business owner wordpress theme : create website and modify theme Business by automattic

If you are Running a small business or if you are a small entrepreneur then Business theme by Automattic is for you. Using this theme you can create your website for your small business.  Here I am sharing some css modifications using which you can give Business theme by Automattic a new look.

You can download Business Theme by Automattic (Parent theme)

also

You can download Business Child theme ( to modify theme file…like  footer.php)

Business theme Demo screenshot

You can ask question regarding any issue you are facing.

Continue reading “Small Business owner wordpress theme : create website and modify theme Business by automattic”

Web Development & WordPress

Solution of HTTP 500 Internal Server Error in wordpress while logging in.

500 internal server error

Today, one of my client asked me about an issue what he was facing. While logging in wordpress dashboard he was seeing  HTTP 500 Internal Server Error.

To solve the issue, I checked by  Disabling some plugins and found this error

Fatal error: Out of memory (allocated 115867648) (tried to allocate 32 bytes) in /home4/doxxxxx/xxxx.com/wp-content/plugins/snax/includes/formats/meme/settings.php on line 54

Also, I checked by  making WP_DEBUG value to  True  in wp-config.php but didn’t get any culprit plugins which is causing this.

Also, in wp-config.php I tried to increase the php memory limit by adding these 2 lines of code but that didn’t help either.

define(‘WP_MEMORY_LIMIT’, ‘256M’);

define(‘WP_MAX_MEMORY_LIMIT’, ‘256M’);

Ultimate Solution:

So, the way I solved the issue by changing the php version of the cpanel using in the host.

Go to your cpanel and then click on  PHP Selector

 

change php version in cpanel of hostgator

Then Upgrade the version ( in my case I upgraded the PHP version from 5.6 to 7) and save it

Done. The issue should be solved :)

Web Development & WordPress

Showcase your photos using WordPress theme Photos By Automattic : Creating website and modifications

If you are a photo blogger then Photos theme is for you. Photos is a  single column blogging theme which showcase  your photos in a grid format. Photos is basically an image-oriented theme with a simple and clean layout, designed to help you showcase your loved or favourite snapshots. Here I am sharing you css styling code to modify the theme so that you can give a look of your choice. You  can check the demo of Photos theme by Automattic.

Also,

Download this Photos theme by Automattic.

Download Photos Child theme
You can ask question regarding any issue you are facing.

Continue reading “Showcase your photos using WordPress theme Photos By Automattic : Creating website and modifications”