Hello,
You can try to use a plugin. Something like: https://wordpress.org/plugins/wp-splash-page/screenshots/
It is just an example, we cannot say for sure which one will work best with our theme as we have not tested these plugins. There is a number of them to chose from. Try them out and see which one works best.
As for the ads, the theme does not have a transitioning options. You will have to use a plugin again. People use the adrotate plugin successfully with our theme.
I hope this helps.
Thank you!
Hi,
Unfortunately we do not own a version of WPML and we did not do any test with it yet, we did a few tests with qTranslate-x though. (that is why i suggested it).
Unfortunately i cannot say exactly if WPML works 100% with our theme so i cannot provide a precise answer.
Some users on the forum use wpml without problems others did not. You can do quick search on this forum for: WPML and check other people’s problems with it so you can have a general idea of what could be expected: https://forum.tagdiv.com/search/wpml/
Thank you!
Hello,
Please try to use the code in text mode after a closing html tag. (Right now i could not find the shortcode in your post)
If it still does not work, please try it without any plugins as sometimes they cause conflicts and errors. Disable all your plugins except visual composer and redo all minifications and then try the shortcode again.
Let us know how it goes!
Thank you!
Hello Pandian,
I have checked your site again and saw the duplicate posts. It might have something to do with the way the blocks are set up. We haven’t encountered this error before so please send us an email at contact@tagdiv.com with your login information so we can inspect these blocks and figure it out. Please include a link to this topic as well. As for the plugins, we cannot make a recommendation because we have not tested any newsletter plugins. You will have to try a few of them out and see how they work. (usually people tend to use the more popular one).
Best wishes,
Bogdan
-
This reply was modified 10 years by
Bogdan B..
Hello,
Are you sure it’s a block 15? Because block 15 does not have author and date in the 1 column version: http://demo.tagdiv.com/newspaper/block-15/
ANyway, you can achieve this by targeting the meta info with CSS like so:
.td-ss-main-sidebar .td_block_6 .td-module-meta-info{
display:none;
}
I used a block 6, but you can change the number of the block in the code to the one you use.
I hope this helps.
Thanks.
Hi,
You can use this CSS to do it:
.mfp-bottom-bar{
margin-bottom:15px!important;
}
Thanks.
Hello,
The theme does not have an option as you require. Unfortunately it will not be an easy thing to do. The easiest alternative will be to find a plugin that allows custom breadcrumbs. Unfortunately we cannot make a suggestion as we have not tested these plugins as the theme already has a breadcrumb option.
The alternative is to try the coding method but it will be no easy task. If you do not know your way around PHP i suggest you hire a developer to do it for you as we cannot offer any custom work.
Thank you!
Hi,
Please send an email at contact@tagdiv.com with your login info se we can take a closer look at the problem.Please also provide a link to this topic.
Thank you!
Hi,
I’m not quite sure what it is you want to achieve.
The filter works like this: when you set up your block you select a category to be displayed first, when you load the page: http://screencast.com/t/DikddgBl. The ajax filter bring more categories to the block in the form of buttons you can click so the block will display posts from that specific category. You can select which categories to display by using the category ID’s separated by commas: http://screencast.com/t/i4pNK40I
You can get the category id’s from here: http://screencast.com/t/FEo6bFN4
Unfortunately you cannot filter by post type but there is another option to filter by tag slug: http://screencast.com/t/nBVCir7N so you give your posts the tag slug named as the post type and you can have a custom name appear on the ajax menu instead of the category.
If this is not what you mean, please provide more details so i can understand your request better.
Thank you!
Hello,
You can use the custom ad spots: https://forum.tagdiv.com/custom-ad-spots/ and place the ad like shown in the documentation or if you know your way around php a bit you can use the do_shortcode function and add your code in the theme files. – https://developer.wordpress.org/reference/functions/do_shortcode/
Thank you!
Hello,
That is a screenshot of your website’s console. I just inspected it with chrome’s browser inspector and then selected the console tab. https://developers.google.com/web/tools/chrome-devtools/debug/console/console-ui#opening-the-console
Thank you!
Hello,
I have added the whole content of the file in pastebin: http://pastebin.com/dsLm94dW
Please replace your code with this one and things should go back to normal.
Thanks.
Hi,
If you want to use html code to the copyright section, use html to add the link and modify the code in footer.php – http://screencast.com/t/bUR2WvmmY
echo stripslashes($tds_footer_copyright);
And also remove this code – http://screencast.com/t/dkdikkHCAJD1 so the html will not be removed from the panel.
Hope this helps!
Thank you!
Hello,
You can filter what categories appear in the ajax filter like so:
1 – every category has an id. It can be seen here: http://screencast.com/t/MQpOULohV
You need to make a list of these id’s corresponding to the categories you want the filter to show.
2 – place these category id’s in the ajax filter box separated by comma: http://screencast.com/t/xKmrepAu1G4
Now the filter will show only your specified categories: http://screencast.com/t/YvAM9en8D
You can read more about block settings here: https://forum.tagdiv.com/block-settings-tutorial/
Thank you!
Hello,
The ajax filter shows only posts from the selected category. However if a post has multiple categories set to it it will appear everywhere one of it’s categories is specified.
Posts with a single category: http://screencast.com/t/ZUYp9R8Nl
Posts with multiple categories: http://screencast.com/t/kkSreUl5
You can read more on ajax filter in our documentation: https://forum.tagdiv.com/block-settings-tutorial/
I hope this helps.
Thank you!
Hello,
I have also tried Alin’s code and it worked : http://screencast.com/t/cJvtTfro
Make sure you use the class you give the row in your code. If you skip this step and do not change the code it will not work. You can also try it without a custom class but then it will apply on every block 15 in your website, not just on the specific page. However this only works for the desktop version. The mobile one has smaller images and is harder to fit the titles inside them.
Please check the steps again and make sure you did not miss anything.
Thank you!
Hello,
Another thing you can try is the old fix-it-all technique: Do a clean install. In rare cases every piece of software can break on install. Remove your current theme and follow this guide to install the theme via ftp as it is a safer method to do it: https://forum.tagdiv.com/install-via-ftp/
Let us know how it goes!
Thank you!
Hello,
It seems you are getting the mixed content from an image error: http://screencast.com/t/AdhDmRWbQRJy
It can be a number of reasons behind this.
In order to resolve your issue you can follow these topics here on the forum:
https://forum.tagdiv.com/topic/mixed-content-ssl/
https://forum.tagdiv.com/topic/images-causing-mixed-content-with-ssl/
https://forum.tagdiv.com/topic/moving-to-ssl/
(there is a lot of info to type here in one reply)
I hope this helps you get through it.
Thank you!
Hello
The cause is the theme itself. Every image has this class by default because all images get generated by the same function. If this class is removed, your images will not display anymore.
Thank you!
Hello Hannah,
It is fairly easy to do:
1) Unfortunately there is no option for that in the theme but you can stop the slider pagination by editing the theme files like so: http://screencast.com/t/gDUPtKnnQdE . Simply change the value from true to false and you’re done.
2) The easiest method is with CSS You can use this code to achieve this effect:
.td-gallery-slide-copywrite{
opacity:0;
}
.td-slide-galery-figure:hover .td-gallery-slide-copywrite{
opacity:1
}
Simply add the code in the theme panel – custom css
Thank you!
Hi,
Unfortunately the big grid you are pointing comes from the Newsmag theme. You can chose a different big grid for your homepage. Here you can try them out and there styles: http://demo.tagdiv.com/newspaper/big-grid-1/
As an alternative you can use the big grid slide block which resembles the one ion newsmag on the mobile version: http://demo.tagdiv.com/newspaper/big-grid-slide/ (it needs to be set to at least 8 posts)
You can force the slide to display like the one on newsmag but it is no easy task. You can follow this topic if you want to tackle this challenge: https://forum.tagdiv.com/topic/big-grid-on-the-mobile/
Thank you!
Hello,
There is an option for it in the theme panel: http://screencast.com/t/oI5r6PeDuaf
You can remove the category tag for each module separately.
Thank you!
Hello,
This is a default behavior of the theme to adjust the title to the tablet portrait and mobile version. So under 1018 pixels it will resize your header. In order to change this behavior you need to use CSS:
@media (max-width: 1018px){
.td-post-template-default .td-post-header header .entry-title {
font-size: 18px!important;
line-height: 26px!important;
}
}
Thank you!
Hi,
If the problem is still there, it can be caused by the page speed. CSS loads in cascades by default so if the load speed is realy slow you will see every step of the cascading styles. You can try to improve the pagespeed by following this topic: https://forum.tagdiv.com/how-to-make-the-site-faster/
You can also check to see if a plugin does not slow down your website, or you can check your server configuration.
The best way to eliminate this effect is still to use the style.css and create a back-up of it so it will not be lost in an update.
I hope this helps.
Thank you!