Unresolved Questions

Discussion in 'Photomaker WordPress Theme' started by urbancabin, Jun 4, 2014.

  1. urbancabin

    urbancabin Member

    Joined:
    Jan 4, 2013
    Messages:
    46
    Likes Received:
    1
    I am not sure why you are not able to respond to my questions, as with other themes you are always so quick to respond, but I have resolved many of the issues I had asked about and realize that the 'services page' is just a way of displaying all the posts.

    #1) I would still like to change the coloured boxes from around the thumbprints in the galleries and make them look like the semi transparent ones on the service page.

    #2)I would like to know if there is a way to make the photos on main page slider rotate on their own without using the arrows

    Finally I want to say that this is a very professional looking theme and well worth the investment!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    #1) Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    div.facebook .pp_content_container .pp_left {
    background: rgba(255, 0, 0, 0.21);
    }
    div.facebook .pp_top .pp_middle {
    background: rgba(255, 0, 0, 0.17);
    }
     
    div.facebook .pp_content_container .pp_right {
    background: rgba(255, 0, 0, 0.2);
    }
    div.facebook .pp_bottom .pp_middle {
    background: rgba(255, 0, 0, 0.27);
    }
    div.facebook .pp_top .pp_left {
    background: rgba(255, 0, 0, 0.48);
    }
    div.facebook .pp_top .pp_right {
    background: rgba(255, 0, 0, 0.42);
    }
     
    div.facebook .pp_bottom .pp_left {
    background: rgba(255, 0, 0, 0.42);
    }
    div.facebook .pp_bottom .pp_right {
    background: rgba(255, 0, 0, 0.42);
    }
    div.facebook .pp_content {
    background: none;
    }
    #2) http://www.inkthemes.com/community/threads/main-page-slider.12272/

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. urbancabin

    urbancabin Member

    Joined:
    Jan 4, 2013
    Messages:
    46
    Likes Received:
    1
    Thanks so much for trying, but that did not work :( Rhonda
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Please do let me know your website link.

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page