Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Simion C.
tagDiv Staff

Hi,

That would be possible with some CSS code. For example if that particular category would be Travel, the code would be like this
https://www.screencast.com/t/7uM9lwijjit9

.category-travel .td-post-date,
.category-travel .td-author-line {
display:none;
}

Try this suggestion with the category you want and check the results. The final code must be entered in Theme panel->Custom CSS section.

Thanks

Simion C.
tagDiv Staff

Hi,

I have tested the Big grid slide autoplay feature and it is working properly on my end. It could be a plugin conflict, please try as a first step to deactivate all plugins except theme plugins, and clear all caching installed.
Then check if the grid slides correctly.
If you could provide a link to your website where the slide is present we will inspect it.

Thanks

Simion C.
tagDiv Staff

Hi,

There should be no problem from the theme perspective. Simply install the Yoast SEO plugin and configure the Facebook sharing
https://forum.tagdiv.com/facebook-share/
More useful information here
https://yoast.com/social-media-optimization-with-yoast-seo/
https://kb.yoast.com/kb/why-doesnt-facebook-display-an-image/
https://kb.yoast.com/kb/facebook-sharing-updated-details/

Thanks

Simion C.
tagDiv Staff

Hi,

Indeed there seems to be an issue with the thumbnails quality. I have used one of your images in a test using same thumbnail size, these are the result
https://www.screencast.com/t/tUG2n8k4n
There is a noticeable difference between the image quality. From what I can see the thumbnail is already created blurry
https://www.southernvines.co.za/wp/wp-content/uploads/2017/11/Windmeul-Market-218×150.jpg
This should not happen, the theme does not influence the quality of the thumbnails. Please deactivate all plugins except them plugins, and clear all caching installed. Then regenerate the thumbnails again
https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
The thumbnails will be recreates, and they should look better. If you have any image
quality filter added somewhere in the theme files or other configuration, remove it.

Thanks

Simion C.
tagDiv Staff

Hi,

Please send us an email at contact@tagdiv.com and provide admin login information, so we can take a look. Also paste a link to this topic in your email.

Thanks

Simion C.
tagDiv Staff

Hi,

That happens because there is a condition that hides the image on mobile
https://www.screencast.com/t/eEQS1YeLEj
Maybe there is a reason why it is not supposed to appear. You could make it display with a code like this, but it may require more modifications as the text is not visible anymore
https://www.screencast.com/t/kVU6Ud6c

@media (max-width: 767px) {
.store-header-wrapper .store-image {
display: block;
}}

Thanks

Simion C.
tagDiv Staff

Hi,

That is the excerpt. The excerpts length can be controlled for each module that displays them, like this
https://forum.tagdiv.com/excerpts-introduction/
In this case it would be better if you would change the general type of the excerpt by letters, for a better detection.

Thanks

Simion C.
tagDiv Staff

Hi,

You could change the value entered here
https://www.screencast.com/t/XmaW7mrXr
Also increase the width limitation in CSS, the result would be like this
https://www.screencast.com/t/0tTuMy3mu9
https://www.screencast.com/t/pq7mIq8bCNIA
This is the CSS code, modify it according to the width you choose, then enter it in Theme panel->Custom CSS section

.comment .avatar {
width: 100px;
}

Thanks

Simion C.
tagDiv Staff

Hi,

It would be helpful if you could provide a link to your website for a more accurate solution. There could be a different way of achieving this, with good results on all devices.

Thanks

Simion C.
tagDiv Staff

Hi,

You will have to make this modification to the WordPress files. Try it in this file
https://www.screencast.com/t/HcyNqRqplR

Thanks

Simion C.
tagDiv Staff

Hi,

I believe that is happening because of the demo, this contains custom design and automatically loads the demo style at first, then the other settings from theme panel are applied.
A solution would be to modify the menu borders (top menu and main menu) directly in the demo stylesheet, change them to your current color there
https://www.screencast.com/t/yNRc6jMqei1S
These flashes are noticeable if it takes a longer period of time to load the website.
For the top menu and main menu backgrounds, please try and enter this code directly in the theme stylesheet

.td-header-style-1 .td-header-top-menu-full {
background-color: #f9f9f9;
}
.td-header-style-1 .td-header-wrap .td-header-menu-wrap-full {
background-color: #303030;
}

This will load the backgrounds together with the rest of the style, reducing or removing the flash.
You could improve the website loading speed, to try and prevent such issues. Even installing a caching plugin may reduce or completely remove the problem
https://forum.tagdiv.com/cache-plugin-install-and-configure/

Thanks

Simion C.
tagDiv Staff

Hi,

Please check the theme system status and make modifications to the WordPress and server parameters mentioned in this guide, if necessary
https://forum.tagdiv.com/system-status-parameters-guide/
Ask your hosting provider for assistance, or maybe they can make them for you entirely.
Also check the permissions on the uploads folder
http://www.wpbeginner.com/beginners-guide/how-to-fix-file-and-folder-permissions-error-in-wordpress/
After everything is set correctly please deactivate all plugins except theme plugins and try to install the demo again. Let us know if there is still a problem.

Thanks

Simion C.
tagDiv Staff

Hi,

