Luke Stacey
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to make new pages responsive for mobile devicesHi there!
You can change the view your site appears on certain devices using ‘media queries’ and pasting the CSS in your theme’s custom css or child theme style.css (to read about child themes click here).
If you post a link to your site perhaps we can make some suggestions for you.
I hope that helps!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Edin] Removing "Footer Links"…Filezilla or Cyberduck are great FTP clients.
Sublime Text or Text Mate are good text editors.
But, if you get into your Cpanel you can do everything from there without the need for extra software.
Check out this tutorial.
Good luck! 🙂
Forum: Themes and Templates
In reply to: [Edin] Removing "Footer Links"…Hi there!
In order to create your child theme you need FTP access or through Cpanel. You can’t do it directly through the WordPress Admin dashboard.
However, you can view the template files inside the dashboard by going to
Appearance -> Editor
I hope that helps!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Boot Store] Dont know how to create shortcuts in Boot StoreHi there!
1. Go to your Admin Dashboard
2. Go to Appearance -> Boot Store
3. Scroll down until you see ‘Shortcut, 3 Cols’
4. You will see a section for the Left, Center and Right boxes.
5. Enter your own link, new image, title and description.
6. Click ‘Save Changes’ when your finished.
I hope that helps! 🙂
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Edin] Removing "Footer Links"…Hi there!
Use this CSS in your theme’s custom css or child theme’s style.css . You can read about child themes here.
.site-info { display: none; }I hope that helps!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [pandora theme] I can't change the color of my siteHi there!
First thing to try is deleting your browsers cache. Sometimes I have a similar problem, I make an update but it doesn’t show up (especially with chrome). After I delete the cache there it is.
I hope that helps!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: changing responsive themeDo you mean this?
If so you can fix it by adding this CSS to your theme’s custom css or child theme style.css . You can read about child themes here.
h1.title { line-height: 25px; }Forum: Themes and Templates
In reply to: changing responsive themeWhat is the problem with the responsive layout?
It looks great this end 🙂
Forum: Themes and Templates
In reply to: changing responsive themeSure, enable to responsive theme then we can see what the problem is.
Forum: Themes and Templates
In reply to: changing responsive themeHi there!
I think you are going to have to make some CSS changes to make the customization’s you want.
If you post a link to your site perhaps we can make some suggestions. 🙂
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [NewsFrame] My Chid Theme Disappeared?Hi there!
If you post a link to your website we will try and make some suggestions for you. 🙂
Luke the Daft Duke
Forum: Themes and Templates
In reply to: Woocommerce – changing transparent background?Hi there!
I’m not sure if I understand correctly but perhaps you need this code:
.container { background-color: #ffffff; }Try pasting it in your theme’s custom css or child theme’s style.css and see if that is what your looking for.
I hope that helps!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Celestial - Lite] left and right scroll at the bottom appearsHi there!
Try pasting this code in your theme’s custom css or child theme’s style.css . You can read about child themes here.
.row { margin-left: 0px; }I hope that helps!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Sunspot] Remove Author InfoHi there!
Try pasting this code in your theme’s custom css or child theme style.css . You can read about child themes here.
.byline { display: none !important; }I hope that helps!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: No Design EditorHi there!
Are you talking about this plugin?
If so, you don’t need to type in the url. Simply log into your WordPress Admin area and go to Appearance -> Editor and you will have access to your theme files.
I hope that helps!
Luke the Daft Duke