Forum Replies Created
-
AuthorPosts
-
Please try the link now you will see it – https://drive.google.com/file/d/1ppYhClxx-XCIq2fUd-JYz2HryZvCkc_a/view?usp=sharing
The red line goes through the center (middle) of my socket. The content is not floating vertically centered? The Policies side sits high above the middle?
Please close the case. It was a very weird caching issue and I cleared it up.
Thank you
I tried both of these on my site and neither changed the color when scrolling down?
#top #header.header-scrolled .container.av-logo-container {
background: gold;}#top #header.header-scrolled #header_main {
background: #88bbc8;}ty you can close the case.
I have images which will help. Can I attach them?
I am having the same issue. Please notice the Hamburger Menu is off center on all devices (see screenshot below)? The page is at http://web3.holdings and the CSS I am currently using is:
/*Remove Logo*/
.logo { visibility: hidden !important; }/*Hamburger Center*/
nav.main_menu { display: block !important; margin-right: 50%!important; }https://drive.google.com/file/d/1gIchdQ2nGJrj7RYvsG_GKKClyoKY0syp/view?usp=share_link
TY worked perfect.
Yes I have cleared cache multiple times. That didn’t seem to change anything. Let me check with the artist that prepared the file.
You can close this. I will post that with a link if I come across it. TY
yes perfect again. Thank you so much. You can close this one.
Yes worked perfectly. I would imagine the same things would be true for cross sells?
Sorry wrong page. If you view this page – https://beachlabs.org/product-category/shop-all-products
You will notice that all the product images and the text under the images have a very light border around them. I want to remove that.
Yes that worked for the main product. On this page:
Notice how the price for the top item I have changed to green with your code but the related products below the price is still blue. I also want to remove the white backgrounds from behind those related products.
August 25, 2019 at 4:53 am in reply to: Sale button is overlapping text on single product page #1130681Yes that worked perfectly. TY
Thank you yes let’s close this case.
Worked perfectly, thank you again.
June 30, 2019 at 6:46 pm in reply to: Remove page featured image from all woocommerce pages #1114655We have successfully done this on the “Shop” page with this:
#top.archive .page-thumb {
display: none !important;
}The other pages that still have it are My Account, Cart, and Checkout.
Yes that worked. Thank you.
Yes it worked perfectly. Thank you so so much.
I could not find where to start a new ticket? I am using the full width slider. Images are not appearing on my iPhone or I think they are but are too big and not scaling down. I want to try the code below but what size should I make each of the two images (width and height in pixels)?
/*Fullwidth Slider Background Images Mobile – Start================================================== */
@media only screen and (max-width: 767px) {
/* slide 1 */
.avia-fullscreen-slider .avia-slideshow >ul > li:nth-child(1) {
background-image: url(http://glxipdev.wpengine.com/wp-content/uploads/sites/1/2019/01/glx-blockchain-virtual-768×1024.jpg) (hosted on WPengine) !important;
}/* slide 2 */
.avia-fullscreen-slider .avia-slideshow >ul > li:nth-child(2) {
background-image: url(http://glxipdev.wpengine.com/wp-content/uploads/sites/1/2019/01/glx-blockchain-virtual-768×1024.jpg) !important;
}/* slide 3 */
.avia-fullscreen-slider .avia-slideshow >ul > li:nth-child(3) {
background-image: url(http://glxipdev.wpengine.com/wp-content/uploads/sites/1/2019/01/glx-blockchain-virtual-768×1024.jpg) !important;
}
}@media only screen and (min-width: 768px) and (max-width: 989px) {
/* slide 1 */
.avia-fullscreen-slider .avia-slideshow >ul > li:nth-child(1) {
background-image: url(http://glxipdev.wpengine.com/wp-content/uploads/sites/1/2019/01/glx-blockchain-virtual-768×1024.jpg) !important;
}/* slide 2 */
.avia-fullscreen-slider .avia-slideshow >ul > li:nth-child(2) {
background-image: url(http://glxipdev.wpengine.com/wp-content/uploads/sites/1/2019/01/glx-blockchain-virtual-768×1024.jpg) !important;
}/* slide 3 */
.avia-fullscreen-slider .avia-slideshow >ul > li:nth-child(3) {
background-image: url(http://glxipdev.wpengine.com/wp-content/uploads/sites/1/2019/01/glx-blockchain-virtual-768×1024.jpg) !important;
}
}/*Fullwidth Slider Background Images Mobile – Stop================================================== */
- This reply was modified 5 years, 10 months ago by GlobalListingEchange.
It is not working for me either? I am changing only the font size in Main Menu Links from Default to 30 px and when I view the site there is no change?
I also edited the element for the Menu Item Button and see no change?
Admin login is below:- This reply was modified 5 years, 10 months ago by GlobalListingEchange.
Hi,
We have the same or a similar problem with our site.
The error is:Uncaught Error: Syntax error, unrecognized expression: .av-countdown-function each(iterator, context) { try { this._each(iterator, context); } catch (e) { if (e != $break) throw e; } return this; } .av-countdown-time
Our developers tracked this to be a conflict with the Prototype JavaScript framework that is also loading on the site.
The suggestion is to use thehasOwnProperty()
in thefor (var i in _units)
loop to avoid iterating over the custom __proto__ items as described here:
https://yuiblog.com/blog/2006/09/26/for-in-intrigue/We fixed this locally. Let’s hope it will be still working after the next theme update :)
Thank you! -
AuthorPosts