Search Results for 'install'

Results from the Forum
Calin
tagDiv Staff

Hi matthewlumbs, the Newsmag templates will be used from the theme if the tagDiv Composer plugin is not installed, if this plugin is used, then it should be edited the files from this plugin. For default post style – wp-content/plugins/td-composer/legacy/Newsmag/loop-single.php or for 1-8 post styles are files inside – wp-content/plugins/td-composer/legacy/Newsmag/parts/single
Thank you!

Supravar
tagDiv Member

Thanks, I’ve forgotten to install Standard Pack plugin…
Sorry

maryano
tagDiv Member

I installed Breadcrumb NavXT and added the code in the functions.php file.

Now I need to display the Breadcrumb NavXT plugin in the article template. I need to activate the ‘bcn_display’ function here:: wp-content/plugins/td-composer/legacy/Newsmag/parts/single/loop-single-7.php

Is that correct?

  • This reply was modified 2 years by maryano.
  • This reply was modified 2 years by maryano.
  • This reply was modified 2 years by maryano.
Anamaria
tagDiv Staff

Hi,

Please disable the mobile theme plugin and check after. Also, please check for a plugin coflict.
Using our theme, you can choose from 3 mobile versions
-> mobile responsive => https://www.screencast.com/t/oJ2ShOp47
-> mobile theme plugin => https://forum.tagdiv.com/the-mobile-theme/
-> mobile page => https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/ The option that you need to use.
Suppose you created the mobile pages with tagDiv Composer. In that case, when you install the Mobile Theme plugin, your pages will be overwritten by the plugin (the mobile theme comes with its templates for page, post, category, etc, so your current templates from the desktop theme will get converted to the mobile theme layout, the page content is made without builders in mobile editor => https://www.screencast.com/t/xbgZG8kH also, the options that are provided to edit the mobile theme version are limited (this keeps the things simple)).
This is a video about Responsive Newspaper Theme, AMP & Mobile Theme, Mobile Pages & Templates -> https://www.youtube.com/watch?v=SpGkOnJeNZY.
So, the mobile responsive is what you see when that you select the viewport on phone => https://www.screencast.com/t/matV17hH, so some settings may apply for each viewport(where is the border blue), and others are not(where the border is black).
The mobile page has the mobile templates from Cloud Library => https://www.screencast.com/t/YCcZ8rL8
The Mobile responsive version of the theme and the mobile page editor can be edit with tagDiv Composer, the mobile theme plugin cannot.
For example, you can have the mobile theme plugin activated and use the mobile page/mobile responsive version for the homepage/pages, but for the categories pages/404 page, you can’t use the mobile page/mobile responsive version if you have the mobile theme plugin activated.
So, if you want to design the pages with tagDiv Composer, you can use the mobile page or mobile responsive version.

Thank you!

Calin
tagDiv Staff

Hi maryano, “the page created to contain the articles is customizable via TagDiv Composer, whereas the categories are not. It might seem like the same thing, but there’s a significant difference. When I need to make important changes, I won’t be able to do so in the categories, only in the page. My intention is to transform those customizable pages into categories.” – but if yo are using the Newspaper theme and cloud templates, you can customize all templates from the website, author, category, tags, CPT templates etc. using the tagDiv Composer, also you can use as many templates you want, for example you can use for each category a different template – https://i.imgur.com/q65q9GA.pnghttps://i.imgur.com/1sbm4ur.jpeghttps://i.imgur.com/1sbm4ur.jpeg

The articles/posts have categories assigned, so in database each article has a field with the categories ids and base on those are created the breadcrumbs.

If you need to continue with the code:
Here’s an example of how you can achieve this by customizing the breadcrumb output using the bcn_display function from the Breadcrumb NavXT plugin. If your theme uses a different breadcrumb plugin or custom code, you can adapt this approach accordingly.
Step 1: Install Breadcrumb NavXT Plugi
Step 2: Create a Custom Breadcrumb Filter
Add the following code to your theme’s functions.php file. This code checks the category ID in the breadcrumbs and replaces it with a custom page link. (example code)- https://pastebin.com/LBS8wixq
Now this is only an example and it is possible to be need to do many changes to the code.

Thank you!

Anamaria
tagDiv Staff

Hello,

I recommend creating the custom post type and taxonomies. Then, you can import them from the cloud section of the design. You can install a plugin for CPT, but it depends on whether it will suit your needs https://forum.tagdiv.com/introduction-cpt-acf-newspaper-theme/
Also, you can check our guide about reviews https://forum.tagdiv.com/user-reviews/

Thank you!

Calin
tagDiv Staff

Hi bgits,
Here are the steps that you’ll need to do to update the theme:
1. Check your themeforest account and download from there the Newsmag theme package.
2. Make a full backup for the website and database.
3. Use a FTP/cPanel access to replace the current theme versiun with the one downloaded from your themeforest account (if you got the full page it will be need to unzip it and install only the theme inside it).
4. Connect on the website and go to Newspaper > plugins and install/update the theme plugins you used before the theme update.

Now in case that you no longer have access to the themeforest account what you can do is to contact the envato support team and ask to help you to re-cover the account or create a new account and buy the theme.

Thank you!

Anamaria
tagDiv Staff

Hi,

You could consider reinstalling the WordPress version, and checking for this plugin wp-zexit.php. It might be wise to inspect via FTP if it doesn’t appear in the WordPress -> Plugins. Additionally, using Wordfence to scan the website and remove unknown users would be prudent.
Change admin passwords and delete admin accounts you are not familiar with;
– Delete any weird/unknown plugins;
– Delete the weird/unknown themes;
– Clean unfamiliar Theme Panel injected code (example – https://i.imgur.com/4q70kCv.png);
– Clean WordPress files (example – https://i.imgur.com/stJCqiK.png)
Please block /wp-json/tdw/save_css
If an attacker wants to target this URL /wp-json/tdw/save_css they can do so. Even if the website uses a different theme, the attacker can still try that URL. We could add an option to be able to enable/disable the Live CSS, it will be considered. But for now in order to remove it this can only be done with a modification to the composer plugin. I think that all that removing it requires is to comment this line of code – https://prnt.sc/RtwvL5Nc4ikR -> https://prnt.sc/ymZmhdUfp57U But as I mentioned, the attacker can still try to access the URL.

Thank you!

simchris
tagDiv Member

1) Turn off pingbacks in WP > settings > discussion
2) install AKISMET plugin
3) consider captcha plugin for comment submission

