Hi,
There is no theme option for that. The actual comments will be displayed first, then the comment input field. You could try to make modification in the comments file, and maybe change the display of the default comments section
– https://www.screencast.com/t/FKIqOGsts7
Thanks
Hi,
That would be the easiest way of doing what you want. You can multiply the code for other categories, if that is needed. The theme panel settings will affect all the posts, it is a general setting.
Inspect the page with the browser inspector, identify the elements you want to hide and create custom code, or adapt the one mentioned
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
The only element in your list that can be disabled per post with a setting, is the comments
– https://www.screencast.com/t/55jQeRzRee
Thanks
Hi,
That section can be enabled/disabled in the Theme panel->Post settings
– https://forum.tagdiv.com/related-articles/
Thanks
Hi,
That is an unusual problem. If there is no caching then the homepage and website should display the changes and modifications immediately, on all browsers. There should be no, or minor delay.
That kind of problems are usually caused by a form of caching
– https://codex.wordpress.org/I_Make_Changes_and_Nothing_Happens
The general issue you are describing seems to be with the homepage content. Try inspecting this page, check the blocks and grids settings. Specially the filtering and sorting.
If you could provide a link to your website we will inspect it, and see what it displays.
Thanks
Hi,
Please send us an email at contact@tagdiv.com and provide admin login information, we will take a look. Also paste a link to this topic in your email.
Thanks
Hi,
The modified files in the last theme update are these (8.1->8.1.1)
– https://www.screencast.com/t/odiNOrH0fr
– https://www.screencast.com/t/jRBqD3DwTqX
Thanks
Hi,
Simply enter the code in Theme panel->Custom CSS code section, or in a child theme stylesheet if you use one. There is no need to modify theme files in this case.
Thanks
Hi,
There seem to be many errors on the website at the moment
– https://www.screencast.com/t/sGKJ3rNhr
A suggestion would be to make a clean install by FTP
– https://forum.tagdiv.com/install-via-ftp/
Deactivate all plugins except theme provided plugins, clear all caching. Remove or check any custom code in the theme panel. Do not modify any of the theme files. If you use a child theme, deactivate it as well.
Check the theme system status and these parameters
– https://forum.tagdiv.com/system-status-parameters-guide/
Basically these are the theme requirements along with the mentioned parameters
– https://forum.tagdiv.com/requirements-for-newspaper/
The theme and theme plugins should work properly under these circumstances.
Thanks
Hi,
Modifications to the actual theme files will have to be made after each update. The update means replacing the previous them files. It will have to be made after each update. You could create a child theme and insert the code in the child theme stylesheet, this will not be affected by the theme update. Copy the section of code you are modifying in the child theme stylesheet and make some tests
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks
Hi,
Clear browser caching, or test with a different browser. For me there is no problem when browsing the website.
Thanks
Hi,
Then the settings will be in the backend of the page
– https://www.screencast.com/t/VlflrNdem
Thanks
Hi,
1. Please note that the theme width overall cannot be changed. It should not be attempted by custom code. The theme has a fixed width, and all the elements used are dependent on this fact. Modifying the width will most likely break the website. There are precise values used that will not display properly under different circumstances.
On pages you can stretch rows to full width, using the composer. Header and footer elements can be stretched in the theme panel. But a general setting for width is not available.
2. You could adjust the line height for the header menu
– https://www.screencast.com/t/ki24ggk4sU
Increasing the line height value will affect the header menu height.
3. The search icon is a font, it could be increased with some CSS
– https://www.screencast.com/t/WobUXDutVP4
Hamburger menu icon as well
– https://www.screencast.com/t/hOC404fGB
This is the code used in the example, adjust it as you like
.header-search-wrap .td-icon-search {
font-size: 50px;
}
#td-top-mobile-toggle i {
font-size: 50px;
}
The Travel blog demo uses a different header style, so the code will not work. Either change the header style to 6, or modify the header style in the code. Might need to adapt more of the code as well.
When you uninstall the demo, this will remove all the demo settings. The theme panel will be reset. The theme has an option to export/import theme panel settings
– https://forum.tagdiv.com/import-export-theme-settings/
That should be the only case that the theme panel is affected.
Thanks
Hi,
The only option would be with CSS, the footer content will be displayed on the whole website regardless of desktop or mobile. You could use the mobile theme plugin, as this uses other files. Then make modifications in the mobile theme footer file
– https://www.screencast.com/t/pIP93JWZPwf
Thanks
Hi,
I believe there were similar topics concerning an incompatibility between the plugin you mention and the theme
– https://forum.tagdiv.com/topic/featured-image-from-url-not-work-with-newspaper-theme/
The theme requires an actual image in the featured image box, this will be then used to create the thumbnails necessary for modules. You could maybe try other similar plugins instead.
There is no solution unfortunately in this case, that is how the theme creates the thumbnails
– https://forum.tagdiv.com/theme-thumbs/
Thanks
Hi,
You can use the manual activation instead
– https://www.screencast.com/t/UbZKZf2BR
Please let us know if you have further problems activating the theme.
Thanks
Hi,
The modified files in the last theme update are these
– https://www.screencast.com/t/odiNOrH0fr
– https://www.screencast.com/t/jRBqD3DwTqX
Thanks
Hi,
Please try again to activate the theme the normal way
– https://forum.tagdiv.com/newspaper-6-how-to-activate-the-theme/
Or try the manual theme activation
– https://www.screencast.com/t/UbZKZf2BR
Let us know if you still have problems activating the theme.
Thanks
Hi,
I understand now, but please note that the modules can display the post title only, not a sub-title. They are not meant to display such an element, so there is no implementation for that.
There is a solution that you can try, it involves modifying the actual module file. It will have to be made for each module that you want to display this. After making this modification the module will display the post subtitle, that is by default displayed only in the post page
– https://www.screencast.com/t/uTzGruPK
This is the topic – https://forum.tagdiv.com/topic/how-to-write-different-post-titles-on-homepage-or-categories/
Add that code below the title for example, in the module file you want. Example
– https://www.screencast.com/t/mpVFa8ji8
– https://www.screencast.com/t/7zXYRUfgIkE
Thanks
Hi,
On pages you can use any of the available grids, blocks and other elements to display your posts. Check them all out and pick the ones most suited to display the content
– https://demo.tagdiv.com/newspaper/block-1/
– https://demo.tagdiv.com/newspaper/big-grid-1/
– https://demo.tagdiv.com/newspaper/full-big-grid-1/
There is a video playlist element as well
– https://demo.tagdiv.com/newspaper/video-playlist/
Or you can simply paste the video link in a text element on pages
– https://www.screencast.com/t/q00KC4Ol
– https://www.screencast.com/t/1CxMJZOZuL
We will add more elements for the tagDiv page builder in future updates.
There are post templates that you can use for featured videos
– https://forum.tagdiv.com/featured-image-or-video/
These are some video post examples
– https://demo.tagdiv.com/newspaper/td-post-how-to-make-a-perfect-caffe-macchiato-video/
– https://demo.tagdiv.com/newspaper/louge-music-reasons-why-in-form-leicester-city-will-finish/
– https://demo.tagdiv.com/newspaper/td-post-major-deep-feelings-january-2015-deep-house-mix/
Thanks
Hi,
The pages can be customized using the tagDiv composer. Each element on the page can be customized. This is a guide about using the composer
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
And this a guide mentioning all the available block settings and options
– https://forum.tagdiv.com/block-settings-guide/
A block title or color can be easily modified, while editing the page with the composer
– https://www.screencast.com/t/u4ZSvuom
Widgets present on pages can be customized in Appearance->Widgets
– https://www.screencast.com/t/3ZVbKN6q
Please let us know if you need further help, or you have more questions.
Thanks
Hi,
These are the steps needed to update the theme, through different methods
– https://forum.tagdiv.com/how-to-update-the-theme-2/
Thanks
Hi,
I could not say what would be the exact issue. Possibly a plugin conflict or misconfiguration. Try disabling the plugin you are using for captcha and clear all caching.
Thanks
Hi,
At the moment there is no setting to allow font customization of the logo. That would be possible with code only
– https://forum.tagdiv.com/topic/how-to-change-the-font-in-the-header-please/
– https://forum.tagdiv.com/topic/header-style-10-not-responsive/
– https://forum.tagdiv.com/topic/how-to-set-text-logo-and-text-logo-tagline-font-and-size/
Sorry for any inconvenience this might have caused for you.
Thanks
Hi,
So the problem is that the actual analytics code is displaying on the website. Please make sure you enter the code properly in the theme panel
– https://www.screencast.com/t/6YigqaSkRaJ
Analytics code should be inserted in that section between script tags, like this
<script>your analytics code</script>
Thanks
Hi,
It would be helpful if you could provide a screenshot, so I can see the exact issue. Or a link to the actual list, if possible. You can make modifications to the code to display better, adapt it further.
Use the browser inspector for this, it will allow you to identify the element and make modifications to it
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks