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,

In order to modify a user’s permissions you will have to edit the theme files and change the code. The theme uses the default user role capabilities of wordpress – https://codex.wordpress.org/Roles_and_Capabilities
Here is an example of how the user roles are used in our theme based on this function – https://codex.wordpress.org/Function_Reference/current_user_canhttps://www.screencast.com/t/IgcSMCC4mPF
So if you would like to have admin privileges for your editors you could make your modification there based on the editor capability. Or maybe find a plugin with that capability that you can use in this case.

Thanks

Simion C.
tagDiv Staff

Hi,

From what I can see when inspecting your website – https://www.screencast.com/t/RWxF5Tgg you have an older version of Visual composer. Try updating the plugin to the latest version from the theme package – https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Please note that you should update all the plugins provided with the theme along with the theme update for better functionality.
If you still have this issue please send us an email at contact@tagdiv.com and provide admin login information and FTP access. Also paste a link to this topic for identification purposes.

Thanks

Simion C.
tagDiv Staff

Hi,

At the moment the only available options for the post featured video are these – https://forum.tagdiv.com/featured-image-or-video/
Additional options regarding this may be added in a future update, but we can not say if or when these will be implemented in the theme. Each update is meant to bring new features and improve the theme.
Maybe there are other plugins that you can try with this capability, or some other users here on the forum can share their solutions in this matter.

Thank you for understanding!

Simion C.
tagDiv Staff

Hi,

Please specify where in theme panel are you making these changes to the font. For example if you want to change the article title on the article from the link in the post page, changes must be made like this in theme panel – https://www.screencast.com/t/eGY5v6j24 with this result in my case – https://www.screencast.com/t/KqZNUyXhU27j
A possible cause for this could be that some of these parameters are not set according to this guide – https://forum.tagdiv.com/system-status-parameters-guide/ You can check this in the theme system status.
Please let us know how it goes.

Thanks

Simion C.
tagDiv Staff

Hi,

Basically the theme has these requirements as specified here – https://forum.tagdiv.com/requirements-for-newspaper/ in order to get the best results. Some further modifications are recommended to be made according to this guide – https://forum.tagdiv.com/system-status-parameters-guide/
If all these simple conditions are met it is recommended to use a caching plugin and the CDN as mentioned in the previous reply. Also a tutorial about improving page loading speed is available here – https://forum.tagdiv.com/how-to-make-the-site-faster/ meant to help you optimize website speed.
Some of these recommendation are not mandatory and a website can work properly without them. Please note that some plugins can have a negative effect on websites and cause unexpected results, so you should test this using only the latest version of the plugins, provided in the theme package.

Thank you for understanding!

Simion C.
tagDiv Staff

Hi,

The theme uses a cropping system for the featured images as explained here – https://forum.tagdiv.com/featured-image/ That is the way the theme crops the images and was considered to be the best method in this regard.
The module can be changed for the latest articles section like this – https://www.screencast.com/t/WpbH1kHv9zd if you would like to change the thumb size for this section in the page you provided.

Thanks

Simion C.
tagDiv Staff

Hi,

If you mean the titles alignment here – https://www.screencast.com/t/GZK378OOSv7e you could do it with a code like this – https://www.screencast.com/t/2uj1KfLmfKz5
This is the code used, just enter it in Theme panel->Custom Css – https://www.screencast.com/t/dmO09DR8zc9x

.td-footer-wrapper .block-title span {
padding-left: 0;
}

Thanks

Simion C.
tagDiv Staff

Hi,

The theme creates all the thumbs needed for each module size that are used on blocks. You could identify the modules that you use on your page and disable the other sizes in theme panel – https://www.screencast.com/t/tmD90yR52 so they will not be automatically generated anymore.
More about the theme thumbs here – https://forum.tagdiv.com/theme-thumbs/

Thanks

Simion C.
tagDiv Staff

Hi,

There is the official AMP plugin created by the wordpress creators that is compatible with the newspaper theme – https://forum.tagdiv.com/topic/tutorial-getting-started-with-accelerated-mobile-pages-amp/ if you would like to use AMP for your website.
This plugin created by the wordpress developers has been tested and works properly with the theme. Please follow the discussion in the topic provided above for more information about implementation and different solutions.

Thanks

Simion C.
tagDiv Staff

Hi,

If you are trying to make this change to Big grid 5 then all you have to do is comment this line of code from that file – https://www.screencast.com/t/hCcFPQKoQj and remove one of the curly brackets like this – https://www.screencast.com/t/bHaLTEWgVE5Q
Or just replace the entire code from that respective file with the one from Bogdan provided above – https://www.screencast.com/t/ypUo4jyra
Try clearing any caching installed if you have done all these modifications as specified and the results are still the same.

Thanks

Simion C.
tagDiv Staff

Hi,

The default theme mega menu implementation without any modifications works properly. In your case I can see that the mega menu is not working as intended at the moment. I suggest you try disabling all your plugins except Visual composer and clear any caching installed, maybe some plugins are causing this issue. If the problem is still there and you ruled out the plugins, it means that modifications to the theme files are the cause. You could try to go over them and check for any mistakes or oversights if you have made any changes to the files.
The last step is to reinstall the theme, use only the plugins bundled with the theme and then everything should be displaying properly.

Thanks

Simion C.
tagDiv Staff

Hi,

