A couple of things

Discussion in 'Traffica WordPress Theme' started by bizgirl, Nov 8, 2013.

Thread Status:
Not open for further replies.
  1. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Hi there,

    I have set up the slider with 3 slides. The first 2 are working fine but the 3rd one flicks in for a second and then disappears. I have set it up ok so not sure why this would happen. Any advice would be appreciated. Website is www.ctpaustralia.com

    I want this as a landing page only. How do I remove the links to the headings as per the attached image. I want the headings be static and not lead to another page.

    Also how do I change the font for the whole theme.

    Many thanks,
    Maggie
     

    Attached Files:

  2. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    One more question... I have deleted the menu from the header and would like my larger header image to sit centred on the page. Could you please let me know the CSS code to do this.

    Thanks again for your help.
     
  3. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

    1. For your slider issue,
    This issue maybe because of plugin. So please deactivate all plugins to see if this resolves the problem? If this works,
    re-activate the plugins one by one until you find the problematic plugin(s).

    2. For your feature heading issue,
    Go to the Appearance > Theme Options > Homepage Feature Area panel in your dashboard and put Hash symbol (#) in each feature link section.
    This will redirect the heading in the same page when click on it.

    3. To change the font for whole theme,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    h1,h2,h3,h4,h5,h6,a, span, p,div{
    font-family: symbol ! important;
    }
    In place of "symbol" you can your font.
    This will solve your issue.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    It is not possible through only css code,
    It requires the customization in the header.php file also.

    To accomplish this follow the instruction given below.

    1. Go to the header.php file present in your theme directory and edit the code as shown in the image given below.

    [​IMG]


    2. Paste the following code in your Custom CSS section of your dashboard.
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .header .logo {
    text-align: center;
    }
    .header .logo img {
    max-width: 960px;
    height: auto;
    }
    This will solve your issue.
     
  5. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Thankyou both for your responses. Greatly appreciated.
     
Thread Status:
Not open for further replies.

Share This Page