-
AuthorPosts
-
July 1, 2014 at 11:16 am #199328
Hello ,
Look at the header on this website .. it different from the original theme . ( bigger than the original ) ( the height is bigger )
http://testqatar.com/jadecore/
note :this is quickstart version of the template untouched without any modification .
the second problem is :
I followed the documentation to edit the addthis buttons but in-vain :
first when i edit the sticky module with the following code :
<!-- AddThis Follow BEGIN -->
<div class="addthis_toolbox addthis_32x32_style addthis_default_style">
<a class="addthis_button_facebook_follow" addthis:userid="joomlart"></a>
<a class="addthis_button_twitter_follow" addthis:userid="joomlart"></a>
<a class="addthis_button_google_follow" addthis:userid="joomlart"></a>
</div>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=xa-525b746c4d879b01"></script>
<!-- AddThis Follow END -->after save it changed again to first code :
<!-- AddThis Follow BEGIN -->
<div class="addthis_toolbox addthis_32x32_style addthis_default_style">*</div>
<!-- AddThis Follow END -->
<p>*</p>then i followed the instructions to sign up in addthis.com but this website config is changed little bit and it give me the code like this :
<!-- Go to www.addthis.com/dashboard to customize your tools -->
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-53b28c9d04af6efa"></script>
put it in the module but nothing viewed
then try to edit your code by my pubid from addthis like the following :
<!-- AddThis Follow BEGIN -->
<div class="addthis_toolbox addthis_32x32_style addthis_default_style">
<a class="addthis_button_facebook_follow" addthis:userid="#"></a>
<a class="addthis_button_twitter_follow" addthis:userid="#"></a>
<a class="addthis_button_google_follow" addthis:userid="#"></a>
</div>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-53b28c9d04af6efa"></script>
<!-- AddThis Follow END -->but in-vain too .
Thank you very much for helping me
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 1, 2014 at 2:50 pm #540810What is it, exactly, you are wanting to accomplish?
How to you want your header to look/display?
July 1, 2014 at 5:52 pm #540855look at the original theme and mine :
mine : ( is quickstart theme untouched )
http://testqatar.com/jadecore/and the original :
http://www.joomlart.com/demo/#ja_decorlook at the logo shape and look at the height of the menu .
and please I want a solution to the second problem of the addthis buttons ( sticky module )
Thank you
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 1, 2014 at 6:17 pm #540858Okay, looks like there are a couple of CSS rules that need modification . . . .
If you have not yet done so, create a new file called “custom.css” within file path —> /templates/ja_decor/css
(in other words, the file path should be –> /templates/ja_decor/css/custom.css)Within that custom.css file, paste the following CSS rules:
.t3-header {
height: 80px;
}.navbar-collapse {
margin-top: 5px;
}SAVE CHANGES – CLEAR CACHE – REFRESH PAGE
Better ??
July 2, 2014 at 9:49 am #540943Thank you very much , it worked but I change it to
.t3-header {
height: 80px;
}.navbar-collapse {
margin-top: 0;
}to make the menu same original theme style
and another thing is the logo bg not in right place because the menu height is smaller i think or something ( look at the following image :
please choose one of this solutions for me ( which better ? )
1st solution is the logo-bg margin top ( look at the following image :
or 2nd solution is to make :
.t3-header {
height: 85px;
}instead of
.t3-header {
height: 80px;
}
finally , please answer for the second problem of the addthis button in the sticky module ( i mention all the information for this problem )
Thank you very much
-
TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 2, 2014 at 3:15 pm #540979<em>@qatardeal 434911 wrote:</em><blockquote>
.t3-header {
height: 85px;
}[/quote]
The 2nd modification seems to work best – aesthetically 🙂
<em>@qatardeal 434911 wrote:</em><blockquote>finally , please answer for the second problem of the addthis button in the sticky module ( i mention all the information for this problem )
Thank you very much</blockquote>
Where is the “sticky module” on your site?
1 user says Thank You to TomC for this useful post
July 3, 2014 at 8:49 am #541050Thank you very much for your help
The sticky module disappeared as i Mentioned before :
the module position is the sticky-module in the left side of the page
here :
( I will explain more again ) :
I followed the documentation to edit the addthis buttons but in-vain :
first when i edit the sticky module with the following code :
<!-- AddThis Follow BEGIN -->
<div class="addthis_toolbox addthis_32x32_style addthis_default_style">
<a class="addthis_button_facebook_follow" addthis:userid="joomlart"></a>
<a class="addthis_button_twitter_follow" addthis:userid="joomlart"></a>
<a class="addthis_button_google_follow" addthis:userid="joomlart"></a>
</div>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=xa-525b746c4d879b01"></script>
<!-- AddThis Follow END -->after save it changed again to the first code :
<!-- AddThis Follow BEGIN -->
<div class="addthis_toolbox addthis_32x32_style addthis_default_style">*</div>
<!-- AddThis Follow END -->
<p>*</p>then the module disappeared
then i followed the instructions to sign up in addthis.com but this website config is changed little bit and it give me the code like this :
<!-- Go to www.addthis.com/dashboard to customize your tools -->
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-53b28c9d04af6efa"></script>put it in the module but nothing viewed
then try to edit your code by my pub-id from AddThis like the following :
<!-- AddThis Follow BEGIN -->
<div class="addthis_toolbox addthis_32x32_style addthis_default_style">
<a class="addthis_button_facebook_follow" addthis:userid="#"></a>
<a class="addthis_button_twitter_follow" addthis:userid="#"></a>
<a class="addthis_button_google_follow" addthis:userid="#"></a>
</div>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-53b28c9d04af6efa"></script>
<!-- AddThis Follow END -->but in-vain too .
Thank you very much for helping me
July 3, 2014 at 9:08 am #541054Sorry , but i want to ask another question : Why this header problem happened since it is identical version of the template and the website without any modification ? !
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 3, 2014 at 3:46 pm #541097<em>@qatardeal 435043 wrote:</em><blockquote>Sorry , but i want to ask another question : Why this header problem happened since it is identical version of the template and the website without any modification ? !</blockquote>
Things like that can happen when anything is tweaked – such as a logo or additional menu items.
1 user says Thank You to TomC for this useful post
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
July 8, 2014 at 8:05 am #541503Thank you very much :).
AuthorPostsViewing 11 posts - 1 through 11 (of 11 total)This topic contains 11 replies, has 3 voices, and was last updated by qatardeal 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum