Hi,
In order to remove more from author you can use 2 methods:
The css method:
.td_block_related_posts .td-related-right {
display:none;
}
or you can edit the theme files: comment out or delete this part: http://screencast.com/t/Okmq7lxTDzGd
I hope this helps.
Thank you!
Yes, sorry about that 🙂 my bad!
Yes, If you hide them with css, google will still be able to “see” the date as css only hides it on the front-end, but does not remove the code for it.
Thank you!
Hi,
I ran the test you mentioned but there is no error returned by google: http://screencast.com/t/mhwoMUqeR6 We do not get any errors on our end as well. Please test again.
Thank you!
Hello,
If you want to use different ads besides adsense, you can use this method: https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Thank you!
Hi,
Maybe you had caching on the site that did not yet get cleared. Now it seems to work:
http://screencast.com/t/qVMs6mXReyU
Thanks.
Hello,
Unfortunately the 2 plugins for woocommerce were discontinued and we have not tested them with the mobile theme. As you probably seen the 2 plugins are no longer available in the theme package. There seemed to be no general interest in these 2 plugins so the dev. team decided to discontinue their development.
Sorry for the inconvenience.
Hi,
You can point out to your developer the way the title is added to the posts. Here is the title function: http://screencast.com/t/0dWiQejKlnv
A custom function needs to be created to grab the subtitle and then called in the module files like the title is called: http://screencast.com/t/svG4BqSBN5
This has to be done inside each module file.
Thank you!
Hi,
I mean that any file in the wp booster folder will not work from the child theme. You will have to edit the file directly not copy it over in the child theme. We suggest to keep a back-up file of the one modified in case you update and the file gets replaced. If you do not know what is modified for some reason, you can use ‘winmerge’ to compare 2 files and see the differences between them.
Thank you!
Hi,
You can place a text in the place you mentioned by altering this file here: http://screencast.com/t/Vbj4Rh9QI
You need to add the text like so: mytexthere .
result: http://screencast.com/t/es91ml2KO
Thank you!
Hi,
Unfortunately our theme only provides one inline ad. Adding a second one will require customization.
Please follow this topic:
https://forum.tagdiv.com/topic/need-to-place-multiple-inline-content-ads/
Thank you!
Hello,
If you updated to newspaper 7.3, then you also need to update your visual composer to the latest version as it is required for the new update. Please use this guide to do it: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Make sure that after the update your visual composer is version 4.12.
Thank you!
Hi,
I have provided a link to how to properly share a post on facebook by using seo yoast and the OG image selected in the plugin options as the theme does not have a OG image for facebook. If this is set, then it could be a plugin conflict causing it. That is why I suggested disabling plugins and clearing cache and then testing again. Please provide a link to a post so we can share it and see if we get the same results.
Thank you!
Hello,
1) You can change the black header color from the mobile theme colors option here:
http://screencast.com/t/8aB3AuhalQ If you do not use the mobile theme plugin, but rather the responsive version of the theme the colors need to be set from the theme colors tab as there will not be a mobile theme tab in the theme panel.
2) The mobile theme does not use blocks so there are no block titles on the mobile theme. Please use this code to target the titles on mobile:
@media (max-width:767px){
.block-title span{
font-size:12px!important;
}}
Thank you!
Hello,
1) In order to disable the date on a specific block, you need to use css to target just the specific class of the block. In this case you can use this code:
.td-post-author-name span, .td-post-date {
display:none!important;
}
2) For this you can use another css code:
.td-category-header .td-page-title{
text-transform: capitalize!important;
}
You can add the css in the theme panel->custom css box.
Thank you!
Hello,
Unfortunately there is no option to set pinterest to the social counter. These are the only options available: https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
We are looking into adding more options to the plugin in a future version though but I cannot promise anything unfortunately.
Thank you!
Hello,
Please activate the post author and post date on all posts from the theme panel here: http://screencast.com/t/KDI3uRlh and then test again. It needs the post date so if you have this disabled, you will get these errors.
If this is the case, and you require the date hidden, you can use css to hide them:
.single .td-post-date {
display:none;
}
Thank you!
Hello,
That looks like a caching issue. You need to clear cache after you update as the old files will still be served through the cache and it could break the layout. Please make a back-up then update your theme and afterwards, clear all caches including a plugin, hosting or cdn server.
Let us know how it goes.
Thank you!
Hello,
Sorry for the late response, we do not work on weekends. The support hours are posted in the top right of the screen: Support Hours (GMT+2) Monday – Friday: 8:00 AM – 17:00 PM
I have checked your site but did not see any blank space. It could have been a caching issue and since then the cache got cleared. it sometimes happens when switching themes while using cache. Please let us know if you have further trouble with this.
Thank You!
Hi,
Unfortunately we have not tested importing content in our theme and we cannot say for sure what this happens. I suspect your posts have the left padding due to a previous theme. Please check the html markup in post edit in text mode and remove any padding that could be set to each post.
As for the images, unfortunately our theme does not have any tools to edit the aspect ratio or size. Our theme uses thumbnails for images on posts that are 696 pixels width. If your images do not have at least 696px width, then they will no be aligned center. Unfortunately you will have to add an align:center propriety in html mode to the images you want aligned center as a general css will affect all of the images at once.
Thank you!
Hello Sam,
Feeds are handled by WP, not the theme so you will have to find a solution on the wp forums: https://wordpress.org/support/topic/help-needed-how-to-open-rss-links-in-new-window?replies=12#post-1171453
Thank you!
Hello,
Our theme does not have any social sharing options for pages. You will have to use plugins if you want to share pages. Our theme was designed to share posts not pages.
Thank you!
Hello,
Unfortunately our modules and blocks were not designed to show the subtitle. They will only show the title and excerpt. If you require subtitles on modules and blocks you will need customization which unfortunately falls beyond what the theme support can offer you.
Thank you!
Hello,
Unfortunately our modules and blocks were not designed to show the subtitle. They will only show the title and excerpt. If you require subtitles on modules and blocks you will need customization which unfortunately falls beyond what the theme support can offer you.
Thank you!
Hello,
I’m not sure exactly where you are searching for a guide. You need to search in our documentation that can be found in the top right of this page. Please read the docs as you will find much useful information there: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you!