• 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 ??

    https://wordpress.org/plugins/maxbuttons/

Viewing 12 replies - 16 through 27 (of 27 total)
  • Plugin Author AlanP57

    (@alanp57)

    If you put the code in the page http://www.sveikatosgidas.lt/plastikos-chirurgija/, then I can work with the html and css.

    Thread Starter regis999

    (@regis999)

    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(); ?>

    Plugin Author AlanP57

    (@alanp57)

    Where are you adding it? To the content of the page?

    Thread Starter regis999

    (@regis999)

    adding before this:

    <?php mh_before_page_content(); ?>

    Plugin Author AlanP57

    (@alanp57)

    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

    Thread Starter regis999

    (@regis999)

    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(); ?>

    Plugin Author AlanP57

    (@alanp57)

    I still see the buttons in a table and by the way, your site is not responsive.

    Thread Starter regis999

    (@regis999)

    yes i removed for users not show bad. Now i again will inser and will do responsive site.

    Thread Starter regis999

    (@regis999)

    now responsive and without table http://www.sveikatosgidas.lt/temos/

    Thread Starter regis999

    (@regis999)

    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 🙂

    Plugin Author AlanP57

    (@alanp57)

    Sorry, I will not be able to give any more free help on this issue.

    Thread Starter regis999

    (@regis999)

    what you can propone for this issue??

Viewing 12 replies - 16 through 27 (of 27 total)

The topic ‘Responsive …’ is closed to new replies.