Showing posts with label child themes setup. Show all posts
Showing posts with label child themes setup. Show all posts

Saturday, March 29, 2014

WordPress Responsive Theme Child Theme Update v1.9.5.1 2014 | MindVisionMedia.net


WordPress Responsive Theme Child Theme Update v1.9.5.1 2014. The long awaited and much needed child theme update tutorial that will help fix your broken parent or child theme. 

Hello folks, #allanmvm here to resolve the current confusion surrounding child themes and the latest versions of this popular WordPress Theme.

Over the last several weeks I have recieved a huge influx of inquiries regarding broken parent and child themes from people all over the world. Typically, theme developers only make changes that cover security vulnerabilities and bug fixes to a theme. Rarely do they change core file names and locations which can reak havoc on current users.

In recent updates however, CyberChimps has done both. In the last few months I've seen an increased update pattern from CyberChimps as they attempt to finalize core features and improvements to one of the most popular themes available. The problem started when changes to these core file names and locations were part of the updates.

This caused and is still causing a little confusion and frustration for some over which file to edit. Over the span of this past summer (2013) when the home php file was changed to front-page php (this file deals with the main Content area, CTA button and the Featured content areas of the home page), I saw an increase of support requests for help figuring out where to edit these sections in the theme editor and or explanations on how to move that file to the child theme directory to make edits.

Now with the latest updates, the actual location of the main style css file has changed. Many users have discovered that the @url reference link in their child theme css could no longer find the new location of the parent themes style css.

A quick fix for existing child theme users is to edit the path from, .../responsive/style.css to the new path in the @url reference.

In my latest UPDATED Responsive Theme Child Theme Tutorial for 2014, I reveal the new location (path) of the "parent" style css file and how to set up and use a child theme with the new Responsive Theme updates.

I show how to download and install the child theme template available from CyberChimps, activate it and set it up so you can edit your child theme successfully along with showing how to move or transfer copies of other files to the child theme directory in order to see and access them from within the Dashboard theme editor.

You can watch the Tutorial below for more:


 
For more information, visit MindVisionMedia.net


By
Allan Whitney
owner/Administrator
MindVisionMedia.net


Friday, March 28, 2014

WordPress Responsive Theme - Where's the CSS File?

Responsive Theme updates impact thousands of users, cause broken themes and child themes as core files are changed and hidden form access.

Hi folks, @allanmvm here to discuss the recent updates to the Responsive Theme and the many inquiries I am receiving from frustrated and confused users.

As most of us know, using a child theme is supposed to be a good thing, right? Some would argue but the concept makes sense, work on a copy instead of ruining the original,a common sense approach most can digest. 

Typically theme developers make updates to their themes to rectify security vulnerabilities and bug fixes that are needed to enhance or protect users f the theme. CyberChimps however is making changes that are impacting users in a negative way of late. In the last 6 months alone, the Responsive Theme has gone through major changes to core files and recently the main style css file was hidden from access in the themes dashboard theme editor.

Even with a child theme, many discovered a broken site or blog after updating the parent theme. and new users are lost when trying to create a child theme with the latest versions.

In another attempt to assist the many users contacting me about this issue, I have created a short but clear video that sheds some light on the matter. I show where the style css file has been moved to in the latest version, and I also show 2 additional methods of modifying the theme without even creating a child theme at all.

My video tutorials on child themes for the earlier versions still apply if you are using older version 1.9.3 or earlier of which a lot of people are still using believe it or not, especially in other countries.

Check out the short video here:

I hope this short tutorial helps diminish the headaches being felt by many users especially our Newbies (hang in there Newbie, help is on the way)

Visit MindVisionMedia.net to find out more and get help with other issues regarding WordPress Responsive Themes.

Join to get access to FREE downloads and more!

Get your FREE copy of my "Responsive Theme Area Zone Map Guidebook". It shows where everything is in the theme, download it here:
Responsive Theme Area Zone Map Guidebook

By
Allan Whitney
Owner/Administrator
MindVisionMedia.net


Sunday, May 26, 2013

Child Themes - You gotta love em!

WordPress Child Themes, the nemesis or nightmare of every WordPress beginner and some intermediate and advance users as well.

I know I was intimidated by them when I began working with WordPress. It seemed like a bunch of hard coding or something and I put off exploring and learning about them.

What is a Child Theme? How do I create one? What can I do with it? Do I have to create one? I answer all of these questions in my latest Responsive WordPress Video Tutorial: " Responsive WordPress Child Themes COMPLETE! Updated Version part 1 and 2 on YouTube now.

This tutorial series on Child Themes covers setting up a child theme and using it within your WordPress Dashboard. See what a child theme does and how it effects your website as well as the benefits and advantages to using one. The Responsive Theme from ThemeID which is child-theme-friendly is used for this demonstration.

The purpose of a child theme is simple, for editing purposes, it allows you to modify the theme files without actually changing the "parent" files of the theme. The Child Theme talks to the browser and tells it to look at it before the parent theme files thus overriding any files in the parent theme folder (directory).