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,

That content would not be editable the tagDiv composer, it is not an element that belongs to it from what I can see.
If you create a new page with the tagDiv composer, does that content also display in the page?

I believe it is inserted there by a plugin you have currently installed. Deactivate all non-theme plugins as a quick test, that should solve the problem.
If a plugin does this, you could check the plugin settings and see if it has any settings to prevent it’s content from being inserted in the page content, or experiment with it’s settings.

Pages built with the tagDiv composer should contain elements added only with it, there could be problems if some elements are added by other means.

Thanks

Simion C.
tagDiv Staff

Hi,

I couldn’t say why that is happening, maybe there are not enough resources
https://forum.tagdiv.com/requirements-for-newspaper/
Of that builder has some additional requirements, you could check that as well.

On our side we have not made any tests with other page builders than tagDiv composer and WPBakery which are provided with the theme.

Simion C.
tagDiv Staff

Hi,

I would need some more details and actual examples of this happening. Where is it happening exactly, for what URLs?
The theme does not modify the URL of your website, or add such parameters to it.
Please check your permalink structure if that is applicable here.

Simion C.
tagDiv Staff

Hi,

How did you actually implement the “rel” parameter for the pagination? Currently the theme does not set these parameters for the pagination, I believe this will be added in a coming update.

Simion C.
tagDiv Staff

@stuartmasson Thank you for posting these, I will add them for testing on our side.

Simion C.
tagDiv Staff

Hi,

What exactly is that Newsmag_old theme in the WordPress themes folder? If it is an older theme version try and remove it, leave only the currently active theme.
Back it up locally if you still want to keepipt, but remove it from the WordPress themes folder.

Simion C.
tagDiv Staff

Hi,

When a background is set in the theme panel it will be set as a class and loaded with afferent CSS code automatically
https://www.screencast.com/t/jeq7p7hwY
In the website you provided this is missing, so it seems you have set the background with CSS manually, that would work as well.

Thanks

Simion C.
tagDiv Staff

Hi,

So you are entering content in the column text and it is not saved? The content should be saved after you enter it and close the window
https://www.screencast.com/t/myB6kzkrg
Then save the whole page and that would be all.

This could be related to insufficient memory or other resources
https://forum.tagdiv.com/newsmag-requirements-for-newsmag/
Check the guide carefully and make modifications where needed. Contact your hosting provider for assistance if necessary.

After you adjust the parameters, check if the issue is still happening. If it does, try as a quick test to deactivate all non-theme plugins, then check again.

Let us know the result.
Thanks

Simion C.
tagDiv Staff

Hi,

Seems this extra parameter is located for each link in the pagination of the homepage
https://www.screencast.com/t/B2IVI5UY
But I have checked in a default theme and WordPress install, that extra parameter is not present
https://www.screencast.com/t/h8kJ9HJ4Z
Maybe it is added there by a plugin or as the result of custom code, I have no exact solution.

Simion C.
tagDiv Staff

Hi,

That is unusual, the theme will create thumbnails from the featured images, not load and serve scaled original images.

From what I can see the thumbnails are not created properly in your website. When using the theme with existent content it is recommended to regenerate the thumbnails
https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
GD library has to be available, check that before regenerating in the theme system status.

The regeneration process will create all the necessary thumbnails that appear in blocks/modules.

Simion C.
tagDiv Staff

Hi,

1. The Newsmag theme does not have any options for a wider layout, the tagDiv composer provided with it as well does not. This would be one of the differences between the Newsmag theme and the Newspaper theme which is more flexible and has lots of increased or full width capabilities.

Forcing an increased width by code is not recommended, this will most likely damage the layout and elements inside it.

2. With the theme version you are using Instagram and the social counter (if you use it) will probably not work. Due to changes made by most socials quite a while back, we had to modify the theme to adapt to the new code. This happened in theme update 4.3, changelog here at the bottom of the page
https://themeforest.net/item/newsmag-news-magazine-newspaper/9512331
https://www.screencast.com/t/CDHizhmi61jB
Update the theme and Instagram and other socials should work again. Be sure to clear any cache you have after updating. Also the browser cache, or force refresh the page a few times (Ctrl+Shift+R).

3. Be sure to check the theme requirements guide carefully, top to bottom
https://forum.tagdiv.com/newsmag-requirements-for-newsmag/
Check if there are enough resources and the required PHP modules are active. Contact your hosting provider if necessary.
There will be problems with the theme and plugins if there are not enough resources.

Also do not edit pages created with WPBakery (Visual composer) with the tagDiv composer, this may result in damaged pages.

Thanks

Simion C.
tagDiv Staff

Hi,

All those notices seem to refer to a WordPress file, did you make any modifications to that file maybe? Are there any actual problems or only these notices?
Do you use any custom post types and taxonomies?

These might not cause any real problems, check if Wp-debug is set to false
https://forum.tagdiv.com/newsmag-requirements-for-newsmag/

Simion C.
tagDiv Staff

Hi,

What exactly is happening, are there any errors? Do you use the WPBakery page builder as well? Having both composers active would require increased resources, please check the theme requirements guide
https://forum.tagdiv.com/newsmag-requirements-for-newsmag/
For most users a memory limit of 256M would be sufficient. Make sure the other parameters are set according to the guide, contact the hosting provider if necessary.

Simion C.
tagDiv Staff

