News:

Wondering if this will always be free?  See why free is better.

Main Menu

Lucid Dreams

Started by Burke ♞ Knight, March 06, 2014, 03:32:54 PM

Previous topic - Next topic

Burke ♞ Knight

1. Your code is messed up somehow, and causes Template Parse Error.
2. Themes/Lucid_Dreams/index.template.php

Code (Find) Select
echo '<div id="the_breadcrumb_menu"><div id="the_breadcrumb_menu-wrap">

Code (Replace With) Select
echo '<div id="the_breadcrumb_menu"><div align="center">YOUR CODE HERE</div><div id="the_breadcrumb_menu-wrap">

You need to get the code you have fixed, first, or you will get nothing but the Template Parse Error.

Burke ♞ Knight

New update packages available on theme's page on theme site!

Social Addon Mod - Installs via Package Manager

  • Lucid_Dreams_v1_Social_Addon_Mod - For the original version of the theme, by xPandax.
  • Lucid_Dreams_v2_Social_Addon_Mod - For the new version 2 of the theme, by BurkeKnight.


This mod, available for both versions of the theme, adds Steam and Github to the social icons section on top menu.

Diego Andrés

I would have added that in the theme instead of creating a mod.

SMF Tricks - Free & Premium Responsive Themes for SMF.

Burke ♞ Knight

Some people may not want them, as well as some may not want half of what is in it, as it is.
There's a lot of code in the theme, due to the OA, adding the custom 3 menu tabs into it, all coded in the index template.
I may put out a lighter version, single color, without the menu addon, and see.

Diego Andrés

For sure, but you can also add an enable/disable option.
It's fine if you want to keep it a mod, there's no problem.

Regards

SMF Tricks - Free & Premium Responsive Themes for SMF.

Burke ♞ Knight

Oh, they are enable/disable as they are.
However, I do plan on them being in the next release, when I do one.
I just did not want to force people to update just for that small addition. With mods and personal edits, I'd much rather all theme makers thought of that, when adding features only...lol

Diego Andrés

Quote from: ♞ DeadMan on October 19, 2014, 12:06:56 PM
Oh, they are enable/disable as they are.
However, I do plan on them being in the next release, when I do one.
I just did not want to force people to update just for that small addition. With mods and personal edits, I'd much rather all theme makers thought of that, when adding features only...lol

That does not happen very often, cause we do not update them, we just leave the instructions to do any change requested  :P

SMF Tricks - Free & Premium Responsive Themes for SMF.

Burke ♞ Knight

Updated Social Addon Mod - Installs via Package Manager

  • Lucid_Dreams_v1_Social_Addon_Mod - For the original version of the theme, by xPandax.
  • Lucid_Dreams_v2_Social_Addon_Mod - For the new version 2 of the theme, by BurkeKnight.


This mod, available for both versions of the theme, adds Steam, Github and now LinkedIn to the social icons section on top menu.

Burke ♞ Knight

This theme will no longer be updated, due to SMF 2.1.

Support will still be available here, though. :)

Braxton ASL

Hello,

I just want to say this theme is FANTASTIC. Great job, everything installed & upgraded perfectly.

However, I have a slight problem. The ONLY problem matter of fact. The "offline" & "online" icons.. When the member is offline, it displays a little white box with black outline next to the username of the user in a topic/post. When a user is online, the box does not show green with black outline like it should. It displays in text, "online" in a blank box with black outline.. Any way to fix this?

Regards,

- Braxton

Burke ♞ Knight

It could be that the image did not upload right, or got corrupted.
Try to look at the image via your hosting control panel's file manager.

You may need to open the zip file, and re-upload the image.

Braxton ASL

Quote from: Burke ♞ Knight on March 10, 2015, 05:51:17 PM
It could be that the image did not upload right, or got corrupted.
Try to look at the image via your hosting control panel's file manager.

You may need to open the zip file, and re-upload the image.
Are you suggesting I re-upload the theme first?

If that doesn't work then go into the files and fix it?

Burke ♞ Knight

Quote from: Burke ♞ Knight on March 10, 2015, 05:51:17 PM
You may need to open the zip file, and re-upload the image.

Means, you may need to re-upload the IMAGE, not the whole theme.

Braxton ASL

Quote from: Burke ♞ Knight on March 11, 2015, 10:20:58 AM
Quote from: Burke ♞ Knight on March 10, 2015, 05:51:17 PM
You may need to open the zip file, and re-upload the image.

Means, you may need to re-upload the IMAGE, not the whole theme.
Sorry, quite new to all of this. Been learning on my own. Can you tell me how to re-upload an Image?

Burke ♞ Knight

That would depend on your host.

Braxton ASL

Alright, I'll figure out how.

Thanks for everything, I'll try to see if I can figure out how to "re-upload an image."

Itoqeer

Great Theme, Thanks For It.
But I Want Ask One Question.
I Want To Remove Bottom Bar From The Theme?

Burke ♞ Knight

Quote from: Itoqeer on March 12, 2015, 03:43:23 AM
Great Theme, Thanks For It.
But I Want Ask One Question.
I Want To Remove Bottom Bar From The Theme?


You will need to edit the index.template.php file.

Find and remove the following. (Be sure to do a BACKUP first!)

echo '<div id="the_breadcrumb_menu"><div id="the_breadcrumb_menu-wrap">

<div class="floatleft">';
if (empty($context['linktree']) || count($context['linktree']) == 1) {
echo '
<ul class="the_user_menu_box">
<li>', $context['common_stats']['total_posts'], ' ', $txt['posts_made'], ' - ', $context['common_stats']['total_topics'], ' ', $txt['topics'], ' - ', $context['common_stats']['total_members'], ' ', $txt['members'], '</li>
</ul>';
}
// Display the navigation tree in the breadcrumb menu
else
theme_linktree();
echo '
</div>

<div class="floatright">';
echo '
<ul class="arrow">
<li class="arrow_up"><a href="#scroll-to-top" title=" ', $txt['go_up'], '" onclick="ScrollToTop()"></a></li>
<li class="arrow_down"><a href="#scroll-to-bottom" title=" ', $txt['go_down'], '" onclick="ScrollToBottom()"></a></li>
</ul>
</div>
</div></div>';

Itoqeer


Braxton ASL

Quote from: Burke ♞ Knight on March 11, 2015, 11:03:10 AM
That would depend on your host.
I re-uploaded the theme, and it didn't work.

Could you possibly give me a step-by-step process? I really love this theme, but the online icon seems to not be displaying.

Advertisement: