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
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?
Hello, You have to add widgets from widget section by drag and drop. Follow below image. Thanks & Regards Pramod
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?
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
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
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
Perfect, thank you. Do you have any training material to help me set up a blog within the site? Best regards, Philippe
Hello, You got the documentation for themes with theme. Please make settings for blog page from. Appearance=>Theme Options =>Home Page Bottom Feature => On post on front page. to show blog post on front page. You can get some idea regarding to post https://www.tipsandtricks-hq.com/how-to-create-wordpress-blog-posts-and-pages-video-tutorial-562 Thanks & Regards Pramod
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
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?
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
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
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
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