- TutorialsFrom WPBakery to tagDiv Composer
Hi,
Just add this line 'category_ids' => '', in the page-homepage-slider.php file like this: http://screencast.com/t/mjY8OB5JJPZ
Thanks
Hi Lucian,
Thanks for the quick reply.
I want to control which posts will be featured on the big slider (Homepage with background).
It’s set on ‘sort’ => ‘featured’, but what if I want to show more than one category?
Thanks!
Hi,
For your first issue, you can get rid of the breadcrumbs on search module like this: http://screencast.com/t/wd80UQ6nBuWy
You can remove them the same way for other module also.
Regarding issue #2 please note that those setting will work for the pages templates build and added with the page builder and when used the default template.
We know about #3 and we have this on our to-do list to fix in the next update.
For the 4-th issue you could use this css to add a border to the top of page wrapper, like this: http://screencast.com/t/kcV8d2ZLj4R
.td-page-wrap {
border-top: 2px solid #a7a7cb !important;
}
#5 I’m not sure how this happens but you can use custom css to hide the banner only on homepage, like this: http://screencast.com/t/rDggCB6SIlUl
.home .header-content-rec .td-g-rec-id-header {
display: none;
}
and for post template 4 you can use this: http://screencast.com/t/K4PjrKpr3nI
.single_template_4 .header-content-rec .td-g-rec-id-header {
display: none;
}
Regarding the option for the banner to show before logo, you can simply do it like this: http://screencast.com/t/9cq1f3v9p5Bi
For the background of sidebar ad you can try this: http://screencast.com/t/BJhaoVkxCs1C
.td-g-rec-id-sidebar .adsbygoogle {
position: relative;
top: 0px;
margin-bottom: 0px !important;
}
.td-g-rec-id-sidebar {
background-color: #a7a7cb;
padding-top: 20px;
padding-bottom: 10px;
margin-bottom: 20px;
}
Also use this sizes fro the sidebar Adsense ads: http://screencast.com/t/wlsdqlsI3p
Hope this helps! Please let me know!
Thanks
Hi,
@dekbanks As Steven mentioned you need to make sure you add an image as a featured image to each post. By adding this featured image then the thumbs are created then used to your homepage. Please let me know!
Thanks
-
This reply was modified 11 years by
Lucian.
Hi there,
I’m trying to control the Big Slider which was automatically there when selecting the Homepage with Background. It wasn’t added from the Visual Composer.
I can’t find the way to change the settings of this Big Slider.
Can you please send me the documentation for this?
Thanks,
Bran
I’m working with this website, http://www.hiligpinoy.com. Contents are recently imported from blogger.com. Problem is thumbnails are not showing at homepage. Used regen. thumbnails plugin and also auto feature image plugin but still no image showing at homepage. Show featured image is enabled in them panel. Hope you can help me with this.
Hi there,
I just bought the theme, which is great so far.
I’m having a problem with a normal featured image with these dimenstions: 448X312.
I insert it as featured image in a post, but then on the homepage, the post’s thumbnail image is a bit cut off, missing some of the upper part of the image.
What are the dimensions for Featured images? And how do I make sure it looks good on the Home page?
Thanks,
Bran
I have sidebar in my homepage, but it disappears when I’m inside a blog post?
Thanks
Cool! This worked.
Thanks!
Hi,
I’m not sure what are trying to say. You should get duplicated posts in your big slider and latest articles list if you are using latest articles in your big slider. You can turn this option on and enable the unique articles on template, this should leave the latest posts in the slider only.
Thanks
Hi
On my homepage, i get foir Block 2 my images in double. It is the main image which is also in my article. So when block 2 is displaying on my image i have the image as main image and an image as excerpt. How can i fix this?
I’m getting duplicate posts from big slide and from latest articles. Shouldn’t it be latest articles goes on the big slide and then just cascades down whenever a new article is published?
Hi I have my homepage set with “Show only unique articles on this template”
At the end of this page I have a Block 7 inserted with Infinite load pagination, I have noticed however when i click “LOAD MORE” it is showing some duplicates of earlier content on the page.
Please let me know if this is expected or a bug.
Thanks
It also seems to stop the ‘Load More’ buttons working on the homepage. http://www.heyuguys.com/
The infinite scrolling on the homepage is not working for us.
Can you please take a look and let us know what is missing?… https://share.america.gov/test-infinite-scroll/
Thanks,
David
Hi,
I believe you refer to the social icons from the top menu widget area: http://screencast.com/t/lR7Y7nI7fVp
I have checked your site and noticed that you have hidden the top menu so first you need to enabled it from theme panel like this: http://screencast.com/t/IIL0V0RuSuSN
After this go to appearance > widgets and add the social icons widget to the top right social widgetised area and customize it like this: http://screencast.com/t/sLyX9vDuKT save it and you should get this result: http://screencast.com/t/lR7Y7nI7fVp
If you want to add it in your sidebar you have to do the same and add it to the sidebar you want: http://screencast.com/t/tjZVBrL3
Should work just fine, make sure you do this right.
You can remove the pagination via custom css, like this: http://screencast.com/t/HmN5Dw5IaG6
Use this custom css in theme panel > custom css:
.home .page-nav {
display: none;
}
Thanks
Sorry FIX sir… if “HOMEPAGE – BG + WITH ARTICLES LIST”
file edited is -> page-homepage-bg-loop.php
Thanks for help sir… 🙂
Thanks sir… but my web use “HOMEPAGE – BG + WITH ARTICLES LIST”
if use you mean “homepage-with articles list” thats is working…
how about…my web use… “HOMEPAGE – BG + WITH ARTICLES LIST”
i like design this theme is setting “HOMEPAGE – BG + WITH ARTICLES LIST”
and for “homepage-with articles list” i do not like…
can help me sir?
Thanks
install plugin WP composer… and edit (pages) your homepage on pages and Save,,,
i’m same with your problem.. and try like that is fix…
thanks
Hi,
I followed the instructions to put in the social widgets in the top right sidebar, but it didn’t work.
Also, I want to remove the pagenation at the bottom of the homepage.
My website is thesagonline.com
Thanks!
Hi Emil G,
Yes. That’s it! Thank you.
Hi,
I guess you’re referring to this section – http://screencast.com/t/LSWGgWkjYvm
Try to add the following css inside the Theme Panel -> Custom CSS:
@media(min-width: 768px) and (max-width: 1018px){
.vc_custom_1411984399136 {
margin-left:12px !important;
}}
@media(max-width: 767px){
.vc_custom_1411984399136 {
margin-left:0px !important;
}}
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Hello,
We have a homepage and we have created a column with a block category, using a color background to differenciate it from the rest of news. In order to add some margins in this column, because the texts were too close to the border, we have modified the padding. Now, the design of the homepage is broken in iPad because this column.
How can we solve this?
You can see the broken structure in:
marronyblanco.com
Hello Lucian,
In our homepage we have some blocks with the same contents and categories. If we deactivate the unique article feature, the same news will be repeated in the different blocks, won’t it? We just want the slider news to be included in the blocks too.
Hi,
I happen to have the same problem. Neither solution helped in my case. Love your theme otherwise, but I want to keep the revolution slider at the top of my homepage, but this renders the top menu completely useless.
Please help.
My website is guidetoljubljana.com if you need to check it out.