Tagged: x
-
AuthorPosts
-
July 6, 2016 at 5:05 pm #1075445
OnyParticipantHey there,
I had customized the CSS to have transparent and semi-transparent backgrounds for the contact form, tabs, and accordion, and it all was working at one point.
However, there was some data corruption and I had to restart the website from scratch and now unfortunately the CSS is somehow messed up and is no longer transparent.
Please look at the CSS and screenshot provided in the next private reply.
Thanks so much,
OnyJuly 6, 2016 at 5:05 pm #1075446
OnyParticipantThis reply has been marked as private.July 6, 2016 at 5:06 pm #1075447
OnyParticipantThis reply has been marked as private.July 6, 2016 at 8:34 pm #1075660
OnyParticipantEven after deleting everything and inputting the following CSS, the tabs are not properly transparent. They appear as white, instead of allowing me to see the image behind.
.x-accordion-group, .x-accordion-heading .x-accordion-toggle, .x-accordion-heading .x-accordion-toggle.collapsed { background-color: transparent; } .x-accordion-inner { background-color: #ff0000; } .x-container.main:before { background-color: transparent; }July 6, 2016 at 10:59 pm #1075875
LelyModeratorHello Ony,
From your CSS above, I can see a CSS syntax error. Please check every background image declaration like this:
background: url(\"http://127.0.0.1/zoo/zoodirectory/uploads/2016/07/Bar-Dark-PC-Cards.jpg\") no-repeat top center;Update to this:
background: url("http://127.0.0.1/zoo/zoodirectory/uploads/2016/07/Bar-Dark-PC-Cards.jpg") no-repeat top center;
We don’t need the backslash. Please remove backslash from every line.Hope this helps.
July 7, 2016 at 2:07 am #1076023
OnyParticipantHey Lely,
Sorry but that wasn’t unable to fix the issue :/. That’s related to another entity, however even though I’ve made the change it doesn’t fix the error.
The tab and accordion transparency still are not working :(.
July 7, 2016 at 4:01 am #1076145
Nabeel AModeratorHi there,
Please add the following code in your Customizer:
.x-accordion-heading .x-accordion-toggle.collapsed, .x-accordion-heading .x-accordion-toggle, .x-nav-tabs>.active>a, .x-nav-tabs>.active>a:hover, .x-nav-tabs>li>a { background-color: transparent !important; }Let us know how this goes!
July 7, 2016 at 4:32 am #1076171
OnyParticipantThis reply has been marked as private.July 7, 2016 at 6:02 am #1076262
Nabeel AModeratorHi again,
Can you please setup the Child Theme and add the above code in your Child Theme’s style.css file. There could be syntax error in your CSS.
Let us know how this goes!
July 7, 2016 at 11:12 am #1076645
OnyParticipantI’ve done as requested however the transparency still doesn’t work 🙁
July 7, 2016 at 9:06 pm #1077360
FriechModeratorHi There,
To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
If you’re working on a local machine, please provide us your whole child theme folder, your customizer settings, and the page that has the Tab and Accordion. You can export customizer settings under Addons > Customizer Manager. You can export cornerstone page as template (.csl file).
Zip it and upload it to a file sharing site (e.g. https://www.dropbox.com/) and provide us the URL. This way we can replicate the issue and can take a closer look.
Thanks.
July 13, 2016 at 5:55 pm #1085765
OnyParticipantThis reply has been marked as private.July 13, 2016 at 6:03 pm #1085774
OnyParticipantThis reply has been marked as private.July 14, 2016 at 1:44 am #1086314
Rue NelModeratorHey Ony,
That will not work because all the settings, contents and Cornerstone data is saved in your database. We cannot use just the file. What you want us to do to check your site is a complete migration. To better assist you, maybe you can setup a staging area somewhere else for us to check your site.
I am guessing that maybe there are several errors in your css and that is why it is no longer working for you. Please do a thorough checking in your custom css. Please make sure that all the curly braces were properly closed. And also, it is a good practice that all @media block were properly closed and it should be placed at the bottom of all other css to prevent from being overridden.
Could please post the complete css code that you have. In your previous reply you posted a partial code I guess.
Please let us know.July 14, 2016 at 2:53 am #1086385
OnyParticipantThis reply has been marked as private. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1075445 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
