Home page boxes

Discussion in 'Traffica WordPress Theme' started by pfalle, Dec 26, 2014.

  1. pfalle

    pfalle New Member

    Joined:
    Dec 26, 2014
    Messages:
    11
    Likes Received:
    0
    Hi

    I have just bought Traffica Pro. I cannot edit or remove the boxes at the bottom of the page which include the Facebook feed, About Us, Services and what our clients say! Any suggestions please?

    Philippe
     
  2. pfalle

    pfalle New Member

    Joined:
    Dec 26, 2014
    Messages:
    11
    Likes Received:
    0
    I have worked out how to edit the text in them! Can they be deleted all together though? How do I change the Facebook feed to our own Facebook page?
     
  3. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    You have to add widgets from widget section by drag and drop.
    Follow below image.
    traffica-widget-27-dec.png
    Thanks & Regards
    Pramod
     
  4. pfalle

    pfalle New Member

    Joined:
    Dec 26, 2014
    Messages:
    11
    Likes Received:
    0
    Great, thanks. I have changed the Facebook feed. Am I able to delete the other widgets that are already there or are they permanently there?
     
  5. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Please use a blank text widget on that widget area to delete the by-default widgets.
    Or
    Use below code in custom css box.
    Code:
    .footer_widget {
    display: none;
    }


    Thanks & Regards
    Pramod
     
  6. pfalle

    pfalle New Member

    Joined:
    Dec 26, 2014
    Messages:
    11
    Likes Received:
    0
    Hi there, Many thanks. I have put in blank text boxes but the other widgets are still there! I do want the Facebook widget but not the other three. It is in the homepage sidebar widget. It is the About Us, Services and testimonial widgets. basically I will want the latest blogs and Facebook feed there. www.pindarsailingabudhabi.com
     
  7. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,


    Please make settings for blog page from.
    Appearance=>Theme Options =>Home Page Bottom Feature


    And use this in custom css box.
    Code:
    .home_content {
    display: none;
    }
     
    .feature_testimonial {
    display: none;
    }

    Thanks & Regards
    Pramod
     
  8. pfalle

    pfalle New Member

    Joined:
    Dec 26, 2014
    Messages:
    11
    Likes Received:
    0
    Perfect, thank you. Do you have any training material to help me set up a blog within the site? Best regards, Philippe
     
  9. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
  10. pfalle

    pfalle New Member

    Joined:
    Dec 26, 2014
    Messages:
    11
    Likes Received:
    0
    That is great thanks. I am loving this template, it is really good and easy to use. Looks classy too. Last question for today is how to I get the blogs to show on the website other than as the strip on the home page. I would like a page where all the blogs are shown and listed! Many thanks for your support. Philippe
     
  11. pfalle

    pfalle New Member

    Joined:
    Dec 26, 2014
    Messages:
    11
    Likes Received:
    0
    I also have another technical glitch with the site. Once I have navigated away from the home page and return to it the Facebook feed disappears! Any thoughts as to why that happens?
     
  12. pfalle

    pfalle New Member

    Joined:
    Dec 26, 2014
    Messages:
    11
    Likes Received:
    0
    Hi there, Is it possible to have a blog page on my Traffica Pro website. At the moment i have the latest blogs on the hime page but I would like to have a page that is the blog page and shows them all? www.pindarsailingabudhabi.com

    Many thnaks
    Philippe
     
  13. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    When you create a page for blog then you have to select a template for it (blog page) from right side drop down option.
    I checked and the other issue of Facebook on returning on home page is not occurred it work perfect.

    Thanks & Regards
    Pramod
     
  14. pfalle

    pfalle New Member

    Joined:
    Dec 26, 2014
    Messages:
    11
    Likes Received:
    0
    That is perfect, thank you. Done. Another three questions, apologies!
    1. Can we have the list of posts etc on the right hand side of this page only, and not on the other pages?
    2. On the i pad and when the page is not full screen the slider on the home page is not viewed fully which prevents access to the scroll arrows and therefore we are unable to scroll the sliders, any way round this?
    3. Once the home page has been open for a while the sliders will not scroll!
    Finally, for a fee are you available and able to do any development not the site that is not possible within the parameters of the template?
    Thanks
    Philippe
     
  15. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    You can try these code.
    Code:
    @media only screen and (max-width: 960px) and (min-width: 767px){
    .slides, .flex-control-nav, .flex-direction-nav {
    display: block !important;
    }
    }
    @media only screen and (max-width: 767px) and (min-width: 480px)
    {
    .flex-direction-nav {
    display: block !important;
    }
    }
    @media only screen and (max-width: 1366px) and (min-width: 1024px){
    ul.flex-direction-nav {
    position: absolute;
    display: block;
    top: 42%;
    left: 23%;
    opacity: .5;
    }
    }
    Which type of development will you please specify?
    Thanks & Regards
    Pramod
     

Share This Page