Hello Guest
No Avatar
Profile of MLM  »  
Show Posts  »  
Sign In to Remove

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - MLM

Pages: 1 ... 3 4 [5] 6 7 ... 26
Posts: 
400
Posted: August 9, 2012, 2:29 AM
Here are places to edit all. Please post back with your results  ;)

Edit image for 1, 4 (160px from top of image):
Code: [Select]
images/theme/main_block.png
Edit CSS for 2:
Code: [Select]
.windowbg2
Edit CSS for 3:
Code: [Select]
.windowbg, #preview_body
Edit CSS for 5:
Code: [Select]
.lockedbg
Code: [Select]
.stickybg
Edit CSS for 6:
Code: [Select]
.windowbg, #preview_body
Code: [Select]
.windowbg2
Posts: 
400
Posted: July 20, 2012, 1:31 AM
I just right click and inspect element and then look at the Console tab for errors as well as the Elements tab at how much js is all spread across the head tag.

Sorry there isn't much more I can do since it looks like you have a lot of mods that could be causing the issue.

My only suggestion is to add to jQuery.noConflict(); to the top of jquery.bits.js in the theme folder.
Posts: 
400
Posted: July 19, 2012, 7:37 AM
You have a lot of conflicting js. There is a lot of js files that could be stopping the lavalamp plugin as well as other snippets.

You/ your mods are defining jQuery multiple times(3).

I suggest disabling/uninstalling some mods until the menu works and then figure out which ones are causing problems.
Posts: 
400
Posted: July 19, 2012, 1:05 AM
I have not tested code so tell me of anything that needs to be changed for future onlookers.

Change the css files so that the paths start with
Code: [Select]
../images/
Add the images to images directory of the theme

After adding the css files to the pulse css directory, Add these lines to the head of index.template.php
Code: [Select]
echo '
<!--[if !IE]><!-->
<link rel="stylesheet" type="text/css" href="'. $settings['theme_url'] .'/css/nav-bar1.css" />
<!--<![endif]-->

<!--[if IE]>
<link rel="stylesheet" type="text/css" href="'. $settings['theme_url'] .'/css/nav-bar1_ie.css" />
<![endif]-->
';

Now add the nav bar where you want it:
Code: [Select]
include $settings['theme_url'] . '/nav-bar1.php'
Posts: 
400
Posted: July 18, 2012, 11:04 AM
Referencing this resource: http://visualpulse.net/forums/index.php?topic=16.0

It all depends on what you want to add it to. Sorry for not much documentation as it is one of my first resources I have ever made.

Just include nav-bar1.php on your server somewhere as well as the css and images accordingly so the paths match up.

Then php include the file paying attention to the file path.

You can set the current tab by changing $vp_nav_bar1_current_tab.
Posts: 
400
Posted: July 18, 2012, 11:00 AM
I have no problem in Chrome. Do you have any other conflicting javascript, jquery stuff?

Sorry, it is hard to debug without seeing the problem for myself.
Posts: 
400
Posted: July 17, 2012, 7:57 AM
What browsers are you using?
Posts: 
400
Hey MLM, I found it and got it changed!!!  Man, if you only knew how long I have been trying to resolve that....  Thank you very much and btw, awesome theme!!!

No problem. Come back with any further questions and I am glad you are enjoying it.
Posts: 
400
It has nothing to do with an image.

This is completely CSS in index.css

You will search and find those selectors and change the background property which is a hex code.
Posts: 
400
In the css

Look at:
Code: [Select]
ul.topnav li ul.subnav
and for the hover:
Code: [Select]
html ul.topnav li ul.subnav li:hover
Posts: 
400
Posted: June 23, 2012, 2:31 AM
Posts: 
400
Posted: June 23, 2012, 2:29 AM
Working with SMF's SSI functions and how to make a new layout for the data that can be displayed.

Posts: 
400
Posted: June 22, 2012, 3:40 AM
CSS is in the css folder of the theme you are currently using.

The header and footer are in the index.template.php and are in functions respectively.
Posts: 
400
Posted: June 14, 2012, 3:01 AM
I would second the request here in this topic. if you have an extra time can you show us how to
1. create a function to call recent topics
2. make the beautiful modification with fade effect block for recent topics as you have it here in the forum

I know this might be a lot to ask, but I dont think it is difficult for you to explain as it is for me to understand from reading the whole ssi functions which I did and try and ended with complete failure lol

I will try to make these tutorials soon. I will split it up into two tutorials. One on how to mess with SSI functions and the other on how to make a beautiful expand/collapse block for it.
Posts: 
400
Thanks for your help, though. I've learned a lot more about css and themes and how to work with it.
By the way, my husband thinks, the visualpulse theme is awsome.;)
Best regards, lolo

No problem, hope you got it all figured out.

Thanks for the compliment  ;D
Pages: 1 ... 3 4 [5] 6 7 ... 26
anything