LizardThemes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Frau] Main menu bar located UNDER the header imageCould you give us the URL of your website, please.
There is no header image on our demo. It is Slider)Forum: Themes and Templates
In reply to: [Frau] how to import dummy content?Hi!
Please, clarify the issue. Probably, you just have to read the documentation to the theme here to find a solution.Forum: Themes and Templates
In reply to: [Medicine] disable mobile viewUnfortunately, you have to update the entire theme.
Forum: Themes and Templates
In reply to: [Medicine] disable mobile viewPlease, download the updated version of the theme on the official website. We have fixed this problem.
Forum: Themes and Templates
In reply to: [Medicine] disable mobile viewHi!
When did you download the theme?Forum: Themes and Templates
In reply to: [Frau] Changing phone layout to web version layoutHi!
Thank you for letting us know about this. We fixed it. Please, download the theme from the official website lizardthemes.com and replace the file style.css.Forum: Themes and Templates
In reply to: [Frau] Changing phone layout to web version layoutHi!
Please, add the code:
.copyright .container { padding:0 !impotant; }
to the file style.css to fix the problem.
You can also add this code on page Frau –> Integration.Forum: Themes and Templates
In reply to: [Medicine] Home page layout and search button color issue in IE8Hi!
As I can see you have changed the code that causes all your problems. For example, the code:
`#container {
width:<?php echo $container[‘width’]; ?>px;
margin-left:<?php echo $container[‘margin-left’]; ?>px;
margin-right:<?php echo $container[‘margin-right’]; ?>px;
float:left;
}`
isn’t on your page. It should be in the file functions.php. for the correct work of the theme. That is why your sidebar falls beneath the page content. Besides, the date of publication isn’t supposed to be displayed with pages.Forum: Themes and Templates
In reply to: [Medicine] Home page layout and search button color issue in IE8Hi!
As I can see you haven’t change the code:#searchsubmit { background: linear-gradient(to bottom, #0EB689 0%, #07A472 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); border: 1px solid #00835E; border-radius: 3px; color: #FFFFFF; float: right; font-weight: bold; height: 25px; text-transform: uppercase; width: 79px; }
in the file style.css to change the color of your search button. Sidebar display the same in all the major browsers. Please, send a screenshot.
Forum: Themes and Templates
In reply to: [Medicine] Doesn't workHi!
It seems you have changed some css rules or removed some code. Our themes are compatible with the latest versions of WP.
Could you give us the URL of your website, please.Forum: Themes and Templates
In reply to: [Medicine] How to deleted slider at post or page?To fix this you have to turn off “Show Slider on inner pages?” on page Medicine –> Slider in the dashboard.
Forum: Themes and Templates
In reply to: [Medicine] Remove floral section up the topTo fix this you just have to remove the code:
.foliage { background: url("images/foliage.png") no-repeat scroll center top transparent; height: 744px; position: absolute; top: 11px; width: 100%; z-index:0; }
from the file style.css.
Forum: Themes and Templates
In reply to: [Frau] My customization is being lost with the upgradeUnfortunately, it is impossible to edit slider text in a specific file. I can’t detect your problem. I’ve updated my 1.6.8 version to 1.6.9 and all my customizations has been saved. If you are talking about the files modifications, we can’t guarantee that your changes will be saved. It is happening due to the theme update requirements of WordPress.
Forum: Themes and Templates
In reply to: [Frau] My customization is being lost with the upgradeHi!
In accordance with the requirements of WordPress, we have to replace all of the theme files during the upgrade.
Two Easy Solutions
1. One easy solution is to simply delete the old theme first, and then upload the new theme. (Make sure you have a copy of your old theme on your computer in case something goes wrong with the new theme.)
2. If deleting a theme makes your nervous, then another option is to rename the newer version while it’s still on your computer, and then upload it.
In order to rename the newer version, follow these step:- Unzip the newer version on your computer
- Once unzipped, open the folder, and you should find another folder.
- Rename this inside folder. You can just add “new” to it (e.g. “mytheme-new”).
- Copy or move this newly renamed folder OUT of the other folder it was in.
- Once you have your newly renamed folder out of the old folder and by itself, zip it.
- Upload this newly renamed folder via the theme section in your admin area.
Forum: Themes and Templates
In reply to: [Medicine] disable mobile viewHi!
To disable the responsive design at all you have to follow the instruction:
1) open file functions.php in text editor and remove there following code:<link rel="stylesheet" href="<?php echo get_template_directory_uri()?>/styles/mobile.css" type="text/css" media="screen and (min-width:240px) and (max-width:639px)" /> <link rel="stylesheet" href="<?php echo get_template_directory_uri()?>/styles/tablet.css" type="text/css" media="screen and (min-width:640px) and (max-width:1023px)" />
2) remove all code starting from strings :
/* TABLET */
in the file style.css.