Hi,
Maybe there are solutions online for that or tutorials and guides, the theme does not have such a conversion tool. For the moment the default category pages can only be customized in the theme panel.
We plan to add a considerable amount of flexibility and new options to how the category pages are created and customized. This will happen in a future update.
Thanks
Hi,
Where exactly does that appear? A screenshot or link to your website would be helpful.
Thanks
Hi,
I see you have quite some ads present on the website. Maybe the theme functionality is affected by the implementation you have for the ads, either by plugins or modifications inn the code. The load more button seems to be redirecting somehow to a different page. The theme does not do that, or does it have settings for redirecting.
I would suggest that you check your ad implementation and disable temporarily ad plugins if you have any. Then check if the problem is fixed.
Hi,
Seems the table has fixed width just as I thought. This is what causes it to not display properly on mobile. However a code like this should fix it
– https://www.screencast.com/t/cP3s88l8
Enter it in Theme panel->Custom CSS section and check the results
.td-post-content table {
width: 100%!important;
}
Hi,
You could give it a try and make tests with the plugin you mention. We only tested the Font Awesome icon plugin, which indeed does not allow you to use other icons than the ones they provide. Other than plugins, the theme currently does not have dedicated icon support for the menu. I believe this will be available at some point.
Thanks
Hi,
That would depend on how you are implementing the comments. If by a plugin, then that would be possible only if that plugin has positioning settings maybe. Theme has no control over plugins.
If you are implementing them by shortcode or code in the theme post templates, then position that code after the reviews
– https://www.screencast.com/t/xjow2BKxckSZ
Thanks
Hi,
First please check the theme system status, check if there are enough resources
– https://forum.tagdiv.com/requirements-for-newspaper/
If needed ask your hosting provider to increase the parameters mentioned in the guide.
After this please try deactivating all your plugins as a quick test, leave only theme plugins active. Check if this has any effect.
If there is still a problem after trying this, send us an email at contact@tagdiv.com and provide admin login information as well as FTP and cPanel if possible. We will take a look. Include a link to this topic in the email.
Thanks
Hi,
You would have to contact Envato and they would be able to help you. I believe the license is transferable in this case
– https://themeforest.net/licenses/faq#license-transferable-a
– https://help.market.envato.com/hc/en-us
Thanks
Hi,
Now that is unusual, I have not seen this before. Check if this happens when editing a newly created page. Check the theme system status panel as well
– https://forum.tagdiv.com/requirements-for-newspaper/
Check if there are errors in the browser inspector console while opening and editing pages with the tagDiv composer
– https://www.screencast.com/t/QTOXCGuseNik
Let us know the results.
Hi,
Now that would be highly unusual. This theme section searches will only display posts that have the same author. Please provide a link to your website where we can see the problem, so we can take a look.
Thanks
Tested the same myself, for me the title is displayed only, no website name and description after it
– https://www.screencast.com/t/zLJhbRJksMp
The theme live demo also does the same, please check it
– https://demo.tagdiv.com/newspaper/feed/
I can’t think of a theme setting that would cause this to happen. Maybe try searching online for similar cases related to feeds.
Hi,
Basically this is related to website optimization and speed in relation to how CSS works. There are some topics that you can read in this matter, a few here
– https://forum.tagdiv.com/topic/old-css-ghost-colors/
– https://forum.tagdiv.com/topic/theme-flashing-default-blue-top-bar-before-loading/
I couldn’t say why exactly this is happening. Maybe try a code like this to cancel that enormous padding (enter it in Theme panel->Custom CSS)
– https://www.screencast.com/t/w1fjkk0mh
.single .fluid-width-video-wrapper {
padding-top: 0!important;
}
.single .fluid-width-video-wrapper iframe {
position: relative;
}
Hi,
It seems you are using the Jetpack mobile theme, that will probably not interpret the page builder shortcodes and display the elements.
Deactivate the Jetpack mobile theme and the problem is solved. There is a mobile theme provided in the theme package if you want to use one
– https://forum.tagdiv.com/the-mobile-theme/
Thanks
Hi,
At the moment there is no scroll in the composer elements list or other tabs. There is a solution in this topic you could try
– https://forum.tagdiv.com/topic/td-composer-add-element-dropdown-list-not-scrolling-down/
Hi,
The head tags are found in the theme header.php file (main theme folder)
– https://www.screencast.com/t/2noeCTl9Z
In the same file below the head tags is the opening body tag
– http://www.screencast.com/t/FpNkgaj8q
The body tag closes in the footer.php file
– http://www.screencast.com/t/ErFWd0OLO
Thanks
That code increases the size of the logo by 10px, like this
– https://www.screencast.com/t/DBEBHiI966V
I thought you want to increase it’s size, don’t use it if that is not the case. I also thought you wanted to center it horizontally, but it seems I misunderstood.
You could try a code like this one to make it appear centered vertically
– https://www.screencast.com/t/CmsTjS6Fm
.tdm-header-style-2 .td-header-top-menu-full {
z-index: 9998;
}
.tdm-header-style-2 .td-logo-in-menu {
top: -10px;
}
Maybe it is something specific to your computer, try accessing the website using a different one if possible. If it is still happening there, then it would be something wrong with the install. Your hosting could have an idea about some possible cause, maybe you could ask them as well.
Hi,
Maybe a SEO plugin might be adding that, I see that a post for example also displays the title first then the website name and description
– https://www.screencast.com/t/OjGA4HnVjP
– https://www.screencast.com/t/QTksbDkKssVP
Hi,
We could take a look, please send us an email at contact@tagdiv.com and provide admin login information. Also include a link to this topic in the email.
Thanks
Hi,
The theme does not have an option to change the pagination in the comments. The pagination used will be a next/prev cycling through comments (older and newer).
Maybe something like this will be added in a future update, I will add it on our list.
Thanks
The tagDiv composer works with rows, these rows can be split into columns. Then content can be entered in these columns. So in order to have a single column that spans across the height of a page, only one row can be used. That also means that you have to work with a single row, split it only once and that’s it.
Or maybe use multiple rows with the same split to create that left column
– https://www.screencast.com/t/Pr0UglyHgG
Then in the main content on the right use inner rows to create further splits if necessary.
Hi,
That is not normal, the theme panel is not working properly. Maybe the theme did not install right, try reinstalling it and check if this fixes the issue. Also deactivate all non-theme plugins, if you use a child theme deactivate that as well.
Hi,
That will not be possible by a theme setting. Each grid is predefined in terms of layout, so it will always look the same. Adding or removing modules in it would not be an option. Use another grid or block below it maybe, with similar sorting and an offset
– https://forum.tagdiv.com/offset-feature/
Thanks
Hi,
Seems to be working now from what I can see
– https://www.screencast.com/t/LUyCodOZl
The latest theme version contains the fix for both Instagram widgets and social counter so there should e no more problems.
Thanks