- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hi,
You can add a background image to a row and stretch it – http://screencast.com/t/eXbpEs4O then you can play with the design option – css box – http://screencast.com/t/47x0TU2Yb and also for the bellow row(in demo block 5 row) – http://screencast.com/t/fleFsRa7f add negative top margin for example.
On our demo we use some extra classes to those row and we have added css code in style.css. So you could use the demo classes if you want:
*for background row td-travel-header – http://screencast.com/t/fUvEoIMwjXY
*for block row td-travel-features – http://screencast.com/t/oDcj0EY0
You can find the css in style.css file just search after those classes – http://screencast.com/t/t6ln5rgUpxx8 – http://screencast.com/t/eJN8kUOQVu
Hope this helps!
-
This reply was modified 10 years by
Alin [tagDiv].
Hi
The theme doesn’t have an option to display different types of ads on the site, for example the header ad will be displayed from the same spot on all pages and posts. If you want a different ad for homepage you need to add a condition in ads.php file like here: http://screencast.com/t/BqOhbFzqqpGS and insert the shortcode corresponding with the ad spotthat you want to use. To get the shortcode add an ad box into a blank page then switch in backend editor copy and paste this code: http://screencast.com/t/Kcqsjk9C7xbU inside do_shortcode function
For the ads from page content you can use the ad box block and use the corresponding spot for your ad: http://screencast.com/t/YlkV5d5yke
Let me know how it goes.
Thanks!
Hi,
As you can see on our demo no tagdiv blocks have this effect and you will need custom modifications for this, with a specific css for each module. Just the Big Grid blocks have a zoom effect.
You have to add this for each module with specific width and height(thumb size) and it is not so easy if you don’t have html/css experience. I provide an example how this works for module 10 – http://screencast.com/t/Gewgic8X5
Just paste this custom css in Theme Panel > Custom Css and check module 10(on a category for example or block 11):
.td_module_10:hover .td-module-thumb a:after {
content: '';
width: 218px;
height: 150px;
background-image: url("http://www.be-street.com/wp-content/themes/bestreet4/img/hover-full.png")!important;
background-size: 218px 150px;
display: block;
position: absolute;
z-index: 100;
top: 0;
}
2. The share buttons are available only on post pages and not for blocks/modules – http://screencast.com/t/9dZrSZfZYze – http://screencast.com/t/m7Rnxg3bQYK
Thanks!
Hi,
This is the javascript file of the theme – http://screencast.com/t/JUmCS3YcugWF
Also I guess you should take a look in td_menu.php and td_block_mega_menu.php files – http://screencast.com/t/T6Xcj9LhbkBZ – http://screencast.com/t/Bvpg6xWvFopH
Thanks!
Hey Chris,
Thanks for the reply, but how dare you call WordPress pesky 🙂
It is not the typical stripping of HTML tags that I am speaking of. It is the way that the Theme displays post content within the blocks.
I am trying to embed the standard WordPress audio player:
[audio mp3="http://domain.com/wp-content/uploads/2015/10/song-title.mp3"][/audio]
On the front end, within a block it simply displays the URL instead of loading the player:
[audio src="http://domain.com/wp-content/uploads/2015/10/song-title.mp3" /]
I know that the Theme strips some of these shortcodes. I’ve seen the function in the files before, but I can not remember where.
Any other assistance is appreciated.
Thanks.
Hello,
I am trying to get the standard audio player to appear in the post excerpt within a block.
Currently the audio embed is being stripped and the MP3 url is being displayed on the frontend.
Can you please give some advice on how to prevent the audio tags from being stripped and having the audio player appear within the block?
Than you very much.
When selecting the new ‘Travel’ template, the top area doesn’t appear. What is needed for the large background image at the top with those 3 blocks?
Hi,
I have checked your site and you have some js errors – http://screencast.com/t/alIIaQHsQ4 I guess they come from a plugin you use(wp rocket), please try to disable it and check if the issue is still there.
Regarding the pagespeed test as you can see a issue is server response time so please read the recommendations – http://screencast.com/t/WMlFSZuHT – https://developers.google.com/speed/docs/insights/Server
You can try to reduce the number of plugins and also note that the speed booster move the js and css at the bottom of the page to Eliminate render-blocking, but not for all plugins. Check the System Status if the speed booster is active if you use other plugins than the tested ones.
Also you can read this guide, it may help – https://forum.tagdiv.com/how-to-make-the-site-faster/
Thanks!
Hi,
Please send an email at contact@tagdiv.com and provide wp-admin access so we can take a closer look, also paste a link to this topic so we can know who you are and what your issue is.
You could create a test page for us using just a block with this sort option and also we will disable your plugins for short time when we will log in.
Thanks!
Hello Sejpost,
In order to modify the theme files you need to know a bit of php. Just adding the shortcode is not goiung to cut it this time. You have to change the code a bit and use $buffy .=
Add this code:
$buffy .= do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');
here:
http://screencast.com/t/RpjhhiByvjoi
The result:
http://screencast.com/t/22LUCz3KP6s5
Thank you!
Hi,
You have to add also the date function in td_module_trending_now.php file – http://screencast.com/t/s30uqZRPeC as this block was not designed to display date and time.
<?php echo $this->get_date();?>
Now you need to use some css code to customize date for this block, try this code in Theme Panel > Custom Css – http://screencast.com/t/iii9E6Dy
.td-trending-now-display-area .td_module_trending_now .entry-title {
display: inline-block;
}
.td-trending-now-display-area .td_module_trending_now .td-post-date {
top: 0;
font-size: 12px;
}
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
Hi
Trying to insert a custom ad spot into the mega menu. I know that it’s td_block_mega_menu.php that needs altering (we have a child theme) but I’m breaking the php file by adding shortcodes.
Can you illustrate where in the td_block_mega_menu.php file we’d call our shortcode
<?php echo do_shortcode(‘[td_block_ad_box spot_id="custom_ad_1"]‘);?>
Thanks
S
Hi,
Please disable all your plugins except of Visual Composer and remove all the customization to the theme files(for example ads from post template) then check if you still have this issue. A plugin or you custom modifications cause this errors and the issue with load more pagination.
I also tested this on my side and did not found any issues. I have added a block to the post template and the load more pagination works – http://screencast.com/t/r9NgHAqu5 – http://screencast.com/t/P5tE3l8Qp – http://screencast.com/t/uQzntcM5OjUH
Thanks!
Hi,
I’m not really sure what you mean. Do you refer to the megamenu(” category in the menu”)? Even in version 4 if you made a category megamenu, it were displayed also the sub-subcategories.
If you refer to the ajax filter(” tried several blocks”) on blocks, you can manually add the the categories ids that you want to appear on block, please check this topic – https://forum.tagdiv.com/topic/new-to-newspaper-few-questions/#post-63976
Please provide more details if this doesn’t help.
Thanks!
Looks like I had an old sitemap in place that was blocking my Yoast SEO sitemaps, so I took care of that. Thanks for the guidance.
Hello!
So. I use a plugin to generate pdf to publish on the site, but the publication is done via post.
I create a slide in the section that showed you and when I set the filter to view only posts from a particular category (for Magazine Circuit) it does not display. I do not know why.
When I talk about filters, I refer to the settings which enables you to block, for example which categories of posts can have news displayed there.
I’ll give you access to the WP so you can check yourself all I said. I do not know what to do. My clients want to give up, but I said the product of guys is very good and complete. Please help me.
-
This reply was modified 10 years by
Alin [tagDiv].
Hi,
Here’s a small video of my problem.http://screencast.com/t/x4vOGOuiBkdf
I’m trying to find a post in the category section but although the post is in the right category, it’s is not displayed in that category.
It appears in one of the block in the sidebar, but not in the category itself. Do you know if it’s a bug or ?
Thanks
I want the more stories module should slide back in after some seconds because it blocks items on the side.
Hi
You need to install the whatsapp plugin: https://wordpress.org/support/plugin/whatsapp then go to plugin settings and set it where you want to appear on the post/pages: http://screencast.com/t/VQ4vE5bbAI4
To make the button visible on desktop add this custom css in theme panel > custom css: http://screencast.com/t/J45jYezamgO2
@media (min-width: 1024px){
.wabtn_container {
display: block;
}
}
Also you can use the plugin’s shortcode to display the button in a different place than set by default: http://screencast.com/t/eJjvhmOUt1
Let me know how it goes!
Thanks!
Hi
In your earlier version of newspaper we can use only one level of the category in the menu.
After selection of the category in the menu we get all categories listed above structured in
right level under. Now it´s only show one level in every view. We have the category template
in default for now.
In your last version it seems to be impossible achieve the same behavior????
We have tried several blocks and check every level in the categories but nothing works!
Please tell us what to do?
Kind regards
Peter
Hi
To display the top bar near the top menu you will need lots of customization and unfortunately we cannot offer custom work at this moment. But you can use this custom css in theme panel custom css to display it above main menu like here: http://screencast.com/t/sQzkXkI86T
@media (max-width: 767px){
.td-top-menu-full {
display: block!important;
height: 80px!important;
}
.td_data_time {
float: none!important;
margin-left: auto!important;
margin-right: auto!important;
display: table!important;
}
.td-top-menu-full .td-header-sp-top-menu a{
margin: 0px 0px 0px 2px!important;
}
.td-header-main-menu.td-affix{
top: 70px;
}
Thanks!
I made it 🙂
I’ve put the shortcode into the text block…
tnx
HI
Not sure what you mean, but if you want to display some content only for mobile and tablets, you can use media queries like here: http://screencast.com/t/RS1cykl3QU
@media (min-width: 1021px) {
.td_block_1 {
display: none;
}
}
If this is not what you mean please provide more details, also a some images will help a lot.
Thanks!
Hello Bogdan,
thank you so very much for this solution, i believe i am very close now, with this custom CSS.
but still, this is not working as intended.
I have applied the custom CSS in my theme, and i have placed the image in a container, as you indicated.
you can see the result here:
http://le-meilleur-du-golf.com/analyseur-de-swing-de-golf/
there must be some kind of code somewhere blocking the size max of any media. Because, even putting the image full size doesn’t work properly.
do you have any idea?
many thankS,
Thierry
Hi
I’ve test this on my side and works fine, this is my configuration: http://screencast.com/t/srlMns1GZo – http://screencast.com/t/rojWLujV The result: http://screencast.com/t/xtaPiLaod9Yq
Also I’ve found lots of errors in browser’s console, when I inspect your post. This may affect the block’s functionality, so please try to deactivate all plugins, except Visual Composer, clear all caches and test again.
Thanks!