Bots will target *any* WordPress install with live comments that does not have a captcha or require registration first. Not theme specific.

Welcome to WordPress! 🙂
(I don’t work here.)

  • This reply was modified 2 years by simchris.
jshallo
Participant
#0

Hi, I want to add a directory in addition to my news front end. Can a Directory Demo be installed within an existing theme, or do you have to build it from scratch?

I was also curious if the review system has allowed users to upload images yet.

Thank you.

John

Bettina
tagDiv Staff

Hello!

Do you want to install the demo with content or without content?
Did you try again? It could be from the internet connection.
Check all these requirements for the theme: https://forum.tagdiv.com/requirements-for-newspaper/
Make a test and deactivate all plugins except tagDiv ones. Also, if you are using a cache plugin, deactivate it, clear all cache, and try again.
If the problem is still there, then please contact us via email at contact@tagdiv.com and provide the following:
– admin url and credentials
– a link to this topic in order to identify you

Thank you!

Dantecool02
Participant
#0

I can download the prebuilt website CRYPTO GAMING PRO, but once its about to be finished I get this message:
nordicooffline.wpenginepowered.com says

tagDiv Importer detects that your server is not properly configured. Don’t worry, the importer will continue to install the demo after you click the OK button.

Steps to verify:

Please go to the SYSTEM STATUS tab and check if all parameters are green
Verify the permissions on your upload folder
Contact our support via email contact@tagdiv.com (please provide your product license key)

Now I have the upload permission to 0777 even so there shouldn’t be a problem there, also everything is green under system status. What could I be missing?

Giddy
Participant
#0

we are having issues installing the all the tagdiv plugins….. when we install it crashes the wordpress site

Bettina
tagDiv Staff

Hello!

If you use default templates, then make sure you have the Standard Pack plugin installed and active. Try to update the WordPress and PHP version.
Make a test and deactivate all plugins except tagDiv ones. Also, if you are using a cache plugin, deactivate it, clear all cache, and try again.

Let me know the results!

Thank you!

Anamaria
tagDiv Staff

Hello,

Did you import the entire prebuilt website? If yes, then you need to have this plugin installed and you can edit it from here -> https://i.imgur.com/2t4pl8K.png

Thank you!

Bettina
tagDiv Staff

Hello @sympan!

Yes, because you use AMP. From my point of view, if you don’t use the Mobile Theme plugin, then there is no reason or benefit to AMP. Unfortunately, AMP is not working with the cloud templates because the AMP’s layout is not fully customized.
The AMP version works best with default templates and not cloud templates. That’s why we integrated it with the Mobile theme plugin.
The feedback from our clients about AMP was negative and it is not used anymore, that’s why we didn’t add more customization options. We no longer recommend using AMP because it is deprecated https://developer.bigcommerce.com/docs/storefront/wordpress/platform-integration/enabling-amp
You can uninstall the AMP plugin and check if the featured image shows again in your mobile viewport.

