- NewsmagHomepage – How to build and set it
- NewspaperHomepage – How to build and set it
- NewspaperHow to edit modules for Flex Block X
- NewspaperGeneral Options that May Interfere with the Newspaper Theme
- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperHow to Add a Logo in Newspaper
- NewspapertagDiv Shop
- NewspaperHow to Use tagDiv Cloud Library
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperHeader Builder
- NewspapertagDiv Cloud Library Plugin
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewspaperNewspaper theme documentation
- NewspaperThe Mobile Theme
- NewsmagNewsmag documentation
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagPage templates
@Lucian @Steven, the other way I found to remove the big slide slider from the homepage was to set the number of slides in the page editor to -1. With this, only the background image shows. Not sure if this creates any other problems (so far I haven’t encountered any).
@Lucian, thanks for the tip on adding text to the background image. I’ll try it out.
I have updated the menus for my page, but they all seem to have issues with overriding the page and you can’t click on anything on the home page at all. Is there a way to make them a list like you have on the sport demo page?
my site is http://talking10.com
Also, I am having trouble figuring out how to get the homepage to look like the template with the four posts up front and then the rest looking like the blog. Any help would be greatly appreciated.
I’ve tried to get the visual editor working on wordpress, but it keeps saying the purchase code I have is invalid, but it’s the one from envato.
Hi, thanks Christopher I managed to do it with the All in One SEO Plugin.
Here is a cap: http://screencast.com/t/waRFxOCR
What I want to do is to change the “of” word with “de” (spanish translation).
Thanks!
Hi,
You can use this functions: http://codex.wordpress.org/Function_Reference/next_posts_link and add them using an div tag on the template you use on your homepage and replace this: http://screencast.com/t/7DlGd290CLB
Thanks
Hi,
Thanks Christopher!
@nicoms91 You can also use this Facebook debugger tool to Fetch new scrape information.
Regarding the second matter please provide more details and maybe a screenshot, I’m not sure I understand.
Please also provide your site’s URL.
Thanks
Hi,
@steven
Remove the slider from the page-homepage-slider.php file, like this: http://screencast.com/t/AppcC724UL1O
I’m not sure I understand what your second matter would be, if you set the background for the “homepage bg” template from here: http://screencast.com/t/OHWTOTlqa this will add a background only for pages that use the template.
Thanks we will consider this!
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
@adhi
Go to page-homepage-slider.php file and add an title tag or other as you like: http://screencast.com/t/YUHHiaw5 then use css to style it: http://screencast.com/t/AocalfK6h
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
Thanks Christopher!
@thebharatnews
To show the meta date you need to enable it from theme panel > post settings like this: http://screencast.com/t/zweLxnoJf
For the spaces between posts please sue this custom css and add it in theme panel > custom css filed: http://screencast.com/t/ymdyzAMK1n6
As Christopher wrote, the first slider is added when you use the “homepage bg” template: http://screencast.com/t/msHYEZk2XxyL
And the second it’s the one you added using page builder.
To fix this you have to change the template or remove the one you added.
Thanks
Hi,
Unfortunately the infinite scroll feature it’s available only on block which you can add just by using the VC page builder.
You could try to find a solution for this online and search for a way the get the content from the short code. You could also get a freelancer or a developer to do this for you because this is custom work and we cannot offer custom work at this time as we are working hard on development, updates and support and the time doesn’t allow us to offer custom work.
Sorry about this!
Thanks for understanding!
can you tell me for make pagination like just
“Next” –>on homepage
and if click “Next” (if many pages) and “Prev” for back to the before page
for detail i mean :
http://1.bp.blogspot.com/-X5SM0HVGBCA/VD4WkFjK2oI/AAAAAAAAAnI/i8xLeO1Tlpc/s1600/just%2Bnext%2Band%2Bprev.jpg
Hi,
Not sure, you could try to find and use another similar plugin or you could try to go trough it’s settings and check if one of it’s settings doesn’t cause this.
If you can’t manage to find a solution for this you can also address to plugins author on the support page.
Thanks
-
This reply was modified 11 years by
Lucian.
YOAST SEO lets you set a default image for homepage. With posts, you should select a featured image so it’s set as the default OG:image (look at your page source to see how that works in practice), or FB will grab random image from page.
Hello there,
What would be an easy way to put text on the full width image on the homepage (e.g. image of the horse on the homepage at http://www.biznesinteres.ru?
Thank you,
Abhi
Hi,
When I post my domain URL on Facebook, it grabs some random image from my site and no my logo. How can I achieve that. I have already established my logo as featured image for my homepage but it has not worked. In the rest of the posts everything is working fine.
BTW: Would it be possible to change the language Tagslider present the quantity of the images in the gallery “1 OF 2”.
Thanks in advance!
Hey
I’m having a little bit of trouble following your instructions. Ive updated the newspaper theme, and activated the author under title option. All that does is put the author under the title when someone is reading the post, not on the homepage and modules where I needed it. I know almost nothing about development, how do I use Note++ to open and save the document. What document, where do I find it, how do I save it so the changes register on the website?
THanks
Hi guys,
I’m trying to expand the div container-fluid size as so to make the gaps inbetween the container and the sides smaller (see below examples)
Current div.container-fluid:

What i’m trying to achieve (example taken from post not homepage):

I don’t expect there to be an easy fix but if anybody knows what CSS specifically I need to work on/change, id be grateful!
Thanks in advance
This is the reply I got from the plugin author:
“It’s not a plugin’s malfucntion.
The problem is that your composer has the post content as shortcodes
so a typical post content is:
[vc_row][vc_column width="2/3"][td_block6 limit=”6″
custom_title=”Posljednji članci” ajax_pagination=”infinite”
category_id=”1″ header_color=”#7bc6f1″ header_text_color=”#ffffff”
sub_cat_ajax=”n”
ajax_pagination_infinite_stop=”3″][/vc_column][vc_column
width="1/3"][vc_widget_sidebar
sidebar_id="td-top-right"][/vc_column][/vc_row]
Which is indeed a small text, so the time is less than a minute. In
order that issue to be solved, you have to search for the composer’s
documentation to see how the post content is rendered in order to use
that instead of the shortcodes one.
As you sort out how the content is displayed, you just replace the line 81 in plugin.php
$content = strip_tags($post->post_content);
with the content the plugin author give you.”
Any idea how to fix the problem or at lest how to use infinite scroll without Page Builder?
Regards,
-
This reply was modified 11 years by
mm-2.
Hi Lucian,
I found an issue with a plugin called Calendarize. It’s having a problem with the pagination when activated. How can I fix it? I need this plugin.
Hi,
The pagination should work fine, please try to deactivate all plugins and check if this is still happening, also if you use any CDN/ cache plugins empty cache or purge files.
Please let me know!
Thanks
Hello again,
it seems that the problem is in Visual Composer plugin. When I setup my homepage to display posts without the VC plugin it works correctly, but then I do not have the infinite scroll option.
Is there a way to use infinite scroll without using Page Builder that comes with Visual Composer plugin?
Regards,
Thanks a lot…
It seems like I’ll have to contact the author of the plugin, because I installed the WP from scratch, reinstalled the Newsletter theme and disabled all plugins and it still didn’t work as expected.
Although I tried several other plugins they also showed the same result (“less than a minute”).
Thank you for your help, Lucian.
Regards
-
This reply was modified 11 years by
mm-2.
Hi,
Replied here: https://forum.tagdiv.com/topic/ad-on-homepage/#post-24051
Thanks
Hi,
Use this custom css: http://screencast.com/t/gk3dYS8z
.td-big-grid-title .td-sbig-title-wrap, .td-sbig-title-wrap .td-sbig-title {
background-color: rgba(239, 77, 122, 0.7) !important;
}
Make sure you use a rgba color and keep 0.7 value if you want to have the background slightly transparent.
Thanks