Hi,
That is actually a WordPress provided plugin, the default WordPress gallery. That error specifies that this WordPress file is not found or cannot be loaded for some reason
– https://www.screencast.com/t/ZHjwobvl
Check if that file exists in your WordPress install. Maybe something got damaged in WordPress while migrating.
Hi,
There aren’t that many ad spots in the theme, for example the header has only one ad spot
– https://forum.tagdiv.com/header-ads-adsense/
Same for the footer section. In the page content and sidebar you can use the 5 custom ad spots with ad boxes, but header and footer are limited to 1.
If you require more ads maybe there are some plugins that can insert ads, you could search for them and try some.
Thanks
Hi,
There are two errors in that post page, both related to your ads
– https://www.screencast.com/t/S7S93s4deC
Please note that AMP ads have to be entered in this form
– https://support.google.com/adsense/answer/7183212?hl=en
– https://www.screencast.com/t/n8D00gbPx9
Then there would be no more errors detected by AMP and the posts will be valid.
Thanks
Hi,
Hi,
That would mean that that page is not found, it does not exist. Try top re-save the permalinks or change their structure and then save them, check again after doing this. Also maybe ask your hosting to check error logs, there might be indications to identify the issue.
If you made any theme or mobile them modifications remove them, deactivate all plugins except theme plugins and check again.
Hi,
The first thing to check would be the theme requirements, in the system status panel
– 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 or the plugins, if needed ask your hosting provider to increase them as specified.
If there is no need for modifications in that matter, in some cases the solutions from these topics worked for blank pages and other composer problems, you could give them a try if possible
– https://forum.tagdiv.com/topic/gray-page-tagdiv/
– https://forum.tagdiv.com/topic/javascript-error-td-composer-wont-load/
Please let us know the results after trying these suggestions.
Thanks
Hi,
Our newsletter plugin is simply a container in which you can place the form code provided to you or which you created by a newsletter service. That code can be entered in our plugin
– https://www.screencast.com/t/TpEacPcJ5xaY
I widely used service is Mailchimp, you could give that a try. Check their documentation as to how to create forms
– https://mailchimp.com/help/add-a-signup-form-to-your-website/
Thanks
That is the theme stylesheet, enter the code there. The result should be as shown in my screenshots, and also the code should apply faster and eliminate or reduce the period of time in which it is loaded.
Hi,
There seems to be invalid HTML in both those info boxes, the links are broken into separate words for some reason
– https://www.screencast.com/t/XbfOlTIG6m
Try to remove the images and set them again, make sure the links are valid. The other image boxes seem to have valid links, only those 2 have this problem.
Hi,
You can use the manual theme activation since you already have a forum account
– https://www.screencast.com/t/NXhtb0Vtn
Thanks
Hi,
That is not possible by a theme option. Each demo contains custom design created by us, each is unique. This design along with theme panel settings will be imported as soon as the demo is installed
– https://forum.tagdiv.com/demos_introduction/
– https://forum.tagdiv.com/installing-demos/
That block 5 has custom design for it, only in that demo. By default it looks like this
– https://demo.tagdiv.com/newspaper/block-5/
However you could use the design for that block without installing the demo if you don’t want to. This is the code used to style the block like that
– http://prntscr.com/jztqes
This code can be entered in Theme panel->Custom CSS section, it will affect all the block
5 unless made more specific
.td_block_5 .td_module_3 {
padding-bottom: 16px;
}
.td_block_5 .td_module_3 .td-module-image .td-post-category {
background-color: transparent;
position: relative;
color: #ff036e;
margin-right: 0;
padding: 0 0 8px 0;
}
The font properties of the category tag can be modified in general, same for post titles
– https://www.screencast.com/t/m4HkdGauY37
Or per block – https://www.screencast.com/t/WjFDogad
The color you can change in the code if needed. Let me know if you have more questions.
Thanks
Something is causing this issue, from what I can see there are a lot of links leading to the respective website, in a post page I checked on your website
– https://www.screencast.com/t/HkNHwW7deDm
There are links after links that would serve no actual purpose the page while checking with the inspector, not in the page source however
– https://www.screencast.com/t/b8qK1ZgBmoB
So maybe a plugin could be responsible, or maybe code entered in the theme panel (please check all the code you entered in the theme panel sections) or theme files, or possibly modifications made in them. Links are being generated in the post page leading to that website, but I could’t say from where this is coming from.
Hi,
For me it loads properly from what I can see at the moment
– http://prntscr.com/jztiih
I checked with Chrome and Firefox browsers.
Thanks
I can give you another code besides that, try it like this for the already colored links
– https://www.screencast.com/t/2lc0tTDqs
.td-post-content p span a span {
color: yellow !important;
}
Like this for posts with links that you did not color in the WordPress editor
.td-post-content p span a {
color: yellow !important;
}
Enter them both and see how the links look after that.
Hi,
The videos can be viewed when accessing the actual post, on pages there is a representation of the video. Unfortunately I don’t believe there are at this moment any plans to make modifications in this matter. But it may happen in the future. Sorry for any inconvenience.
If you want to have playable videos in pages, you could embed the videos or playlist directly, if you should consider it as a solution
– https://forum.tagdiv.com/topic/video-from-youtube/
– https://forum.tagdiv.com/topic/youtube-playlist-instead-of-each-video-individually/
Thanks
What problems are there exactly with the thumbnails in your website, I could take a look if you could mention some examples. Note that the results are different depending on the block/grid used.
So you could check all of the block, grid and full grid types, see how they look. There are many types of grids and blocks available
– https://demo.tagdiv.com/newspaper/full-big-grid-1/
– https://demo.tagdiv.com/newspaper/big-grid-1/
– https://demo.tagdiv.com/newspaper/block-1/
Thanks
Add this then, check if it functions properly
.td_category_template_8 .backstretch {
position: absolute;
}
Hi,
You could hide it on mobile, like this
– https://www.screencast.com/t/4bQTLFrzcRt7
– https://www.screencast.com/t/KnaMUficAmHx
Most elements can be hidden per device (rows, columns, elements).
You could also use the CSS tab while selecting phones in the viewport
– https://www.screencast.com/t/pPqamoi5Hkaj
Maybe these suggestions are helpful.
Thanks
Hi,
Enable it and then hide the view count if you don’t want it to be visible, with that code. The counting process will still work in the background, the icon will simply not be visible.
That code should work, enter it in the theme panel custom CSS code and if it does not work, provide a link to a post and I will take a look.
The link color by default is the theme accent color. You can change the link color by changing the theme accent color, or color them as I showed above, or with a CSS code if those settings are not sufficient.
I believe in a previous topic this code was provided to you
– https://www.screencast.com/t/snYhRAEYX0J7
That code worked for the HTML you have in that page content, which is like this
– https://www.screencast.com/t/eQM62QUCmLs
Where exactly do you want to change the color of the links? If it is a post, then that code will not work, it is meant for page contents.
I see the links have a color at the moment, in a post on your website
– https://www.screencast.com/t/a1h7nEqAD
Also in the blog page – https://www.screencast.com/t/YkJaryMFUf8x
Then change the module used for the blog page, in the Theme panel->Template settings
– https://www.screencast.com/t/5rGxOHqKD
That topic suggests that you make the modification in the default js file then minify it, I tried that and it works
– https://www.screencast.com/t/h8mUKQXZCf
– https://www.minifier.org/
– https://www.screencast.com/t/HNxYWw3nzo
No more related videos on pause or end video – https://www.screencast.com/t/t8cz8Q6y
Hi,
Maybe you did not enter ad codes in the Theme panel->Mobile theme->Mobile Ads section
– https://www.screencast.com/t/zeEL2HriU
If you use the mobile theme plugin this requires that you enter ad codes in it’s dedicated ad sections. More about the optional mobile plugin here
– https://forum.tagdiv.com/the-mobile-theme/
Thanks
You could go the CSS way to do that – http://prntscr.com/jziw6i
That would be the easiest instead of code modifications which may also not be possible
.td_category_template_8 .backstretch img {
max-width: 1164px!important;
}
Hi,
I believe there is an issue currently, when the cloud library plugin is active the options for the sidebar are unavailable. This is investigated and it will be fixed in the coming theme update.
You could build the page with the tagDiv composer, there are plenty of text and image elements available to be used. Sorry for any inconvenience.
Thanks
I see the header ad is not displaying on desktop as well
– http://prntscr.com/jzhetc
I found this useful guide about DFP
– https://code.tutsplus.com/tutorials/introduction-to-google-dfp-debugging-ad-delivery–cms-25045
Upon checking that post page as suggested in the guide, there are some warnings
– http://prntscr.com/jzhhk3
– http://prntscr.com/jzhi8z
Maybe you can investigate further and check what those warnings mean exactly.