Forum replies created
In js/main.js at around line 24 change
var url = jQuery(this).attr(“src”);
if(url.indexOf(“?”)>0){
to
var url = jQuery(this).attr(“src”);
if(url)
if(url.indexOf(“?”)>0){
The <?php echo __(‘Project Details’, ‘alora’) ?> is just few lines below the ‘Job Description’ section.
1200 x 450 should be good enough.
I am trying to figure out what is wrong but it may take some time since it seems really strange.
It really depends what is there in the footer. You should install web developer toolbar firefox addon and use “Information -> Display Element Information” to get the class/id of the elements which needs to get the css applied.
Use a plugin like http://wordpress.org/plugins/simple-css-for-widgets/ so that you can apply a class to the widgets (In this case the menu widget). Apply nav-menu-footer to the menu widget and then add the following custom css
div.nav-menu-footer * {list-style: none;}
div.nav-menu-footer li { float: left; margin-left:10px;}
You can apply custom css rule to change the color. A simple example is given below.
.footer {
background-color:grey;
}
The login details provided by you isn’t working.
.home .entry-tags{display:none;}
should work for tags.
Can you please provide the login details at http://theme4press.com/contact/ . Need to check out from where that code is coming from.