andi0tx
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Ascend] Help with header on the sideHi Kevin,
it’s not the normal effect though, it just jumps form being non-visible to visible very fast. Normally the theme has a slow transition in effect, the dropdown sort of moves in from the bottom up like here: https://themes.kadencethemes.com/ascend/Forum: Themes and Templates
In reply to: [Ascend] Help with header on the sideHi Kevin,
sorry I was not able to get the site online earlier.
I am not sure what you mean with your code, do you mean to replace it instead of my code? You can check here when you hover over “INFO” you see the dropdown and it just sort of jumps in and does not have the smooth transitioning in effect that the dropdown usually has…
Thanks!
Forum: Themes and Templates
In reply to: [Ascend] Help with header on the sideHi Kevin,
the site is currently only on localhost, I will try to get it up tomorrow so you can take a look. It’s basicall the same set up as here though, just with the above mentioned css added to make the dropdown inside the left header.Forum: Everything else WordPress
In reply to: Threads are not foundThank you!
Forum: Everything else WordPress
In reply to: Threads are not foundThank you for your reply. Now the second thread is actually showing up and the page can be found again, the first one is still not to be found though..
first thread: https://www.ads-software.com/support/topic/header-on-the-side/
second thread: https://www.ads-software.com/support/topic/help-with-header-on-the-side/Forum: Themes and Templates
In reply to: [Ascend] Payment on checkoutThat’s what I had tried and it did not work, seems like Woo is prohibiting sidebars on checkout and cart. But I used the column shortcode, this works!
Forum: Themes and Templates
In reply to: [Ascend] Payment on checkoutHi,
hmm, too bad that it is that complicated…and if you really don’t recommend it, I guess I leave it the way it is…thanks for your input!Maybe you can let me know though how I can enale a sidebar for the checkout page? Simply enabling the sidebar layout on the checkout page inthe backedn settings does not work…thanks!
Forum: Themes and Templates
In reply to: [Ascend] Fullwidth product photo on smaller screensThanks to both of you!
Forum: Themes and Templates
In reply to: [Ascend] Fullwidth product photo on smaller screensThank you! Now both things are working ??
One last thing:I want to increase my thumbnails in the gallery and make them the sam size as my main product image. I know you can set the thumbnail size with this filter
add_filter( 'woocommerce_get_image_size_gallery_thumbnail', function($size ) { return array( 'width' => 500, 'height' => 500, 'crop' => 0, ); });
and this works, but I would love to keep the small 100×100 thumbs for the cart page. In Woo docs there is a filter mentioned to change which image size is used in the different locations:
add_filter( 'woocommerce_gallery_thumbnail_size', function( $size ) { return 'woocommerce_single'; });
but this does not work, it is still the 100x100px image which is used for the gallery. Any thoughts?
Forum: Themes and Templates
In reply to: [Ascend] Fullwidth product photo on smaller screens1. Nope, you can check my testproduct – still the same.
2. I used a different image now so you can see it better(but it has the same dimensions as the T-Shirt image has, 1000x 1000px). It is cut off in Firefox.
Forum: Themes and Templates
In reply to: [Ascend] Fullwidth product photo on smaller screensHi Hannah,
strange, I had posted a link as my second post but realized now that the post never showed up??
So regarding the first issue:
You can check on a product of the theme demo like here https://themes.kadencethemes.com/ascend/product/ninja-silhouette-2/
Check on dev tools at 600px width for example. The image is not fullwidth inside the container, which is what I would like.Regarding the Firefox issue: Check my product page with “large center image” enabled in Firefox. The image is cut off on the right side. This is not the case with Chrome though.
Forum: Themes and Templates
In reply to: [Ascend] Fullwidth product photo on smaller screensHi Hannah,
thank you. I think you have a typo, you probably mean (max-width) since I want it 50/50 above 992, and 100% below 992. But still, there is a problem:
I don’t mean 100%=no padding, I still want the default padding, I just want both the product image and the summary to be 100% of the container. But the theme sets a max-width on the product image. Try my testproduct at 600px width for example – it is not filling the whole container, even though my image size in Woocommerce settings is large enough and the image uploaded is 1000 x 1000. Do you see what I mean?
Also, I noticed another Firefox issue when using the “large center image” option, but I cannot show it to you at the same time, so I will do that after.