-
AuthorPosts
-
February 24, 2014 at 7:04 am #195139
http://www.joomlart.com/forums/topic/ja-template-is-not-familer/
New post for the admin details of maple
Regards
SKR
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
February 25, 2014 at 8:05 am #524243Hope my answers to your questions (from thread url above) can help:
<blockquote>
1.In menu bar Ingram I edited as google. The g+ button is not displaying (Blank), working.
2.Top Menu please see the reference. That list I want to use. Now it is blank.
3.Above the search I can see some text (Lorem ipsum dolor sit amet consectetuer congue )where I
can edit this.
4.There is no name in the site, So I want to change the t3 frame work logo to Maplekribs. The logo I uploaded in the Image-Demo-Logo. Png. But it is not displaying.
5.Please see the warning in other pages. What is the mistake ?
</blockquote>1. Templates does not include google button. In the case:
– Find google plus icon (example http://eutw.net/wiki/images/thumb/4/40/Google_plus.png/60px-Google_plus.png), resize it to 60×60 – rename it to “gplus.jpg”– Upload it to “templates/ja_fixel/images” directory
– Created a file named “custom.css” in folder “templates/ja_fixel/css” (create a new one if it doesn’t exist), add this css rule:
.addthis_button_google_follow .at15t_google_follow{
background: url("templates/ja_fixel/images/gplus.jpg") no-repeat left !important;
background-position: 0 !important;
}
2. It’s only demo, go to administrator->menu->Reference and change url as you want.
3. It”s custom HTML modules, go to administrator->modules, search modules name “Search”.
4. Open the file “custom.css” in the “templates/ja_fixel/css” path mentioned above, add this css rule:
<blockquote>
.poweredby .t3-logo-light,
.poweredby .t3-logo,
.poweredby .t3-logo-color {
background-image: url(“add-url-of-images-here”);
}
</blockquote>5. I could not see the error, could you provide more details?
February 25, 2014 at 1:04 pm #524295In the end of About me page please see the error:
Warning: http://www.maplekribs.com/index.php/about-me is unreachable.
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
February 25, 2014 at 1:10 pm #524298<em>@santhoshkraju 413313 wrote:</em><blockquote>In the end of About me page please see the error:
Warning: http://www.maplekribs.com/index.php/about-me is unreachable.</blockquote>
This might help you -> http://www.fanpageconnect.com/2011/09/how-to-fix-the-url-is-unreachable-error-in-facebook-comments/
February 25, 2014 at 1:51 pm #524303Your Plugin Code
HTML5XFBMLIFRAMEURL
Include the JavaScript SDK on your page once, ideally right after the opening <body> tag.Include the JavaScript SDK on your page once, ideally right after the opening <body> tag.
<div id=”fb-root”></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = “//connect.facebook.net/en_US/all.js#xfbml=1″;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));</script>Place the code for your plugin wherever you want the plugin to appear on your page.
<div class=”fb-comments” data-href=”http://maplekribs.com/comments” data-width=”550″ data-numposts=”5″ data-colorscheme=”light”></div>
Please help me to active with the code. WAIT IT IS WORKIG
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
February 25, 2014 at 2:01 pm #524304That’s already included in your template, you need to go to FB dev and make your settings correct
Regards
Manos
February 25, 2014 at 2:17 pm #524307Thanks Manos,
it is working
please help me to correct this this shortcut please explain.
Upload it to “templates/ja_fixel/images” directory
– Created a file named “custom.css” in folder “templates/ja_fixel/css” (create a new one if it doesn’t exist), add this css rule:
Code:
.addthis_button_google_follow .at15t_google_follow{
background: url(“templates/ja_fixel/images/gplus.jpg”) no-repeat left !important;
background-position: 0 !important;
}Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
February 25, 2014 at 5:49 pm #524333<em>@santhoshkraju 413328 wrote:</em><blockquote>
background: url(“../../gplus.jpg”) no-repeat left !important;
</blockquote>Try this way.
February 26, 2014 at 4:50 am #524396is it correct?, i placed here.(Image attached)
The g map APi is not supporting. when i am trying with that the map is not displaying.
please help me
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
February 26, 2014 at 5:01 am #524398<blockquote>is it correct?, i placed here</blockquote>
My apology for the mistake, pls use this instead:
.addthis_button_google_follow .at15t_google_follow{
background: url("../images/gplus.jpg") no-repeat left !important;
background-position: 0 !important;
}
1 user says Thank You to MoonSailor for this useful post
February 26, 2014 at 8:04 am #524416please help me to ad this, I send one request to you through the JA support mail id
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
February 26, 2014 at 8:07 am #524419<blockquote>
The g map APi is not supporting. when i am trying with that the map is not displaying.
</blockquote>Please have a look at this article: https://developers.google.com/maps/documentation/javascript/tutorial
February 27, 2014 at 8:39 am #524595Not working
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
February 27, 2014 at 8:45 am #524597@santhoshkraju : Please PM me your site’s url, admin and ftp credentials, I need to have a closer look to detect the root of issue.
1 user says Thank You to MoonSailor for this useful post
February 28, 2014 at 10:03 am #5247634. Open the file “custom.css” in the “templates/ja_fixel/css” path mentioned above, add this css rule
.poweredby .t3-logo-light,
.poweredby .t3-logo,*
.poweredby .t3-logo-color {
background-image: url(“add-url-of-images-here”);
—————————————————————————
No Idea,*
Regarsd
A well wisher of*Joomfan.
posting for the good friend -
AuthorPosts
This topic contains 16 replies, has 3 voices, and was last updated by MoonSailor 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum