Search Results for 'install'

Results from the Forum
Calin
tagDiv Staff

Hi,

Did you install the tool/plugin from this documentation to can regenerate the thumbs -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/ -> https://i.imgur.com/NKhGaDv.png

Indeed the blocks do not have this option, only in flex blocks you can set the images size, why not change the blocks with flex blocks, this should work.

Let me know the results!
Thank you!

hanzosrl
Participant
#0

Hello,
We encountered a problem with Header Ad. We need to display ads on desktop in one dimension (900x250px) and on mobile another (300x250px). We installed the whole Newspaper Theme template, after which we personalised it with Romania News template. After that we personalised the header with yet another template, called Header Template 10. The problem we came across is the visualisation of 900x250px header ad on desktop and ipad, and 300x250px ad on mobile devices. It is displayed on desktop and ipad, but disappears totally on mobile. We use Google AdSense for managing our ads. Can you please tell us how can we set the ad to make it display on mobile too?

Sophia_FACES
Participant
#0

After the new update and as per your instructions, I decativated the TagDiv Cloud library plugin, then deleted the plugin, then installed and activated it again. You had told me that all the templates that I have created with cloud library wont get affected due the above action.

Today I discovered that all my 38 single page templates from cloud library have reverted back to default template of the theme. I am now having a tedious time trying to redesign them and I do not know for which post which template I had used. If that is the case there is no use creating templates using your cloud library as it will all reverse back to default template whenever ther is a theme update.

Please clarify whether I should use Cloud Templates at all or not waste my time implementing these templates as they are going disappear with a theme and plugin update.

tommytripod
Participant
#0

I just purchased, downloaded, and activated the newspaper theme on my WordPress site. However, it is so buggy. All of the plug-ins read that they are outdated even though I just bought it yesterday, single-click update fails each time, I deleted tagDiv composer and reinstalled it and it still says that it is outdated. When I create a new page and click tagDiv composer, it won’t load half of the time. It is so buggy and sporadic. I have version 2.5 which is supposedly just 8 days old. Is there something I can fix or is this theme really just this bad?

webtagsltd
tagDiv Member

Login to my bluehost account. There you will find access to the wordpress login and also the cpanel or ftp account. Please, don’t reinstall the demo content so as not to start my work again from the beginning.

  • This reply was modified 6 years by Calin.
drevio
tagDiv Member

Hello Calin,
Thanks for replying my email.
I have only TagDiv plugins installed.

can you help me to find it?
as I already tried to find the culprit.
I already deleted the unused plugins too! 🙂

bitveem
tagDiv Member

the free version of the cryptocurrency widget or the Crypto Widgets Pro was used in the demo version of the newspaper crypto theme? because i installed the plugin and used the shortcode, but the design was not the same and looks not good. look at this screenshot of my site: https://www.bitcoinsvalley.net/wp-content/uploads/2020/02/Bildschirmfoto-2020-02-13-um-10.36.25.png

Vijith
tagDiv Member

Regenerate the thumbs this option is not showing (https://imgur.com/a/2GM7WFI) in the admin panel I need to install any plugin?

I created a new template from cloud template and I selected Single post template 5, https://imgur.com/a/aJNOQhy here I can fix the image issue, Because here showing Layout option –> ARTICLE IMAGE adjustment option.

But in the same page right side (https://imgur.com/a/SHQsl0i) I cant see the Layout option –> ARTICLE IMAGE adjustment option. I need to adjust/Fix the image issue on right side also how to fix this issue.

Thanks.

  • This reply was modified 6 years by Vijith.
skthakur333111
Participant
#0

The best demo to install with less js and css? Plz Answer

NickDeBaerdemaeker
Participant
#0

Hi.

For our website we have installed the publishpress multiple author plugin.
For all the single posts, we use the template loop-single-5.php, where we have altered the author bit from this

<?php echo $td_mod_single->get_author();?>

to this

<div id="publishpress-author">Door <?php do_action('pp_multiple_authors_show_author_box', false, 'inline');?>/div>

However, in the overview page, located here: Camera eye overview created with the cloud library, we have something strange going on.

Our editor, ‘Jan van Den Bulck’, has created a post (right at the bottom of the page if you scroll through, above the “laad meer” button) and designated the author to ‘Nathan Dobbelaere’. This specific overview page uses the flex block module 1.

Then something odd happens, while the author on the post itself is correctly attributed to Nathan Dobbelaere, as can be seen here: post of the kooks, the overview page shows Jan Van Den Bulck.

To further deepen the mystery, this doesn’t seem to happen to all authors and randomly on top of that.

Suggestions on how to fix this ?

I have already altered the td_module_flex_1.php to show additional details next to the title, such as concertlocation and concert date.

Originally in the theme is this:

   <span class="td-author-date">
      <?php if( $author_photo != '' ) { echo $this->get_author_photo(); } ?>
      <?php echo $this->get_author();?>
      <?php echo $this->get_date();?>
      <?php echo $this->get_comments();?>
   </span>

Currently I have this:


   <div class="post-title">
      <?php get_the_title( $id );?>
      <?php echo $this->get_title($title_length);?>
      <h3 class="entry-title td-module-title">
      <?php $datum = get_field( "datum" , $this->post->ID ); $concertlocatie = get_field( "concertlocatie" , $this->post->ID );//etc...?><?php if ( $datum ) : ?><a>post->ID);?>"<span class="cemetadate"><?php echo $datum ; ?></span></a><?php endif; ?>
      <?php if ( $concertlocatie ) : ?><a>post->ID);?>"<span class="cemetacelocation"><?php echo $concertlocatie['0']; ?></span></a><?php endif; ?></h3>  
             
   </div> 


   <span class="td-author-date">
      <?php if( $author_photo != '' ) { echo $this->get_author_photo(); } ?>
      <?php echo $this->get_author();?>
      <?php $datum = get_field( "datum" , $this->post->ID ); $concertlocatie = get_field( "concertlocatie" , $this->post->ID );//etc...?>
      <?php if ( $datum ) : ?><span class="frontce"><?php echo $datum ; ?></span><?php endif; ?>
      <?php echo $this->get_date();?>
      <?php if ( $concertlocatie ) : ?><span class="metacelocation"><?php echo $concertlocatie['0']; ?></span><?php endif; ?>
      <?php echo $this->get_comments();?>
</span>

Could you help me with this please ?

It would seem that there is an issue with the $this->get_author getting to see the correct post id, which I can not replace as simply as I did with the loop mentioned above: <?php do_action(‘pp_multiple_authors_show_author_box’, false, ‘inline’);?>

If possible don’t mention that the publishpress plugin isn’t tested, I already know that.
It seems a bit odd that it works on posts but not on the cloud templates.
I am working with the older version of the theme 9.6 and plugins.
I have refrained from trying the X version since I want to iron out the final mistakes first.

wesite
Participant
#0

Can’t I use tagDiv Composer with post?

And older versions
Was compatible with WPBakery Builder
Isn’t it compatible now?
After installing the demo
I can’t edit in WPBakery.

PuckWuck
Participant
#0

Hi, I’m not saying that Newspaper is responsible, but I needed to ask all the same.

Does any of this sounds familiar?

Is it possible that the theme is causing such a problem to happen? My invalid traffic has skyrocketed and been out of control since sometime in November. Just realized how that’s the time I upgraded to the version 10 of Newspaper.

HTD2
tagDiv Member

Hi Calin,

Thanks for the response. Again to clarify:
* No changes have been made to environment other than update to 10.3
* Traffic is same (or less) than before installing 10.3
* Server was restarted by hosting provider after first crash, yet issues continued
* I have seen other support requests (like this one: https://forum.tagdiv.com/topic/td-composer-problems/) that talk about similar out-of-memory issues after this update

My site was performing quite well prior to the 10.3 update, now, less so. I’m curious as to if a bug fix is in the works to optimize for memory or other issues.

I will dig through my log files to see if I can find anything relevant.

Thanks,
Michael

kaitlin
tagDiv Member

Hi Calin,

Thanks for your answer. I am using version 10.3 and have only installed the required plugins for the theme (e.g. the TagDiv Standard Pack/Composer/Etc). Any other ideas?

Best,
Kaitlin

ufotim
Participant
#0

Hello
I am want to install automatic adsense ads. At the site of adsense written that I need to insert simple code “between <head> and </head> at yours site”. How to do that?
Thank you

Calin
tagDiv Staff

Hi,

In order to change the videos from homepage on city news demo you’ll need to edit the homepage with tagDiv Composer after that ake sure that you set the ids for videos as in our documentation from here -> https://forum.tagdiv.com/video-playlist-2/

get_post_datetime() usually this problem can be fixed bu uninstalling the tagDiv Cloud Library, delete it and reinstall it gain from Newspaper > Plugins.

Also the problem with the images is fixed in demo, I think that on our life demos is still the cache version.

Thank you!

mgrimshaw
Participant
#0

Trying to install from Themeforst download files, I get this message:

Installing Theme from uploaded file: Newspaper.zip
Unpacking the package…

Installing the theme…

The package could not be installed. The style.css stylesheet doesn’t contain a valid theme header.

Theme installation failed.

Not sure where to go with this, just updated to 10.1 a few weeks ago. Have never had issues with installs like this on install. I tried two separate downloads from themeforest assuming it might be corrupt file..

Any help appreciated!

HTD2
Participant
#0

Recently installed the update (10.3) on my production site (www.hightechdad.com), and ever since then, I have been experiencing server crashes requiring my hosting provider to restart my virtual machine. I have plenty of RAM allocated (2 GB). This only started after installing the theme update. No other variables have changed nor have there been any updates other than that.

And this morning, I received the following automated email from my WordPress instance:

When seeking help with this issue, you may be asked for some of the following information:
WordPress version 5.3.2
Current theme: Newspaper (version 10.3)
Current plugin: tagDiv Composer (version 2.5 | built on 05.02.2020 7:28)
PHP version 7.3.11

Error Details
=============
An error of type E_ERROR was caused in line 7884 of the file /home/wp_dxswyn/hightechdad.com/wp-content/plugins/td-composer/td-multi-purpose/td-multi-purpose.php. Error message: Out of memory (allocated 4194304) (tried to allocate 32768 bytes)

Is there another update coming that may correct these issues?

While I love the Newspaper theme, my hosting provider support says that Newspaper is resource intensive. But I didn’t have this issue prior to the 10.3 update.

I have multiple licenses for Newspaper (my own and clients) but I’m reluctant to upgrade other instances until this issue is resolved.

Thank you,
HTD

Calin
tagDiv Staff

Hi,

If the layout is different when you are logged, than this is a plugin conflict, in the most cases is a cache plugin, please deactivate all cache plugins and check again.
We recommend using the WP Super Cache: https://forum.tagdiv.com/cache-plugin-install-and-configure/

Thank you!

Calin
tagDiv Staff

Hi,

Please make sure that you are using the latest version of Newspaper theme, v10.3 , also if you have some plugins install, please deactivate theme until you install the theme.
Theme Install Guide -> https://tagdiv.com/how-to-install-newspaper-theme/

If there is still a problem, please let me know!

Thank you!

Jose
Participant
#0

Hi team,

One of my websites has a strange problem.

When you activate Newspaper (plugins), the AMP plugin stops working, even the AMP icon disappears from the control panel.

If I deactivate Newspaper plugins (composer or mobile), the AMP plugin works again.

I thought it was a conflict problem, but I have disabled all other plugins. I’ve deleted the theme. I’ve reinstalled it, and the problem continues.

Can you please help me fix this? I really don’t know what’s going on.

I can give you access to the website.

Thanks

hbg
Participant
#0

Dear people at Tagdiv!

I have a newspaper installation on my main blog and want to create a testsite, where i and other try out things., This installation is on a subdomain called test.mysite.de . Can I use my current activation key there (need a header through Cloud Templates)? I want to use the “live” install and the testsite simultaneously….

AilyRoot
Participant
#0

Hi
Firstly, I must say Version 10.3 (our version) has been impressive so far, far FASTER than ever, so that is why we just renewed our support minutes ago to go with you again 🙂

So now my question are

1. since I do feel speed has been very much optimized, do we still need to install any other plugin to boost speed? such as jetpack or other cache pugin ..etc

2. how to add “font family” here
https://ibb.co/PDGrSkm

we use two languages in our website and we need to create our own family so we could use dropout menu here easily

thanks

manishkush
Participant
#0

Hi How to fix please tell me Sir
installing AMP and AMP for mobile

Now Google search console shows AMP error on all pages. It shows –
Linked AMP version is invalid
A mandatory AMP HTML tag is missing from this document.

I test it on Google AMP Test and here is the result-

http://prnt.sc/r09gsv

Non-AMP submitted
This page isn’t an AMP. However, it references the following URL as its AMP version:
https://www.mstvlife.com/kota-railway-division-4-trains-canceled-for-the-next-10-days-6-route-changed-see-new-schedule-here/?amp
my website https://mstvlife.com

manishkush
Participant
#0

Hi How to fix please tell me Sir
After updating theme and installing AMP and AMP for mobile
Also activate the amp from mobile theme ->

Now Google search console shows AMP error on all pages. It shows –
Linked AMP version is invalid
A mandatory AMP HTML tag is missing from this document.

I test it on Google AMP Test and here is the result-

http://prnt.sc/r09gsv

Non-AMP submitted
This page isn’t an AMP. However, it references the following URL as its AMP version:
https://www.mstvlife.com/kota-railway-division-4-trains-canceled-for-the-next-10-days-6-route-changed-see-new-schedule-here/?amp
my website https://mstvlife.com

Viewing 25 results - 13,276 through 13,300 (of 35,820 total)