You can use the Yoast SEO plugin to customize the website titles
https://www.screencast.com/t/brKZGshBVld
https://yoast.com/wordpress/plugins/seo/titles-and-meta-descriptions/

Thanks

Simion C.
tagDiv Staff

Hi,

You need to make sure you qualify in order for the ads to be displayed. I believe these are the requirements, according to Google terms
https://support.google.com/adsense/answer/9724?hl=en
Also more on the subject on this guides
https://www.shoutmeloud.com/how-to-get-google-adsense-approval-new-blog.html
https://allbloggingtips.com/applying-for-google-adsense-program/

Thanks

Simion C.
tagDiv Staff

Hi,

Based on the previous examples using smart list style 2, you could text align the text to center if you wish
https://www.screencast.com/t/mK8Mapo5

.td-sml-description p {
text-align:center;
}

Or maybe add some padding to the text, left, right or both sides
https://www.screencast.com/t/FsBKOfxNlLmp

.td-sml-description p {
padding-left: 10px;
padding-right: 10px;
}

Experiment with these solutions and choose the one you think is best.

Thanks

Simion C.
tagDiv Staff

Hi,

Please try again using the method described in the guide
https://forum.tagdiv.com/featured-image-or-video/
Test with a different video URL, check if the featured video is displayed.

Thanks

Simion C.
tagDiv Staff

Hi,

There must be a corresponding ad code entered somewhere, if the ad is displayed on the website. If it appears only on mobile, and you are using the mobile theme, maybe you have entered it in the mobile theme ad sections
https://www.screencast.com/t/LA4PEIusPM2
If you could provide a link to your website we will inspect it.

Thanks

Simion C.
tagDiv Staff

Hi,

There are 3 ads supported in the actual post content
https://forum.tagdiv.com/article-ads/
The top ad, inline and bottom ad. The inline ad has an option to be placed after a number of paragraphs. The process will count paragraphs and display the ad based on the value entered in the field. Enter the number carefully based on the actual existing paragraphs in the post content.
If there is a problem, please provide more details about what you are trying to do and what is the problem, and a link to your website if needed.

Thanks

Simion C.
tagDiv Staff

Hi,

So the problem is that there is no style found for the feed page. I believe by default there is no styling that WordPress ads for feeds. That can be added trough a plugin or manually. So either the plugin you are using is not functioning properly anymore, or you need to check or redo any manual implementation you might have previously made.
Regarding the theme activation, please try and activate it normally again. There should be no issues
https://forum.tagdiv.com/newspaper-6-how-to-activate-the-theme/

Thanks

Simion C.
tagDiv Staff

Hi,

At the moment these are the only article ads options available
https://forum.tagdiv.com/article-ads/
For the category pages there are no options to place in feed ads. There are solutions to implement them
https://forum.tagdiv.com/topic/ads-on-category-pages/
Or maybe through a plugin that has options to insert ads. Maybe there will be changes regarding ad type support in a future update and such options will be available by default, but I cannot say for sure.

Thanks

Simion C.
tagDiv Staff

Hi,

That design is created only for demo purposes, it is made only from HTML and some CSS to style it. Like this
https://www.screencast.com/t/QNMgIvpuHL
https://www.screencast.com/t/qJAMeQa6
It would be considered impractical to use this if you are going to create multiple recipe posts. Better try a recipe plugin, it would be easier maybe.
Anyway this is the HTML used in the demo posts, if it would be useful to you

<div class="td-recipe-time">
<div class="td-recipe-info">Prepare time: 20 min</div>
<div class="td-recipe-info">Cook: 2 hr 30 min</div>
<div class="td-recipe-info">Ready in: 2 hr 50 min</div>
<div class="clearfix"></div>
</div>

And the CSS that must be entered in Theme panel->Custom CSS section

.td-recipe-time {
width: 100%;
border: 1px solid #ededed;
padding: 11px 16px;
margin-bottom: 26px;
}
.td-recipe-time .td-recipe-info {
float: left;
width: 33.3333%;
}
@media (max-width: 1018px) {
.td-recipe-time .td-recipe-info {
width: 100%;
}}

Thanks

Simion C.
tagDiv Staff

Hi,

As a comparison you could check the Google search page source, which contains only the search function
– view-source:https://www.google.com/
So basically you would like to make the website faster. That can be done regardless of how many lines are being loaded in the page source (HTML, CSS etc) There are many topics on the forum in this matter that you could follow. Some of them here
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/
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/

Thanks

Simion C.
tagDiv Staff

Hi,

There is also a Yoast SEO plugin setting that is known to cause the problem. Disable this option if it is enabled and check if the issue is fixed
https://www.screencast.com/t/n8Cc35EofLh

Thanks

Simion C.
tagDiv Staff

Hi,

Then you could use post template style 3, that displays the featured image similar to what you are describing
https://demo.tagdiv.com/newspaper/td-post-if-you-only-knew-how-much-your-relative-churn-rate-matters/

Thanks

Simion C.
tagDiv Staff

Hi,

It all depends on the font you are using. Some fonts do not have many available font weights, while others have multiple options. That can be seen here for example
https://fonts.google.com/
https://www.screencast.com/t/IrBksu9R8

Thanks

Viewing 25 posts - 14,601 through 14,625 (of 20,681 total)