LizardThemes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Medicine] Meny 100% width and wraping over several lines in IE9Medicine ( or Hospital on LeThemes.com) works fine with IE 9 all the other latest versions of IE. You can easily see it on demo.
Forum: Themes and Templates
In reply to: [Medicine] Meny 100% width and wraping over several lines in IE9Hi!
Our theme is fully compatible with the 8.0 version of IE. As I can see you completely changed the theme. Probably that’s caused the problem.Forum: Themes and Templates
In reply to: [Medicine] Slider in some pagesHi!
The theme provides an ability to hide slider on inner pages or disable slider using the “Customize” button on the top of the front page. It is impossible to set the specific pages to show slider.Forum: Themes and Templates
In reply to: [Medicine] Meny 100% width and wraping over several lines in IE9Hi!
I can’t find the problem you are talking about. Could you send us a screenshot?Forum: Themes and Templates
In reply to: [Medicine] Menu fixed at the top?Hi!
Could you clarify your question? Please, give me the URL of your website.
Forum: Themes and Templates
In reply to: [Medicine] Home Page Box ProblemHi!
You have to add the code:
if (!( is_home()) ) {
before the line:
if ( have_posts() ) : ?>
in the file loop.php
and add a curly bracket after the code:
endif;
Forum: Themes and Templates
In reply to: [Medicine] Header instead of logoHi!
Could you clarify the question, please. Search box will stay at the top of the page. It doesn’t depend on the logotype.Forum: Themes and Templates
In reply to: [Medicine] Role "Editor" access Medicine Settings?Hi!
Editor – somebody who can publish and manage posts including the posts of other users according to the WordPress settings https://codex.www.ads-software.com/Roles_and_Capabilities. You can’t change this.Forum: Themes and Templates
In reply to: [Frau] Menu displaying incorrectly HELPBy default, there are two menus always visible on your screen, the “Main” menu and the “Top” menu. To customize any of them you have to go to the page Appearance => Menus and set the created menu as a main/top menu. Here are the intelligible instructions:
https://codex.www.ads-software.com/WordPress_Menu_User_Guide.Forum: Themes and Templates
In reply to: [Frau] Menu displaying incorrectly HELPHi!
I can’t find the dublicated elements on your pages. Could you clarify the problem?Forum: Themes and Templates
In reply to: [Medicine] Remove the button "read more" ShowroomHi!
To change this text you have to find the code:
jQuery(document).ready(function() { jQuery('#header .menu').each(function() { var menu; menu = jQuery('<select>', { 'class':'mobile-menu' }).append(jQuery('<option>').text('Select page')); jQuery('li', this).each(function() { menu.append( jQuery('<option>', { 'value':jQuery('a:first', this).attr('href') }).text(jQuery('a:first', this).text()) ); }); jQuery('#logo').after(menu); }); });
in the file js/main.js and change the “Select page” text.
Forum: Themes and Templates
In reply to: [Medicine] Remove the button "read more" ShowroomHi!
Try to remove “Read more” in Showroom you have to delete the following code:
<a> class='readmore'><?php echo $settings['showroom']['srreadmore']; ?></a>
in the file showroom.php located in the directory of the theme.Forum: Themes and Templates
In reply to: [Medicine] Social Icons on TopHi!
Our themes don’t support such feature. It is impossible to add widgets to header of your website.Forum: Themes and Templates
In reply to: [Medicine] center main menu on topHi!
To fix this you can replace the following line in the file Medicine/css/main.css:/* -==========================- MENUS -==========================- */ .nav-menu ul {margin:0;padding:0;list-style:none;}
with:
/* -==========================- MENUS -==========================- */ .nav-menu ul {margin:0;padding:0;list-style:none;padding-left: 218px;}
Regards,
Alex, LizardThemes.com Support.Forum: Themes and Templates
In reply to: [Frau] Categorias em ordem alfabetica – Como mudar?Hi!
Sorry, but we provide support only in English.
By default, there are two menus always visible on your screen, the “Main” menu and the “Top” menu. To customize any of them you have to go to the page Appearance => Menus and set the created menu as a main/top menu. Here are the intelligible instructions on how to adjust your menus:
https://codex.www.ads-software.com/WordPress_Menu_User_Guide.