0
Welcome Guest! Login
0 items Join Now

SOLVED Gantry Framework for WordPress widget bug?

  • SOLVED Gantry Framework for WordPress widget bug?

    Posted 9 years 5 months ago
    • Hi,

      I'm building out a new site on wordpress and am having an issue with getting columns to stack right. There seems to be an extra closing div getting applies when using the Gantry Divider Widget.

      Editing widget_standard.php and commetning out the code:

      if (property_exists($rparams, 'end') && $rparams->end == $rparams->widget_id) {
      $params[0] = "</div>";
      }

      seems to fix the issue. I'm having a hard time believing that this is a correct solution. Any thoughts?

      EDIT: This only seems to fix the problem in the features and maintop, makes the dividers not work in footer.

      Thanks,

      Jesse
    • Last Edit: 9 years 5 months ago by Jesse Hammil.
    • Damir's Avatar
    • Damir
    • Preeminent Rocketeer
    • Posts: 22450
    • Thanks: 2679
    • Web Developer

    Re: SOLVED Gantry Framework for WordPress widget bug?

    Posted 9 years 5 months ago
  • Re: SOLVED Gantry Framework for WordPress widget bug?

    Posted 9 years 5 months ago
    • In Joomla, if I had 3 columns in feature, it in inspect element it looks something like:

      <div id="rt-feature">
      <div class="rt-grid-4 alpha">
      <div class="rt-grid-4">
      <div class="rt-grid-4 omega">
      </div>

      in this wp install, it looks very different the last span4 gets paced outside the rt-feature div. Like it closes too eary.

      Not sure what you are asking when you say where does this happen.. It's on the home page and the last span 4 under in the feature position. The same thing is happening in the footer as well.

      Does that help?

      Thanks
  • Re: SOLVED Gantry Framework for WordPress widget bug?

    Posted 9 years 5 months ago
    • Any Ideas? Sorry to be a little impatient, I'm on a deadline so I need to find out if there is a solution soon :)
  • Re: SOLVED Gantry Framework for WordPress widget bug?

    Posted 9 years 5 months ago
    • Hi again, I hate to be pushy as I am a patient person by nature ;)

      I'm on a tight deadline and need to see if this can be fixed or worked around. If there is any other access you need to get the process moving? I'm willing and able to do whatever you guys on my end to help resolve this.

      Thanks,
      Jesse
  • Re: SOLVED Gantry Framework for WordPress widget bug?

    Posted 9 years 5 months ago
    • Thanks for the help Rocket Theme! I used the premire support and they found the problem was the 'Remove Widget Titles' plugin.

      Thanks again!
    • Damir's Avatar
    • Damir
    • Preeminent Rocketeer
    • Posts: 22450
    • Thanks: 2679
    • Web Developer

    Re: SOLVED Gantry Framework for WordPress widget bug?

    Posted 9 years 5 months ago

Time to create page: 0.040 seconds