The code for the bottom menu item line is defined here
https://www.screencast.com/t/0qvTlRm6

Simion C.
tagDiv Staff

Hi,

Check this demo, there could be others with video posts
https://demo.tagdiv.com/newspaper_video/
There are some smaller modules with video icons in that demo. Please check that and let me know.
We have not had any similar reports, if there is a problem we will investigate and fix it.

Thanks

Simion C.
tagDiv Staff

Remove the code that I provided for the margins initially (space), this one

.td-footer-bottom-full .td-pb-row>div {
margin-bottom: 0;
}

This code removed both these margins – https://www.screencast.com/t/SSCLy36Rg

Now the new one will remove only the margin below the logo, you said that you want some space between the email and social
https://www.screencast.com/t/QFFXdC1KhUA
So the margin below the About us will remain – https://www.screencast.com/t/qcqEBG3uLX4

If none of this is what you want, remove all the codes provided in this topic and explain in more details how you want it to look. Make some screenshots so I can provide a more accurate solution.

The result should be like this using the intended codes only, the ones below
https://www.screencast.com/t/bLh5xKR96BC

.td-footer-bottom-full .td-pb-row>div.td-pb-span3 {
margin-bottom: 0;
}
.td-theme-wrap .td-footer-bottom-full .block-title > span {
color: #ffd100!important;
}

Simion C.
tagDiv Staff

Hi,

The tagDiv composer can be used to create post templates, not actual posts. It remains to be seen if this will change in the future. The new WordPress editor will be tested on our side properly.
If you should make tests with it in a testing or development install, please let us know if you encounter any issues.

Thanks

Simion C.
tagDiv Staff

So initially it looked like this – https://www.screencast.com/t/Z1qWK9ale
The code removed the margins completely – https://www.screencast.com/t/SSCLy36Rg

Maybe remove only the top margin – https://www.screencast.com/t/FdUlOXkIMYV4 and leave the space between the email and socials.

Remove the previous code and enter this one

.td-footer-bottom-full .td-pb-row>div.td-pb-span3 {
margin-bottom: 0;
}

Simion C.
tagDiv Staff

Hi,

You could give it a try, see how it works if you want to. Test locally if possible, a testing install or website clone would be suited for this. If there are problems let us know. We will also conduct testing on our side.

Thanks

Simion C.
tagDiv Staff

Change it how exactly? maybe it is possible with some CSS. I will try to help you if possible.

Simion C.
tagDiv Staff

That would be the only way to do it. So you select the field I mentioned and click apply
A success message should appear – https://www.screencast.com/t/IlcUuGvCFjos

Then the logo upload should appear in the admin texts
https://www.screencast.com/t/EO5R1ffi
Try also to scan the theme for strings – https://www.screencast.com/t/9rzNDBymQkv

That would work I have tested it multiple times. The only way the string would not appear is if there are problems when saving after you select the string. I had this problem previously, I believe I fixed it by increasing the max-input_vars
https://www.screencast.com/t/dLXeFI9VaKba
Be sure your configuration meets the WPML and theme requirements
https://wpml.org/home/minimum-requirements/
https://forum.tagdiv.com/requirements-for-newspaper/
Higher than minimum or recommended is usually better if possible.

Simion C.
tagDiv Staff

That would be how the logo is displayed with that header style. The size is limited with a max-height
https://www.screencast.com/t/qvIAzTNar
Most header styles have a recommended logo size to be used
https://forum.tagdiv.com/logo-favicon/

A larger logo can be used with header styles 9, 10 or 11. These do not have any limit in terms of size for the image. You could use one of those, it would be like this with your current logo
https://www.screencast.com/t/dIPezyEG
The image used also has much white space so maybe you would also need to re-create it, make it more compact if possible to avoid unused space that causes a big height
https://www.screencast.com/t/36RmdT9j

Simion C.
tagDiv Staff

I already did that before – https://www.screencast.com/t/OkHoASBHEo0
https://www.screencast.com/t/dqBeMNUgJ
The logo is not stretched and deteriorated. Set it in your website and I will take a look.

Comparing the two logos, smaller one and larger
https://www.screencast.com/t/oxXoLoRkSc

Note that on mobile the code provided here will apply
https://forum.tagdiv.com/topic/footer-logo-size-in-mobile-devices/

Why not set the larger one it in the first place, and mention the problem with it. We would have checked it. That would be faster instead of all this investigation.

Simion C.
tagDiv Staff

Hi,

The page menu looks huge because the flex block used seems to have a limit of 15 posts. Decrease that to the limit you want, in the flex block general settings
https://www.screencast.com/t/weJncczMjoq
The page is displayed in the menu as you create it with the composer.

The regular mega-menu has a limit of 4 articles, with sub-categories on the left of the posts.

Simion C.
tagDiv Staff

Hi,

In sidebars created in pages directly you can use Ad boxes
https://www.screencast.com/t/8BzxHCUcJHh7

In widget sidebars the Ad box can be used as well
https://www.screencast.com/t/mTuevseHSp

Ad codes have to be entered in the theme panel, then you can use the ad spots in the ad boxes in sidebars.
In the Ad box you can select from the sidebar ad and 5 custom ads
https://www.screencast.com/t/xEeB1z5DOdm

Thanks

Viewing 25 posts - 7,201 through 7,225 (of 20,681 total)