Forum Replies Created
-
AuthorPosts
-
Update:
I disabled the WP Cronjobs plugin they had me use to prevent transients and session data from clogging up my CPU resources. Now products stay in the cart for about 30 seconds, and if I add a new product to the cart, the previous product is dropped.
Also, on the video page, two lightboxes are now popping up.
Thanks Devin!
That did the trick
That did the trick!
Thanks Josue!
Found the problem.
In my text “Quantity of 1 = 1 truck” seems to be what was breaking it.
When I used “Quantity of “1” = 1 truck” everything worked perfectly.
Any idea on why that happens?
This is extremely helpful!
Thanks Dude!
Thanks so much dude! I appreciate it!
A z-index value set in layout.css was conflicting with what I was applying to style.css
I added this which did the trick:
.logo { z-index: 1000!important; }
I’ve inserted it directly into style.css
Still no change.
CSS snippet added to no avail. Any other ideas?
Thanks Dude,
Unfortunately it didn’t work.
I’ve removed the snippet and disabled plugins. No effect.
Thanks a lot!
Found and removed the extra html tag that was open and now it works like a charm!
Thanks Ismael!
Thanks Devin,
Since I’m running a child theme, do you suggest updating via ftp?
This reply has been marked as private.Hey Peter,
I’d like to achieve the same functionality as Danny. Would it be less intensive to add a lightbox feature to masonry gallery?
June 3, 2014 at 9:37 pm in reply to: Fullwidth Masonry Sorting Not Aggregating Categories Correctly #274216Thanks for the help guys!
May 30, 2014 at 3:06 am in reply to: Fullwidth Masonry Sorting Not Aggregating Categories Correctly #272219This reply has been marked as private.May 29, 2014 at 12:41 am in reply to: Fullwidth Masonry Sorting Not Aggregating Categories Correctly #271543Yea, there’s several categories that aren’t showing up.
Missing Categories:
“ads”
“fillback”
“grulich”
“jensen”
“smith”
“rudgers”Plugins deactivated
No change
Sorry about that
May 20, 2014 at 8:50 pm in reply to: Fullwidth Easy Slider No Longer Displaying Content or Auto-Rotating #267533That did the trick! I must not have flushed the cache first time around.
Thanks a lot Josue!
May 20, 2014 at 7:58 pm in reply to: Fullwidth Easy Slider No Longer Displaying Content or Auto-Rotating #267502Thanks Josue!
I haven’t intentionally edited any jQuery on this site, and don’t think I have the technical knowledge to fix the problem. Any pointers in the right direction on how to fix this?
There was actually an issue with shortcodes.css – not sure exactly what, but when I overwrote it everything worked out.
So, basically, if all else fails: overwrite with original!
Various checkers say avia.js is riddled with errors – but I know they’re not always true. Attempting to try fresh avia.js…
I ran my style sheet through a CSS checker, and it kicked back a line of bunk syntax that I fixed. It corrected the issue, but thank you for the response!
That did it! Thanks so much Yigit.
If I change ‘#top .avia-slideshow-arrows a’ position to fixed it sort of achieves this, but the right arrows jumps to the far right of the page. How can I better control this?
I didn’t want to mess with all the new cool header/logo stuff, so I used this CSS to pull this off:
.header-scrolled .logo { display: block; width: 40px; height: 40px; top: 4px; background: url('http://ksha.com/KSHA_logo_mobile.png') no-repeat; background-size: 35px 35px; float: left; position: absolute; left: 0; z-index: 1; -webkit-transition: opacity 0.5s ease-in; -moz-transition: opacity 0.5s ease-in; -o-transition: opacity 0.5s ease-in; opacity: 1; } .header-scrolled .logo img { display: none; }
-
AuthorPosts