bexibex
Forum Replies Created
-
Oh my goodness you did it, it works perfectly, thank you SO MUCH!
Or, is the only solution to make the images all the same size, or at least the first one? Ideally a CSS trick would be great to keep all boxes the same size initially for neatness. Thanks!
If anyone ends up at this page, FYI different theme but the answer was the PHP version was not compatible with the theme version. Go back a couple of versions with the PHP. Then update everything, your theme etc. Then return your PHP version to the latest version and voila, it all works.
Forum: Plugins
In reply to: [Salon Booking System] Divi CodeLots of people have Divi, can you please post an easy-to-follow solution for this plugin? I was going to buy the premium version but I can’t even properly test it at present. Thanks.
Forum: Plugins
In reply to: [Salon Booking System] Divi CodeThat is done. It still doesn’t work, sorry. Can you perhaps paste here the custom.js file of a Divi theme you tested that works with your plugin? Or some so I can see why yours works and mine doesn’t? Thanks
Forum: Plugins
In reply to: [Boo Recipes] Does the plugin work still?FIXED
Forum: Plugins
In reply to: [Boo Recipes] Does the plugin work still?Working, thanks! Didn’t change theme FYI.
Forum: Plugins
In reply to: [Salon Booking System] Something funny when you change the steps orderWhere else can I put this code so it works, as that particular spot does odd things to the website design (narrows it) and still the accordion doesn’t work. Thanks!
Forum: Plugins
In reply to: [Salon Booking System] Something funny when you change the steps orderI am really trying, but I still can’t get it to work. I’m so sorry to be a nuisance. I want it to work so much as I love the plugin and I think the owners will need the full-price version ultimately. I don’t know if you can help further, the entire footer.php for the theme is now (with your modified script):
<?php echo do_shortcode(‘[et_pb_section global_module=”1097″][/et_pb_section]’); ?> <?php get_sidebar( ‘footer’ ); ?> <?php if ( has_nav_menu( ‘footer-menu’ ) ) : ?> <div id=”et-footer-nav”> <div class=”container”> <?php wp_nav_menu( array( ‘theme_location’ => ‘footer-menu’, ‘depth’ => ‘1’, ‘menu_class’ => ‘bottom-nav’, ‘container’ => ”, ‘fallback_cb’ => ”, ) ); ?> </div> </div> <!– #et-footer-nav –> <?php endif; ?> <div id=”footer-bottom”> <div class=”container clearfix”> <?php if ( false !== et_get_option( ‘show_footer_social_icons’, true ) ) { get_template_part( ‘includes/social_icons’, ‘footer’ ); } ?> <p id=”footer-info”><?php printf( et_get_safe_localization( __( ‘Designed by %1$s | %2$s’, ‘Divi’ ) ), ‘Pretty Web Design‘, ‘A Boutique website design company‘ ); ?></p> </div> <!– .container –> </div> </footer> <!– #main-footer –> </div> <!– #et-main-area –><?php endif; // ! is_page_template( ‘page-template-blank.php’ ) ?> </div> <!– #page-container –>
<script>
(function($){
$(document).ready( function(){
$(‘.sln-panel-heading’).unbind(‘click’);
} );
})(jQuery);
</script>
<?php wp_footer(); ?></body></html>Forum: Plugins
In reply to: [Salon Booking System] Something funny when you change the steps orderThanks. It made the site a bit crazy so I took the code out again. So this is my footer.php:
==================================================================
<?php if ( ‘on’ == et_get_option( ‘divi_back_to_top’, ‘false’ ) ) : ?> <span class=”et_pb_scroll_top et-pb-icon”></span><?php endif;if ( ! is_page_template( ‘page-template-blank.php’ ) ) : ?> <footer id=”main-footer”>
<?php echo do_shortcode(‘[et_pb_section global_module=”1097″][/et_pb_section]’); ?> <?php get_sidebar( ‘footer’ ); ?> <?php if ( has_nav_menu( ‘footer-menu’ ) ) : ?> <div id=”et-footer-nav”> <div class=”container”> <?php wp_nav_menu( array( ‘theme_location’ => ‘footer-menu’, ‘depth’ => ‘1’, ‘menu_class’ => ‘bottom-nav’, ‘container’ => ”, ‘fallback_cb’ => ”, ) ); ?> </div> </div> <!– #et-footer-nav –> <?php endif; ?> <div id=”footer-bottom”> <div class=”container clearfix”> <?php if ( false !== et_get_option( ‘show_footer_social_icons’, true ) ) { get_template_part( ‘includes/social_icons’, ‘footer’ ); } ?> <p id=”footer-info”><?php printf( et_get_safe_localization( __( ‘Designed by %1$s | %2$s’, ‘Divi’ ) ), ‘Pretty Web Design‘, ‘A Boutique website design company‘ ); ?></p> </div> <!– .container –> </div> </footer> <!– #main-footer –> </div> <!– #et-main-area –><?php endif; // ! is_page_template( ‘page-template-blank.php’ ) ?> </div> <!– #page-container –> <?php wp_footer(); ?></body></html>
======================================================================
And I did insert it right before wp_footer() so it looked like<?php YOUR PASTED CODE wp_footer(); ?></body></html>
======================================================================
Is there a better place your code should go? Thanks!Forum: Plugins
In reply to: [Boo Recipes] Search FieldThank you!
I realised it was a free booking and the system was deleting unpaid bookings
Forum: Fixing WordPress
In reply to: Blank Homepage Content – All There in PreviewA Static page which is “Home” which is correct. I have various paragraphs and images not visible within that page, using Site origins pagebuilder.
Content is published and visible to public.
I can’t figure it out. I am worried a core file might be damaged in some way.