Hi,
First, please confirm that you’re not abandoning this theme. The repository and it’s alerts about a lack of updates is always worrisome. We’ve been using it for this site for some time and don’t want to switch!
However, we’re doing a little updating… I am trying to balance the left sidebar and main content areas so they have the same treatment. To do this I first tried giving #content-right a top and right border. Unfortunately there is a gap between the top borders of the two areas.
The I tried adding a left border and discovered the space between #content-right and #left-column.
left & top border
I’ve been experimenting with padding and margins but need help with finding the best solution to arriving at a single stripe between the two areas.
Thank you
]]>Hi, This site has been up for some time, but something has triggered some changes in the navigation. First I noticed that new top level items were being added to the navigation in spite of this option not being checked in the menu settings. I was able to correct this in the customizer, but then this changed…
There are now black lines between all of the navigation menu items in the sidebar. The only change I’ve made is to switch testimonials plugins. The new one has been installed and active for months though, just not deployed, so I’m starting here.
Can you point me at the culprit?
Thanks
]]>updated to Luminescence Lite 2.2.0. All pages now display an error:
Fatal error: Can’t use function return value in write context in /home/content/99/5004699/html/wp-content/themes/luminescence-lite/footer.php on line 36
footer.php file is @version Release: 1.2.0
]]>Greetings, guys.
I recently updated everything on our school reunion website and now the footer area and widgets do not appear.
Instead, this is what I see at the footer area:
Fatal error: Can’t use function return value in write context in /var/sites/w/wheatleyhillshighschool.co.uk/public_html/wp-content/themes/luminescence-lite/footer.php on line 36
Could someone point me in the right direction, please?
Thank you very much.
]]>Hi,
I’m using Luminescence Lite, Version: 2.2.0, which I downloaded fresh this evening from the wordpress site.
When using the visual editor, instead of the editor looking like it normally does – e.g.
https://i.imgur.com/RAXzcch.png
The editor changes to this when using this theme:
https://i.imgur.com/2EpklEQ.png
There is no padding around the text, and the text is all in grey. If I apply formatting to the text, e.g. bullet points, those cannot be seen because of the way the text is formatted in the editor.
I have tried:
1. Deleting browser cache
2. Disabling add-ons
3. Reinstalling the theme
4. I have tried in Firefox and Chrome. I’m using Windows 10
Is there any way around this issue?
Thanks
]]>I didn’t notice this issue when I first designed the site a year or so ago, but right now the FAQ page uses an accordion type plugin.
When you open the question + sign to reveal answers. The display drops down, it is not staying within the Page area but overlaps the bottom widget and footer areas. More specifically it displays behind the widget & footer text making for one unreadable mess. ??
I have tried other FAQ Plugins thinking it was a plugin issue..but they all do the same thing. Again I don’t know if this is something I didn’t catch when testing the site after the initial design or something that has happened after a recent update?
Either way, any help would be great.
]]>Hello.
I am new here, and I have a question about translating the Luminescence Lite.
I can help in translating into Polish.
I suggested translating certain words, and now they are in category “waiting” (orange), not “current” (green).
Who is responsible for checking the correctness of words into Polish language, and for the change from “waiting” to the “current” category?
Fatal error: Can’t use function return value in write context in /home4/hofjah/public_html/wp-content/themes/luminescence-lite/footer.php on line 36
This is the code running down the border. Not sure how to eliminate it.
]]>Please test clean install Luminescence Lite 2.1.0.
Footer is not visible, scripts from footer are not loaded.
You can see in the page source that even missing the closing BODY and HTML tags.
Corrupted theme is unsuitable for use.
I’d add that I tried three times on a clean install.
Can I count on correct this error?
]]>Hello,
So I just realized that all pages on my site have a stylish bubble with a date above the page content, and this date is the date of publication. This is good for blog posts (which I also have), but not for static pages, as it looks like the page is very old (for some reason I haven’t noticed this for three years…). I’ve been browsing through the forums, and have seen this suggestion to remove the date bubble:
.entry-date-box {
display:none;
}
However, since I have both blog posts and static pages, I still want the date bubble on the blog posts – just not on the pages. The suggested solution would remove the bubble from all, right? Is there a way to solve this issue?
Best regards,
Patrik
I have the 2.0 theme.. I can get the featured image to center on the blog pages but on the main “home” page they are left justified. They used to be center and then after an update they went left. I have tried several pieces of coded in the “Additional CSS” and cannot get it to move..
the website is https://www.embellishedrental.com
also is there a way to just center the featured image on the blog page and not any other images inserted..
thanks Terry
After your latest updates the sidebar of the home page is no longer to the right position but only on the left side, while in the sidebar of the site pages you properly on the right as setting.
Although I customize the page with the sidebar on the right it is always the same on the left. How can I fix the problem?
Thank’s
Hello,
Maybe someone know there is the easy way to disable responsive on this theme for any device? I want to make page size for all device the same, fixed.
]]>hey.
thanks for making such a wonderful theme.
i searched the fourm and found a way to change the menu color. after 3 long days of struggling myself i came here and found it.
now for my problem,
i used the code below
#equal-well nav.main-menu ul li a {
color: #ff6600!important;
}
to change the color i desired, but after chaning the menu color the display font on my site changed to something else including the site name heading etc.
but when using the editor i can see the old font which came with the theme. did i do something wrong or is there something i left.
im completly new to wordpress and this is my first site creation. so kindly guide me to fix this issue.
Theme used: Luminescence Lite child theme. made a copy of CSS from parent theme edited and stored in child theme directory.
Thanks & Regards,
No Name…
I’m a novice learning WordPress on my local machine. I like the Luminescence Lite theme but can’t figure out how to change the font color of the items in the Primary Menu. I’ve changed every font color in the “Headings, Text and Links” section but none seem to change the Primary Menu item font color. Can it be changed? Thanks!
]]>Pls, how to remove sidebar only on posts pages.
Not on Homepage.
Thank you for the hard work you have done making for us so amazing free themes.
Adjusting your theme for my need I have faced the problem I am not able to solve without your help.
this is the link to my site https://belorybitsa.com
The problem appeared in the submenu background and black frame. In the my_child_theme/style.css I made changes:
#equal-well .main-menu .menu li li:first-child {
border:none;
}
#equal-well .main-menu .menu ul {
display: none;
width: 180px; /* this is our 1st submenu width */
right:-150px; /* lets position the 1st submenu so it overlaps the main menu */
position: absolute;
top: 0px;
z-index:900; /* lets make sure it floats on top */
padding:10px 14px;
background: #996633;
As you can see the colour is correct but only for text block but how to shuffle off the black background around it. Please, HELP!! Thank you
]]>The following issues were marked for attention:
REQUIRED:.screen-reader-text css class is needed in your theme css. See See: the Codex for an example implementation.
WARNING: Found a translation function that is missing a text-domain. Function _e, with the arguments
REQUIRED: The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output
RECOMMENDED: Screenshot size should be 880×660, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200×900 is preferred.
RECOMMENDED: No reference to add_theme_support( “title-tag” ) was found in the theme. It is recommended that the theme implement this functionality for WordPress 4.1 and above.
INFO: Only one text-domain is being used in this theme. Make sure it matches the theme’s slug correctly so that the theme will be compatible with www.ads-software.com language packs.
The domain found is luminescence-lite
When a user adds too long comment, “send” button goes down and finally goes under the widget so that it can’t be clicked anymore.
https://orgchem.by
screenshot: https://pbs.twimg.com/media/CL4N0R_WEAA6xbq.png
Hi,
We are in the process of searching for a gallery to replace Jetpack since this theme conflicts with it now. This is proving to be a challenge. The latest one is Gallery by Supsystic. When a gallery is previewed it returns the following error message:
Fatal error: Call to undefined function luminescence_lite_paging_nav() in /usr/home/tekutoia/public_html/wp-content/themes/luminescence-lite/content.php on line 104
If the shortcode is then placed in a post no images appear. A possible clue toward finding the fix for this is that when I place the same shortcode in a page it works. This would be great except we need it to work in a post.
The website with the test PAGE is here
At the moment a test post is at the top of the Project Gallery blog with no contents showing. I would send you the direct link to the blog except the theme is stripping out the header and sidebar with the navigation on the blog page. The individual posts and the rest of the site don’t seem to be affected.
It would be really awesome if you would find a fix for this and update the theme. We have very simple needs, but having a gallery which will show before’s and after’s in blog posts while including the sidebar and header are must’s!
thank you
Hi!
In my blog starting page (https://orgchem.by) there is no such thing as categories and number of comments for each posts. You can see them only if you open a post. How do I make this information visible for each post without opening the posts?
(I guess I need put some extra lines in a php-file. I know how to do it but I couldn’t find proper code and php-file.)
Thank you.
]]>Hi,
I would like to add several social network to my theme like StackOverflow or Gitlab. Is there any simple way to do it? I saw that you use ‘content’ css attribute but I do not understand how you make the link with the symbol of the social network.
Is there any way to do it?
Thanks for your help
]]>Hi,
On the gallery page and gallery ‘post’ pages (which use the Jetpack carousel) the sidebar and heading text are missing. There is an error message at the bottom of the main gallery page:
Fatal error: Call to undefined function luminescence_lite_entry_meta() in /usr/home/tekutoia/public_html/wp-content/themes/luminescence-lite/content-image.php on line 30
We recently moved this site to a new host. There have also been some upgrades, and considering the error message, I am not sure if this is a theme or plugin issue.
thank you
]]>Hi, I am trying to add a photo to the Title section of the left sidebar.
Could you please give me some direction.
You can view the website over here
I want to add a photo to the left side of the title where there’s currently a white space.
Thanks for any help!
]]>Hi, I am doing some cleanup on a site using this theme which was hacked.
Now I am getting an error message
Malware
Security warning in the URL: https://www.stuffadjust.com/before-after/
*Site error detected. Details: https://sucuri.net/malware/php-error-fatal-error?v6 <b>Fatal error</b>: Call to undefined function luminescence_lite_entry_meta() in <b>/usr/home/tekutoia/public_html/wp-content/themes/luminescence-lite/content-image.php</b> on line <b>30</b>
This is line 30: <?php luminescence_lite_entry_meta(); ?>
I have an old copy of the theme which leads me to believe that this code is a part of the theme, but given the circumstances it looks like a correction is in order. Help?
]]>I want to put the “Recent Updates” section (which is the Recent Posts widget) above the Menu location, but can’t figure out how to do so. Can I get some help please?
]]>If you hover over archives, you’ll see the drop down menu appear at the edge of the left panel, I would like to bring it to the end or the word “Archives.”
Is this possible? If so, how?
]]>I have page with Luminescence-Lite theme and among all files are 404.php file which is OK, but if I on force enter some not existing page I don’t get 404 page error, instead I get list of all my folders & files.
Any help.tips how to call 404 page.
Ok I think I might be being an idiot.
But I am going to go out on a whim and just ask.
How do I make the menu items align centrally and not to the left.
I cannot find it for the life of me in the CSS.
]]>I’ve looked all over and tried different things but I still cannot get the featured image to link to my post that it’s about. Any help will be greatly appreciated.
I’ve tried multiple things but it just messes my site up.
Thank you
]]>