Button is not working when we play with Twitter code

Support Forums Azul – HTML Template Button is not working when we play with Twitter code

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #3834
    Rishabh
    Participant

    My 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, 9 months ago by Rishabh.
    #3839
    CreaboxThemes
    Keymaster

    You 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

    #3840
    Rishabh
    Participant

    Which 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??

    #3846
    CreaboxThemes
    Keymaster

    Hi,

    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

    #3847
    Rishabh
    Participant

    As 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/

    #3848
    CreaboxThemes
    Keymaster

    Hi, waht browser do you use? I have viewed your site and te button ‘contact’ in the menu works fine.

    #3850
    Rishabh
    Participant

    I have checked on Chrome & Mozilla- its NOT working.

    Please check: http://www.adcoarchitects.com

    #3854
    CreaboxThemes
    Keymaster

    Have you tried to delete the cache? What resolution do you use?

    Anyway, I will go into your ftp account to check the code.

    Regards

    #3855
    Rishabh
    Participant

    Still nothing happened 🙁

    Please help.

    adcoarchitects.com

    Contact button is NOT clickable & Contact form is NOT working.

    #3859
    CreaboxThemes
    Keymaster

    To 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

    #3861
    Rishabh
    Participant

    I did as per your instruction but nothing happened, please check.

    #3862
    CreaboxThemes
    Keymaster

    Hi, 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

    #3863
    Rishabh
    Participant

    Now looks fine.

    THANK YOU! 🙂

    #3864
    CreaboxThemes
    Keymaster

    You’re welcome

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.