Support › Forums › Azul – HTML Template › Button is not working when we play with Twitter code
- This topic has 13 replies, 2 voices, and was last updated 9 years, 2 months ago by
CreaboxThemes.
-
AuthorPosts
-
July 22, 2014 at 1:56 pm #3834
Rishabh
ParticipantMy Contact button is not working when we put logo url instead of twitter things:
<div class="row twitter-list"> <div class="col-md-3 col-md-offset-9 col-sm-6"> <div id="home-1" class="fadeOut-1"> <div><ul id="twitter-feed" class="list-tweets"></ul></div> <img src="http://demo.infotyke.com/adco/img/logo.png"> </div> </div> </div>
– Contact button is NOT clickable.
I want to show my logo
instead of Twitter feeds.
For Twitter, I have added display:none; so its not showing but when we add the image url, contact button goes to ‘NON-CLICKABLE’
Please help.
Thanks.
-
This topic was modified 9 years, 2 months ago by
Rishabh.
July 22, 2014 at 6:30 pm #3839CreaboxThemes
KeymasterYou have to add a link. If you want, you can create a new user to me in your admin panel. It is faster if I can change the code to add that option. I have done this with other users and there were no problems. You can trust me.
Regards
July 23, 2014 at 5:20 am #3840Rishabh
ParticipantWhich link? and As I said, this is happening when we try to NOT use Twitter but our logo.
BTW, how can I send you new user account details, please?
because this is public forum??
July 23, 2014 at 6:39 am #3846CreaboxThemes
KeymasterHi,
sorry, I thought it was the azul wordpress plugin. I have visited your website, and I can click the button ‘contact’. But it doesn’t always work fine.
It’s better if you add the next code to the file style.css in the folder css:
.menu{ position: absolute; z-index: 100; }
Regards
July 23, 2014 at 7:07 am #3847Rishabh
ParticipantAs per your instruction, I have added the code:
.menu{ position: absolute; z-index: 100; }
No changes, even screen is not coming properly.
NOTE: Now Website is on http://adcoarchitects.com/ so please check on only http://adcoarchitects.com/
July 23, 2014 at 7:13 am #3848CreaboxThemes
KeymasterHi, waht browser do you use? I have viewed your site and te button ‘contact’ in the menu works fine.
July 23, 2014 at 7:18 am #3850Rishabh
ParticipantI have checked on Chrome & Mozilla- its NOT working.
Please check: http://www.adcoarchitects.com
July 23, 2014 at 8:23 am #3854CreaboxThemes
KeymasterHave you tried to delete the cache? What resolution do you use?
Anyway, I will go into your ftp account to check the code.
Regards
July 23, 2014 at 10:56 am #3855Rishabh
ParticipantStill nothing happened 🙁
Please help.
adcoarchitects.com
Contact button is NOT clickable & Contact form is NOT working.
July 23, 2014 at 1:14 pm #3859CreaboxThemes
KeymasterTo fix that, you have to set height to the menu div. You have to edit the file index.html from the line 107 to 115:
<div class="row" style="height: 120px"> <div class="col-md-2 col-md-offset-1" style="height: 120px"> <ul class="menu fadeOut-3"> <li><a id="about" class="fadeOut-2" href="#" title="About"><span class="menu-back"></span>About</a></li> <!-- <li><a id="newsletter" class="fadeOut-2" href="#" title="Newsletter"><span class="menu-back"></span>Newsletter</a></li> --> <li class="last"><a id="contact" class="fadeOut-2" href="#" title="Contact"><span class="menu-back"></span>Contact</a></li> </ul> </div> </div>
Regards
July 24, 2014 at 1:17 am #3861Rishabh
ParticipantI did as per your instruction but nothing happened, please check.
July 24, 2014 at 6:53 am #3862CreaboxThemes
KeymasterHi, the problem is that your logo imagen is too big. The logo height causes the menu doesn’t appear. You can try to edit some more the css styles. In the file style.css, you have to delete the next code:
.twitter-list{ margin-bottom: 40px; }
Regards
July 24, 2014 at 7:47 am #3863Rishabh
ParticipantNow looks fine.
THANK YOU! 🙂
July 24, 2014 at 8:02 am #3864CreaboxThemes
KeymasterYou’re welcome
-
This topic was modified 9 years, 2 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.