JoshB84 Posted April 24, 2020 Posted April 24, 2020 (edited) I am trying to figure out how to get the commenting area black when using the Pages CMS with this theme. This happens with the commenting section under an article. I tried adding: .ipsTabs_panel { background: #000; } but that did not work. [edited] Here it the code to fix this issue. /* Pages Comment Background for Articles */ .ipsWidget.ipsWidget_horizontal .ipsTabs_panel { background: #121418; } Edited April 24, 2020 by JoshB84 Fixed with help from Axen
JoshB84 Posted April 24, 2020 Posted April 24, 2020 These 3 Gallery edits I figured out on my own. 🙂 When you go add an image. The DropZone border is white. This will change it to match the skin. /* Gallery Add Image DropZone Border */ .cGallerySubmit_uploadImages .ipsAttachment_dropZone:not( .ipsDragging ) { border-color: #121418; } When you go to add an Gallery image. The background is white. This will change the color to match the skin. /* Gallery Image Submit Background */ #elGallerySubmit_imageUploader .ipsAttachment_fileList .ipsImageAttach { background-color: #121418; border: 5px solid; border-color: #121418; } After submitting the Gallery image. This changes the highlight color when you hover over the image from solid white to match the skin. /* Gallery Image Submit Background Hover */ #elGallerySubmit_imageUploader .ipsAttachment_fileList .ipsImageAttach:hover { background-color: #25262a; border-color: #25262a; }
BigP Posted August 8, 2020 Posted August 8, 2020 I'm trying to download but got this error: Error code: 1D161/3
aXenDev Posted August 8, 2020 Posted August 8, 2020 59 minutes ago, BigP said: I'm trying to download but got this error: Error code: 1D161/3 You must have an active license to be able to use the marketplace.
blustic Posted April 1, 2021 Posted April 1, 2021 Hello, Is this template compatible with > 4.5 versions ?
Day_ Posted April 1, 2021 Author Posted April 1, 2021 Just now, FGS said: Hello, Is this template compatible with > 4.5 versions ? No it’s not, sorry. With 4.6 around the corner I may look at updating it for that release blustic 1
blustic Posted April 1, 2021 Posted April 1, 2021 8 minutes ago, day_ said: No it’s not, sorry. With 4.6 around the corner I may look at updating it for that release Thank you for your work.
Recommended Posts