Hi,
Please note that if you keep replying in your own topic, this will refresh the topic date. The result is that the topic will be placed in the newer topics, and we answer from older to newest.
So the problem is on that category page, the modules are not displayed properly. The problem seems to be only on the 4th page of the category however. Other pages do not have the problem.
Please send us an email at contact@tagdiv.com and provide admin login information. We will take a look. Hopefully we can identify what is causing the issue. Paste a link to this topic in your email.
Thanks
Hi,
So you want to prevent the dragging of the logo image, from what I understand. There are some solutions in this topic
– https://stackoverflow.com/questions/7439042/css-js-to-prevent-dragging-of-ghost-image
Try the CSS method maybe – https://www.screencast.com/t/pbXpV0aFz
.td-header-sp-logo img {
-webkit-user-drag: none;
-khtml-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
user-drag: none;
}
Thanks
Hi,
That could be caused by insufficient resources. Please check the theme system status and make modifications to the parameters mentioned in this guide
– https://forum.tagdiv.com/system-status-parameters-guide/
You could ask your hosting provider to make them for you if needed. There is no limit to how many sidebars you can create, and how many widgets you place in them.
On the homepage I seem you use a widget sidebar element
– https://www.screencast.com/t/K3G8XkaFp
It contains a social counter, a few blocks and an ad.
Thanks
Hi,
The only settings for custom post types at the moment are mentioned here
– https://forum.tagdiv.com/custom-post-type-support/
You can select a taxonomy to display in the breadcrumbs, but there is no option to insert links in the breadcrumbs.
Thanks
Hi,
The warning does not seem to be displayed on all the posts, only in this custom post type. Please check if the WP debug is set to false
– https://forum.tagdiv.com/system-status-parameters-guide/
The theme is compatible with PHP versions up to 7.1, check that as well.
If the warning is still displayed deactivate all plugins if possible, except theme plugins, and clear all caching. Then see if this has any effect. If you made any modifications to the theme files please check them as well.
Thanks
Hi,
Please enter the full analytics code as provided, in the theme panel dedicated section
– https://developers.google.com/analytics/devguides/collection/analyticsjs/
Thanks
Hi,
The social Instagram count worked properly in older versions of the theme as well, for that time period. Worth mentioning that the social counter code may have changed during updates to adapt for changes in the socials implementation.
Try downloading the latest theme package and install the social counter plugin from there. Configure it and see if it displays accurate information
– https://forum.tagdiv.com/newsmag-tagdiv-social-counter-tutorial/
Thanks
Hi,
You could hide the grid with CSS, only for mobile. Something like this, in the Advanced CSS section of the theme panel
– https://www.screencast.com/t/q8ooShGqbE
.td_block_big_grid_3 {
display: none;
}
Thanks
Hi,
The modules display a set of predefined meta, a taxonomy is not part of this information, at the moment.
The module files are found here – https://www.screencast.com/t/i19PlFjMw
The corresponding functions are here – https://www.screencast.com/t/UZwHBNhPCO
These are some somewhat similar topics that might have useful information if you would like to implement this
– https://forum.tagdiv.com/topic/custom-taxonomy-or-custom-query-for-newspaper-blocks/
– https://forum.tagdiv.com/topic/filter-blocks-by-custom-taxonomies/
– https://forum.tagdiv.com/topic/how-to-add-taxonomy-filter-in-block-filter-settings/
Thanks
Hi,
That code needs to be entered in the theme header.php file, between the head tags
– https://www.screencast.com/t/3ORNutEVslq
Thanks
Hi,
You will need to keep trying to contact them, by their official contact methods. Ask them to remove your information. Seems there are more people in this situation
– https://productforums.google.com/forum/#!msg/webmasters/9-v9imP_HK8/-hReB7_TCQAJ
Thanks
Hi,
The ad codes inserted in the theme panel header section, will always be displayed. They will appear on the whole website. The theme does not have at the moment options to display them on specific pages only. You could try the Adrotate plugin which seems to work properly with the theme, based on user feedback. This might have more settings to control the displaying of ads.
Thanks
Hi,
If you remove the comments there in the single files, they will not be displayed for the corresponding post templates.
Those topics explain how you could implement Facebook comments through code modifications mostly. There are other ways, like plugins. You could search and try plugins that have these options.
Thanks
Hi,
That is one of the features of having a primary category. You can control the category tag displayed on modules
– https://forum.tagdiv.com/primary-category/
The option to select a primary category is present for each post, as shown in the guide.
Thanks
Hi,
This issue is in the final stages of completion. A theme update will soon follow including a fix for the weather functionality.
Thanks
Hi,
I have inspected one of the posts which is using post template 8. Indeed there is no image displayed as background, as the post is intended to display. This seems to be happening because of custom modifications that are affecting the functionality of the design
– https://www.screencast.com/t/xZ0T5fpZHNh
If you were to remove that code, the post template will display properly
– https://www.screencast.com/t/dbJNrc3fJh
Check the customization made regarding the post templates, the default theme post templates display as intended without any modifications.
Thanks
Hi,
The modules get the image as shown in the screenshot. Each module has a specific thumb that it displays
– https://www.screencast.com/t/Vfo4HeOjg6f
This is the main function – https://www.screencast.com/t/rQxxGrqPx
Thanks
Hi,
I understand now what you mean. You want to create some space above and below the logo image, in order to display a background color. Something like this maybe
– https://www.screencast.com/t/yhsqEsnJLG
.td-header-style-9 .td-banner-wrap-full.td-logo-wrap-full{
padding-top: 50px;
padding-bottom: 50px;
}
Set a background color for the header as shown in the theme panel, and use the code.
Thanks
Hi,
If those special posts would be included in a particular category, this would be possible with a simple CSS code. For example I don’t want display the author name and author box for posts in the “Gadgets” category. This would be the simplest solution to remove the author name an author box
– https://www.screencast.com/t/4YBv3eHGSbW
– https://www.screencast.com/t/tQRV2CsKis85
This is the code used in the example, replace the category name with the one in your case and make some tests to see if it works properly.
.single .category-gadgets .td-post-author-name,
.single .category-gadgets .author-box-wrap {
display:none;
}
Thanks
Hi,
There are many topics, tutorials and guides here on the forum, regarding page speed optimization. Some of them here
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
You can search the forum for more tips and tricks about website optimization, and maybe try the mentioned solutions.
Or you could search for professional assistance in website optimization. We usually recommend the freelancers/developers from https://studio.envato.com/
Thanks
Hi,
I believe the Woocommerce files can be customized through a child theme. Copy the Woocommerce folder from the main theme, in the child theme folder. Then customize the file shown and comment or remove the line of code mentioned. Make tests and see if everything works properly.
Or maybe use this CSS in the child theme, check if it works proeprly
.archive.woocommerce-page .woocommerce-result-count,
.archive.woocommerce-page .woocommerce-ordering,
.archive.woocommerce-page ul.products,
.archive.woocommerce-page .page-nav {
display: none;
}
Thanks
Hi,
The post will be wider if you simply do not use a sidebar. This is an example of a post with no sidebar
– https://demo.tagdiv.com/newspaper/td-post-five-things-you-may-have-missed-over-the-weekend-from-the-world-of-business/
In the post edit screen you need to select this option
– https://www.screencast.com/t/R2bz5gvwE1i
The the post content will occupy the whole available width.
Thanks
Hi,
The tagDiv composer cannot be used on post pages. Visual composer can be used but it is not recommended to do so
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
– https://forum.tagdiv.com/how-to-use-visual-composer/
Visual composer can be enabled for posts in the plugin settings
– https://www.screencast.com/t/OqbSa5q2
Worth mentioning that future theme updates will provide more options and features for the tagDiv composer exclusively. That is why it is recommended to use only the tagDiv composer for pages. Posts can still be designed using default options
– https://forum.tagdiv.com/post-formats-for-tinymce/
Thanks
Hi,
The theme uses the default WordPress commenting system, based on WordPress capabilities. If you want to implement Facebook comments for example, this is a similar topic
– https://forum.tagdiv.com/topic/facebook-comments-2/
Or use a plugin and remove the default theme comments
– https://forum.tagdiv.com/topic/facebook-comments-plugin-2/
Thanks
Hi,
Post pages cannot be edited with the tagDiv composer, so you cannot place the Revolution slider on posts. You can create galleries for example, and slide images
– https://forum.tagdiv.com/gallery-2/
These are all the available post templates
– https://forum.tagdiv.com/post-templates-2/
If you are having problems installing plugins, please 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/
You could ask your hosting provider to make them for you, as they might have a recommended method in this matter. Insufficient resources are most likely the cause for this to happen.
Thanks