Hi,
Only a form of caching could cause such an issue, the theme itself will display the latest posts as soon as published (if the latest post sorting is selected for the page elements).
We could take a look, if you could provide a link to your website.
Hi,
You could try this solution provided by a theme user, maybe it will work for you
– https://forum.tagdiv.com/topic/solution-mobile-theme-support-with-multisite-installation/
Hi,
The theme itself does not have such a feature, to automatically post on Instagram. Maybe you can search online and find a plugin that could do that for you.
I cannot make any recommendations, we have not tested such plugins with the theme unfortunately. Maybe some other users can share their recommendations.
Thanks
Hi,
Current theme version is always displayed in the changelog here (bottom of the page)
– https://themeforest.net/item/newspaper/5489609
– https://www.screencast.com/t/5raTPuxvM
In 8.7.3 Instagram was fixed, and in the latest theme version Facebook should also work properly in the social counter.
Please update the theme and your Instagram related elements should work as expected. maybe clear your cache after updating. This is the theme update guide if you want to take a look
– https://forum.tagdiv.com/how-to-update-the-theme-2/
Thanks
1. Seems I cannot manage to view your website at the moment
– https://www.screencast.com/t/vDenjKEu
Regarding the thumbnails, maybe you are not using big enough featured images.
Or the GD library for PHP is not installed on your server as required in the guide I provided. You could consult with your hosting provider and check if that is the case.
4. The ad box should display the ad you want. If your Adsense ad is created of that size it should be displayed accordingly
– https://support.google.com/adsense/answer/6002575?hl=en
You can also select specific ad sizes in the theme panel, for the ad you want
– https://forum.tagdiv.com/ads-adsense-overview/
5. Same for the article ads – https://forum.tagdiv.com/article-ads/
If you use the mobile theme you have different ad spots
– https://forum.tagdiv.com/the-mobile-theme/
If you do not use Adsense then you can display your ads based on device
– https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Hi,
The images will be cropped when the theme creates thumbnails from them
– https://forum.tagdiv.com/featured-image/
– https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
This cropping cannot be disabled by a theme option. Depending on module used, the results will be different. Experiment with different block and grid types until you find the elements that are more adequate for your images.
I cannot say if there are plans to make modifications in this matter, maybe in the future.
Thanks
Hi,
It would require that a featured video actually be set in the dedicated field
– https://forum.tagdiv.com/featured-image-or-video/
Only then it will be set as featured in the post page, and also the thumbnail will be created from the video. So a video link would have to be entered in that field and the post format set as video, then update the post. Also one from the recommended post templates should be used for video posts.
Thanks
Hi,
I don’t believe there are currently plans to modify or add more options to the mobile theme plugin. Maybe in the future it will be more customizable. Sorry for any inconvenience.
Thanks
Replied in your other topic.
Hi,
The first thing to check would be the theme requirements, system status section
– https://forum.tagdiv.com/requirements-for-newspaper/
It is imperative that the parameters mentioned in the guide are configured properly. Insufficient resources can cause many issues with the theme, the plugins or other issues. If needed ask your hosting provider to increase them as specified.
If there is still a problem, use the browser inspector console to spot errors while editing/saving the menu
– https://www.screencast.com/t/0h0G9aXrIl3A
In some cases the server firewall or security configuration can block requests.
Thanks
Hi,
That would be the default design for the big grids. There are many big grid designs to choose from. For example style 4 does not feature a dark gradient.
But if you want to use style 1 and remove the dark overlay, enter this code in Theme panel->Custom CSS
.td-grid-style-1.td-hover-1 .td-module-thumb a:last-child:before {
display: none;
}
It will remove the overlay for most grids once entered
– https://www.screencast.com/t/qk23uiqFo
The mobile modal window in which the menu will be displayed, has settings in the theme panel
– https://www.screencast.com/t/nn6YduNBf
You can set a background color or gradient for the modal window, so you can set a white background color and also color the text red.
Thanks
Hi,
I believe it was a decision when the theme was created, a sidebar was considered enough for the post page for example. Maybe this will change in a future update, I cannot say for sure if there are any plans in this matter however. Sorry for the inconvenience.
Thank you!
Hi,
If you install a demo, the hover color can be set by the demo. That may override the theme accent color. The fitness demo you have installed sets an orange color for all the block titles. This specific demo design could be removed from it’s stylesheet
– https://www.screencast.com/t/JYd5QnZZQ
Then the theme accent color will apply.
Thanks
Hi,
That demo uses full big grid 3, this one
– https://demo.tagdiv.com/newspaper/full-big-grid-3/
By default the grid is full width when placed in a page, but this can be changed. Place the grid in the page and set the row width to default
– https://www.screencast.com/t/ff98ZgRpyp6f
Thanks
The latest theme version is compatible with PHP versions up to 7.2. Older versions of the theme may not work properly with newer PHP versions.
So the hosting mentioned that the theme CSS code is generating these enormous error logs. I could not say what exactly in the theme stylesheet would generate that amount of errors in the log. Please let us know the conclusions of the investigation.
I have checked one of your posts, indeed it seems you resolved the problem. Facebook now has access to and finds the meta tags in the page sorce
– https://www.screencast.com/t/nYKk6XYKxlD
That would mean that the sharing will work as intended from now on. Glad you could solve the problem and also also provided an update here on the forum.
That image would be related to the gadgets demo, it would be the one set in the theme panel mobile background
– https://www.screencast.com/t/liuAZWEjKak
If you installed that demo, please check the theme panel section I mentioned, remove or replace the image found there. Then there should be no more 404 errors related to it. Let us know.
Hi,
The theme blocks, grids and other elements such as the news ticker are intended to display posts that have been created and published on the respective website.
The theme does not have any settings or options for the blocks to display content from a different website through RSS, sorry for the inconvenience.
Hi,
I see many of custom ad 1 currently displaying on your homepage
– https://www.screencast.com/t/d3TlkVuh
– https://www.screencast.com/t/Pswt8PdX3Gu
– https://www.screencast.com/t/aw5cjp5C
– https://www.screencast.com/t/jyhNHA6lEAG
If I am misunderstanding the problem, it would be very helpful if you could mention where exactly is the ad not displayed.
Thanks
Hi,
If that is the header menu, the theme has an option to change the color for all the menu at once, background and text color
– https://www.screencast.com/t/DS1QOaNV
Coloring them individually would be possible with CSS however. This would be a similar topic
– https://forum.tagdiv.com/topic/how-to-move-menu-items/
Also a browser inspector tutorial here
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
If you need help, please provide a link to your website and mention how exactly you want the menu items to look.
Thanks
Hi,
Please try to provide some more details so we can understand the issue better. Mention what element you are referring to exactly, in what layout and settings. Provide a link to it if possible, on your website. We will try to help you.
If you are referring to the flex block excerpts, the length can be changed here
– https://www.screencast.com/t/phnNz4DTSG
Glad it worked. All the post template files can be customized in a child theme, so that is possible. A child theme is provided in the theme package
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
If you stretch the row and content, the sidebar section may not function correctly. Try to use smart sidebars only when the rows are not stretched.
Maybe there will be modifications in the future in this matter, so the smart sidebar can be used in stretched rows as well.
We will investigate those issues with the flex block. Please mention or provide some more screenshots of the exact settings used if possible.
That effect will only work with big grids and full big grids, see them all here
– https://demo.tagdiv.com/newspaper/big-grid-1/
– https://demo.tagdiv.com/newspaper/full-big-grid-1/
Blocks do not have that functionality implemented if that is what you are asking.
If I misunderstand, please try and provide all the details and links to the problem on your website if possible.
Hi,
From what I can see you are not using the tagDiv AMP plugin at the moment
– https://www.encantadordeperros.com/consejos-evitar-cancer-perros/amp/
There are also no problems detected in that page
– https://www.screencast.com/t/N8hsAqCWtS
If you decide to use it, be sure to use the latest version of the plugin provided in the latest theme package. There were some issues with it initially, they were all fixed and there are no more known issues.
Thanks