Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author catkin

    (@thecatkin)

    Hi,

    This must be a result of some other plugin work. Can you deactivate other plugins and check?

    Please let me know which plugin does it.

    Thread Starter hantiq

    (@hantiq)

    I guess the problem comes from a plugin within the theme.
    I tried to remove br and p tags in the script restaurant.js with following code:

    jQuery(function() {
      jQuery("br + br",jQuery("#redi-reservation")).each(function(){
      	if(jQuery(this).prev()[0].nodeName == this.nodeName){
            	jQuery(this).remove()
            }
      });
    });

    but in step 2 of the reservation this doesn’t work

    Plugin Author catkin

    (@thecatkin)

    I suggest to remove manually all br’s from ReDi Restaurant Reservation plugin. Then your theme will add them as it does now.

    Thread Starter hantiq

    (@hantiq)

    Hi,

    That worked, I had to do some other cleaning of code and it looks good now.
    Thanks for your quick response.

    Kr,
    Tim

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘tags added to the plugin’ is closed to new replies.