No search results were found in Documentation!
Hi,
There is no option to insert ads in the category pages or the other pages you mention. All the theme’s add capabilities can be found in the documentation
– https://forum.tagdiv.com/header-ads-adsense/
This could only be achieved by using a plugin that can provide these options or by editing the theme files.
If you are using the mobile theme plugin, this comes with predefined layouts for the homepage, posts etc. You can use the mobile editor to insert content in pages, in order to be displayed when using the mobile theme
– https://www.screencast.com/t/OcJtl6Kd141
The front page will display a grid containing featured posts, and a Latest articles section
– https://forum.tagdiv.com/featured-posts-2/
Page editors cannot be used on mobile pages. Please note that this plugin is optional, you can choose not to activate it and then the same content from desktop will be displayed on mobile. The theme is fully responsive and will adapt for all devices with the best results.
More information about the mobile theme here
– https://forum.tagdiv.com/the-mobile-theme/
Thanks
Hi, Catalin. Thanks for your answer. I am following exactly the steps indicated in the tutorial that you link:
- Step 1 – Install both the Visual Composer and tagDiv Composer plugins.
- Step 2 – The page has to be recreated using the new page builder. You will have to build a new page and edit it with the tagDiv Composer replicating your original page (made with Visual Composer).
- Step 3 – Save the page. Replace your homepage with the newly created one. You can always revert to the original page if you encounter any problems.
As far as I understand, you have to have both plugins installed, so I don’t understand “Please keep in mind that is not recommended to be used both of builders at the same time”.
But on what I was asking, it seems clear that the blocks offered by TD Composer do not correspond entirely with those of Visual Composer and therefore it is not possible to rebuild all the pages that were created with Visual Composer.
Regards.
-
This reply was modified 9 years by
mmeida.
Hello mmeida,
Please keep in mind that is not recommended to be used both of page builders at the same time because might appears some conflicts between them, sorry! Also, if you want to use our page builder you should recreate your homepage from scratch using the TD Composer. For more information about transitions between these page builders you should consult our useful guide here -> https://forum.tagdiv.com/visual-composer-tagdiv-composer-transition/
Notice that our builder is at the beginning and also, it is in a continuous development. You will not found all the elements which Visual Composer has. From now on, this plugin will be improved with some features which have to be exclusively for this builder. In the future, this feature can be released but unfortunately, we cannot say for sure when exactly this process will be done, sorry!
Thanks for your understanding!
Hello,
The top 3 posts of the mobile theme homepage are poss marked as featured. If you remove every post from the featured category, then the top grid on the mobile homepage will not show up anymore.
Thank you!
Hello mpozesny,
Do you do not know from where come to the Gadgets from your sidebar? I have inspected your website and I saw that your sidebar has been customized from Visual Composer and the structure of it is kind of like that -> https://www.screencast.com/t/fm8WfDdK7hMv If you want to manage them, you should edit your homepage and change the elements from that section.
If is not what you mean, please provide more details about what exactly you want to achieve so I will be able to provide a more accurate response.
Thanks for the message!
Hello, tagdiv
How to make article title BOLD on the homepage, for example, I’m using block 18, 3 and 9?
Screenshot https://prnt.sc/fk9g54
slider height on mobile is showing wrong, the height is to low, i disable all plugins, i added a new row and a new slider same effect. On homepage : cadarmarius.ro
Hello, thanks for the response. Here is the link https://goo.gl/s1RsP9 if you open a post from the homepage, you will notice a difference and takes time to load.
Hi team,
we are going to use Block 18 on our homepage with Block header 13. We are running a German website. The “Continue to the category->” Next to the category name is in English. I couldn’t find the translation.
How can I manage that?
Thank you.
Christian
Hi,
So I understand that you want to display a different ad on the homepage, and the normal ad on all other pages. Try making that condition in the header template that you are using
– https://www.screencast.com/t/YUtfVIVC8
You can use the is front page tag and create a condition in the header template
– https://codex.wordpress.org/Function_Reference/is_front_page
Thanks
hello,
to call different instances of an ad supplier (startpage and rotation)
I have built two seperate header files, being (copied versions of the original) almost identical apart from the ad-call, of course.
while the standard header is still simply called “header.php”
I want my other header (with the startpage-call) to be used on the startpage only, so I called it “header-home.php”
Now – i put these two headers into the main folder of my childtheme – but that way only the normal header was used (also on the startpage)
So I imitated the folder structure in the newspaper folder, built a “parts”-folder and put a “header”-folder in there, where I placed my two header files header.php and header-home.php
Sadly to no avail: the “header-home.php” – file is not being used by the homepage. What am I doing wrong? How can I make this work?
Many thanks in advance
I want to remove the read more button and text from the home page.
Here is an example of what I don’t want.
https://www.dropbox.com/s/d9hiwa7o1at50hj/Screenshot%202017-06-14%2015.58.04.png?dl=0
I want my blog to look more like the default blog theme.
Hey Everyone, I’ve looked through the forums because I hate when people ask something that has been covered 100x but I’ve come up empty – maybe because this question is so basic or maybe because I just didn’t see it. Anyhow, I’ve been self-teaching myself WordPress for about 1 month and have put this site together: http://michigannomad.com
I’ve messed a couple things up and don’t know how to fix them, so….
1. The main background image is has a vertical bar going through it on the righthand side and I don’t know how to get rid of it.
2. There used to be 3 boxes with articles on the homepage covering the background image, now there are just 2. How do I get the 3rd back?
Thanks for anyone who can help!
Cheers,
Cameron
Hi,
That is how the Homepage post element that you are using displays
– https://demo.tagdiv.com/newspaper/homepage-one-top-post/
You can edit the homepage with the composer you used to create it, and remove or add the elements you want. Visual composer if the page is created with this editor, or tagDiv composer if you used this one. Do not use tagDIv composer to edit pages, if the page was created in Visual composer. This may lead to problems
– https://forum.tagdiv.com/visual-composer-tagdiv-composer-transition/
More about the tagDiv composer here
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
Thanks
Hi. We’re currently using blocks 11 and 12 to show entries in our homepage; however, we don’t like how they display on mobile. We have then customised (with custom CSS code for mobile) the behaviour in order to match the style of block 4 on mobiles, to show all both the featured imagen and the excerpt full width:
/* Show block 11 and 12 as block 4 on mobile */
.td_block_11 .td-module-thumb .entry-thumb,
.td_block_12 .td-module-thumb .entry-thumb,
.td_block_11 .td-module-thumb,
.td_block_12 .td-module-thumb
{
width: 100%!important;
}
.td_block_11 .item-details,
.td_block_12 .item-details{
margin-left: 0;
}
.td_block_11 .td-module-thumb,
.td_block_12 .td-module-thumb {
position: relative;
}
.td_block_11 .td-excerpt,
.td_block_12 .td-excerpt {
display: block;
}
That works fine except that the image is not linked anymore to the post url. Why? Thank you for your support.
Above my small slider and recent posts on the homepage, sometimes the most recent post appears as the huge image as background structure: https://pasteboard.co/1QiBHNR4Z.jpg – this is my homepage setting: https://pasteboard.co/ir1XWuoTZ.jpg – how do i remove this?
Hi,
For the Block 9 on your homepage you can try this code
– https://www.screencast.com/t/YfJm1pIisMkO
It will remove the padding and margins for the module used on Block 9 only
.td_block_9 .td_module_8 {
padding-bottom: 0;
margin-bottom: 0;
}
The code has to be entered in Theme panel->Custom Css section. Please let me know if this is what you wanted, or you need something else.
Thanks
Hi,
I’ve tried to install the bookstore demo and still use my content, but the part under the slider is full width. What can I do ?
Thanks !
Whenever I am Inspecting my site form the browser at different resolution it seems OK. But whenever I am browsing it form my devices the homepage is not showing any content except the latest section.
Please help me to resolve the issue.
Site: cbn24 . ca
Hello,
QUESTION NUMBER ONE
a)
Please check the page “videosupporters.com”.
As you can see, it shows the featured image of 6 videos.
b)
Now, please go to the menu, and select:
– Europe;
– Northern Europe;
– UK;
– Arsenal
(note: this is an example, because the problem that I will describe below it happens when I go to any other pages)
c)
Now, return to the homepage, and you will notice that it doesn´t appear any “featured image” (nor videos).
QUESTION NUMBER TWO
I have some other pages in which the videos don´t appear anymore, after that I made the upgrade to the last version of Newspaper (example: http://videosupporters.com/europa-menu/northern-europe/uk/crystal-palace/)
Can you help me, please?
Best regards.
Ok, adding that size and 70×50 for sidebar where i sawed Td_218x150 fixed the thumbnail problem.
Can You check my slider from homepage? Full is ok, but on resize is meesing with the image aspect ratio. The height is lower and looks strange.
Hi guys,
https://cadarmarius.ro/ – here is where i installed the theme.
In the settings of eww optimizer i can chose what thumbails to be generated on upload and optimize, and what not. I disabled all except this ones :
thumbnail – 150×150
medium – 300×300
large – 1024×1024
td_218x150 – 218×150
(used in sidebar for list latest articles on posts page)
td_533x261 – 533×261
(used to list articles on homepage and categories, and sidebar on posts)
td_1068x580 – 1068×580 (used for slider on homepage)
pdf-full
Since i installed the ewww image optimizer look at the last 2 articles from here : https://cadarmarius.ro/promotii-pariuri-online-poker-casino/ the thumb used is 1024×1024, why? In media library there is shown that the thumbail 533×261 was generated. Here is a copy paste from media library of that article :
Dimensiune imagine Reduceri
Full 212,3 KB Redus cu 23,7% (66,0 KB)
Large 149,5 KB Redus cu 15,7% (27,9 KB)
Td_1068x580 119,3 KB Redus cu 20,2% (30,2 KB)
Td_533x261 36,7 KB Redus cu 9,0% (3,7 KB)
Medium 16,8 KB Redus cu 9,6% (1,8 KB)
Td_218x150 9,4 KB Redus cu 8,6% (906,0 B)
Thumbnail 6,7 KB Redus cu 10,0% (760,0 B)
Dimensiune Totală: 550,7 KB
DO YOU KNOW WHY THE THEME IS PULLING THE 1024X1024 IMAGE INSTEAD OF YOUR THUMB?
Hey team,
How do i set the homepage to have the infinite load / load more? I cannot find the option (only see pagination: https://pasteboard.co/1NMZc4ffM.jpg). I see that is possible with https://demo.tagdiv.com/newspaper/homepage-infinite-scroll/
Also, when selecting that in category view, it does not work. Could this possibly be a speed issue? (site: http://tinyurl.com/yd28ugxq)
Thanks,
Hi,
Maybe the server does not meet the requirements for the level of load it currently has
– https://forum.tagdiv.com/requirements-for-newspaper/
Try to test while having no other plugins activated, except the ones provided with the theme. You should install this caching plugin with these settings
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
Also here you can find a guide to further improve the website
– https://forum.tagdiv.com/how-to-make-the-site-faster/
And maybe redesign your homepage using the tagDiv composer, and keep it as light as possible, like Bogdan suggested. Try using less block pagination, and ajax filters
– https://forum.tagdiv.com/block-settings-guide/
Thanks