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,

Seems to be a design issue with the newsletter element, I have tested it with the latest version of the theme in exactly the same layout in a cloud post template
https://www.screencast.com/t/1QJAjitMrVLa
Seems to display alright in my case, in your case the button drops on a new line for some reason.
What if you edit the cloud post template after you update and remove then add the newsletter again? Does it happen if you place it in a page?

I could inspect it but you will have to update the theme again, so I can see what the problem is. Could be some CSS that affects it.

Thanks

Simion C.
tagDiv Staff

Hi,

The theme provides an image gallery, this one
https://forum.tagdiv.com/gallery-2/
It will look like this – https://demo.tagdiv.com/newspaper/td-post-aston-villa-beat-liverpool-to-join-arsenal-in-the-fa-cup-final/

It can be used in posts and pages. In a page it can be used like this
https://forum.tagdiv.com/topic/need-to-insert-a-grid-gallery/

The comments will appear in pages if this option is disabled, like this
https://www.screencast.com/t/b5vlIwuaP
Also the page must not be using the latest articles page template.

This is an example of a page using the default page template, with comments
https://www.screencast.com/t/YC3XSvYH
https://www.screencast.com/t/ts4Pwqp56l

If you have any problems using any of the above, please provide some more details about what exactly is happening.

Thanks

Simion C.
tagDiv Staff

Hi,

We could take a look at the issue. Maybe we can find out what is happening. Please send us an email at contact@tagdiv.com with admin login as well as cPanel or FTP access for investigation.
We may need to deactivate all the plugins for testing.

If possible make a full backup of the website before sending the email. Include a link to this topic in the email.

Thanks

Simion C.
tagDiv Staff

Hi,

I see the problem, but there are a lot more problems that the images not showing. For example the header search is not working, the block pagination next/prev is not working, news ticker is not working etc.

This would mean that the theme javascript is broken. There are some errors in the console
https://www.screencast.com/t/5fV5Ja7WZB
The first step to take in such cases is to investigate plugins, or custom code entered in the theme panel or theme files (like scripts for example). Chances are a plugin is conflicting with the theme, in most cases that is the cause.

Thanks

Simion C.
tagDiv Staff

Hi,

In order to translate that text you would have to do it in the plugin files directly
https://www.screencast.com/t/Okk59HaPvnBp
The AMP plugin doesn’t have translation settings for the moment. We will try to add more settings for the AMP plugin in coming updates. Sorry for any inconvenience.

Thanks

Simion C.
tagDiv Staff

From what I know there have been other users that report various issues between the theme and the events plugins. There were also others that say there is no problem in their case. Could be a setting in the plugin, or a combination between the theme, this events plugin and other plugins.

Maybe try as a quick test to deactivate all other plugins except the theme plugins and the events plugin. Check what happens then. There are some javascript related errors in the console when checking
https://www.screencast.com/t/gijn69pYuhh
Could be a caching plugin maybe or optimization plugin that causes it. Or maybe it simply does not work well with our composer.

Simion C.
tagDiv Staff

Hi,

The h1 of the page will be the logo (if there is no page title). All the article titles are h3, so each grid, block etc will display the post titles in a h3. Block titles will be h4.

If you want to change this you would have to make modifications in the theme code. For example a modification like this will affect all the modules at once (article titles)
https://forum.tagdiv.com/topic/how-to-change-home-page-postarticle-headings/

Or like this for the block titles – https://forum.tagdiv.com/topic/change-block-title-to-h1-rather-than-h4/
Only the title element has settings to choose a heading style
https://www.screencast.com/t/FaaTK8v2uLMw

Thanks

Simion C.
tagDiv Staff

Hi,

There is a dropcap option in the formats menu – https://www.screencast.com/t/9SXw6H3zD
https://forum.tagdiv.com/post-formats-for-tinymce/

Thanks

Simion C.
tagDiv Staff

Hi,

The theme requirements are mentioned here in this guide
https://forum.tagdiv.com/requirements-for-newspaper/

Thanks

