Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #44425
    Peter Lawrence
    Guest

    After some recent updates to my site, including the BoildGrod Pavillion template to 2.6.4. However after one of these upgrades the main pages were misaligned(became left justified, instead of center justified)
    I eventually identified the bug on Pavilion/base.php line 40 as follows;

    This <main class=”main <?php echo BoldGrid::print_container_class( ‘blog’ ); ?>”>
    becomes
    <main class=”main “>
    instead of
    <main class=”main container”>

    My workaround was to edit the base.php to fix the class. This fixes my site, but I am not sure what happens on the next upgrade

    #44444
    Brandon C
    Keymaster

    Hi Peter,

    Thanks for reaching out and thanks for using Pavilion WordPress Theme and BoldGrid Post and Page Builder!.

    I surely understand your concern, you definitely want to be sure your edits stay intact after an update. One thing you could do is download a plugin like Code Snippets and add your CSS/JS/PHP there. That way when the actual theme itself updates your edits will be safe.

    I hope this helps! Please reach back out if you have any other questions.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘I Lost Some of My Edits After Pavilion WordPress Theme Update’ is closed to new replies.