regis999
Forum Replies Created
-
Hi Adam,
sorry that I am text here, but have a problem. When creating custom sidebar, and insert in the page, then not showing widget title normal, only small text. This is only happening with a custom widget when creating.
https://gyazo.com/bae539d42c53d8d82449ff7543c54e74
How can I fix it?
- This reply was modified 6 years, 3 months ago by regis999.
Forum: Plugins
In reply to: [MaxButtons - Create buttons] version 3.01 updated buttons missinghi,
i have the same problem. When i deactivate and activate, getting not straight buttons. Maybe we can talk on skype?Forum: Plugins
In reply to: [MaxButtons - Create buttons] on diferent browser show not identicalYes you dont saw because yesterday i changed location of 2 buttons. But its really problem if on chrome show good on firefox missing 2px on button, when adding 2 px is good on firefox but on chrome to big. Its really make nervous, because wants to do good for all viewers.
Forum: Plugins
In reply to: [MaxButtons - Create buttons] on diferent browser show not identicalForum: Plugins
In reply to: [MaxButtons - Create buttons] on diferent browser show not identicalForum: Plugins
In reply to: [MaxButtons - Create buttons] on diferent browser show not identicalhttp://www.sveikatosgidas.lt/temos/
Check on Chrome, firefox and Tor browser all is diferent shownig
Forum: Fixing WordPress
In reply to: how insert shortcode in php with space above and underI resolved it 🙂
Thank you
Forum: Fixing WordPress
In reply to: how insert shortcode in php with space above and underI inserted this In CSS:
.maxbutton-1-container, .maxbutton-4-container, .maxbutton-25-container, .maxbutton-17-container, .maxbutton-14-container, .maxbutton-2-container { margin: 3px 0 10px; }
http://www.sveikatosgidas.lt/temos/
And i need a little more space before page title. And i need that all buttons will be in the center.
Can you help please?
Forum: Fixing WordPress
In reply to: how insert shortcode in php with space above and underI inserted this In CSS:
.maxbutton-1-container, .maxbutton-4-container, .maxbutton-25-container, .maxbutton-17-container, .maxbutton-14-container, .maxbutton-2-container { margin: 3px 0 10px; }
http://www.sveikatosgidas.lt/temos/
And i need a little more space before page title. And that all buttons will be in the center.
Can you help please?
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Responsive …what you can propone for this issue??
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Responsive …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 🙂
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Responsive …now responsive and without table http://www.sveikatosgidas.lt/temos/
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Responsive …yes i removed for users not show bad. Now i again will inser and will do responsive site.
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Responsive …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(); ?>Forum: Plugins
In reply to: [MaxButtons - Create buttons] Responsive …adding before this:
<?php mh_before_page_content(); ?>