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

@paperweight That would not a problem, that is how it is supposed to be.

With a sidebar (left/right) – https://www.screencast.com/t/ZVohYvLB
The post content space is exactly as it is the published post, so how you see it in the backend will be the final look.

Without a sidebar – https://www.screencast.com/t/hyY9IskV8
The post content in the backend will be the full width of the theme.

These would be useful, so you can see how the post will look eventually. If you want to remove that delimitation you will have to remove the code from the theme. There are a few topics about it
https://forum.tagdiv.com/topic/editor-and-sidebar-line/

Simion C.
tagDiv Staff

Adding more keys to your account is mentioned in the theme activation guide from above. The manual activation is not referred to however.

Simion C.
tagDiv Staff

We will not force users to use one or the other. Depends on your choice. However most of the existent features and the new ones to come will only work with the tagDiv composer.

You could try and add that code in the htaccess file, contact the hosting provider for assistance as well. Some guides I found
https://www.wpbeginner.com/beginners-guide/why-you-cant-find-htaccess-file-on-your-wordpress-site/
https://www.shoutmeloud.com/how-to-edit-your-wordpress-htaccess-file.html
https://www.greengeeks.com/tutorials/article/tips-on-finding-your-wordpress-htaccess-file/

Simion C.
tagDiv Staff

We could take a look at that. Send us admin login at contact@tagdiv.com also include a link to this topic in the email.

Simion C.
tagDiv Staff

Where is that block exactly, I don’t see it in your website. I will try to create another code to position the tags, if possible. It’s not above the “Ultimas Noticias” block as in your screenshot
https://www.screencast.com/t/orr7QmXt

Simion C.
tagDiv Staff

Indeed the sub-footer will not be displayed when a page is selected to display in the footer. There is no setting to change this behaviour. It could only be enabled with a modification in the code if required
https://www.screencast.com/t/kZKBvLg8vMy
This might change in further updates, an option could be added to be able to choose.

You could also make a sub-footer replica in the page directly, with a text element for example.

Simion C.
tagDiv Staff

The big page size would be because of the slider mainly, the images it displays are the full original sizes by default. The theme modules display thumbnails only.

For example one of the images in the slider is of this size
https://www.screencast.com/t/vMWgQlFW
While a module thumbnail – https://www.screencast.com/t/u2CV3tjYu

You could make the slider use a thumbnail too, in the slider settings
https://www.screencast.com/t/pZdWjVDinGq8
This should reduce the page size significantly.

The slider is a very complex plugin with an enormous amount of settings
https://www.themepunch.com/revslider-doc/slider-revolution-documentation/

Simion C.
tagDiv Staff

It is possible either with some CSS, or in the code. Easiest would be with CSS. For example a code like this should remove the play icon from all modules where it appears

Before – http://prntscr.com/kt328i
With code – http://prntscr.com/kt32g3

.td-video-play-ico {
display: none;
}

Simion C.
tagDiv Staff

Hi,

That would be the verification code, that is required I believe. It has to be entered in the theme header.php file, between the head tags
https://www.screencast.com/t/VHAJnaPo
You could also enter it in the theme panel here, it will be loaded there
https://www.screencast.com/t/pbHBw6woWpVd

Thanks

Simion C.
tagDiv Staff

Hi,

With a cloud template it will be possible in the template, yes. It could be that you use WPML, the theme panel translations will not be used in that case.

Simion C.
tagDiv Staff

Hi,

Something like that is not available at the moment, I believe it will be in the future. So for example you will be able to set a post template in the category settings for all the posts in that category to use.

For the time being post templates can only be set in the post edit screen
https://www.screencast.com/t/3zl2Z7Xn

Or in general if you choose so – https://www.screencast.com/t/MX5UdPjfxbj6
https://www.screencast.com/t/g8ZxiJpOikE

Thanks

Simion C.
tagDiv Staff

Hi,

We recommend the tagDiv composer, this way you can take advantage of the multipurpose elements, the cloud library plugin and others more
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Use it to create pages, post templates, category templates, author templates etc.

WPBakery can still be used with the theme and it will be provided and updated, just that the new features will not be possible with it. When both composers are active there could also be issues in some cases.

Simion C.
tagDiv Staff

Hi,

Please make sure the system status is set according to the guide
https://forum.tagdiv.com/requirements-for-newspaper/
The issue could be caused by insufficient resources. If needed increase the value of the parameters mentioned in the guide. Then try again.

Thanks

Simion C.
tagDiv Staff

Hi,

That is quite unusual, does it work with other post IDs if you try?

Regarding the mobile variant, if you want to display the same content from desktop deactivate the mobile theme plugin.
The plugin is optional and is intended if you want to display a simpler and different version of the website on mobile devices. More about it here
https://forum.tagdiv.com/the-mobile-theme/

Simion C.
tagDiv Staff

Hi,

Thank you for your appreciation, we try our best to provide a quality product.

Regarding the issue, the placeholders will be displayed if no featured images are set for the posts. These placeholders can be disabled in the theme panel if required
https://www.screencast.com/t/hWmHwNJsVtr

This will remove all the placeholder images from all the modules. Could be caching for the homepage, if you use caching clear it. Clear the browser cache as well or force refresh the page (Ctrl+Shift+R). No place holder should be seen anywhere after using that setting.

Thanks

Simion C.
tagDiv Staff

Hi,

In some cases the solution from this topic worked for blank or grey pages and other composer problems, you could give it a try if possible
https://forum.tagdiv.com/topic/gray-page-tagdiv/
It should solve the blank page problem. Let us know the result.

Thanks

Simion C.
tagDiv Staff

Hi,


@pacoesni
I believe that issue was resolved after the investigation of the case from above. It was a problem with the tagDiv composer.
Do you use the latest theme version 9.0.1? Please provide a link to one of the websites you mention.

Simion C.
tagDiv Staff

Hi,

The top and bottom ad could be aligned center like this, also keeping the white background color for the top ad
https://www.screencast.com/t/xntDty3K4p
https://www.screencast.com/t/gzpmFPvTmz

.td-header-style-6 > div:first-child {
background-color: white!important;
}
.td-header-style-6 .td-a-rec-id-custom_ad_3,
.td-footer-wrapper .td-a-rec-id-footer_top{
max-width: 930px;
}

Give it a try.
Thanks

Simion C.
tagDiv Staff

Hi,

I believe you are referring to the lazy-load for the images. You can disable that in the theme panel if needed
https://forum.tagdiv.com/loading-image-effects/

Thanks

Simion C.
tagDiv Staff

Hi,

The code I gave you in another topic positions them there. You could enter those codes in the advanced CSS section, for desktop and tablets maybe
https://www.screencast.com/t/ZGg5C58U
That way it will not apply on mobile. That would be best instead of creating a code to position them again in a different way.

Thanks

Simion C.
tagDiv Staff

Hi,

If you don’t want to create a new account, use the manual theme activation
https://www.screencast.com/t/EL4k48Lq

Or add keys to your account as mentioned here (bottom part of the page)
https://forum.tagdiv.com/newspaper-6-how-to-activate-the-theme/

Thanks

Simion C.
tagDiv Staff

Hi,


@ericpetit
I don’t quite understand what you mean. What server are you referring to?

Please try the solutions mentioned above if you have the same problem. In most all cases issue with the composer are caused by insufficient resources
https://forum.tagdiv.com/requirements-for-newspaper/

In some situations despite having a proper system status there were still problems. In those topics there are a couple of suggestions you can try. Let us know if you already tried them and the issue is still present.

Thanks

Simion C.
tagDiv Staff

You can remove the image created from the video, as I mentioned above. Set a featured video and publish/update the post. Then remove the image created from the video and set your own.
Then thumbnails from that image will be displayed in all modules (with the play icon since it is a video post format).
This should answer your questions. The featured image created from the video can be replaced.

Simion C.
tagDiv Staff

Border is set to 0 down below – https://www.screencast.com/t/PMuJVvNpx
Seems there is some code that disables the border for all those elements. Could be a plugin that adds these styles, can’t say where it is coming from exactly due to the autoptimize.
I would suggest that you deactivate all your plugins, leave only theme plugins active, check if the styles are still overridden.

Simion C.
tagDiv Staff

Hi,

Seems there two empty spaces there, after the body tag
https://www.screencast.com/t/apN7BvzkSw

Did you maybe made any modifications in the theme header file? Please check there
https://www.screencast.com/t/bC43rlebm

Thanks

Viewing 25 posts - 6,301 through 6,325 (of 20,681 total)