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

From what I can see the 696px size is used at the moment for the first block
https://www.screencast.com/t/LNT8dO7ONLkE

Also the smaller one here, for the second – https://www.screencast.com/t/jqSAvzhhu

What you did seems to have worked.

Simion C.
tagDiv Staff

Hi,

This method should work as long as post views are enabled
https://www.screencast.com/t/6eSMwlfrQSv
And the necessary setting is enabled in the theme panel
https://forum.tagdiv.com/7-days-post-sorting/

As soon as the theme panel option is enabled and also the view counts, posts with the most views will begin to appear in the respective block sorted accordingly.

A thing to note is that the 7 days method will not work while using caching. This is mentioned in the guide.

Thanks

Simion C.
tagDiv Staff

Hi,

The custom code entered in the theme panel is saved in the website database. I believe you can find it in the in the wp_options table->td_011 option name.

Worth mentioning that exporting the theme panel will also export the custom code
https://forum.tagdiv.com/import-export-theme-settings/

Thanks

Simion C.
tagDiv Staff

We could take a look, send us an email at contact@tagdiv.com and provide admin login as well as FTP or cPanel if possible. Please also include a link to this topic in the email.

Simion C.
tagDiv Staff

Hi,

In most cases we have investigated the issue was related to one plugin or the other. Deactivating all plugins except theme plugins solved the problem, so it was a question of identifying the one responsible.

You could try the same, see what happens. If you already tried this, we could take a look. Send us an email at contact@tagdiv.com and provide admin login access as well as cPanel or FTP if possible. Include a link to this topic in the email.

Thanks

Simion C.
tagDiv Staff

Hi,

You could go by code like in this topic maybe – https://forum.tagdiv.com/topic/add-a-custom-row-like-via-or-source-name-in-posts/

PHP codes like the one you mention have to be entered in the post template files, in order to be displayed in the posts that use those templates
https://www.screencast.com/t/5qQCPBIUJE
Each post template has a corresponding loop file, try to add that code in a post template.

This is a related topic where some examples are mentioned
https://forum.tagdiv.com/topic/custom-fields-howto-any-help/

Thanks

Simion C.
tagDiv Staff

Hi,

It would be possible with a cloud post template
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

For example you can create/import a post template and set it only for the post you want. When using cloud post templates the ads can be entered in the template directly
https://www.screencast.com/t/n26dDVuMCwZ0
So maybe create a special template with specific ads and select it only for the posts you want.

Thanks

Simion C.
tagDiv Staff

Send the login details on our email contact@tagdiv.com please don’t post them here, everyone can see them. I will remove them and you should change them on your end as soon as possible.

Then contact us with new login information by email and we will investigate this further. Include a link to this topic in the email.

Simion C.
tagDiv Staff

Hi,

At the time of checking using the search function in your website provides an error
https://www.screencast.com/t/CHdk6Piie8x
Contact the hosting provider and mention this issue to them, ask them to check if there are any problems with the server.

Thanks

Simion C.
tagDiv Staff

Hi,

That would mean the theme is already in the WordPress themes folder. Would be best to use FTP to see what exactly is in that folder. Follow the guide provided by Edward.

There are more guides online regarding using FTP, for example
https://www.wpbeginner.com/beginners-guide/how-to-use-ftp-to-upload-files-to-wordpress-for-beginners/

Simion C.
tagDiv Staff

Hi,

I checked a few of the flex modules in your website, seems that indeed the full images or some unusual sizes are used instead of selected thumbnails. For example this module
https://www.screencast.com/t/lyt91bTX6z2
It uses a thumbnail size it seems of 1395x741px – https://www.thecarexpert.co.uk/wp-content/uploads/2014/07/car-finance-voluntary-termination-pcp-hp-agreement-e1476792854766-1392×741.jpg
That is not a theme created thumbnail and also not the full size of the image, quite unusual. The same image seems to have a 696px size created which should be used if selected
https://www.thecarexpert.co.uk/wp-content/uploads/2014/07/car-finance-voluntary-termination-pcp-hp-agreement-e1476792854766-696×370.jpg

I made few tests, selecting different sizes for the image in the block
https://www.screencast.com/t/ixvHrwCHL
https://www.screencast.com/t/GiFKbq3bu
They are loading correctly from what I can see. The sizes you select should be used. The smallest at the moment is the 324x400px size.

Do you maybe use any image optimization plugins or image delivery services? Worth testing without them if you do. Or investigate all plugins at once. Deactivate them all as a quick test (except theme plugins), check if this has any effect.
Also create a new test page and use a flex block, select the image size, see if the same thing happens there. Let me know what you find.

Thanks

Simion C.
tagDiv Staff

Hi,

You could add more ads in the post content maybe. They should be of this form in case of Adsense for example
https://support.google.com/adsense/answer/7183212?hl=en

The AMP post template file is here – https://www.screencast.com/t/OeZusEakqiy
Make a backup of the file if you want to make modifications to it.

Thanks

Simion C.
tagDiv Staff
Simion C.
tagDiv Staff

Hi,

That cloud template can be imported and used if you want, it is called Single post template 35 within the “Single” section of the cloud library templates
https://www.screencast.com/t/sEUYljk8Vbz

Simion C.
tagDiv Staff

Hi,

That could be done by entering the verification code manually in the theme header file, between the head tags (it can be done in a child theme as well)
https://www.screencast.com/t/VHAJnaPo

There is also a section in the theme panel which will output the code in the header
https://www.screencast.com/t/Kx9sZmWG
Enter the code there, it will not be lost once entered, not even after updating the theme.

You could also try a plugin like the one mentioned above by iamkingsleyf, a guide here
https://www.wpbeginner.com/plugins/how-to-add-header-and-footer-code-in-wordpress/

Thanks

Simion C.
tagDiv Staff

Hi,

Seems both those links provide 500 errors at the moment
https://www.screencast.com/t/PRZpzLDHAv9

Elements added by plugins in the post page or post content may not work properly with AMP, also maybe interfere with AMP validation for the posts. Test one of your posts with this tool to see what it reports
https://validator.ampproject.org/

Simion C.
tagDiv Staff

Hi,


@rfiling
So maybe something like this – https://www.screencast.com/t/YOhxhhfmv

.td-header-top-menu-full {
margin-bottom: 50px;
}

Thanks

Simion C.
tagDiv Staff

Hi,


@cezstro
That looks like the same issue from this topic
https://forum.tagdiv.com/topic/newpaper-theme-v-7-8-1-to-9/
The link Bogdan posted seems to have been helpful in solving the problem. You could take a look.

Simion C.
tagDiv Staff

Hi,

Check in these locations – https://www.screencast.com/t/0TKfMjiNm
Remove and replace the images you find there. Then check if the mixed content issue is solved.

Thanks

Simion C.
tagDiv Staff

Hi,

I believe I misunderstood, you want to display the time next to the date? That is possible. This is a similar topic
https://forum.tagdiv.com/topic/show-post-time-2/
Let me know if you have more questions.

Thanks

Simion C.
tagDiv Staff

Hi,

The theme contains the required structured data, for reviews as well. The posts in which you create reviews will have the necessary structured data loaded
https://www.screencast.com/t/VkGgEilRrOI
https://forum.tagdiv.com/reviews-2/
If you need additional data maybe test with a plugin which has the capabilities and data you want to add.

Regarding feeds you could test the plugins you want, try with free plugins with possible. We have not tested any unfortunately, so I can’t recommend any particular plugin.

Thanks

Simion C.
tagDiv Staff

It will not be active permanently, on the whole website. So when plugins outside of that list are detected the speed booster will not activate. That would be like a safety measure.

Simion C.
tagDiv Staff

Hi,

Currently there are no such settings for the category tags shown in the post page. The cloud post templates have a setting for their order or to limit them
https://www.screencast.com/t/1sJBINhw
Maybe more settings will be added for these cloud templates regarding the category tags.

By default all the categories of the post will be shown in the post page, unless they are hidden in the per category settings
https://www.screencast.com/t/20GCflq0O016
That setting will hide the chosen category tag in all the post and category pages.

Thanks

Simion C.
tagDiv Staff

Hi,

I could take a look at it. There is no known issue with the revolution slider plugin as far as I know.
Does it happen if you test with a demo slider in a test page?
https://forum.tagdiv.com/import-revolution-sliders-on-demos/

Simion C.
tagDiv Staff

Hi,

I have inspected the website, the composer seems to be active and working at the moment. What exactly is the problem? Is there an issue when you want to use the composer?

Most problems with the theme and theme plugins are caused by insufficient resources, you could check this guide and the theme system status
https://forum.tagdiv.com/requirements-for-newspaper/
If needed increase the mentioned parameter values.

Thanks

Viewing 25 posts - 6,101 through 6,125 (of 20,681 total)