Simion C.
tagDiv Staff

Hi,

I tried that plugin seems to replace the buttons, but causes a bit of a problem with the design of the button.
It could be fixed with some CSS – https://www.screencast.com/t/mcA9ryitArN
You could give it a try, here is the code

a.vc_btn {
color: #fff;
background: none #222;
font-size: 11px;
padding: 5px;
font-weight: 700;
}
a.vc_btn:hover {
color: #fff;
}

Thanks

Simion C.
tagDiv Staff

Hi,

I tried that plugin seems to replace the buttons, but causes a bit of a problem with the design of the button.
It could be fixed with some CSS – https://www.screencast.com/t/mcA9ryitArN
You could give it a try, here is the code

a.vc_btn {
color: #fff;
background: none #222;
font-size: 11px;
padding: 5px;
font-weight: 700;
}
a.vc_btn:hover {
color: #fff;
}

Thanks

Simion C.
tagDiv Staff

Hi,

1/3.There is a scroll to top button that appears on desktop (on mobile only if the mobile theme plugin is used).

If you want it to appear on mobile without using the mobile theme, try this
https://forum.tagdiv.com/topic/scroll-to-top-mobile/

2. The button will inherit the theme accent color, set in the theme panel
https://www.screencast.com/t/uzvqNDnjbI
It could be customized differently with some CSS, if needed. Mention how exactly you want it to be and I will try to help you.

Or make some experiments with it and this guide
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

4. If you want the same customization as the scroll up in this forum, this is the code
https://pastebin.com/kvPcX6GH
Result – https://www.screencast.com/t/PxHixIRTcBkG

Thanks

Simion C.
tagDiv Staff

Hi,

You could enter the shortcode provided by that plugin in the post content directly, at the end, if you want to display it just for specific posts.
Or in the post template files, if you want to display it in each post that uses the respective template.

These are the predefined post template files
https://www.screencast.com/t/6hxD7Sp05T
To display the plugin content after the post content, enter the shortcode accordingly.

Thanks

Simion C.
tagDiv Staff

Hi,

All blocks have a limit setting – https://www.screencast.com/t/hC8Fqkd9
So you can set any limit you want for each block, then the block will initially load the number of posts set there.

All blocks have pagination as well (not numbered)
https://www.screencast.com/t/Zdufhonu
So for example you could set a next/prev pagination. Let’s say a block has a limit of 5 posts and a next/prev pagination. Using the pagination will load an additional 5 posts.

This is the case for all the pagination types, they will load the number of posts according to the limit set.

That issue you are describing with the tagDiv composer could be solved by entering the code provided in the bottom of the requirements guide, in the htaccess file
https://forum.tagdiv.com/requirements-for-newspaper/
Many similar issues were solved with this solution. You could give it a try. Let us know.

Thanks

Simion C.
tagDiv Staff

Hi,

That would be unusual. So you are setting a price for the product and it is not displayed? I checked this with a sample product, seems to work alright, the price appears in the shop page and also in the product page
https://www.screencast.com/t/RphUN6v9g
https://www.screencast.com/t/JHQNPipSCMS
https://www.screencast.com/t/VvJ6i4PMqd

What exactly is happening in your case? Could you provide some examples?

Thanks

Simion C.
tagDiv Staff

Hi,

Posts that don’t have a featured image will automatically display a no-thumb image as mentioned above.

If you want to display a different image than those default placeholders, you would have to replace all those images with different images (same name and format – png). That would work.

Or you could try some plugins as suggested in this topic
https://forum.tagdiv.com/topic/how-to-use-first-post-image-or-any-other-in-post-as-thumbnail/
We haven’t made tests with the plugins mentioned there, you could give them a try (try the free versions if possible).

Thanks

Simion C.
tagDiv Staff

Hi,

So you are trying to upload a logo and it is not working? What exactly is happening? Also what happens with the custom code section you mention? Some more details would be helpful.

The first thing to check would be the theme requirements guide
https://forum.tagdiv.com/requirements-for-newspaper/
Insufficient resources can cause all kinds of problems.

