Hi,
On pages you could set a background color for each of the columns for example
– https://www.screencast.com/t/wOiEWv1l
On category pages you can sue some CSS code to customize the category page
– https://www.screencast.com/t/PBl8yUaelW
This is a guide about using the browser inspector to identify the elements on the page and their classes, and create custom code
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
This is the code I used in the example for the category
.category .td-main-content-wrap,
.category .td-category-header,
.category .td-scrumb-holder {
background-color: grey!important;
}
Thanks
Hi,
Please provide more details about the issue, and what exactly you are trying to achieve so we can help understand better.
If you want the blocks or grids to display posts that you want from specific categories, that can be done for each element.
Maybe this guide would be of help if that is the case
– https://forum.tagdiv.com/block-settings-guide/
Thanks
Hi,
It means that there is no specific requirement to modify those files. The general rules of a WordPress child theme apply
– https://codex.wordpress.org/Child_Themes
The theme API should not be used from the child theme
– https://forum.tagdiv.com/the-theme-api/
Thanks
Hi,
That would be possible with some custom CSS. Try a code like the one provided below. The grid will look like this in after adding the code
– https://www.screencast.com/t/PeP6iI8u
And like this when hovered
– https://www.screencast.com/t/1xct16btt
The code must be entered in Theme panel->Custom CSS if you decide to use it
.td-grid-style-7 .td-big-grid-post .td-module-thumb a:last-child:before {
background: none;
}
.td-grid-style-7 .td-big-grid-post .td-module-thumb:hover a:last-child:before {
background: yellow;
}
Thanks
Hi,
Try manually placing an image for the Facebook share, and test with the debug tool
– https://kb.yoast.com/kb/why-doesnt-facebook-display-an-image/
– http://www.wpbeginner.com/wp-tutorials/how-to-fix-facebook-incorrect-thumbnail-issue-in-wordpress/
Thanks
Hi,
This is where the block is defined
– https://www.screencast.com/t/j5wHiHVcHQM
And the module of block 3
– https://www.screencast.com/t/6gMBmK0D
I could not say if the code you have will work, it may require more modifications to achieve something like that, if possible. Maybe it would be easier to think of a different way.
Thanks
Hi,
Try uploading the images through the Media library, instead of FTP
– https://www.screencast.com/t/cjW4JfEIW
You can select multiple files at once as well.
Thanks
Hi,
The error is displayed when you are not using the tagDiv composer editor. A solution would be to edit one of your theme files. Please copy the code provided here
– https://pastebin.com/kwhQw4NT
Then edit the td_block_text_with_title.php file from your theme (Newspaper/includes/shortcodes/td_block_text_with_title.php)
And replace all the found code with the one provided
– https://www.screencast.com/t/XziIqPVDEhbG
Then the error will not be displayed anymore, when the tagDiv composer is deactivated. We are sorry for any inconvenience this has caused for you. Please let us know if you have further problems.
Thank you!
Hi,
The mobile theme plugin is provided in the theme package
– https://www.screencast.com/t/BA1LeXEj
Simply install it like a normal plugin and activate it. Here you can find more information about the mobile theme
– https://forum.tagdiv.com/the-mobile-theme/
Please note that this plugin is optional, the main theme has a fully responsive design.
Thanks
Hi,
Please try the solution from this topic
– https://forum.tagdiv.com/topic/problem-after-update-3/#post-187032
There seems to be a problem, try the steps as they are described and check if this fixes the issue.
Thanks
Hi,
You could create something like that, with custom CSS code. This demo is also somewhat similar to that design
– https://demo.tagdiv.com/newspaper_architecture/
Analyzing the demo with the browser inspector you can see how it is made
– https://www.screencast.com/t/UPLYieAxhw
Here is a guide that will help you use the browser inspector to identify the elements on the page and their classes, and create custom code
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Hi,
I believe that is a WordPress error. From what I could find there is no definitive answer, for some it is solved in a way and for others in a different way
– https://forum.tagdiv.com/topic/connection-lost/
Maybe you can find some useful information in those topics, and try some solutions.
Thanks
Hi,
You could try the solutions from this topic
– https://forum.tagdiv.com/topic/multiple-authors-implementing-co-authors-plugin-into-theme/
Thanks
Hi,
The post views in the post page can be disabled in the theme panel
– https://www.screencast.com/t/fuWAlDjJi14o
Comments can be enabled like this, after enabling the comments in the WordPress settings mentioned by Chris
– https://www.screencast.com/t/EqCxVYM4umcR
– https://forum.tagdiv.com/enabledisable-comments/
Thanks
Hi,
That is how the demo was designed, but you could edit the Lifestyle demo stylesheet and remove the custom styling of the post sharing
– https://www.screencast.com/t/oPNXLn1n8LhI
Thanks
Hi,
There was a problem with the new update in regard of the functionality on mobile. Please download the theme package gain and install it, the issue is fixed.
Or edit this file manually as shown in the screenshot, and modify it like this
– https://www.screencast.com/t/WSi6wp4k
We are very sorry for any inconvenience this might have caused for you. Please let us know if you have any further problems with the mobile theme.
Thank you!
Hi,
@nostalgi If you want to center the page title, try a code like this for example
– https://www.screencast.com/t/VxK6atcIT5yS
Enter the code in Theme panel->Custom CSS
.td-page-title {
text-align:center;
}
If this is not what you meant, please provide more details and a link to your website if possible for a more accurate solution.
Thanks
Hi,
Unfortunately I do not understand what you mean. Please provide more details about the problem you are having, so we can help you. Some useful screenshots if possible would be helpful, if they are needed.
Thanks
Hi,
Then that could mean that the admin-ajax process is being blocked by the server. The theme makes multiple requests and this may be treated as a threat by the server.
Please contact your hosting and explain the situation and provide theme a screenshot of the error in the console. They should be able to fix the situation.
Thanks
Hi,
If you used Visual composer to create your website, then deactivate the tagDiv composer and everything should work fine. Maybe something went wrong during the update process. Please try and reinstall the theme by FTP
– https://forum.tagdiv.com/install-via-ftp/
Than temporarily deactivate all your plugins except Visual composer and theme plugins, and clear any caching installed. If the error is still present, it would be helpful if you could provide some screenshots so we can see.
Thanks
Hi,
You can try the plugin Chris is mentioning to remove the previous unused thumbnails.
For the post you mention, I see that you do not have a featured image. Post templates require a thumbnail as well created from the featured image
– https://www.screencast.com/t/k3baVhNDU7RM
– https://forum.tagdiv.com/theme-thumbs/
Please correct me if I misunderstand.
Thanks
Hi,
That is the way it works. It will display the number of followers, fans etc and gives the possibility to view the social profile page
– https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Thanks
Hi,
That seems like an error. Please provide more details about this and some screenshots if possible. Where does it appear or when, so we can understand better.
Thanks
Hi,
The use a code like this, and the result will be transparent
– https://www.screencast.com/t/YbgMaY4riJl
Replace the code with this one
.td-grid-style-4 .entry-title {
background-color: transparent;
}
Thanks
Hi,
Please provide more details about this problem, so we can better understand why it is not working. What happens when you activate the plugin, and is there an error of some kind displayed.
Try deactivating all other plugins, then activate the tagDiv composer. This editor is tested and created specially for the theme, and it should work accordingly.
Also check the theme system status and make modifications to the parameters mentioned in this guide, if necessary
– https://forum.tagdiv.com/system-status-parameters-guide/
This will ensure the proper functionality of the theme and plugins. You could ask your hosting provider to make theme for you if needed.
Thanks