arghadeep23
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Responsive] transparency not working with carousel in containerHi @ethanwaterman ,
We’ve replied to your ticket on our support system regarding the same query as you had raised it there as well. We hope that this issue has been resolved. If you have any more queries, please do let us know.- This reply was modified 3 months, 4 weeks ago by arghadeep23.
Forum: Themes and Templates
In reply to: [Responsive] Latest update, how to remove changes?Hi @japenz ,
We have fixed the issue in the latest version of Responsive Theme. Can you kindly check if its resolved at your end ?Forum: Themes and Templates
In reply to: [Responsive] PHP Notice in Debug logHi @japenz ,
In the latest theme version v6.3.2, this issue was resolved, can you please check if you are still facing this error on your debug log ?Forum: Themes and Templates
In reply to: [Responsive] transparency not working with carousel in containerHey @ethanwaterman ,
Are you referring to the opacity control in the container settings of Responsive Block Editor Addons’s container block ? (Refer to this screenshot : https://jam.dev/c/61b2eea7-43ee-4f80-b66b-fa8ce8eb85e4)
If that’s the case, then its the default behavior for the color palette, since you are setting the opacity to 0, hence the background is turning “opaque white”.If you are facing issue with some other control, can you please attach a screenshot of the relevant block and control you are using ?
Forum: Themes and Templates
In reply to: [Responsive] Latest update, how to remove changes?Hi @japenz,
We’ve replied to your ticket on our support system regarding the same query. If you have any more queries related to your site, feel free to reach out to us [email protected] or raise a ticket using link : https://cyberchimps.com/open-a-ticket/Forum: Themes and Templates
In reply to: [Responsive] STUMPED! Headers jump when enabling sticky headerHi Geiger,
We’ve replied to your ticket on our support system regarding the same query. If you have any more queries related to your site, feel free to reach out to us [email protected] or raise a ticket using link : https://cyberchimps.com/open-a-ticket/Forum: Themes and Templates
In reply to: [Responsive] PHP Notice in Debug logHi @japenz ,
Thank you for sharing this update and the details. We’ll review the behavior on our end and evaluate it further.
Forum: Themes and Templates
In reply to: [Responsive] Latest update, how to remove changes?In Responsive Theme v6.3.1, a padding of 8px is added in the theme.json file in the following way :
"styles": {
"spacing": {
"padding": {
"top": "8px",
"right": "8px",
"bottom": "8px",
"left": "8px"
}
}
}This was meant for the Gutenberg page and post editor. Although it also tries to apply the style to the body, but the body gets a padding of 0px given using a higher specificity using the below style (which is there since <v6.3.1) :
@charset "UTF-8";.site-description,.site-title,a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline
}In your case, it seems like the 1st styling which should have been overriden by the 2nd styling – still gets a preference. Have you added any custom styles or modified the theme CSS by any chance ?
Regarding the Woocommerce margin issue, we tried replicating the issue on our end, but did not observe any margin getting reduced.
We would suggest you to kindly raise a ticket through our support forum and share us your site URL so that we can have greater clarity regarding your query. Please use this link to raise your ticket : https://cyberchimps.com/open-a-ticket/- This reply was modified 5 months, 2 weeks ago by arghadeep23.
- This reply was modified 5 months, 2 weeks ago by arghadeep23.
Forum: Themes and Templates
In reply to: [Responsive] Mobile version CardHi @jakesfox ,
Thank you for bringing this to our attention.
We’d like to investigate this issue further so we can identify what’s causing the cart problem on mobile after updating to version 6.2.6.
To help us better understand the situation, please reach out to our support team through this link:
https://cyberchimps.com/open-a-ticket/We appreciate your patience and look forward to resolving this for you soon.
Best regards,
The CyberChimps Support Team