Forum Replies Created
-
AuthorPosts
-
Good idea. This is what I want to happen:
https://dl.dropboxusercontent.com/u/4753963/width-over-1440-eg.jpg
Color #f0f4f1 at the sides only on screens over 1440. Below that fit to screen width.
ThanksNo sorry Yigit it has 3 problems:
– it doesn’t fit full width to match the header
– the padding shifts content to the right out of line with the header
– the color covers the header image
I have left the code in place so you can see it.
Thanks
RobSorry I forgot. Below
Thanks Ismael
I have raised the issue with the plugin author Woothemes.
I have my doubts that “WooCommerce Measurement Price Calculator” plugin is at fault because there is a product in our shop that doesn’t use it and I get the same error.
I have now rolled back to the old version of Woocommerce from a backup so my shop is now working but the problem can’t be seen. My client was losing sales.
If you leave this thread open I will let you know Woothemes reply.
Best
RobHi
I have tried disabeling WC Fields Factory and WooThemes Helper plugins but it had no effect. I cannot disable the others as they are fundamental to the running of the shop.Please can you confirm somebody is looking into this. My client is losing sales and getting very stressed.
Thanks
RobAdmin user login below if required.
No Luck I’m afraid. I have followed the instructions on https://kriesi.at/support/topic/woocommerce-2-6-problem-urgent/#post-650161, cleared all cache with wp super cache and the problem persists. i.e. I get “Please match the requested format Qty” and it doesn’t add to basket.
Please help, the shop is non-functional on the most popular browsers!
PS I tried installing WP Super Cache plugin and clearing all cache but it didn’t work.
I am having the same problem after updating Woocommerce just now on http://kindertimberproducts.co.uk.
Some points:
– I am also using Enfold
– I have these Woocommerce plugins:
WC Fields Factory
WooCommerce Measurement Price Calculator
WooCommerce WorldPay Gateway
WooThemes Helper
– It works okay on Safari on Mac and PC and i.e. on PC
– I have tried it 2 PCs on Firefox and Chrome and I get the pop-up on both.
Thanks
RobBrilliant!
Thanks for your super-fast response.Thanks Andy that works great. I added opacity: 1; to get rid of the opacity change.
I have sorted the missing line below. It was missing because I had not created a menu and enabled the theme location.
So all sorted.
Thanks again
RobHi Rikard,
1. I have already got Advanced Styling ‘Main Menu Links’ set up and it works fine but only after you scroll down. I want the main menu links on the header to be the same. Scroll down and you will see what I mean.
2. If that css is incorrect what do I need to use to get the bar to show below the link as it does in the Enfold demo.
Thanks
RobWell done Ismael. Never let me down yet!
Many thanks
RobYes I do need help. It is still aligning left when set to max width as per screen grabs. None of the code you have sent has worked. I have only disabled max width as the client I am working for has a large screen and it looks terrible. If you can’t send me the fix without me breaking the site let me know but I have sent you the login for you to add the max width css yourself and try it.
Thanks
RobNo sorry that doesn’t work. The image is still aligning left.
This works okay to get the size correct:#robheader { max-width: 1600px; }
… but I have removed it because I don’t want the client to see it with the wrong alignment.
Thanks
RobSorry Andy that didn’t work.
I have renewed the login below if you wanted to have a play yourself.
Thanks
RobNo not just the text. I mean the complete header. Here’s another screen grab:
https://www.dropbox.com/s/mmbqx2pwrw0455t/grab-160526.jpg?dl=0Thanks Andy nearly there.
It now works but it aligns to the left. It needs to be in the center above the rest of the site. In the color section the image is set to center center. What is the css I need to add to get it to align center? I tried adding margin: auto; but it didn’t work.
Your help is much appreciated.
Thanks
RobI’ve cleared the cache in Firefox and I’ve tested it in Chrome for the first time and the header image is still full width. The screenshot you sent is of the css code. I can’t tell from that whether it looks okay on your screen or not.
Here’s a grab of Chrome the first time it has been to the site.
https://www.dropbox.com/s/ez3lzjqksq6jjn2/grab-160518.jpg?dl=0Thanks
RobSorry Yigit, I tried it but still not working :-(
Hi Rikard,
I have confirmed with the host and no caching is being applied.
Thanks
RobSorry guys what a numpty.
Log in below good for 7 days.
Thanks
RobAre you sure there is no way to have the featured products in the product slider. It seems crazy. I can’t see the point of a product slider that doesn’t allow you to select which products it shows. I use other WP themes and in the product slider there is a drop down that allows you to select featured, best sellers etc. I have tried what you said above and I agree with Runek, it is no workaround at all.
Thanks
RobThanks Ismael that fixed it. I tried lightbox-added but not just lightbox.
Nice one
Cheers
RobHi Vinnie,
No it is not resolved. Lightbox is not working on a custom post type within the Enfold theme. The first code is the generated html for one thumbnail. The next code is the code in loop-index that calls the images.
Sorry if I am repeating myself but I don’t know how to answer your question unless I summarize what I have already written.
Thanks
RobHi Ismael,
I haven’t added another lightbox plugin.
It is adding the”lightbox-added” class but it doesn’t seem to be working. This is the generated html for one thumbnail:
<a style="position: relative; overflow: hidden;" class="lightbox-added" href="http://goldhillmuseum.org.uk/wp-content/uploads/2016/01/Shaftesbury-War-Memorial-1.jpg"><img src="http://goldhillmuseum.org.uk/wp-content/uploads/2016/01/Shaftesbury-War-Memorial-1-80x80.jpg" alt=""><span style="display: none;" class="image-overlay overlay-type-image"><span class="image-overlay-inside"></span></span></a>
The only difference I can see is that it is within a custom post type called Stories. The rest of the theme functionality seems to be okay. This is the loop-index.php:$content_output .= '<div class="story-images">'; $content_output .= '<span></br><strong>Images: </br></strong></span>'; if( $images ): $content_output .= '<ul>'; foreach( $images as $image ): $content_output .= '<li>'; $content_output .= '<a href="'. $image['url'].'">'; $content_output .= '<img src="'. $image['sizes']['thumbnail'].'" alt="'. $image['alt'].'" />'; $content_output .= '</a>'; $content_output .= '</li>'; endforeach; $content_output .= '</ul>'; endif; $content_output .= '</div>';
Thanks
RobThanks Andy login below.
Thanks Yigit.
I have a custom post type set up
e.g. http://goldhillmuseum.org.uk/story/sidney-william-alner/
Uploaded images display as thumbnails. This is the code from my loop-index.php.$content_output .= '<div class="story-images">'; $content_output .= '<span></br><strong>Images: </br></strong></span>'; if( $images ): $content_output .= '<ul>'; foreach( $images as $image ): $content_output .= '<li>'; $content_output .= '<a href="'. $image['url'].'">'; $content_output .= '<img src="'. $image['sizes']['thumbnail'].'" alt="'. $image['alt'].'" />'; $content_output .= '</a>'; $content_output .= '</li>'; endforeach; $content_output .= '</ul>'; endif; $content_output .= '</div>';
I was hoping that within the image link I could add a class or something that opens the images in lightbox and not full size as it does now.
Cheers
RobThanks Josue your a diamond!
Hi Yigit
I can’t see what you but logo is working fine now with the array. I just need to add 2 more filters1- to change the to the same logo on pages with /story/ in the address as well. (e.g. goldhillmuseum.org.uk/story/305/).
2 – as mentioned I want this one to work too:
add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { if(wp_is_mobile() ) { $logo = "http://goldhillmuseum.org.uk/wp-content/uploads/2015/06/gold-hill-museum-header-340x156.png"; } return $logo; }
Thanks for all your help
Rob- This reply was modified 8 years, 10 months ago by fanlokbun.
-
AuthorPosts