Hi,
Many thanks for your appreciation of the Newspaper theme. Unfortunately at the moment there are no definite plans in this regard. I could not say when this implementation will be available in the theme.
It would be better if you would search for a theme that is more suited for this purpose, so you can get started in building the website.
Thanks
Hi,
The smart lists were designed to use the modal image feature by default. One exception being Smart list style 8. Using that smart list style you can set this option for the images used in the smart list
– https://www.screencast.com/t/rLGEIOkRvsl1
Then nothing will happen when they are clicked.
There is a workaround that can be used for other smart list styles, if you could provide a link to your website where the smart list is displayed I will try and give you a solution.
Thanks
Hi,
There is an option for that in Yoast SEO permalink settings
– https://www.screencast.com/t/9tFb4xn5ANX
Thanks
Hi,
Thank you for sharing this solution. I am sure that some users will be grateful.
Thanks
Hi,
Something must of happened. Try to think back, maybe you have installed a plugin, or made any kind of modifications to the theme files. The post settings should not reset by themselves, or the missing images.
Please provide a link to your website and more details about this problem, so we can better understand what happened.
Thanks
Hi,
The latest version of the theme is Newspaper 8
– https://themeforest.net/item/newspaper/5489609
The new front-end page editor, the tagDiv composer is included in the theme package, as of version 8.
Here is a guide to help you with the theme update process
– https://forum.tagdiv.com/how-to-update-the-theme-2/
Also update all the bundled plugins, provided in the theme.
More information about the tagDiv composer here
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
– https://forum.tagdiv.com/visual-composer-tagdiv-composer-transition/
Thanks
Hi,
Maybe you do not have the Social counter plugin installed and activated. Please check in the plugins section if the counter is present. If not, install it from the plugins folder in the theme package
– https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Thanks
Hi,
Please provide more details about what exactly you are trying to do, so I may be able to give you a more accurate answer. I don’t fully understand what image header you mention.
Thanks
Hi,
The code seems to to have worked as intended
– https://www.screencast.com/t/gpc2xZ18Vj
– https://www.screencast.com/t/yZ9FkK79
The problem is no longer present for what I can see on your website.
Thanks
Hi,
I could not give you any plugin recommendation unfortunately. We have not made any tests in this matter. You should maybe try and test with free plugins if there are any, before purchasing premium plugins. Also there is no history here on the forum with feedback from users that might be using plugins like this.
Thanks
Hi,
Try adding the necessary conditional tags in the code like this
– https://www.screencast.com/t/LLbb1TktrQ3
Then check if it is working properly.
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
Hi,
There is no way to use custom code to do this. It can only be done by modifying the theme files. The solution provided by Bogdan will work on the post page author box. You will need to enter this code
target="_blank"
In the mentioned file, exactly like this
– https://www.screencast.com/t/jRQP77XAcz
Then when you will click on the author avatar, name or website they will open in a new tab.
If you want to make this change for the author box displayed on the author page, this is the file where you can do the same thing
– https://www.screencast.com/t/Pq1TLREo0
Thanks
Hi,
For that there are no options in the theme panel. But you could use something like this to change the properties of the font, exactly like they are on the post page. Or customize it further by adding more properties to the code
– https://www.screencast.com/t/U6w394bK
.author .desc {
font-size: 20px;
}
Thanks
Hi,
You can try this code, it will remove the comment count on the author page
– https://www.screencast.com/t/hmwTGuwoq
Enter it in Theme panel->Custom Css
.author .td-author-comments-count {
display: none;
}
Thanks
Hi,
If you don’t want the author to be displayed on the share, try disabling it from here
– https://www.screencast.com/t/3LUfWOxXNP
The text that is displayed when sharing a post can be controlled with the Yoast plugin. You can enter the text you want in the required field
– https://www.screencast.com/t/3aRTHgiEo0gR
Thanks
Hi,
Well changes must have been made to the role capabilities, since they are not the default ones. Either by theme modifications or by a plugin that can do that. Subscriber roles should not be able to have that option. Try to think back, maybe you used a plugin to modify the roles, or made some customization in the theme.
Thanks
Hi,
If you still have a problem, please provide more details about the issue, and some useful screenshots, so we can better understand the problem. Or even a link to your website, pointing to where this is happening.
When a background color or image is set, the website will transform to the boxed version, in order to display that background
– https://forum.tagdiv.com/background-introduction/
There are options in the theme panel to stretch the header and footer elements, regardless of a set background
– https://www.screencast.com/t/90SPzcGq
Thanks
Hi,
It seems the theme is not creating the necessary thumbs for the gallery to display
– https://forum.tagdiv.com/gallery-2/
You could try to regenerate the thumbnails using this guide
– https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Also see the important note in the guide, and check if the server has the required GD library installed.
The slide gallery is not intended to be used on pages, only on posts. It may not work properly in this situation. On pages you can use elements from the tagDiv composer.
Thanks
Hi,
Sorry for misunderstanding. You can check these guides fore more information
– https://gtmetrix.com/enable-gzip-compression.html
– https://www.giftofspeed.com/enable-gzip-compression/
It should compress all the files and the stylesheet as well.
Thanks
Hi,
You could simply try a code like this to remove the header search in this situation
.woocommerce #td-top-search,
.woocommerce-page #td-top-search,
.woocommerce-cart #td-top-search {
display: none;
}
It should cover most of the Woocommerce pages, cart and order pages.
Thanks
Hi,
For me the Times new roman font is loaded for the post content in the post page you provided
– https://www.screencast.com/t/01frurnDkgB
The title elements have the Bitter font
– https://www.screencast.com/t/NYRTsB4Xh3
I have tried the Garamond font for the post content for example
– https://www.screencast.com/t/rjYKIT3BrTy
And it is displayed as intended
– https://www.screencast.com/t/8hppbzFv3
In case of font families, there is a chance that different fonts will be displayed. One time it may be this font, and in others a different one. It all depends on the browser
– https://www.w3schools.com/cssref/pr_font_font-family.asp
– https://developer.mozilla.org/en/docs/Web/CSS/font-family?v=control
Thanks
Hi,
Try as a test to deactivate all your plugins except the tagDiv composer, and clear you cache afterwards. Then create a page and place the element you want on it and test again.
Using the image that you are in the image box
– https://www.screencast.com/t/HLOAzhxhfh
These are the results I get
– https://www.screencast.com/t/s4qsEWvm3n1l
– https://www.screencast.com/t/OmeNtgqgSbf
Thanks
Hi,
You can do it this way. Leave the previous code in place and enter this one in Custom Css section. It will apply only for the mentioned forum page
– https://www.screencast.com/t/HVWgiuQfW
.postid-1057 .td-main-page-wrap {
padding-top: 48px!important;
}
About the translation I cannot say very much. This is the official bbpress guide on translation
– https://codex.bbpress.org/getting-started/bbpress-in-your-language/
Maybe you can find more on the bbpress forum about this matter.
Thanks
Hi,
That is a unusual problem. I have tried my best to replicate it, but cannot. The hierarchy in the product category widget, and the normal category widget is working as it should
– https://www.screencast.com/t/aRCGSVPp8
– https://www.screencast.com/t/TpWgmjejr
Maybe you can find another widget or category plugin and test with that. I could not say why this is happening, if you rules out all your other plugins.
Thanks