-
AuthorPosts
-
vernontee Friend
vernontee
- Join date:
- November 2015
- Posts:
- 440
- Downloads:
- 53
- Uploads:
- 22
- Thanks:
- 18
- Thanked:
- 4 times in 4 posts
November 24, 2015 at 11:01 am #756389Default is
http://screenpresso.com/=x1XkdHow do i do this
http://screenpresso.com/=Bx5WbWhere is the CSS styling for this located?
Also could the module be modified to add even more social platforms like youtube?
Thanks!
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 24, 2015 at 11:12 am #756545Hi
Could you post also a login account for your backend ? edit this thread and add username and password for it , i will have a look at it
vernontee Friendvernontee
- Join date:
- November 2015
- Posts:
- 440
- Downloads:
- 53
- Uploads:
- 22
- Thanks:
- 18
- Thanked:
- 4 times in 4 posts
November 24, 2015 at 1:29 pm #756559Hi i added the site details.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 25, 2015 at 6:38 am #756610<em>@vernontee 503803 wrote:</em><blockquote>Hi i added the site details.</blockquote>
Hi
I added this part of code
style="float:right;width:60%;"
Into this file templatesja_directorytplsblocksfooter.php
<div class="<?php echo $this->getParam('t3-rmvlogo', 1) ? 'col-md-8' : 'col-md-12' ?> copyright <?php $this->_c('footer' ) ?>"style="float:right;width:60%;">
Module footer is now centered
1 user says Thank You to pavit for this useful post
vernontee Friendvernontee
- Join date:
- November 2015
- Posts:
- 440
- Downloads:
- 53
- Uploads:
- 22
- Thanks:
- 18
- Thanked:
- 4 times in 4 posts
November 25, 2015 at 7:32 am #756612Thanks so much for the help! How can i show the title for that module too?
Would this change be overwritten on a template update since its not in the custom.css file?
Also could the module be modified to add even more social platforms like youtube, i just need instructions and i can modify it myself?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 25, 2015 at 8:38 am #756620<blockquote>Thanks so much for the help! How can i show the title for that module too?</blockquote>
Set module Show title to yes
<blockquote>Would this change be overwritten on a template update since its not in the custom.css file?</blockquote>
To not override any change made to your files you should move your folders into /local folder Take a look HERE
Also could the module be modified to add even more social platforms like youtube, i just need instructions and i can modify it myself?
Of course, follow these steps
1) Open this file templatesja_directoryacmfollowtmplstyle-1.xml and add the new channel in this way right below others
<field name="youtube" type="text" size="40" default="" label="YOUTUBE_LABEL" description="YOUTUBE_DESC"></field>
2) Open this file languageen-GBen-GB.tpl_ja_directory.ini and add the value for YOUTUBE_LABEL just below others in ACM section
YOUTUBE_LABEL ="Youtube"
3) Open this file templatesja_directoryacmfollowtmplstyle-1.php and add the new channel
<?php if($helper->get('youtube')): ?>
<a class="addthis_button_youtube_follow" addthis:usertype="company" addthis:userid="<?php echo $helper->get('youtube')?>"><i class="fa fa-youtube"></i></a>
<?php endif; ?>4) Open this file templatesja_directorylocalacmfollowcssstyle.css and add style for hover color
.uber-social .fa.fa-youtube:hover {
color: #287bbc
}You can change #287bbc with your colors
Here results
1 user says Thank You to pavit for this useful post
vernontee Friendvernontee
- Join date:
- November 2015
- Posts:
- 440
- Downloads:
- 53
- Uploads:
- 22
- Thanks:
- 18
- Thanked:
- 4 times in 4 posts
November 27, 2015 at 3:11 pm #758714Hi Pavit, thanks so much for the replies.
Btw.. the show title IS on… but it still wont show a title.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 28, 2015 at 4:49 pm #758732<em>@vernontee 504270 wrote:</em><blockquote>Hi Pavit, thanks so much for the replies.
Btw.. the show title IS on… but it still wont show a title.</blockquote>
Hi
I added a custom css class to your module
.footer .module-title {
padding-left:60px;
}and assigned the t3xhtml style to it
Best regards
1 user says Thank You to pavit for this useful post
vernontee Friendvernontee
- Join date:
- November 2015
- Posts:
- 440
- Downloads:
- 53
- Uploads:
- 22
- Thanks:
- 18
- Thanked:
- 4 times in 4 posts
November 28, 2015 at 5:40 pm #758734Thanks so much, which file did you add it to?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
vernontee Friendvernontee
- Join date:
- November 2015
- Posts:
- 440
- Downloads:
- 53
- Uploads:
- 22
- Thanks:
- 18
- Thanked:
- 4 times in 4 posts
November 29, 2015 at 4:25 am #758742thanks so much
vernontee Friendvernontee
- Join date:
- November 2015
- Posts:
- 440
- Downloads:
- 53
- Uploads:
- 22
- Thanks:
- 18
- Thanked:
- 4 times in 4 posts
November 29, 2015 at 2:36 pm #758770Oh there is a bug
http://screenpresso.com/=aqtreIn mobile it does not center.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 29, 2015 at 5:43 pm #758771<em>@vernontee 504501 wrote:</em><blockquote>Oh there is a bug
http://screenpresso.com/=aqtreIn mobile it does not center.</blockquote>
custom.css file
@media (max-width: 400px){
.col-md-12.copyright {
width:90%!important;
}
}vernontee Friendvernontee
- Join date:
- November 2015
- Posts:
- 440
- Downloads:
- 53
- Uploads:
- 22
- Thanks:
- 18
- Thanked:
- 4 times in 4 posts
November 30, 2015 at 7:20 am #758816Its not truly center at all resolutions… like when i drag to resize the browser width….
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 30, 2015 at 7:23 am #758817<em>@vernontee 504671 wrote:</em><blockquote>Its not truly center at all resolutions… like when i drag to resize the browser width….</blockquote>
Apply the same rule for all media
@media (max-width: 772px){
etc etc -
AuthorPosts
This topic contains 17 replies, has 2 voices, and was last updated by pavit 8 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum