- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hi,
We are not using any ad blockers, also I checker with more browsers and I get the same results -> https://i.imgur.com/U9zAkQb.jpg maybe it can be seen only if you are login.
If you want, you can send us an email at contact@tagdiv.com and provide admin login. We will take a look. Include a link to this topic in the email.
Thank you!
Hi,
Indeed is look that this tab is no longer visible, what you can do is to make some changes in theme files in -> wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/css/wp-admin.css -> https://i.imgur.com/9QglRde.png change the display: none with display: inline-block; -> https://i.imgur.com/bm2noQc.png
Hope this will help you!
Thank you!
Thank you Calin!
How to change now from
“>”
to words: “next” and “prev”?
And next page looks like this now: https://prnt.sc/rf9tjj how to make them close to each other? prev on left and next on right.
-
This reply was modified 6 years by
smile099.
Hi,
I just try to apply a custom css but is look that something is blocking to be apply.
Please make a full backup to your website and send us an email at contact@tagdiv.com and provide admin login. We will take a look. Include a link to this topic in the email.
Thank you for your understanding!
Hi, I am using ‘Block 11’ and trying to filter a primary category (News) then set the ajax menu to sort secondary categories that I am treating as subordinate (Australia, New Zealand, Canada, France). I assumed it would show/filter a list of posts categorized as News and sorted into menu options as All, Australia, New Zealand, etc.
When I use the settings below, the primary category filter no longer works and ‘Block 11’ shows posts from another primary category (Sport) so I see anything categorized as Sport and Australia, New Zealand, etc in the list as well. The ajax seems to be taking priority over the primary filter.
Filters
Category Filter – [News]
Ajax Categories Dropdown
Filter Type – [Filter by Categories]
Show the Following IDs – [2, 3, 4, 5] (In this case Australia, New Zealand, Canada, France)
Is this working as intended or have I missed a setting somewhere? Any help would be appreciated.
Hi,
For this you can try this custom css -> https://i.imgur.com/EQEwknZ.png
.page-nav a {
width: 200px!important;
font-size: 16px;
margin: 0;
padding: 16px 48px;
color: #fff;
background-color: orange;
}
.page-nav a, .page-nav .current{
display: none;
}
.page-nav a:first-child, .page-nav a:last-child {
display: block;
}
Thank you!
Please deactivate your ad blocker then…
Because the ad is displaying but not in the right position:
https://snipboard.io/v6zZlJ.jpg
I will not be the only one having this issue….
Indeed there is an issue on Internet explorer + Flex Blocks, the IE do not recognize the flex css parameter.
Please try this code:
[class*="ie"] .td-module-container {
display: block;
}
[class*="ie"] .td-image-container {
height: auto;
flex: initial;
}
The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5
Hope this will help you!
Thank you!
Hi,
Unfortunately for the moment there is no block that can be set in single post template after author and a specific category, sorry.
The “Single More From Author” element is apply on single post template and this is sorted only after the author.
Thank you!
Hello !
Here is the css: .td-what .td_block_template_1 .td-related-title {
text-align: center;
The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5
I hope this was helpful !
Thank you !
Sorry, I have realized that the problem is another. the ajax filter only works when I’m logged in to the wordpres administrator, but when I’m offline it doesn’t work.
http://desarrollo.rondasomontano.com/
(the block is called “actualidad”)
Hi!
We are using “flex block 5” with the ajax categories dropdown. On desktop the categories filter works well, but on mobile is not functioning, basically it just shows the loading animation but never loads the selected category. How can we fix it?
Hello,
I am using Block 4 in the TD Tag Composer. When I have no tag ID, the dropdown shows in upper right of the block. When I add a tag ID, it disappears. Help!
1.
I have deactivated TagDiv Cloud library and still the content int he posts are not editable using WP BAkery composer. My client is really used to it and at least for now we would like to be able to have some continuity and have it as an option.
I can see the content of the post in the Classic mode, but the moment I click on Backend editor the content disappears and it is not available for editing.
https://imgur.com/a/MjeWfRC
2.
WP Bakery is Version 5.0.1
Does that mean that the latest theme version does not recognize it? (I was under impression that WP BAkery is bundled and should be upgraded with the theme)
4.
This block was created with WP BAkery – a bit strange that it cannot be interpreted by the theme. (On the front-end it is displayed correctly though)
5.
I think your answer explains how to set global custom css.
My question was rather ‘how to do you set css specific to this page only’
In VC it was easy, you click on the css icon on the specific page and added. How it is done with TagDiv Composer?
Thank you.
Hi. I’m setting up a single post page and need to make a block of other articles the author of the current article in a selected category. I use “Filter Tab” and “Category filter” – what to specify for filtering by current author in “Multiple authors filter”? https://paste.pics/8B2KP
“Single More From Author” not suitable, since it does not filter by category đ
Hello,
Since updating to 10.3 our related articles won’t show on posts.
It’s all enabled in the theme options under posts.
I do have some custom code to remove the “more from author tab”
/* Hide More From Author from the Related Post section */
.td_block_related_posts .td-related-right {
display:none !important;
}
But I have removed this and the problem persists.
Please can you help? https://www.businessmag.co.uk/
Best regards,
Dan
Can you please tell me
tdc_history=?
tdc_content=?
_wpb_vc_js_status=?
_encloseme=?
tdc_dirty_content=?
What features are they linked to? Sometimes some references can also be eliminated without creating problems, the important thing is to know that value to which function it is connected.
Last thing, despite I have deactivated postview, I continue to see post_views_count records, how do I block this permanently?
Hi,
The theme need to create thumbs for each thumb enable in theme panel -> https://forum.tagdiv.com/theme-thumbs/ if the images that you are uploading in media library are to small the theme can not create these thumbs, therefore you need to use a plugin to regenerate the images to the size that your theme needs -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
If the problem persist please provide me a link to your website and some example.
Hope this will help you!
Thank you!
Hello !
Usually this issue is related to a firewall or security module which blocks admin-ajax.php request. Please verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error, if you have these errors, you will have to contact your host and let them know that your admin-ajax.php is blocked either by firewall or the security settings.
If you donât use a security plugin, please ask your host about this, maybe you have a security module which blocks this.
If you use a plugin like Wordfence please set it in learning mode.
Let me know the results!
Thank you!
Hi,
1. If you want to use WP Bakery you can use it as long you do not activate the tagDiv Cloud Library, you can use only one of theme with tagDiv Composer.
2. The website was mad using that builder ? if yes and after update the content was no longer available in the builder, then is possible to have an old version of the plugin and the new theme update will no longer recognize it.
3. TagDiv Composer is the theme builder, all the features from the theme are set in tagDiv Composer and tagDiv Cloud Library, that’s way we recommend to use tagDiv Composer for pages and templates.
4. Usually when is look like that, there is a plugin that is no longer enable, and will be display the shortcodes for it, or when that tagDiv Composer can not interpret the code. I think in this case is the second one.
5. Using tagDiv Composer you have more option to customize the flex blocks and other elements, but if you want to add some css then you need to set it in theme panel -> https://i.imgur.com/1vemXtV.png, indeed you can set the css like this -> https://i.imgur.com/uKYC5SH.png or -> https://i.imgur.com/LY92rlI.png
Thank you!
Hello !
Try this and let us know: .td_block_big_grid_4 .td-module-thumb {
height: 500px;
}
Thank you !
After looking at Newspaper Theme’s guide to the Mobile Theme and looking through different settings, I can’t seem to find out how to fix this issue. My mobile theme does not contain any of the blocks or subscribe and login pages (nor top menu) that my regular theme does. When clicking subscribe links, it just reloads the “home page”. In addition, it includes a block “Latest Articles” that my regular theme does not contain. Which is the only block it contains. buttonwoodtree.net Please help.
Whenever I post a new article the featured image, while having the same px sizes, will show up differently on the blocks. Sizing is all different and not symmetrical to the others. Why is this? How can I fix this?
I never like any of Newspaper’s template designs – I’m just suggesting you put more variety into your templates, approaching the site I have designed with flex block 3.
Hi there,
As per the instructions on how to set up a YouTube API – I’ve inputted it into my Newspaper theme and it says it’s not valid as it has to be a URL: https://forum.tagdiv.com/youtube-api-key/
I can confirm I’m on 10.3 and that I’ve tried putting it into: Theme Panel > Social Network > YouTube API.
Furthermore, and I’m not sure if the two are linked, but the YouTube widget fails to pull in the right subscribers – in fact, it has it at 0 at all times.
This is an issue when I go to appearance > widgets > TAGDIV Social Counter > YouTube.
This is my channel (isn’t a user): channel/UCieBf1ieW9fX1CD-FTdFCAw
And that’s what I’m pasting into the block in the widget section and the Social Network part of the theme panel.
Is there something I’m doing wrong?
Here’s my site: https://totallyev.net/