Responsive …
-
Hi,
i very like this plugin, but have big problem with responsive. My theme is responsive, when switching for ipad or mobile devices or on computer with smaller monitor width – show half button…etc., 2 buttons good and one cut of half
When will be fixed this thing ??
-
If you put the code in the page http://www.sveikatosgidas.lt/plastikos-chirurgija/, then I can work with the html and css.
can i sent you the index.php and you insert??
<?php $options = mh_theme_options(); ?>
<?php get_header(); ?>
<div class=”mh-wrapper clearfix”>
<div class=”mh-main”>
<section id=”mh-loop” class=”mh-content <?php mh_content_class(); ?>”>
<?php echo do_shortcode(‘[ws_table id=”2″]’); ?>
<?php mh_before_page_content(); ?>
<?php if (category_description()) : ?>
<section class=”cat-desc”>
<?php echo category_description(); ?>
</section>
<?php endif; ?>
<?php if (have_posts()) { ?>
<?php while (have_posts()) : the_post(); ?>
<?php get_template_part(‘content’, ‘loop-‘ . $options[‘loop_layout’]); ?>
<?php endwhile; ?>
<?php mh_pagination(); ?>
<?php } else { ?>
<?php get_template_part(‘content’, ‘none’); ?>
<?php } ?>
</section>
<?php get_sidebar(); ?>
</div>
<?php mh_second_sb(); ?>
</div>
<?php get_footer(); ?>Where are you adding it? To the content of the page?
adding before this:
<?php mh_before_page_content(); ?>
If you can insert
<ul> <li><?php echo do_shortcode('[maxbutton id="25"]'); ?></li> <li><?php echo do_shortcode('[maxbutton id="26"]'); ?></li> <li><?php echo do_shortcode('[maxbutton id="25"]'); ?></li> <li><?php echo do_shortcode('[maxbutton id="24"]'); ?></li> <li><?php echo do_shortcode('[maxbutton id="24"]'); ?></li> <li><?php echo do_shortcode('[maxbutton id="27"]'); ?></li> </ul>then I can see what CSS it needs
inserted you can check http://www.sveikatosgidas.lt/temos/
<?php $options = mh_theme_options(); ?>
<?php get_header(); ?>
<div class=”mh-wrapper clearfix”>
<div class=”mh-main”>
<section id=”mh-loop” class=”mh-content <?php mh_content_class(); ?>”>
<?php echo do_shortcode(‘[maxbutton id=”25″]’); ?>
<?php echo do_shortcode(‘[maxbutton id=”25″]’); ?>
<?php echo do_shortcode(‘[maxbutton id=”25″]’); ?>
<?php echo do_shortcode(‘[maxbutton id=”25″]’); ?>
<?php echo do_shortcode(‘[maxbutton id=”25″]’); ?>
<?php echo do_shortcode(‘[maxbutton id=”25″]’); ?>
<?php mh_before_page_content(); ?>
<?php if (category_description()) : ?>
<section class=”cat-desc”>
<?php echo category_description(); ?>
</section>
<?php endif; ?>
<?php if (have_posts()) { ?>
<?php while (have_posts()) : the_post(); ?>
<?php get_template_part(‘content’, ‘loop-‘ . $options[‘loop_layout’]); ?>
<?php endwhile; ?>
<?php mh_pagination(); ?>
<?php } else { ?>
<?php get_template_part(‘content’, ‘none’); ?>
<?php } ?>
</section>
<?php get_sidebar(); ?>
</div>
<?php mh_second_sb(); ?>
</div>
<?php get_footer(); ?>I still see the buttons in a table and by the way, your site is not responsive.
yes i removed for users not show bad. Now i again will inser and will do responsive site.
now responsive and without table http://www.sveikatosgidas.lt/temos/
I must remove for now for the user this code, because showing bad. I hope your help with codeing, because i very like this plugin but for him really need responsive, now is 2015 year all using ipad, iphones new themes responsive 🙂
Sorry, I will not be able to give any more free help on this issue.
what you can propone for this issue??
The topic ‘Responsive …’ is closed to new replies.