The next one is to check if there is a plugin conflict, deactivate all plugins except theme plugins and check if this solves the problems you are having.

Chances are one of these suggestions will solve the problem in the theme panel. Let us know what you find.

Thanks

Simion C.
tagDiv Staff

Hi,

1. By default a logo and retina logo can be uploaded in the theme panel, the retina logo will be displayed when needed automatically. If you entered the images directly in the theme header template, those will be displayed at all times.

Maybe create bigger images with a higher resolution (and reduce them with CSS), that may provide a better quality result.

It would be more difficult to switch the images when retina is detected or by screen width, maybe it could be done
https://stackoverflow.com/questions/15142902/php-echo-statement-if-screen-is-a-certain-size
https://developer.mozilla.org/en-US/docs/Web/API/Screen/width
https://wordpress.stackexchange.com/questions/269133/detect-screen-width-in-functions

2. Since that is a category, clicking it will direct to the category page. The mega-menu will display only categories. You could use a redirection plugin and redirect the category you want to a different page
https://www.wpbeginner.com/beginners-guide/beginners-guide-to-creating-redirects-in-wordpress/

3. The active and hover color are tied together. I could give you a code that will change only the active state and not the hover
https://www.screencast.com/t/RCpgk6v1

.sf-menu > .current-menu-item > a:after {
background-color: yellow;
}

4. Maybe with a view counter plugin, or statistics plugin. Check some of these for example
http://learningcms.com/wordpress-post-views-counter-plugins/
https://wpmissing.com/plugins/elegant-vistor-counter-wordpress/

Thanks

Simion C.
tagDiv Staff

Hi,

I am not aware of any plans to make tests with that plugin and the theme unfortunately, at the moment. Conflicts between various plugins and premium themes would be normal in general. Maybe consider making some tests with other plugins that have the options you need.

Thanks

Simion C.
tagDiv Staff

Hi,

It is very important that the theme requirements are taken into account
https://forum.tagdiv.com/requirements-for-newspaper/

Insufficient resources can can cause problems using the theme or theme plugins. Please check the theme system status and the guide, to see if everything is set properly. If needed contact your hosting provider, they should be able to increase the parameters for you. Let us know if there are still problems.

Thanks

Simion C.
tagDiv Staff

Hi,

I believe you are setting a background video to a row, in the tagDiv composer
http://prntscr.com/lmzutuThe
The row can be stretched to predefined widths or full widths. If you want it to fill the whole page stretch the row to full width. Let us know if you need more help.

Thanks

Simion C.
tagDiv Staff

Hi,

You can display a read more button in the module using flex blocks for example. Like this example with flex block 1
https://www.screencast.com/t/UvFKQlEcDZc
There also are some default blocks that display a read more button. There is a list with them in this topic
https://forum.tagdiv.com/topic/read-more-button-and-cant-change-title-color/

The more tag is not used by the theme, it will have no effect if you enter it in the post content.

Thanks

Simion C.
tagDiv Staff

Hi,

1. That is the code used for our live theme demo server, it is mentioned that the setup is different from server to server. Better check with your hosting provider for the best solution.

2. Can’t find much about zlib or what exactly it does, found a pretty complex topic here
https://stackoverflow.com/questions/20762094/how-are-zlib-gzip-and-zip-related-what-do-they-have-in-common-and-how-are-they

Thanks

Simion C.
tagDiv Staff

Hi,

You can use the browser inspector tool to identify the fonts used
https://www.screencast.com/t/BOJhyhjnl5Mr
https://www.screencast.com/t/IhmdqBj2
https://www.screencast.com/t/SZXwd0doB9

The browser inspector is a very powerful tool, some more about it here
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Then add them like this for multiple pages

.page-id-41454 .td-scroll-up,
.page-id-41453 .td-scroll-up,
.page-id-41458 .td-scroll-up,
.page-id-41459 .td-scroll-up{
display:none!important;
}

Viewing 25 posts - 5,226 through 5,250 (of 20,681 total)