By Edgar on Thursday, 07 May 2015
Posted in Wanderers
Likes 0
Views 1.1K
Votes 0
Hello,

Il have two questions about wanderers template :

1- See attached picture 1 : How can I erase the link "Register" in EasySocial Dropdown Menu in position top ?

2- See attached picture 2 : I have some issues with banners in position 7 : when I resize, the picture of the banners don't resize : how can I avoid this ?

3- See attached picture 3 : How can I remove the line for the title of the banners ?

Thanks a lot for your help,

Edouard
Hello Edourad,

May I provide you an example?
Go into your JoomlaFolder\templates\wanderers\html\mod_easysocial_dropdown_menu\default.php
then remove
<?php echo JText::_('COM_EASYSOCIAL_TOOLBAR_LOGIN_NAME'); ?>

in Line 45 . Do let me know if this help you out?
For question 2 ,3. Can you share your FrontEnd and FTP credentials at Site Details:, below this comment?
http://screencast.com/t/MYFNOtjBjI
·
Friday, 08 May 2015 00:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the 1, it solves my problem.

For 2 & 3, I add the informations. If you find the solution, can you explain me how to do because I would have to do it several times on the website.
·
Friday, 08 May 2015 18:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Edouard,

2- In the CSS apply this changes on that particular template CSS file only,
.col-md-3.panel-heading {
display:none;
}
May I suggest that by applying all these codes will causes a huge distortion, do apply wisely.
I can't seem to login to your site. Are you applying some changes on the system now? Please advise?
·
Friday, 08 May 2015 19:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes we were applying some changes today. Edit : It's okay now.

I'm going to try your fix for 2. Have you yet modified anything ?

If you have any idea for 3, I'll be interested in too.

4) And one more question :
When one user click on "Login" in login module with a wrong password, I would like that only appears the part left and not the right part as shown on screenshot attached (picture 4)

Again, thanks a lot !

Edouard
·
Friday, 08 May 2015 22:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Edouard,

Thanks for getting back to us your site recover now.

Please find your answer in queries below :
I'm going to try your fix for 2. Have you yet modified anything ?

Yes, we didn't modify any file in your site yet, I think my colleague provided that fix is actually with your number 3rd question.

If you have any idea for 3, I'll be interested in too.

You can try apply my colleague provided that fix and see how it goes. By the way, regarding with your second question above, I can't replicate on your site, perhaps you can directly provide us that page URL so that we can take a look.

4) And one more question :
When one user click on "Login" in login module with a wrong password, I would like that only appears the part left and not the right part as shown on screenshot attached (picture 4)

Can you attach again with your screenshot (picture 4), because i guess you missed up this attachment file from your last reply.
·
Saturday, 09 May 2015 01:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Thanks you for your answer.

Indeed your colleague solves my question 3.

About 2, you can see it here : http://rootinstance.programmepei.com/lille/
It's the banner on the right side. If you reduce the window, you'll see the problem of no resizing.

About 4, here is the picture.

Thanks a lot,

Edouard
·
Saturday, 09 May 2015 16:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Edouard,

I'm sorry for the delay of this reply as it is a weekend for us here.

I've apply changes in your templates/wanderers/css/custom.css.
/* Banner Item Auto Resize */
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
max-width: 100%;
height: auto;
}

/* Fix display Registration Column */
body div#fd.es .register-wrap {
width: 300px;
margin: auto;
display: none;
}
Can you give it a try and do let me know whether this help you out?
·
Saturday, 09 May 2015 19:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks you so much, it's exactly what I needed !

Your reactivity is awesome.

Edouard
·
Sunday, 10 May 2015 00:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Edouard,

You're welcome, glad to heard your issues resolved.
·
Sunday, 10 May 2015 13:10
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post