Avatar

FBarros82

FBarros82

About

Username
FBarros82
Joined
Visits
59
Last Active
Roles
Expired

Comments

  • Nevermind... after some more digging I found the .user.ini variable declarations tip and applied it to my site and it works. Frustrating b/c I had updated all my variables correctly and phpinfo(); showed that they were correct. I just couldn't get p…
  • Dammit I'm getting this same problem out of the blue and I've increased all vars. At a loss with this issue after countless hours looking into it. It gets to a point where just adding one more column breaks the page and deletes any updates I've made…
  • Can't believe I missed that; many thanks for taking the time out to point me in the right direction.
  • Hi, I enabled one-page but I'm still getting the same results. I'm not understanding why b/c when I click on the "back-to-top" button it slides perfectly.  I have smooth scroll enabled instead of nice-scroll but I've tried both. Any other …
  • You'll notice a contact us button 1/2 way down the page, if you click it it will take you to the bottom where the form is.
  • I'm having this problem on one of my subpages; I'm trying to have a button scroll down to a form that is located at the bottom of the page. This is my button code:[button title="Contact Us" icon="icon-right-open" icon_position=&…
  • Hey Joaera, yep you guessed it right. Just drop it in the custom JS area within betheme options. Sorry I didn't answer earlier but I hardly visit these forums unless I'm looking for a quick fix.
  • Coded my own solution for anyone suffering from the same problem: jQuery(function($){ var handlers = [    // on first click:    function() {       $(this).addClass("hover");          $(this).children(".sub-menu").css("displa…
  • Similar issue here but mine is the #Header_wrapper that has a color but I see no place to adjust it in the beTheme options section. Is this only solveable with custom css?