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

@kdannay You simply have to use either the CSS code provided in that topic, or comment the mentioned line of code. This will not cause 404 issues.
With CSS code – https://www.screencast.com/t/ggsQ5UHtxK3l
By commenting the code – https://www.screencast.com/t/yhw8fZoSmzY
https://www.screencast.com/t/bc3mqWdoPJ2

Simion C.
tagDiv Staff

Hi,

There seem to be spaces after some of the widgets, not all however
https://www.screencast.com/t/slgb2tc0VLSx
Maybe there are empty spaces in the ad codes you are using, these seem to be positioned just after the ad code.

Simion C.
tagDiv Staff

Hi,

The website seems to be displayed properly, except the social counter element (install and enable the social counter plugin provided in the theme package if you plan to use the social counter)
https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
https://forum.tagdiv.com/social-counter-styles-on-newspaper/
There should be no problem editing pages with the tagDiv composer
https://www.screencast.com/t/ESKONrH0
https://www.screencast.com/t/mpgheuWfq
Once the edit button is clicked you should be directed to edit mode. Check the theme system status
https://forum.tagdiv.com/system-status-parameters-guide/
Increase the allocated resources if needed. Also Deactivate all other plugins as a test, leave only theme plugins active. Then check if there still is a problem. Let us know.

Thanks

Simion C.
tagDiv Staff

The sticky menu background would be here
https://www.screencast.com/t/kecsu7ePqbB3
The menu does not have a font setting when sticky, the same font will be used if the normal menu. Try making the font customization in the theme panel.

Simion C.
tagDiv Staff

The revolution slider is compatible with the theme, if you have a problem with it we could take look if you could provide some more details.
These are the plugins that are tested
https://www.screencast.com/t/YByDUsVut

But for other plugins which are not tested with the theme there is nothing we can do. Note that not all plugins are compatible with premium themes. This is not specific to our theme, most premium themes contain custom implementations.
So if after a recent theme update the plugins you were using are not working properly anymore, there would be no solution we can provide unfortunately.

Simion C.
tagDiv Staff

Hi,

The website is very slow and seems to be broken when loaded. If you use CDN please use this configuration
https://forum.tagdiv.com/cloudflare-cdn/
Disable the rocket loader feature, this can cause issues with the theme. Disable temporarily all plugins except theme plugins and clear all caching. Disable the child theme as well. Then check if there is still an issue.
Check the theme system status as well
https://forum.tagdiv.com/system-status-parameters-guide/
https://forum.tagdiv.com/requirements-for-newspaper/
Ask your hosting provider to increase the parameters mentioned in the guide if needed. Let us know.

Simion C.
tagDiv Staff

Maybe there is insufficient memory allocated. Check the theme system status
https://forum.tagdiv.com/system-status-parameters-guide/
Insufficient resources can cause issues with plugins. Some hosting providers have limits, you could contact them if needed and ask them to increase the parameters mentioned in that guide to the recommended values. Then check the results.
Let us know if there is still a problem.

Simion C.
tagDiv Staff

Replied in your other topic.

Simion C.
tagDiv Staff

Those are images served by Instagram, I could not say how you could optimize these images. That is how they are pulled from Instagram CDN and I don’t think they can be optimized in any way.

Simion C.
tagDiv Staff

Hi,

Try clearing all caches installed or server provided, clear the browser cache on the Mac you are using as well. If there is no issue on other devices, there should be none on all devices since it is the same content.

Simion C.
tagDiv Staff

Hi,

There is no option to disable the featured image in AMP pages, at the moment. That could only be done by editing the plugin files if this is required
https://www.screencast.com/t/IpClqCMJ3Iz
Comment or remove that line of code and the featured image will not be displayed anymore in AMP post pages.

Simion C.
tagDiv Staff

Hi,

Use a code like this to fix the margin bottom of the button, and also color them black with white icons
https://www.screencast.com/t/iCi9oVdmhT
Enter the code in Theme panel->Custom CSS

#bbpress-forums .mce-toolbar .mce-btn button {
margin-bottom: 0;
}
#bbpress-forums button {
background: none black;
}
#bbpress-forums .mce-toolbar .mce-ico {
color: white;
}

