Edit the Stake House theme

Steak House, food and drink theme, is now available on support forum.
GK User
Tue Oct 21, 2014 6:07 pm
Hi, I have several questions on a Stake House theme settings .

1, How I can add a png file instead of an icon that contains the template in the main menu and keep its settings ?

2, I can't replace any of the images contained in the template, such as " Restaurant - Welcome to Steak House " or "Special " or leaves in the right of the "Menu - Discover our menu ," Even the Blog. Can you give me the procedure to do this?

3, How I can translate the Reservation and Contact form?

tank you a lot!
User avatar
Gold Boarder

GK User
Wed Oct 22, 2014 8:22 am
Hello,

Regarding your questions:
1. You can use pseudoelement :before, add class such as menu-png into your link and use this code:
Code: Select all
.menu-png {
  position: relative;
}
.menu-png:before {
  background-image: url("images/logo.png");
  content: " ";
  background-size: 100% 100%;
  top: -60px;
  left: -30px;
  height: 80px;
  width: 100px;
  position: absolute;
}

adjust your top, left image position and change image url to your own.

2. Please check this tutorial: https://www.gavick.com/documentation/th ... customize/
Frontpage -> The restaurant section -> "Changing the Left and Right Images"
other sections are also described.

3. You have to translate these plugins using included .pot files
Use POedit: http://premium.wpmudev.org/blog/how-to- ... ss-plugin/
or this plugin: https://wordpress.org/plugins/codestyling-localization/
User avatar
Moderator


cron