designpromote
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Restaurant] Changing front page widget sizeslike this:
<?php //get_sidebar(“front”); ?>Forum: Themes and Templates
In reply to: [Twenty Thirteen] Footer margin-top for child themeYou can use external css (not inline css).
for example:.site-footer { margin-top: 15px !important; }Forum: Themes and Templates
In reply to: [Restaurant] add in widget pictures?Please use <img src=”your imgae url” />
Forum: Fixing WordPress
In reply to: Update checks, Feeds, and are inaccessibleHow about adding the following line to your wp-config.php:
define( ‘DISABLE_WP_CRON’, true );
to disable cron in WordPress.
Forum: Themes and Templates
In reply to: [Restaurant] Slider worked and then didn'tIs it your website: http://www.pafriends.org/? It doesn’t use Restaurant theme.
The post here is for questions related to restaurant theme.
You should try to ask the theme author or post on general forum (http://wordpress.org/support/)
Forum: Themes and Templates
In reply to: [Restaurant] Slider worked and then didn'tIt should work with 3.7.1 please see the demo site at http://www.designpromote.co.uk/wp2012/restaurant/
Also, I have updated the theme to version 1.07.
You can post your links so that I can investigate further.
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Wonder why "rem" is not used on 2013 theme?I was suggested to ask this questions here by theme review team, but my past experience showed you shouldn’t expect much.
It’s annoying wordpress stopped using REM in a year without explanation.
Forum: Themes and Templates
In reply to: [Restaurant] Changing the size of the slider imagesLine 44 in flexslider.css, add width to .flexsider. For example:
.flexslider {
width: 500px /*any width you prefer*/
}Forum: Themes and Templates
In reply to: [Restaurant] SliderPlease consider plugins – First Slider
shortcode: [firstslider]Note: it wouldn’t work with Restaurant theme because First Slider plugin and the restaurant theme use the same function name.
If you would like to use First Slider with restaurant theme, you need to change function name in Functions.php.
Nan
Forum: Themes and Templates
In reply to: [Restaurant] Changing front page widget sizes3 widgets is controlled by line 332 in style.css:
.home-widget .widget {
float: left;
width: 300px;
}line 59 in front-page.php:
<?php get_sidebar(‘front’); ?>line 23 in sidebar-front.php
<div id=”secondary” class=”home-widget” role=”complementary”>please check if .home-widget is included (by disable <?php get_sidebar(‘front’); ?>)
You didn’t use the Restaurant theme on your site so I can’t check for you. However, I hope it help.
Forum: Themes and Templates
In reply to: [Restaurant] How do you change slider imagesOnce you add a new image at Appearance – Sliders, 2 default slider images will be disabled, your image will be shown as slider images.
Forum: Themes and Templates
In reply to: [Shop] [Shop theme] no widguets in Main Sidebar1. at line 26 in page.php, change <?php //get_sidebar(); ?> to <?php get_sidebar(); ?>
2. at line 1544 to 1547 in style.css, delete remarks
Forum: Themes and Templates
In reply to: [Restaurant] how to change the colour of the text/menu widgets?Thanks for your help.
I will provide a custom CSS and a css plugin next time.
Forum: Themes and Templates
In reply to: [Restaurant] how to change the colour of the text/menu widgets?didn’t think of that.
what would you recommend?also, i was planning to add a color pick-up option in dashboard next version to do this kind of work.
Forum: Themes and Templates
In reply to: [Restaurant] how to change the colour of the text/menu widgets?A:
1. Open style.css in your host, it is normally at wp-content/themes/restaurant/
2. replace all #660000 into the color you like