This is complicated what you are trying to achieve. Maybe the plugin you are using has some settings for this that you can use, I do not know how that plugin works.
Or maybe when a user is logged in you can use that somehow to hide the menu login item if that is what you need.
For example when a user is logged in with the default login, a class is added on the body – https://www.screencast.com/t/BpG8wtu3Ux so maybe you can create a simple condition that when that class is used the menu item in question will be hidden. Like in this example, when logged in – https://www.screencast.com/t/Ay2n9UZz the top menu will be hidden. Hope this helps in some manner.
You could always search the forum for similar implementations, maybe some other users have achieved results using plugins or custom code.

Thanks

Simion C.
tagDiv Staff

Hi,

It seems the code displays right after the inline ad, so you could use that and create a code like this – https://www.screencast.com/t/91CEUMPZUQ that removes the paragraph immediately after that class. I have tested this with some of your other posts containing galleries and it seems to work properly
https://www.screencast.com/t/e4twHjCuPa
https://www.screencast.com/t/EIOObSIby
https://www.screencast.com/t/jAiBHstS
Maybe there is another way of achieving this, but you should try this quick fix for the moment. The code must be entered in Theme panel->Custom Css

.td-post-content
.td-g-rec-id-content_inline + p {
display: none;
}

Thanks

Simion C.
tagDiv Staff

Hi,

I have inspected your website but I do not see this problem manifesting in the slider at the moment – https://www.screencast.com/t/4M2MQxkNFfehttps://www.screencast.com/t/Axey6910ShO and everything seems to display properly.

Thanks

Simion C.
tagDiv Staff

Hi,

If you still are experiencing problems with the menu, maybe a plugin could be interfering with this process. Try disabling all your plugins except Visual composer, clear the cache and try to see if the issue is still present. If it is you can try as suggested a theme reinstall – https://forum.tagdiv.com/install-via-ftp/https://forum.tagdiv.com/install-via-wordpress/ with the latest version and also use only the plugins bundled with the theme package to test this. Also make sure you have the latest version of WordPress installed.

Thanks

Simion C.
tagDiv Staff

Hi,

I have inspected your website and I can see that the header ad is displaying properly at the moment – https://www.screencast.com/t/Qs55gPcJN
Maybe it was a caching issue, the theme will render the code if it is valid and display it as intended.

Thanks

Simion C.
tagDiv Staff

Hi,

I have inspected your website but I do not see this issue at the moment – https://www.screencast.com/t/JmybFarjCQ on your post pages. This can be caused by custom code in theme panel, added to the theme files or maybe through a child theme.

Thanks

Simion C.
tagDiv Staff

Hi,

If you wanted to know how to remove the page title from the homepage, you can do that by selecting a different page template – https://www.screencast.com/t/dpPqXQFc
More about the available page templates here – https://forum.tagdiv.com/page-templates-2/

Thanks

Simion C.
tagDiv Staff

Hi,

The easiest way to do it, without modifying the theme files would be to hide the header and footer entirely with css on that specific page, based on that page ID like in this example
https://www.screencast.com/t/CXpWLaRkzfK2https://www.screencast.com/t/a2OMaduLO

Thanks

Simion C.
tagDiv Staff

Hi,

Please make sure that you have the comments enable in WordPress – https://www.screencast.com/t/x4XLFjXo and in the post settings – https://www.screencast.com/t/SsrQnhaHipjc
If you have multiple posts with this problem, you can edit them in bulk like this – https://www.screencast.com/t/F1FVhUqK
If these settings are enabled then the comments section should be available for the posts in question.

Thanks

Simion C.
tagDiv Staff

Hi,

I see that you have managed to achieve the desired tab element on your page – https://www.screencast.com/t/MdR71nTx0VeP
If you mean that it does not look exactly the same as the one in the demo, you need to add this class
td-tab-color to the tab settings like mentioned above. Then it should look like this
https://www.screencast.com/t/dbonSQssnWO
I have made no other settings beside creating the tabs, adding the big grid, and the respective class.

Thanks

Simion C.
tagDiv Staff

Hi,

The posts that are displayed first are based on the sort order, from those categories. For a latest post sorting, if you add posts only to one of those categories they will be displayed first. If a post has multiple categories, then a primary category has to be set to control this – https://forum.tagdiv.com/primary-category/
A solution in your case would be to use different blocks filtered by specific category so they only display posts from that category. There is no option for a case with multiple category filtering to assign priority categories.

Thanks

Simion C.
tagDiv Staff

Hi,

I do not understand exactly what is the problem you are having. You can simply place the video link inside a text block for example, or directly in the page content – https://www.screencast.com/t/6rfyH1hQ and make a list with these links if that is what you want.

Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunately there is no tutorial or documentation for installing the demos that way. The demos are meant to be installed through the theme panel automatically. Trying to install a demo by parts could be more difficult then the one click default installation.
Just to get an idea, inside the demo folders you can find the homepage layout for example – https://www.screencast.com/t/BPtQEcII that can be used in Visual composer, the demo css and less files – https://www.screencast.com/t/NAiSRWIjn or the settings from theme panel – https://www.screencast.com/t/A754eoeyLT that are imported when you install a demo. But there are more elements that can not be added in a different way, only by installation process through the import feature.

Thanks

Simion C.
tagDiv Staff

Hi,

At the moment I can see that this is the font and font weight that apply to your post titles – https://www.screencast.com/t/AqktlVQCbbYk
Changes to the font can be made like this – https://forum.tagdiv.com/font-customization/
If you make modifications to the font in theme panel then that should display on the elements in question. Maybe it is a caching issue causing these settings not applying, try clearing any caching installed after you make changed to the font.

Thanks

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