Forum replies created

    Alok Maheshwari
    Spectator
    Posts: 303
    September 12, 2014 at 12:52 am #12862

    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){

    Alok Maheshwari
    Spectator
    Posts: 303
    September 11, 2014 at 9:48 pm #12860

    The <?php echo __(‘Project Details’, ‘alora’) ?> is just few lines below the ‘Job Description’ section.

    Alok Maheshwari
    Spectator
    Posts: 303
    September 11, 2014 at 9:38 pm #12858

    1200 x 450 should be good enough.

    Alok Maheshwari
    Spectator
    Posts: 303
    September 11, 2014 at 9:06 pm #12857

    I am trying to figure out what is wrong but it may take some time since it seems really strange.

    Alok Maheshwari
    Spectator
    Posts: 303
    September 10, 2014 at 9:17 pm #12840

    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.

    Alok Maheshwari
    Spectator
    Posts: 303
    September 9, 2014 at 10:47 pm #12820

    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;}

     

    Alok Maheshwari
    Spectator
    Posts: 303
    September 9, 2014 at 10:26 pm #12819

    You can apply custom css rule to change the color.  A simple example is given below.

     

    .footer {
    background-color:grey;
    }

    Alok Maheshwari
    Spectator
    Posts: 303
    September 9, 2014 at 10:04 pm #12817

    The login details provided by you isn’t working.

    Alok Maheshwari
    Spectator
    Posts: 303
    September 8, 2014 at 3:26 pm #12802

    .home .entry-tags{display:none;}

    should work for tags.

     

    Alok Maheshwari
    Spectator
    Posts: 303
    September 8, 2014 at 3:00 pm #12801

    Can you please provide the login details at http://theme4press.com/contact/ . Need to check out from where that code is coming from.