Forum replies created
Viewing 10 replies - 2,751 through 2,760 (of 3,147 total)
In reply to
Logo Menu
it’s private….please can you paste on other server?
In reply to
google Analytics Tracking code
you must insert whole code as it is, not only your ID, it means whole javascript
In reply to
Center Nav Menu
use this rule:
Code:
.link-effect a:hover span, .link-effect a:focus span {transform:none;}
In reply to
Main Navigation bar not displaying properly
there is an unnecessary code in the menu
Code:
<span xmlns:ib=”http://rdf.data-vocabulary.org/#”>
possible you pasted there the code, or enabled a plugin?
In reply to
Menus not working in IE 10 on Win7
isn’t it a bug of the browser? sorry I have no chance to test it on IE10
In reply to
500 internal server error
@Artyom please contact me here http://theme4press.com/contact/ with the login credentials
In reply to
Logo Menu
I need to see the code…from a screenshot cannot find the bug
In reply to
Fix Social Media Icon Placement
it looks you added a custom css rule to the options for .header, the correct rule should be:
Code:
.header { padding: 30px 0; }
In reply to
Center Nav Menu
the correct code should be:
Code:
ul.nav-menu {
display: block;
margin: 0 auto;
text-align: center;
width:960px;
}
ul.nav-menu li {
display: inline-block;
float:none;
border-right:0;
}
display: block;
margin: 0 auto;
text-align: center;
width:960px;
}
ul.nav-menu li {
display: inline-block;
float:none;
border-right:0;
}
I recommend to disable the rollover effect in this case because it will mess the menu
In reply to
Carousel Slider Hyperlink
the code you provided works for me
Viewing 10 replies - 2,751 through 2,760 (of 3,147 total)