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 :)
Calin
tagDiv Staff

Hi,

The mobile theme is in plugins folder.
If you don’t have this plugin in download please go to Themeforest login, and download all files ( https://www.screencast.com/t/1Sw5UyUBSxTY ).

After you install it, if you go in Newspaper>Theme panel> Mobile theme ( https://www.screencast.com/t/P2cvJiWB0Q ) you should see it.

If you want to deactivate the theme mobile go in Plugins, and search for “mobile” ( https://www.screencast.com/t/h2T3emHI91 ).

Also please check our documentation about The Mobile Theme -> https://forum.tagdiv.com/the-mobile-theme/

Thank you.

Calin
tagDiv Staff

Hi,

Unfortunately in order to do that you need to make some changes in theme files, but be notice that if those changes can not be made in child theme after update you’ll need to make that changes again ( the update will override the theme files ).

Here you can get the file location wp-content/themes/Newspaper/includes/shortcodes/td_block_mega_menu.php
https://www.screencast.com/t/UEjVpjzan7Ka

Thank you for your understanding.

Calin
tagDiv Staff

Hi,

That method will just duplicated the original ads, you need to set more custom ads in order to have different ads -> https://www.screencast.com/t/slmTc1By4Z0
https://www.screencast.com/t/QebUiMHvKdb

Thank you for your understanding.

Calin
tagDiv Staff

Hi,

Unfortunately those blocks are custom made, and not all of theme have this option with the read more button, sorry.
If you want you can use a flex block, those have more flexibility and options
-> https://www.screencast.com/t/HK8ObSNoZ

Thank you for your understanding.

Calin
tagDiv Staff

Hi,

In order to achieve that you can use Category filter, for more details please read our documentation about Block settings tutorial -> https://forum.tagdiv.com/block-settings-tutorial/

Thank you.

Calin
tagDiv Staff

Hi,

Please read our documentation for Install via FTP -> https://forum.tagdiv.com/install-via-ftp/

Also please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.

You can activate the theme on multiple locations, the same purchase key can be used to activate your development copies and also the live version of your theme.
-> https://forum.tagdiv.com/newspaper-6-how-to-activate-the-theme/

Thank you for your understanding.

Calin
tagDiv Staff

Hi,

If I understand correctly you want to hide the post title from mega menu, if is so you can use a custom css to do this

.sub-menu .item-details {
  display: none;
}

Just add this css in Newspaper>theme panel>Custom code>Custom css
https://www.screencast.com/t/eUGxxery

If you have more questions, or if I do not understand correctly your question please provide some more details and some screenshots with the problem or with what you want to achieve.

Thanks.

  • This reply was modified 7 years by Calin.
Calin
tagDiv Staff

Hi,

Unfortunately our theme was does not support RTL so simply changing the direction will not work properly. Lots of theme elements have to be adjusted for the thee to support RTL.
Until our theme will not be complete compatible with RTL, we can not make a demo in RTL format, sorry.

Thank you for your understanding.

Calin
tagDiv Staff

Hi,

The HTTP 404, 404 Not Found, and 404 error message is a Hypertext Transfer Protocol (HTTP) standard response code, in computer network communications, to indicate that the client was able to communicate with a given server, but the server could not find what was requested.

Go to Settings » Permalinks, and simply click on Save Changes button. This will update your permalinks settings and flush rewrite rules. In most cases this solution fixes the WordPress posts 404 error. However, if it does not work for you, then you probably need to update your .htaccess file manually

Thank you.

Calin
tagDiv Staff

Hi,

The analytics code for AMP should be of this form only, please check it
https://www.screencast.com/t/xL301xKgf
If you enter it like that it will be loaded in AMP pages.

From what I can find online, maybe it would be better to use different tracking for AMP
https://moz.com/blog/amp-reporting

Thanks

Calin
tagDiv Staff

Hi,

We have a lot of features on our list and I think this is one of them.

Thanks.

Calin
tagDiv Staff

Hi,

Please try this custom css
.sf-menu > li > a:after {
content: none;
}
.td-mega-menu ul.sub-menu {
border-top: 0;
}

Just add this code in Newspaper>Theme panel>Custom code>Custom css
Also please check our header style -> https://forum.tagdiv.com/header-styles/
If you have more question please let me know, also if you need more help with menu please provide a link were I can inspect the problem, in this way I will be able to provide you a better answer.

Thank you for your understanding.

Calin
tagDiv Staff

Hi,

WPBakery Visual Composer is just a composer ( is optional if you want to use it ), you can use the TagDiv Composer this one is made spacial for our theme.

In order to update it you need to have the last version of the theme fill all files from themeforest, after that in plugins you’ll see the js_composer, you’ll need to deactivate and delete the old version and install the new one ( the new version of plugin ).

Thank you.

Calin
tagDiv Staff

Hi,

I don’t quite understand the problem you are referring to, some more details and screenshots, or a link to the website where I can see the problem would be very helpful.

Thank you for your understanding.

Calin
tagDiv Staff

Hi,

Please make sure that you set well the settings for RSS Merge Tags Mailchimp
https://www.screencast.com/t/2VHR4YQc

IF there is still a problem please provide some more details and some screenshots or a link with the settings you made an the problem you have.

Thank you for your understanding.

Calin
tagDiv Staff

Hi,

Unfortunately our theme do not have this option, sorry.
Is possible to do that with some changes in theme files or custom css
https://www.screencast.com/t/YzPQe6sf

.td-icon-mobile:before {
content: 'Menu';
}
#td-top-mobile-toggle {
bottom: 5px;
}

Just add this custom code in Newspaper>Theme panel>Custom code >Advanced css in phones

Thank you for your understanding.

Calin
tagDiv Staff

Hi,

If you are not using theme mobile you can disable the sign in from mobile in Newspaper>Theme panel>Header>Top bar
https://www.screencast.com/t/JGNvJ708

Thank you.

Calin
tagDiv Staff

Hi,

Please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.

Hope this will help you.

Calin
tagDiv Staff

Hi,

Please check our Custom Post Type Support documentation -> https://forum.tagdiv.com/custom-post-type-support/
Unfortunately for the moment you can not use tagDiv Cloud Library for custom post types, sorry.

Thank you for your understanding.

Calin
tagDiv Staff

Hi dhcosta,

Please use this custom css
@media (max-width: 767px){
.td-ps-big .td-social-share-text {
display: inline-block;
}
}

https://www.screencast.com/t/1ZsaJqJN

Hope this will help you.
Thanks.

Calin
tagDiv Staff

Hi,

Unfortunately our theme do not have this option, in order to achieve that you need to use some plugins, if you want you can try this plugins -> https://kinsta.com/blog/wordpress-directory-plugins/

Thank you.

Calin
tagDiv Staff

Hi,

The difference is that the settings from theme will be replace by child theme, in this way you can make theme update without have worries with rewrite the changes in theme ( the theme files will be clean ).

Thank you.

Viewing 25 posts - 32,576 through 32,600 (of 35,335 total)