Setting

More
8 years 5 months ago #29961 by azri445
Setting was created by azri445
i already ourchase the module particle, BUT im kindda blur abit on setting it. on my landing page, there were sidebar 1 and 2 position. and i need the module particle tocome background for the landing page

how to do it?

Please Log in or Create an account to join the conversation.

More
8 years 5 months ago #29964 by nordmograph
Replied by nordmograph on topic Setting
Hi, well actually set it to a page module position and make sure it loads.
Then I would find the divID where you ant the module to be loaded as a layout,
then open the module default.php page
and then look for
Code:
particlesJS.load
in the bracket , replace
Code:
'particles-js".$module->id."'
with
Code:
'that divID you found earlier'

It will load the particles in that div.
You mightneed to fix some CSS then, like z-index.
If you need help with this , try it on a hidden page and provide the url (hide to guests)

- Need help? Post the URL of the related page (eventualy as confidential info), it will help solve your issue faster.
- An error, notice or warning? report the exact message including the line number
- If you get a white page , enable error reporting and / or check your server error logs.

Please Log in or Create an account to join the conversation.

More
8 years 5 months ago #29966 by azri445
Replied by azri445 on topic Setting
is it automatically cover the whole area? im a bit confused here.... can i private msg you? and do the setting sample for me? i will provide the credential :) .

Thanks in advance

Please Log in or Create an account to join the conversation.

More
8 years 5 months ago #29967 by nordmograph
Replied by nordmograph on topic Setting
It will cover the whole area if the div ID you provide as decribed before is the ID of the wole area div :)

Set it as I mentioned in a page , post the URL and I could be more precise in the code to edit.

- Need help? Post the URL of the related page (eventualy as confidential info), it will help solve your issue faster.
- An error, notice or warning? report the exact message including the line number
- If you get a white page , enable error reporting and / or check your server error logs.

Please Log in or Create an account to join the conversation.

More
8 years 5 months ago #29968 by azri445
Replied by azri445 on topic Setting
the page that i need the module to be loaded and appear on background is www.cubejunction.com/index.php/en

Please Log in or Create an account to join the conversation.

More
8 years 5 months ago - 8 years 5 months ago #29969 by nordmograph
Replied by nordmograph on topic Setting
OK then you need to find in your template ayout code the div:

Look for
Code:
<div class="t3-wrapper"> <!-- Need this wrapper for off-canvas menu. Remove if you don't use of-canvas -->
replace with
Code:
<div class="t3-wrapper" id="particles-layout" > <!-- Need this wrapper for off-canvas menu. Remove if you don't use of-canvas -->

then load the Particles module in position none and edit its default.php code:
find
Code:
particlesJS.load
in the bracket , replace
Code:
'particles-js".$module->id."'
with
Code:
'particles-layout'

This should set the particles to the full wrapper. Let me see.

- Need help? Post the URL of the related page (eventualy as confidential info), it will help solve your issue faster.
- An error, notice or warning? report the exact message including the line number
- If you get a white page , enable error reporting and / or check your server error logs.
Last edit: 8 years 5 months ago by nordmograph.

Please Log in or Create an account to join the conversation.

Time to create page: 0.344 seconds
Powered by Kunena Forum
Disclaimer: Nordmograph is not affiliated with or endorsed by The Joomla! Project™. Any products and services provided through this site are not supported or warrantied by The Joomla! Project or Open Source Matters, Inc. Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.