Forum Replies Created
-
AuthorPosts
-
Problem is solved please close.
thank you
ENB..//
thanks yigit it’s 100% now.
sorry I didn’t realise I had the syntax incorrect..
is it better to comment out using the /* comment here */ or the // method?
I noticed that both seem to get used and when I was checking my functions.php today on braandcorsetsupplies I noticed I have used both too.
does it matter? thanks again.
:)
ENB..//
Hi Ismael,
I have not tried this yet, can you be more specific about what code I should add to get the navigation to be site wide and show up on other pages using the header and the hook?
Sorry, but I need a little bit more help with articulating what code to put in what places.
thank you
ENB..//
August 20, 2016 at 10:24 pm in reply to: single product page sidebar to right instead of below that won't break on mobile #675103Hi Ismael,
this seems to be working somewhat, what I notice when adding
@media only screen and (max-width: 1280px) { .responsive #top #main .sidebar { display: block; width: 100%; } .responsive .single-product-summary { width: 100%; } }
is that the place where the sidebar would be is still there, it’s blank now instead, so the main content area did not seem to act responsive.
AND
I notice that the title + add to cart and other items that usually go beside the images of the product also go below, and not just the sidebar.Creds are below and permission to disable plugins
ALSO: i followed
Please review the thread again: https://kriesi.at/support/topic/moving-woocommerce-tabs-underneath-the-image-and-short-description-full-width/#post-352383
I was able to see that this bit of code on comment does work for adding the tabs below the product but, it kills the sidebar completely and bumps it to below the products regardless of resolution of screen size.
- This reply was modified 8 years, 3 months ago by ENBertussi. Reason: needed to address other issue
August 20, 2016 at 10:11 pm in reply to: Change screen resolution that "fullwidth sub menu" kicks to mobile #675102Thank you Ismael,
that for sure fixed it.
I guess I lost track of what code was being used for what and left something in that should not have been there.
as always you guys ROCK ~ ~!~! :)
ENB..//
Hi there,
see below for credentials and permission is always here for disabling plugins albeit I have not seen that disabling fixes adding
add_theme_support(‘avia_template_builder_custom_tab_toogle_id’);
to the functions.php in the child theme working.
It does seem other child theme functions are indeed working albeit.
ENB..//
August 20, 2016 at 9:55 pm in reply to: BMS "Please match the requested format qty" WooCommerce Measurement $ Calculator #675099One other detail I wanted to share was that I notice that if you are really quick and hit the “add to cart” button before the “-” and “+” buttons appear that you CAN actually add a product to the shopping cart, but you have to be super quick and hit the “add to cart” button before the “-” and “+” buttons appear.
I thought that might be helpful with identifying the cause..
cheers
ENB..///
August 1, 2016 at 9:16 pm in reply to: single product page sidebar to right instead of below that won't break on mobile #667467Hi Ismael,
thanks a tonne that worked great.. I added this to the child-theme css once I verified it was working just perfectly, :)
Everything I have now added to the style.css for this now includes the following:
=================
/*single product sidebar fixes*/
@media only screen and (min-width: 801px) {
.not-for-desktops { display: none !important; }}
.single-product .product {
width: 100%;
}
.single-product-summary {
float:left;
width:45%;
margin-right: 3%;
}
.single-product-main-image {
width: 25%;}
/* display sidebar below product on single product view mobile and fix broken display on mobile*/
@media only screen and (max-width: 767px) {
.responsive #top #main .sidebar {
display: block;
width: 100%;
}
.responsive .single-product-summary {
width: 100%;
}
}
=================Should some of this be taken out?
=================
should I open two separate tickets for these two issues I still have below?also:
as the screen narrows the sidebar shrinks before it kicks to mobile as well. it does not behave the same way as the left main menu sidebar does.. this must be due to the ‘width: 25%’ https://db.tt/vT7PDacg and https://db.tt/imkpVQnN can we get it to behave the same way as the left side bar ? where it remains sticky to it’s size until it pops to mobile?also:
I would really really like to also have the product information/woocommerce tabs to go below in the area so that it is full width https://db.tt/AgYLiH7x like shown in this very old post https://kriesi.at/support/topic/moving-woocommerce-tabs-underneath-the-image-and-short-description-full-width/I noticed you did not reply to them Ismael, I do want to try and have all the ‘single product view’ display tweaks in one ticket so I can re-use this on other client sites once I have it all working perfectly :)
thank you again so much kriesi team.. you guys rock ~! :)
ENB..//
August 1, 2016 at 9:09 pm in reply to: Change screen resolution that "fullwidth sub menu" kicks to mobile #667460Hi Vinay,
I have moved the code for doing this from the quick css to the style.css in the child theme,
what I have moved is this:
/*mobile submenu-header menu fix*/
@media only screen and (max-width: 1250px) {
#menu-header-main-menu {display:none !important;}
}@media only screen and (max-width: 1250px) {
@media only screen and (max-width: 1250px)
.responsive #top .av-menu-mobile-active .av-subnav-menu {
display: none !important;
}
#top .mobile_menu_toggle {
display: block!important;
}
}I’m sorry if I have not followed the directions properly for this, but so far the av-subnav-menu is not clickable on small screen resolution it shows but you can not click on it still…
I’m not sure if we were supposed to get rid of the code https://kriesi.at/support/topic/change-screen-resolution-that-fullwidth-sub-menu-kicks-to-mobile/#post-658479 that was also still in the ‘quick-css’ and I have moved it to the style.css (as you can see above no doubt)
Let me know..
thanks a tonne :)
ENB..//
Hey there,
I went ahead and added it to the parent theme functions.php and it worked..
I don’t understand why it would not work by adding it to the child theme functions.php..
yikes..
:(
ENB..//
Ok close this ticket,
for some reason when I first tried ‘link to” “media file” it was not spawning the lightbox modal..
but it is now..
i don’t know but all good close ticket or delete it. ;)
ENB..//
July 27, 2016 at 7:59 pm in reply to: single product page sidebar to right instead of below that won't break on mobile #665910Hi Ismael,
I’m still having some problems https://braandcorsetsupplies.com/product/satin-strap-elastic-bra-strap-elastic/ (and I noticed this is also the case with the MEXX site as well https://db.tt/rWAFWQXf )
first:
this does not seem to fix the core issues with the sidebar disappearing completely on mobile or small screens…. the sidebar is totally gone still and the content is only showing up half of the width of the screen https://db.tt/rvhJAZeE https://db.tt/b05NtpE3also:
as the screen narrows the sidebar shrinks before it kicks to mobile as well. it does not behave the same way as the left main menu sidebar does.. this must be due to the ‘width: 25%’ https://db.tt/vT7PDacg and https://db.tt/imkpVQnN can we get it to behave the same way as the left side bar ? where it remains sticky to it’s size until it pops to mobile?also:
I would really really like to also have the product information/woocommerce tabs to go below in the area so that it is full width https://db.tt/AgYLiH7x like shown in this very old post https://kriesi.at/support/topic/moving-woocommerce-tabs-underneath-the-image-and-short-description-full-width/in summary.
1. left side bar behaviour is inconsistent with the menu on rightside bar when it comes to how it shrinks and pops to mobile
2. side bar is totally gone and does not show below product on mobile it’s just gone. https://db.tt/b05NtpE3
3. side bar settings cause strange mobile behaviour with woocommerce tabs being half screen width. > https://db.tt/rvhJAZeE
4. I really want to have full width woocommerce tabs.. https://db.tt/AgYLiH7xWe are getting close to launching this website to go live soon so I need to sort out this basic layout problems
thank you very much Kriesi team, you guys always rock it for me ! i know we’ll sort this out :)
ENB..//
- This reply was modified 8 years, 3 months ago by ENBertussi. Reason: forgot an image
July 11, 2016 at 8:37 pm in reply to: single product page sidebar to right instead of below that won't break on mobile #659534Hey Basilis,
The solution provided by Ismael https://kriesi.at/support/topic/single-product-page-sidebar-to-right-instead-of-below-that-wont-break-on-mobile-2/#post-658665 did not fix the problem. and It also created new ones.
But taking out the code as Ismael suggested fixed another problem I was having with another thread.
I am still trying to get a solution that can show a “single product page sidebar to right instead of below that won’t break on mobile”
thank you Basislis,
ENB..//
July 11, 2016 at 4:45 pm in reply to: Change screen resolution that "fullwidth sub menu" kicks to mobile #659410Hey Andy,
I did not think I was using a caching plugin and I usually have chrome inspect open with ‘disable cache (while devtools is open) checked.
I also hold refresh click in chrome with “empty cache and hard reload”I just double check to see if performing those again would clear up the issue. No luck :(
sorry.
below are creds.
ENB..//
July 11, 2016 at 4:35 pm in reply to: single product page sidebar to right instead of below that won't break on mobile #659407Hey Ismael,
check out this other thread where I was having problems with a footer on single product view.
taking out the old code (https://kriesi.at/support/topic/single-product-page-sidebar-to-right-instead-of-below-that-wont-break-on-mobile/#post-504471) seems to have fixed the other problem I had..
ENB..//
July 11, 2016 at 4:33 pm in reply to: The footer that behaves differently on different pages. #659405Hey Andy,
I found out that some code I had that I was using for adding the single product page sidebar must have been doing this.
once I did what ismael told me to do https://kriesi.at/support/topic/single-product-page-sidebar-to-right-instead-of-below-that-wont-break-on-mobile-2/ and I removed the settings I followed in https://kriesi.at/support/topic/single-product-page-sidebar-to-right-instead-of-below-that-wont-break-on-mobile/#post-504471 It seemed to fix the footer…
I will do more checking but it seems like my footer problem is related to my single product view and category view sidebar issue.
I will let ismael know about this thread too..
thank you
ENB..//
July 11, 2016 at 4:22 pm in reply to: single product page sidebar to right instead of below that won't break on mobile #659399Hey Ismael,
I’m sorry I must have done something wrong since now the left side bar is broken too.
https://db.tt/S05xt3Fq new sidebar fix broke left side bar mobile no sidebar
https://db.tt/Kh0SaoTA mobile sidebar is totally missing still and product summary is squeezed narrow
Thanks again for any help you can give :)
all the best
ENB..//
- This reply was modified 8 years, 3 months ago by ENBertussi. Reason: fix images
July 8, 2016 at 3:54 pm in reply to: Change screen resolution that "fullwidth sub menu" kicks to mobile #658489I tried this.
@media only screen and (max-width: 1250px) {
@media only screen and (max-width: 1250px)
.responsive #top .av-menu-mobile-active .av-subnav-menu {
display: none !important;
}
#top .mobile_menu_toggle {
display: block!important;
}
}but it did not fully work..
the mobile sub nav is not clickable and the desktop nav still is showing..
July 8, 2016 at 3:45 pm in reply to: The footer that behaves differently on different pages. #658484Hey Yigit,
these are product pages that I am not using the AVIA builder for. So that fix isn’t accessible.
admin account added.
ENB..//
thanks that’s a great piece of setting to have :)
cheers
ENB..//
July 6, 2016 at 7:01 pm in reply to: single product page sidebar to right instead of below that won't break on mobile #657669Hey some more information,
I also found there are sidebar display issues with the ‘shop’ page too.
I also found there are sidebar display issues with the ‘product-category’ pages too.
Thanks so much as always for any help :)
ENB..//
- This reply was modified 8 years, 4 months ago by ENBertussi. Reason: image error
July 6, 2016 at 6:48 pm in reply to: single product page sidebar to right instead of below that won't break on mobile #657664I thought it would be a good idea to show all the quick css we have on the braandcorsetsupplies.com site too
here it is…
=================================
@media only screen and (max-width: 1300px) {
div#full_slider_1 { display: none; }}@media only screen and (min-width: 1301px) { div#full_slider_2 { display: none; }}
@media only screen and (max-width: 800px) {
.flex_column { width: 100% !important; margin-left: 0 !important; }}/*single product sidebar fix*/
/*hide cell on desktop*/
@media only screen and (min-width: 801px) {
.not-for-desktops { display: none !important; }}.single-product .product {
width: 100%;
}
.single-product-summary {
float:left;
width:45%;
margin-right: 3%;
}.single-product-main-image {
width: 25%;}/* Right Side bar top padding*/
.sidebar {
padding-top: 10px;}/* Hide Titles on lightbox */
.mfp-title {
display: none !important;
}/* iconic Swatch styles */
.single-product-summary { overflow: visible !important; }
.single-product-summary:after {
content: “”;
display: table;
clear: both;
}#top .variations td.label { width: 100% !important; }
#top .variations .label label { text-align: left !important; }
form.cart .variations select { float: none !important; }
.single_variation_wrap { margin-left: 0 !important; }
.iconic-was-swatch__graphic{
width: 50px !important;
height: 50px !important;
}.iconic-was-swatches–visual .iconic-was-swatch–selected:before {
line-height: 51px !important;
}/* Currency swap Flags */
a[data-currencycode=”USD”] {
background-image: url(‘http://upload.wikimedia.org/wikipedia/en/a/a4/Flag_of_the_United_States.svg’) !important;
background-size: 40px !important;
width: 40px;
background-repeat: no-repeat;
font-size: 0;
height: 20px;
}a[data-currencycode=”EUR”] {
background-image: url(‘http://upload.wikimedia.org/wikipedia/commons/b/b7/Flag_of_Europe.svg’) !important;
background-size: 40px !important;
width: 40px;
background-repeat: no-repeat;
font-size: 0;
height: 27px;
}a[data-currencycode=”BRL”] {
background-image: url(‘https://upload.wikimedia.org/wikipedia/commons/0/05/Flag_of_Brazil.svg’) !important;
background-size: 40px !important;
width: 40px;
background-repeat: no-repeat;
font-size: 0;
height: 28px;
}a[data-currencycode=”CAD”] {
background-image: url(‘https://upload.wikimedia.org/wikipedia/commons/c/cf/Flag_of_Canada.svg’) !important;
background-size: 40px !important;
width: 40px;
background-repeat: no-repeat;
font-size: 0;
height: 20px;
}a[data-currencycode=”AUD”] {
background-image: url(‘https://upload.wikimedia.org/wikipedia/commons/b/b9/Flag_of_Australia.svg’) !important;
background-size: 40px !important;
width: 40px;
background-repeat: no-repeat;
font-size: 0;
height: 20px;
}a[data-currencycode=”GBP”] {
background-image: url(‘https://upload.wikimedia.org/wikipedia/commons/a/ae/Flag_of_the_United_Kingdom.svg’) !important;
background-size: 40px !important;
width: 40px;
background-repeat: no-repeat;
font-size: 0;
height: 20px;
}/* top secondary menu font size */
#top .av-subnav-menu > li > a {
font-size: 18px;
}/* top secondary menu change to mobile */
July 6, 2016 at 6:47 pm in reply to: Change screen resolution that "fullwidth sub menu" kicks to mobile #657663Hi Rikard,
for http://braandcorsetsupplies.com it is NOT the MAIN MENU that I am trying to snap to mobile at 1250 pixels it is the “fullwidth sub menu”.
the code is for a header based main menu :)
thank you.
ENB..//
July 3, 2016 at 12:08 am in reply to: Change screen resolution that "fullwidth sub menu" kicks to mobile #656169FYI, the site I am trying to ensure does not have issues is http://braandcorsetsupplies.com/
where the “fullwidth sub menu” is going into two rows on smaller screens.
I want it to implement mobile at the resolution I know where it breaks on to two lines.
Let me know when you can.
thank you
Is there a way that I could perhaps get the “full width sub menu” to show up on other pages easily?
I saw this https://kriesi.at/support/topic/full-width-submenu-on-archive-pages/#post-610474 but I don’t know where this code would be placed, nor if it would show up on blog pages and product pages and tag and category pages..
ENB..//
I’d love to see this feature too.
is it on the list of features requested?
- This reply was modified 8 years, 4 months ago by ENBertussi. Reason: forget to check off notify :)
Hey Yigit,
I thought about that too, and I have done that with sites like http://foottools.ca/
but this does not seem to be something that would work on shop pages, product pages, or category or tag pages etc…
what do you think?
running your site on an I.P. will always break stuff.
having the ~ ’tilda’ in an URL will not only break enfold but will cause all sorts of problems :)
cheers
ENB..//
Please IGNORE TICKET.
this issue has been resolved with using different tools..
thank you..
ENB..//
I ended up installing Magic Zoom Plus to try and mitigate some of the lightbox issues, and it appears to be mostly working.
Although it is not completely consistent in it’s behaviour..
braandcorsetsupplies.com/product/satin-strap-elastic-strap-elastic/
hovering over the additional variation images does sometimes not always cause the main image to be changed properly. sometimes it breaks and the image becomes clickable taking you to the image in the browser window..
ENB..//
- This reply was modified 8 years, 5 months ago by ENBertussi. Reason: URL preview wonky
-
AuthorPosts