Thank you!

Anamaria
tagDiv Staff
Bettina
tagDiv Staff

Hello @ramiz1819 !

Can you please let me know what you need to achieve? If you need to use the Mobile theme and AMP, please check point 3 from above and install the two plugins.

Thank you!

Anamaria
tagDiv Staff
Anamaria
tagDiv Staff
Anamaria
tagDiv Staff

Hello,

You do not need to buy a new license. You can try to install the theme manually, you can download the theme package from the ThemeForest -> https://forum.tagdiv.com/whats-included/ -> https://forum.tagdiv.com/how-to-update-the-theme-2/

Do not forget to make a full backup for your website!

Thank you!

Bettina
tagDiv Staff

Hello @Ericky !

Please make sure you have the latest update of the theme, plugins, WordPress and PHP version.
Check these guides: https://www.wpbeginner.com/wp-tutorials/what-is-google-inp-score-and-how-to-improve-it-in-wordpress/ -> https://web.dev/articles/inp

We have 3 options available for mobile versions that you can use:

1. Responsive version: A responsive version of your website looks similar to the desktop version. TagDiv Composer is used to edit the page.Click on the mobile viewport: https://www.screencast.com/t/XDQJedlggSB. There, you can see your mobile version and edit or adjust the elements to look better.

2. Mobile pages: https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages

3. Mobile theme plugin: The Mobile Theme is a performance-optimized theme included in the main Newspaper theme that only loads on mobile devices. It comes with its own templates and designs for pages, posts, categories, etc., so your current templates from the desktop theme will get converted to the mobile theme layout. Please see https://forum.tagdiv.com/the-mobile-theme/ and https://forum.tagdiv.com/mobile-theme-introduction/ for more information.

A full explanation is here: https://www.youtube.com/watch?v=SpGkOnJeNZY
If you need to use mobile version 1 or 2, then you need to uninstall the Mobile Theme plugin and AMP.

Try to optimize your website and increase the page speed score.
Please check the tutorials from Google Pagespeed Insights and I’m sure you can increase the page speed.
Please note that page speed is not covered by the support team: https://forum.tagdiv.com/newspaper-theme-support/
Please also follow this thread’s advices: https://forum.tagdiv.com/topic/technical-issues-with-shop-theme-and-poor-performance/

Thank you!

Anamaria
tagDiv Staff

Hi,

Usually, this happens with cache plugins. If the cache plugin does not have mobile support then the mobile theme version can be delivered instead.
The solution would be to use the recommended WP Super Cache plugin instead and activate these settings (especially the mobile device support): https://forum.tagdiv.com/cache-plugin-install-and-configure/ or you can use WP Rocket.
Also, please let me know what plugin you use for the cache now.

Thank you!

Anamaria
tagDiv Staff

Hi,

Please disable the mobile theme and amp plugins.
Using our theme, you can choose from 3 mobile versions
-> mobile responsive => https://www.screencast.com/t/oJ2ShOp47
-> mobile theme plugin => https://forum.tagdiv.com/the-mobile-theme/
-> mobile page => https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/ The option that you need to use.
Suppose you created the mobile pages with tagDiv Composer. In that case, when you install the Mobile Theme plugin, your pages will be overwritten by the plugin (the mobile theme comes with its templates for page, post, category, etc, so your current templates from the desktop theme will get converted to the mobile theme layout, the page content is made without builders in mobile editor => https://www.screencast.com/t/xbgZG8kH also, the options that are provided to edit the mobile theme version are limited (this keeps the things simple)).
This is a video about Responsive Newspaper Theme, AMP & Mobile Theme, Mobile Pages & Templates -> https://www.youtube.com/watch?v=SpGkOnJeNZY.
So, the mobile responsive is what you see when that you select the viewport on phone => https://www.screencast.com/t/matV17hH, so some settings may apply for each viewport(where is the border blue), and others are not(where the border is black).
The mobile page has the mobile templates from Cloud Library => https://www.screencast.com/t/YCcZ8rL8
The Mobile responsive version of the theme and the mobile page editor can be edit with tagDiv Composer, the mobile theme plugin cannot.
For example, you can have the mobile theme plugin activated and use the mobile page/mobile responsive version for the homepage/pages, but for the categories pages/404 page, you can’t use the mobile page/mobile responsive version if you have the mobile theme plugin activated.
So, if you want to design the pages with tagDiv Composer, you can use the mobile page or mobile responsive version.

Thank you!

iMohitPahwa
tagDiv Member

hey, I just installed ink parlor demo and i am having the same issue. Were you able to resolve it?

Viewing 25 results - 1,851 through 1,875 (of 35,820 total)