Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated

DISPLAY ISSUES IN SHADOW THEME

6 years 2 months ago
  • Shanaka's Avatar
    Topic Author
  • Shanaka
  • Offline
  • Fresh Boarder
  • Posts: 22
  • Thank you received: 0
Licenses:
JomSocial Active

Hi,

I have few issues in shadow theme,

the top blue colour header doesnt seems show up even i add a menu item,
i need my soe logo inside there like the originial theme,
there is a border appearing framing the site. how remove that boarder?
how to change the background colour to white?

slp.serq.biz/

thanks

6 years 2 months ago
Licenses:
JomSocial Active GURU Active Publisher Active AdAgency Active iSEO Active Socialize Active

Hi
Js Shadow is only theme use for Jomsocial style, The style you are referring is the template style.
that is used for the whole site in the demo we used JA shadow them for Jomsocial, If you want to get the same style for the template you need to customise the php file and css files.

Open tpls/blocks/header.php
Replace the code with this code

<?php
/**
 * @package   T3 Blank
 * @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
 * @license   GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

// get params
$sitename  = $this->params->get('sitename');
$slogan    = $this->params->get('slogan', '');
$logotype  = $this->params->get('logotype', 'text');
$logoimage = $logotype == 'image' ? $this->params->get('logoimage', T3Path::getUrl('images/logo.png', '', true)) : '';
$logoimgsm = ($logotype == 'image' && $this->params->get('enable_logoimage_sm', 0)) ? $this->params->get('logoimage_sm', T3Path::getUrl('images/logo-sm.png', '', true)) : false;

if (!$sitename) {
	$sitename = JFactory::getConfig()->get('sitename');
}

$logosize = 'col-sm-12';
if ($headright = $this->countModules('head-search or languageswitcherload')) {
	$logosize = 'col-sm-8';
}

?>

<!-- HEADER -->
<header id="t3-header" class="t3-header">
	<div class="container">
		<div class="row">

			<!-- LOGO -->
			<div class="col-xs-12 <?php echo $logosize ?> logo col-sm-4">
				<div class="logo-<?php echo $logotype, ($logoimgsm ? ' logo-control' : '') ?>">
					<a href="<?php echo JUri::base() ?>" title="<?php echo strip_tags($sitename) ?>">
						<?php if($logotype == 'image'): ?>
							<img class="logo-img" src="<?php echo JUri::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" />
						<?php endif ?>
						<?php if($logoimgsm) : ?>
							<img class="logo-img-sm" src="<?php echo JUri::base(true) . '/' . $logoimgsm ?>" alt="<?php echo strip_tags($sitename) ?>" />
						<?php endif ?>
						<span><?php echo $sitename ?></span>
					</a>
					<small class="site-slogan"><?php echo $slogan ?></small>
				</div>
			</div>
			<!-- //LOGO -->

			<div class="col-xs-12 col-sm-8">
				<!-- MAIN NAVIGATION -->
				<nav id="t3-mainnav" class="wrap navbar navbar-default t3-mainnav pull-right">

					<!-- Brand and toggle get grouped for better mobile display -->
					<div class="navbar-header">
					
						<?php if ($this->getParam('navigation_collapse_enable', 1) && $this->getParam('responsive', 1)) : ?>
							<?php $this->addScript(T3_URL.'/js/nav-collapse.js'); ?>
							<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".t3-navbar-collapse">
								<i class="fa fa-bars"></i>
							</button>
						<?php endif ?>

						<?php if ($this->getParam('addon_offcanvas_enable')) : ?>
							<?php $this->loadBlock ('off-canvas') ?>
						<?php endif ?>

					</div>

					<?php if ($this->getParam('navigation_collapse_enable')) : ?>
						<div class="t3-navbar-collapse navbar-collapse collapse"></div>
					<?php endif ?>

					<div class="t3-navbar navbar-collapse collapse">
						<jdoc:include type="<?php echo $this->getParam('navigation_type', 'megamenu') ?>" name="<?php echo $this->getParam('mm_type', 'mainmenu') ?>" />
					</div>

				</nav>
			</div>

		</div>
	</div>
</header>
<!-- //HEADER -->


this is file code we used in demo template.
now you can copy the style code from demo site using inspect element r firebug and appply it on your site using /css/custom.css file.

This way you can copy the templae style.



Theme is used only for Jomsocial not for the template.


Regards

6 years 2 months ago
  • Shanaka's Avatar
    Topic Author
  • Shanaka
  • Offline
  • Fresh Boarder
  • Posts: 22
  • Thank you received: 0
Licenses:
JomSocial Active

hi

thanks for the code. I have applied it. can you please send me the style code for which should go inside /templates/t3_bs3_blank/css/custom.css? I can't find the exact one in inspect element...
currently the site is not working I think its because of missing style
thanks
Shanaka

6 years 2 months ago
Licenses:
JomSocial Active GURU Active Publisher Active AdAgency Active iSEO Active Socialize Active

Hi @Shanaka
To copy style code you need to check it using inspect element or firebug, this is something that is fall in personal custom work and needs debugging.
You can use firebug to check the style as in example here: prntscr.com/i7hmjo
This work needs time to create a custom style and changes in the php file to make the template, that is something out of support scope.


Regards

6 years 2 months ago
  • Shanaka's Avatar
    Topic Author
  • Shanaka
  • Offline
  • Fresh Boarder
  • Posts: 22
  • Thank you received: 0
Licenses:
JomSocial Active

wait let me get this really straight... we purchase prebuilt templates by looking at its look and styles!! so that we don't need to customize anything and use it as it is.... if we can allocate time or knowledge for that we could have easily hire a developer, pay him and create a theme. as I have mentioned you earlier we don't have such knowhow/time to customize this by ourselves. THAT IS WHY WE PURCHASED THE THEME. We have purchase many themes from many other vendors such as themeforest/omegatheme/templetemonster/elegantthemes/gavickpro etc.. previously and this is the first time that we had to go though a situation like thiswhat I really need it is the EXACT blue colour header which I have attached in the message. please send me the necessary codes or if you want I will send you all of the necessary information to customize it by yourself... because when I purchase jomsocial and theme it didn't say anything about customising anything by ourself.

Attachments:
6 years 2 months ago
Licenses:
JomSocial Active GURU Active Publisher Active AdAgency Active iSEO Active Socialize Active

Hi
Theme and template are different,
You have the same theme that can see in the demo site. Please see the Jomsocial in demo site and on your site.
You asking for the Joomla template that is not part of theme.
A Jomsocial theme is used to give a different style to Jomsocial component.
A Joomla template is used for the whole Joomla front end.
for the blue color its not hard to get it done. you can use this code in custom.css file for the blue header

.t3-header {
    background-color: #4f77ff;
    border-bottom: 1px solid #3563ff;
    padding-top: 21px;
    padding-bottom: 21px;
    margin-bottom: 21px;
}
but to get exact same template this is something that is not the theme, its Joomla template, my suggestion for customisation is for Joomla template not about the Josmocial theme.
To make it easy for you i have sent the header.php with you so it will be easy for you to get create the same view for template as well.


Regards

6 years 2 months ago
  • Shanaka's Avatar
    Topic Author
  • Shanaka
  • Offline
  • Fresh Boarder
  • Posts: 22
  • Thank you received: 0
Licenses:
JomSocial Active

theme or template what ever it is... I meant by the whole design you show in right here js-shadow.demo.joomlart.com/ if it should be customized by the person who purchases it, then it should say here www.jomsocial.com/jomsocial-themes if not you must create a complete step by step user guide to guide the user to how to get the template or theme to the original state. who are not providing any of those and you are just telling the user to customize it, which we don't have any idea of.

now please tell me,

1. after adding the header code that you have sent, the whole site went not working!! why is that?
2. I have added your style code to /templates/t3_bs3_blank/css/custom.css and it hasn't changed anything. (please check the path is correct)
3. do you mean the blue colour header is a part of joomla template?
4.why can't you send me the step by step instructions to get this thing done. even for jomla templete?

6 years 2 months ago
Licenses:
JomSocial Active GURU Active Publisher Active AdAgency Active iSEO Active Socialize Active

Hi
You can customise the theme from Jomsocial,
you are asking for a template that is not part of the theme. I shared the steps to create a custom template with T3.
I am not sure why you are not understanding that theme is not a Joomla template and you asking for a template.

For example, js-flat.demo.joomlart.com theme is running on JA Magz ii template, if user need theme its already present for download, but to get a Joomla template it needs a membership on Joomlart.com to buy it.

I am trying to make it easy for you so you can get something similar but cannot provide a whole template as this is not a part of theme package and not available for download as well. it needs customisation that is fall in personal custom work.
The header.php file i shared contain the code of Joomla template that you can see in the demo of theme.
So you customise the T3 template you installed to get the same header.

>> 3. do you mean the blue colour header is a part of Joomla template?
Yes, it's the Joomla template. the Jomsocial theme is work for the Jomsocial only.


Regards

6 years 2 months ago
  • Shanaka's Avatar
    Topic Author
  • Shanaka
  • Offline
  • Fresh Boarder
  • Posts: 22
  • Thank you received: 0
Licenses:
JomSocial Active

ok.... can you please tell me in which part of your website state that the user needs to customize the joomla templete to get the same appearance in JS Shadow or any other theme?

6 years 2 months ago
  • Shanaka's Avatar
    Topic Author
  • Shanaka
  • Offline
  • Fresh Boarder
  • Posts: 22
  • Thank you received: 0
Licenses:
JomSocial Active

and as well as every time I ask you something you never give me the full support for it. previously I asked you 4 questions and you have given support to 2 only. please provide me answers for 1st and 2nd questions.

6 years 2 months ago
Licenses:
JomSocial Active GURU Active Publisher Active AdAgency Active iSEO Active Socialize Active

>>there is a border appearing framing the site. how remove that boarder?

Kindly give me a screenshot and URL of page on which you want to remove the border.

how to change the background colour to white?

To change/customise the Jomsocial theme open > theme designer > color
You will see all the options to customise the theme.
Please note the customisation are for the Theme that is Jomsocila theme only and not for the template you are using on site.
We have Socialize Joomla template that work as Joomla template and also support Jomsocial style.


Regards

6 years 2 months ago
  • Shanaka's Avatar
    Topic Author
  • Shanaka
  • Offline
  • Fresh Boarder
  • Posts: 22
  • Thank you received: 0
Licenses:
JomSocial Active

OMG are you for real? I asked you 4 questions in my previous inquiry.


1. after adding the header code that you have sent, the whole site went not working!! why is that?
2. I have added your style code to /templates/t3_bs3_blank/css/custom.css and it hasn't changed anything. (please check the path is correct)
3. do you mean the blue colour header is a part of joomla template?
4.why can't you send me the step by step instructions to get this thing done. even for jomla templete?

what happen to 1st and 2nd questions. Do you even read them? WORST SUPPORT EVER!!!

6 years 2 months ago
Licenses:
JomSocial Active GURU Active Publisher Active AdAgency Active iSEO Active Socialize Active

Dear Sir/Mam
I am trying to help you for each question but for the template part I shared information with you that its Joomla template and not theme.
I can give you details again :

1. after adding the header code that you have sent, the whole site went not working!! why is that?

>>This is header php file used in the demo Joomla template, you need to compare this file to your template header file to customise your template.

2. I have added your style code to /templates/t3_bs3_blank/css/custom.css and it hasn't changed anything. (please check the path is correct)

The path is correct but this code is work when you have the same style file as used in the demo site Joomla template. first you need to customise header.php file as i suggested.

3. do you mean the blue colour header is a part of Joomla template?
>> Yes its the Joomla template not the Jomsocial theme.

4.why can't you send me the step by step instructions to get this thing done. even for Joomla template?

I already shared all details, as its not Jomsocial theme you need to create it manually or you can use any other Joomla template. We have limited customisation support, and this is something that is not part of JS theme.You can see my example in previous posts rather than replying instantly how the template is used in the demo.

if you feel your question are not replied please let me know. Also, if you are not able to understand the difference between Jomsocial theme and a Joomla template you can contact me on skype: live:pankajsharma21
I will give you more details how its works.

Providing support is always a priority for us and makes you happy

Regards

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW