When viewing my homepage on mobile, the text is getting squished to the left side by the image on the right. Some time ago I had added additional CSS to my site which had fixed the issue so that the image just loaded above the text on mobile. Since recently switching from classic editor to blocks, however, the issue has resurfaced. Here’s the additional CSS that used to work but doesn’t any more:
@media only screen and (max-width: 600px) {
figure.alignleft, img.alignleft, figure.alignright, img.alignright {
float:none;
display:block;
margin-left:auto;
margin-right:auto;
}
}
Thanks for any help,
Robert
I have a .png with transparent background uploaded as logo. For some reason the container around the logo is white where my header color is teal.
Went into css and do not see any #logo area.
]]>Hello,
we are using the free Live Composer with your theme Celestial Lite. Unfortunately the some necessary edit buttons will not be shown.
I deactivated all plugins -> this did not help
I tried theme Twentyfifteen -> the Live Composer is working fine.
do you have any idea, why the Live Composer is not working with your theme?
Regards
Jürgen
I posted a question about this and got a perfectly workable reply a few months ago, but it’s no longer working, possibly because I’ve carried out more work on the footer menus.
Here’s the old post –
https://www.ads-software.com/support/topic/css-code-to-remove-footer-from-one-page/
My website is cleanerstogo.co.uk and here’s one of the pages from which I wanted to remove the breadcrumbs, main and footer menus.
https://www.cleanerstogo.co.uk/ref0245 but only the breadcrumbs and main menu are not showing
I’m using the custom menu widget to place four separate menus in the four footer positions and I think this might be causing the footer menu(s) to not be removed.
Possibly I’d not split them out when I posted my previous query – I can’t remember for sure?
To confirm the page id is 897 and here’s what I’m using in the child theme:
.page-id-897 #breadcrumbs
{
display: none!important
}
.page-id-897 .main-navigation {
display: none;
}
.page-id-897 #st-footer-menu.menu {
display: none;
}
If anyone can suggest what I’m not seeing here I’d really appreciate your help.
Thanks
]]>Perhaps this is being caused by a plugin conflict somehow because it’s not happening on another website I’ve created but there’s a thin line appearing below each entry in the menus I’ve set up in my footers.
I’ve got 4 separate menus for footers 1 – 4, each inserted using the Custom Menu plugin on the below website,
https://hypnotherapyinpeterborough.co.uk/
But on another website I’ve created there’s no such lines appearing, using the same method
I’m going compare plugins and test by disabling to see if any are causing conflicts, but has anyone had similar and if so, any suggestions to resolve the issue.
Thx
]]>When copying and pasting the website link in an ad or facebook post, the image is something in the middle of the static front page rather than the top of the website home page. We want the website image to be the logo or the top of the home page. How can I fix this?
]]>With the most recent update, we received the following error on our pages:
Fatal error: Can’t use function return value in write context in /home/bikersl1/public_html/wp-content/themes/celestial-lite/footer.php on line 72
This has removed the footer entirely from the pages, including the copyright line and leaves that error visible on the pages on the right hand side!
]]>Hi, I am using the latest version of WordPress (4.8.1) and the latest version of Celestial – Lite (3.5.5). I have tried on both FireFox and Chrome to update the Copyright notice under
“Basic Settings” for Celestial – Lite (3.5.5).
How do I get the Copyright notice to update? (Unable to change, add, or delete any of it.)
]]>I’ve just realised that the social bar is still on my website (I’d set it to the colour of the background initially to ‘ignore’ it).
I’ve got this CSS in my child theme, but if I reset the colour to anything except for the background it still shows.
#st-socialbar-wrapper {
display: none!important;
}
#st-socialbar-wrapper {
height: 0px;
}
It’s weird but this seems to be the same as the CSS I’ve used on some other websites, but I never had to change the socialbar’s color to ‘hide’ it in those. Perhaps there’s a typo I’m not seeing, so I’ll check but I’d appreciate any tips on this.
I’d like to remove it so there’s less ‘dead space’ at the top of the page.
I’ve looked through the posts on here but couldn’t find an answer.
Any suggestions anyone?
]]>I’m using celestial lite for my website https://www.cleanerstogo.co.uk and have the plugin Breadcrumb Nav XT to put breadcrumbs below the header.
I wanted to remove this function from some landing pages, however, the code I’ve used in my child theme isn’t allowing this.
I posted a question on the support page for the plug in and the author wondered whether it was this breadcrumb that was actually producing the output.
Here’s the link to my post on that page
And here’s the code that’s currently in my child-theme
.page-id-5091 .breadcrumbs {
display: none;
}.page-id-21 .breadcrumbs {
display: none;
}
Both are landing pages where I’ve already been able to remove both menus.
I appreciate that the problem might not be anything to do with celestial-lite itself but I ave you ever run across this problem with any other celestial-lite websites?
]]>I want certain pages to be landing pages and although I have successfully removed the main (top) menu I can’t work out how to remove the footer menu from the same page(s).
On my website https://www.cleanerstogo.co.uk I’ve used
.page-id-5091 .main-navigation {
display: none;
}
In my child theme, which works but I can’t work out what to select for the footer.
Has anyone else set up landing pages with Celestial Lite and if so, what’s the missing name?
FWIW I’ve tried
.page-id-5091 .footer {
display: none;
}
.page-id-5091 .st-footer-wrapper {
display: none;
}
.page-id-5091 .st-footer {
display: none;
}
None of which work? Has anyone else set up landing pages with Celestial Lite and if so, what’s the missing name?
]]>I’ve hit a snag with my website and it seems that the header image is pulling the google speed test results down.
At present, my website https://www.cleanerstogo.co.uk is scoring mob 73 / d’top 82 on google’s page speed insights test, but when I used wp-clone to copy the whole website onto another empty domain I have, https://www.myaxolot.co.uk and removed the header, the score went up to Mobile 86 / Desktop 90 (double-green).
That being so, is there anything I can do to my header image to achieve the same score with it back in place?
It’s currently sized at 2560 x 550, as recommended and although I’ve run it through various image shrinking progs, it’s still causing a problem.
I don’t really want to use a 1024 x 220 image as it looks quite ‘lost’ and clearly, other websites seem to be successful with big images too.
Is there any adjustments I can make in my CSS child theme, or is this something which would be overcome with the non-lite version?
Thanks
]]>Is it possible to use a background image on this theme rather than a solid colour? I’ve uploaded what I want in the background settings of the theme, but there doesn’t seem to be a “clear” option on the background colour as there is in some other themes. Am I missing something?
]]>I used a workaround previously to fix this on another site but I’d like a better way to deal with this as I’m sure it’s something that’s easily achieved with the correct commands, but I can’t work out what to use.
I’m using the Page Centred template and want to restrict the width so that my text can appear across the centre of the page only, ie, increase the left and right margins, so there’s less text per line and it’s easier to read on a PC / laptop.
I use the plugin easy columns elsewhere on my pages so I could bodge the effect by creating two empty columns of say, 1/5 page width, to the left and right of the text and therefore force the actual text to appear in the middle 3/5, but that requires updating every page.
Can I add a line of code to my child theme to give the same result?
Link https://www.hypnotherapyinpeterborough.co.uk
I’m sure this is something that’s so basic but I’ve googled and searched on here and can’t see the obvious solution so, any suggestions gratefully accepted. Thanks
]]>Hi,
I’m using the pro version. Is it possible to have a rotating banner?
Thanks.
]]>When I click on “Customize” under “Appearance”, it brings me to an Internal Server Error page with limited information: (The server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.More information about this error may be available in the server error log.) I have updated everything, and even tried to see if it was my .htaccess, and it is still undetermined. The site is functional with the exception of the home page not showing the content, thus why “Customize” is what I have pin-pointed, but cannot solve the problem……
]]>Wanted to upgrade my server PHP to version 5.6, but first run a test and got this error in functions.php:
866 | ERROR | Parameter shadowing super global ($_post) causes fatal error since PHP 5.4
So I can’t upgrade, since it will break the site.
Any ideas on how I can fix this?
Thanks.
]]>Hi there. I’ve been using Celestial-Lite for the last 3 or 4 years for one of our sites (kingdomwaytrust.org). I’m running on a child theme, but have just updated from an old version of the main theme. Unfortunately in the process a few things have got messed up and I can’t work out how to correct them.
Specifically, the menus at the top are now all centralised instead of left justified, and go on to a second line of menus where they were all on one line. Also some secondary menu lines wrap where they didn’t before, and on tablet and phone settings some disappear altogether.
Secondly there is a red line which has appear across the top of some pages (e.g. https://kingdomwaytrust.org/winter-night-shelter/), just below the header curve. No idea where this has come from.
Could you point me to what I need to change to correct these please, and how to ensure they don’t get messed up with future upgrades of the theme? Many thanks.
]]>Where did the Front Page widgets go? They were showing about two weeks ago, but they aren’t showing now. I’ve tried editing the settings in the Customizer but they are no longer in the menu to edit. I can see them in the Appearance settings, but I can’t get them to show on my home page. My page URL is https://www.unityofdayton.org. I’m using a child theme so any updates to the theme should not have affected my settings. Does anyone have any suggestions?
]]>I’m 100% happy with Celestial Lite for my existing business, however for a separate business I will shortly be launching, advertising and selling physical products, I need to construct a fresh website
I noticed a post on here https://www.ads-software.com/support/topic/is-celestial-lite-child-theme-woocommerce-ready from about a year ago which indicated that I would need to use Celestial Reloaded to do this if I wanted to stay with a Celestial Lite styled theme.
But when I looked at the comparison list for the theme it shows both the lite and paid for as having wooCommerce support. https://styledthemes.com/free-themes/celestial-lite/
I wondered, therefore, whether you recommend one of your other themes for ecommerce sites or would Celestial Reloaded be a good fit?
Broadly, the products will be a small range, with just a few variations (more of a shop selling paintbrushes rather than shoes or make-up, for example).
Thanks
]]>Hi all,
Does anyone know why the sidebar widgets are below the product on my marketing automation webshop?
Everywhere else on the website the sidebar is on the right side. And here it isn’t.
Thanks in advance!
]]>I am trying to prevent a few pages from showing up in the menu navigation at the top of the page. From all the online tutorials I’ve read, I’m finding that I just need to enter an exclude code for the pages in question. However, I can’t find the code <?php wp_list_pages();?>
Most tutorials say this should be located within the Theme Header (header.php) area, but I’m just not seeing it.
Can anyone help?
]]>I’m using the Page Centred template and want to restrict the width that my text can appear across, ie, increase the left and right margins.
I know I could do this using columns and keep the first and last empty, but I’m sure there’s a better way by CSS coding in the child-theme.
I can see reference to padding , margin and border for top and bottom, but nothing for left or right.
What am I missing?
I’m sure this is something that’s so basic I can’t see the obvious solution so, any suggestions gratefully accepted guys. Thanks
]]>I would like to add a link to the page that has YouTube in the social networking site section. With the current version 2.1.3
As of right now all I can add is Facebook, Pintrest, LinkedIn and Google+
]]>This may be a very basic question but, although I’ve used Celesital Lite to construct quite a few websites, I’ve never built one where the text scrolls “up” over a background graphic. To date I’ve only ever used plain white backgrounds.
My design won’t be “heavy” with text and I’ll be using simple icons where possible to ensure a flat, minimalist, light-weight feel.
Here are couple of examples of what I mean; they’re not my sites BTW. As my next website will be property-related my examples are drawn from a similar genre.
https://www.housinghand.co.uk/
https://www.ecopoddesign.co.uk
https://www.technicweb.com/estate-agent-website-templates
Below are another two websites that don’t have a scrolling background graphic but do have the “open” feel I’m aiming for in my next site.
https://www.strongholdproperty.co.uk
I’m comfortable with working in the child theme and so was hoping for some suggestions as to what I need to do to achieve that “flat, minimalist, scrolling look.”
I’ve used a column gadget to split the page so, hopefully, I should be able to position the icons in the lower part of the page.
Perhaps it’s simply a case of uploading the relevant background picture(s), but if I don’t ask I won’t know.
Thanks all – the Celestial Lite theme’s great BTW, but you know that already, don’t you.
]]>3 insert images in a nearby footer line at the bottom , one left, one in the center and one right side , but not on cell resizes only on large screens , but other images of normal resizes site .
https://www.tisolucoes.net.br/celestialw/
Thank you
]]>Hi,
How do I change the color of Site Title?
I have tried Typography and change Heading1 to Heading 6 > Appearance > Font Color but it doesn’t change the color of my Site Title.
Thank you & regards,
Koh, Kah Huat
hi,
I want to reduce the banner size on all the pages as on my home page. And there are a lot of tags showing above the banner image on other pages home, https://letuschess.com/about-us/ , how to remove them?
Can I carve the banner image on all the pages like home?
Thank you.
]]>Dear Sir,
Firstly, thank you for your great free Celestial Lite theme.
I notice that all the items in the Menu are expanded when viewing on mobile. Can it be collapsible, showing main items only and sub-items of a main item when clicked to expand that main item?
Thank you & regards,
Koh, Kah Huat
The social icons do not appear when using FireFox on a Mac. They appear in Safari, as well as FireFox and Edge on Windows. It’s just on the Mac that they are not appearing. It’s not an issue with my site – they don’t appear on the demo page at https://demo.styledthemes.com/celestial-free/ either.
]]>