Simion C.
tagDiv Staff

Each module will use one of the predefined thumbnail sizes, like this
https://www.screencast.com/t/Z8Sn2XztAoKf
You could change the thumbnail size that a module uses, with a different one if this is required for you. All the thumbnail sizes are defined here
https://www.screencast.com/t/MfYAuU7tw
If you change a module thumbnail it will affect all the elements that use it.

Simion C.
tagDiv Staff

For me in Firefox – https://www.screencast.com/t/40ue1Hjl
Internet explorer – https://www.screencast.com/t/kFrRqbQg
Chrome after clearing cache – https://www.screencast.com/t/pWycaxN7
So please clear the browser cache and check the results. Force refresh the page (Ctrl+Shift+R).

Simion C.
tagDiv Staff

Hi,

By default all the categories will be shown when the ajax filter is enabled. If you want specific categories to appear in the ajax filter, you must enter their IDs in the required field
https://www.screencast.com/t/uSdhKhsE
https://www.screencast.com/t/sCqgRlFhX
Separate category IDs with commas. This is a guide to all block settings
https://forum.tagdiv.com/block-settings-guide/

Simion C.
tagDiv Staff

We are not aware of such issues with the Edge browser. Try the theme live demo which uses the latest theme version
https://demo.tagdiv.com/newspaper/
Also provide a link to your website so we can test it on Edge browser.

Simion C.
tagDiv Staff

We are aware of that issue with the related articles section when using global block header style 8. It will be fixed in the future theme update.

But that code you have provided, I cannot find that code anywhere in the theme
https://www.screencast.com/t/4Oj6xS92OP
Or in the page you mention. Please mention where exactly is it located, so we can make investigations.

Simion C.
tagDiv Staff

Hi,

Seems that one ad is missing some CSS, the others have a max-width and margin like this
https://www.screencast.com/t/I4TxLRafJzqc
You could add the same design to that one as well, with this code
https://www.screencast.com/t/3NWtERYotH

.bsaProContainer-20 {
max-width: 300px;
margin: 0 auto;
}

Simion C.
tagDiv Staff

I don’t quite understand what you mean. The theme has a header ad spot in which ad codes can be used
https://forum.tagdiv.com/header-ads-adsense/

Simion C.
tagDiv Staff

With CSS I believe something like that is not possible. The border has a specific color set, and the category tags as well. There is no relation between them so they can inherit design from each other.
The category tag code once a category is entered will be specific to that, but the border code will apply to all modules 2.

Simion C.
tagDiv Staff

This is the code for the Facebook icon
https://www.screencast.com/t/S4jBHwC4Gg

.td-social-style9 .td_social_facebook .td-sp {
background-position: -15px -15px;
}

Simion C.
tagDiv Staff

We will need admin login to access the website and try to identify the issue, since we cannot recreate it. If you cannot provide this information on our private email address, we cannot investigate further. This forum is public to all theme users, but the email is private.
We will only request admin login, FTP access or cPanel access by email. You can check here in the forum, this is common for investigating issues.

If you decide to provide the information required, also include a link to this topic in the email.

Simion C.
tagDiv Staff

There is no theme setting for that specifically. It could only be done through CSS code. Remove that code and try this one for example

.td-module-thumb, .td-module-thumb img, .td-big-grid-post {
border-radius: 10px!important;
}

Simion C.
tagDiv Staff

I was referring to the post templates that use that thumbnail size. If you do not set a featured image a placeholder will be displayed in block modules. If you disable the placeholders, nothing will be displayed in the modules. In the post pages the full image will be shown.

Simion C.
tagDiv Staff

I don’t understand the problem you are mentioning with a code. If you could provide more details about it it would be helpful.

Note that speed optimization is affected by many factors as I mentioned above. Test only with theme plugins active, test without ads.
There is also a theme tutorial you can follow
https://forum.tagdiv.com/how-to-make-the-site-faster/
Or follow other online or forum tutorials. Website and speed optimization has to be made by you, or professional services. We do not offer such services unfortunately.

Viewing 25 posts - 11,426 through 11,450 (of 20,681 total)