ajshot01
Forum Replies Created
-
Forum: Plugins
In reply to: [Plug-in: All in One SEO] – not showing on google searchIs anyone else having this same problem when they install All in One SEO Pack plugin? It is not present under the settings tab?
Forum: Themes and Templates
In reply to: Plug In for viewing websites on tabletsAny ideas which section of the CSS i need to change to make the viewing the same on tablet devices please?
Thanks
Forum: Themes and Templates
In reply to: WordPress recognising Youtube videosAwesome, sorted!
Thanks as always
Forum: Themes and Templates
In reply to: WordPress recognising Youtube videosStill wont work, really not sure what I am doing wrong now!
Thanks anyways
Forum: Themes and Templates
In reply to: WordPress recognising Youtube videosIt works as a new post, I just tried, however I want it on my media page, under the title ‘videos’. Maybe this is not possible?
Forum: Themes and Templates
In reply to: WordPress recognising Youtube videosI am trying to add this video to a page, not to a new post. The text editor is the tab next to ‘visual’ right?
Forum: Themes and Templates
In reply to: WordPress recognising Youtube videosthe TEXT editor current reads…
<p style=”text-align: left;”>http://www.youtube.com/watch?v=7SjbHJ28iec</p>
<p style=”text-align: left;”> </p>WordPress still does not like the video. It has had over 2million views and is not rude in any way!
Any ideas?
Thanks
Forum: Themes and Templates
In reply to: Plug In for viewing websites on tabletsOh, thats not cool. Not good that it looks one way on a PC/laptop and a different way on a tablet. Do you suggest I change the CSS to change the viewing on a tablet?
Thanks
Forum: Fixing WordPress
In reply to: Creating a child theme using the Snowberry theme?Brilliant, really appreciate your help and patience. One final question on the subject, do I have to change the CSS for the parent theme back to the original coding or will that change automatically when an update is available?
To make changes to the child theme can I just add codex under “@import url(“../snowberry/style.css”);” ??
Thanks
Forum: Fixing WordPress
In reply to: Creating a child theme using the Snowberry theme?Sorted! Thank you. As expected, I have lost a lot of the work I had done when I was changing the css. Is it ok to now change the CSS of the child theme with some of the additions mentioned here:
Thanks
Forum: Fixing WordPress
In reply to: Creating a child theme using the Snowberry theme?In “downloads-wordpress-wp-content-themes-“
there is not a snowberry file, only twentyeleven & twentytwelve? is this correct?
The only place I can find snowberry files is in the backup filesthanks
@wpyogi thank you very much for your help!
Do I have a major issue as I have been altering the CSS of my parent theme?
Forum: Fixing WordPress
In reply to: Creating a child theme using the Snowberry theme?Ok I have created the file in text editor and I have wrote the following:
@import url(“../twentytwelve/style.css”);
/*
Theme Name: Twenty Twelve Child
Theme URI: http://example.com/
Description: Child theme for the Twenty Twelve theme
Author: Your name here
Author URI: http://example.com/about/
Template: twentytwelve
Version: 0.1.0
*/But of course changed the detail to match my Snowberry theme, I have then saved the file in my Snowberry-child directory. However, it does not come up in the WordPress available downloaded themes for me to activate. Do I need to copy the CSS style sheet from my parent theme or what do I do?
Sorry if I’m being silly!
Thanks
Ok, thanks all for your help. I now have a BIG problem by the sounds of things…
I have been altering the CSS on my main theme. I now assume I have to create a child theme ASAP! Or is it too late and I’ve messed up everything?
I’m struggling with creating a child theme but hopefully I can get some help with that in another forum I have created
Thanks
Forum: Fixing WordPress
In reply to: Creating a child theme using the Snowberry theme?thank you. I was working through this advice but got stuck on: “In the child theme directory, create a file called style.css. This is the only file required to make a child theme. The style sheet must start with the following lines:…”
Not sure how to create a file?