Search Results for 'amp'

Results from the Forum
reisebrise
Participant
#0

Dear community

I’m just started with wordpress and the newspaper theme.
I have a question about to build a good menu.

when I’m using the mega menu are I’m able to use two sub categories?
I found out it isnt a problem without using the the mega menu and using instead the regular navigation with the “drug amd drop”

But it would looks more interesting with the mega menu 🙂

for example on my site under “destination” I have the topic Thailand.
Now I want to have under Thailand a second submenu with e.g Koh Lanta

Like:
– Destination
– Thailand
– Bangkok
– Koh Lanta
– and so on

Here you can find a first draft/template of the page

http://www.reisebrise.com

Thx in advance
Andi

fray117
Participant
#0

i’ve created my site with Newspaper and tagDiv, but recently it don’t showed up again on my Android Mobile Phone Browsers.

sathyavcs
tagDiv Member

In the link you soecified they clearly mentioned that 190×36 or 600×60 is the proper size for logo. In Amp official document they clearly specified that the logo size should be 600×60. So please provide me the code change

nagol
Participant
#0

Hello, i need for review a sort of data sheet with for example name movie, release date and so on. I can insert it in description review form but description review is for plain text. Is there a way a can make not plain text? Or any tipp for this purpose? ( this is a tip for your next release too)
Thank you

spu
tagDiv Member

Thanks Callin, we will look a the requirements and review them. We had seen and implemeted things via the document you have shared. But will recheck.

Also, our amp pages are not getting indexed and they have fallen out. Can you check. Thanks.

  • This reply was modified 7 years by spu.
T2N
tagDiv Member

Further to this. Google Console is showing errors. Message says: The author stylesheet specified in tag ‘style amp-custom’ is too long – the limit is50000 bytes.
First detected: 4/28/19
Status: Error

MCE
Participant
#0

Hi,

Been racking my head trying to find where the settings are for this. Hoping you can help. I want to adjust the Menu bar so that it does not highlight the page that I am on. So for example when I go to the home page, right now there is a red box that appears around Home. I want to try to remove that. I only want it to highlight when I am hovering over a menu. Hope that makes sense.

hunmar
Participant
#0

In February 2018, Google updated its article schema document for AMP articles to require larger images in markup. Previously, the minimum requirement was 696 pixels wide and 300,000 pixels in total, but now it is 1,200 pixels wide and 800,000 pixels in total.

It appears amp pages on Newspaper use the max size of 696 pixels still for featured images, even if the original image is 1200px+.

Is there any way to change this by editing the mobile theme or amp plugin?
We are showing in many featured snippets without an image, where competitors with proper image sizes have images shown in their snippets.

Many thanks in advance

Catalin
tagDiv Staff

Hi,

You should simply use the Cloud Template Library and import the Cloud from Nomad, as an example, like this -> https://www.screencast.com/t/pMnhVHISX

Thank you!

Simion C.
tagDiv Staff

Hi,

So the general background image you set in the theme panel is loading only in Firefox? I checked the website and I see the problem. For me it happens in both Chrome and Firefox, seems that all post pages don’t display the background image. Pages and category pages display it.

Do you maybe use optimization or compression plugins? If possible try and disable them temporarily, check if the problem is solved.

A quick fix would be to apply the image on the posts with some CSS, for example
http://prntscr.com/nipo4x

body.single {
background-image: url("https://www.survival-sandbox.de/wp-content/uploads/2017/11/fwOGWBs.jpg");
background-repeat:no-repeat;
background-attachment: fixed;
}

Thanks

korgonthurus
tagDiv Member

The problem with the background image is the same with the category.

As you said the cloud template doesn’t inherit any category settings, so category attributes like unique sidebar and unique background image won’t work.

The question is, are you planning to provide any kind of workaround for these issues, or should we find a workaround with the current posibilities? (I believe that being able to set a bg image per category is an important feature, loved by many of your customers, and missing out on it with the amazing cloud templates is a bad deal).

If you need a link example:

This article’s bg image is taken from its main category settings https://altarofgaming.com/black-desert-online-review/

However if I use a cloud template on this post, it will use the default site bg image which you can witness here https://altarofgaming.com/

Calin
tagDiv Staff

Hi,

The message you get is quite common with WordPress. In most cases it can be easily fixed.

For example – https://wordpress.org/support/topic/the-link-you-followed-has-expired/
In that case the max upload size was limited, increasing it solved the problem. Usually this is the main cause.

Check this guide carefully and make modifications if needed
https://forum.tagdiv.com/requirements-for-newspaper/
If everything is set properly there should be no problem. Contact your hosting provider if needed and ask them to make changes as the guide suggests.

You can also install the theme by FTP, that is not difficult to do and it’s very useful to know how to use FTP. If our guide is not detailed enough check some more online
https://dappercodes.com/installing-wordpress-theme-via-ftp/
https://docs.presscustomizr.com/article/141-how-to-manually-install-or-update-a-wordpress-theme
https://www.shoutmeloud.com/install-wordpress-theme.html

Hope this helps and let us know how it goes!

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

The theme doesn’t have a stylesheet for the printed version. However you could add some CSS either in the main theme or child theme stylesheet. So for example to remove the footer Instagram (if this is what you are referring to) from the printed version the code would be like so

@media print {
/* Printer specific styles go here */
.td-footer-instagram-container {
display: none;
}
}

Add it in the main or child theme stylesheet. You can add more CSS to it, if needed.

Thanks

josh-2
Participant
#0

I submitted another issue, but it seems to never get a response.

When Mobile Plugin + WordPress AMP plugin are turned on, the menu doesn’t render on pages, only on category pages.

Example pages where it doesn’t work:
https://techly.io/
https://techly.io/contact-ui

Example pages where it does work:
https://techly.io/featured
https://techly.io/desktops/

When on mobile, and on a page (instead of category), it just does this weird zoom out thing:

https://imgur.com/M7c9W0i

Calin
tagDiv Staff

Hi,

Unfortunately I’m can not see your screenshot -> https://www.screencast.com/t/qurH8oRm9i5

The mobile theme is a plugin that provide you a better speed then responsive version of theme, but in order to achieve that speed you’ll need to create a new content for pages because in the most of cases those were made with builders ( tagDiv Composer, WPBakery ) and you need to use only the mobile editor ( you need to set the content for pages in mobile editor and this content will be display on mobile theme)
-> https://www.screencast.com/t/ebUIzt4se

If you want the responsive version and amp you should use this opinion -> https://www.screencast.com/t/jZct5ueBqOrb but if you have amp activate on pages you’ll need to create in Mobile editor a content for AMP version of page.

Also please check our documentation for Mobile Theme: Automatic Optimization for Mobile with Newspaper Theme -> https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/

I think that you are referring to those 3 blocks, for those you’ll need to have set seam feature posts (that have set feature category) -> https://forum.tagdiv.com/featured-posts-2/ -> https://www.screencast.com/t/QsJ6ppY4

You’ll need to add some post in feature category -> https://forum.tagdiv.com/featured-posts-2/ if you do not have this category you can create it, just make sure that you set the category name to be
Featured

Let me know if you have more questions!

Thank you!

Calin
tagDiv Staff

Hi,

The mobile theme is a plugin that provide you a better speed then responsive version of theme, but in order to achieve that speed you’ll need to create a new content for pages because in the most of cases those were made with builders ( tagDiv Composer, WPBakery ) and you need to use only the mobile editor ( you need to set the content for pages in mobile editor and this content will be display on mobile theme)
-> https://www.screencast.com/t/ebUIzt4se

If you want the responsive version and amp you should use this opinion -> https://www.screencast.com/t/jZct5ueBqOrb but if you have amp activate on pages you’ll need to create in Mobile editor a content for AMP version of page.

Also please check our documentation for Mobile Theme: Automatic Optimization for Mobile with Newspaper Theme -> https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/

I think that you are referring to those 3 blocks, for those you’ll need to have set seam feature posts (that have set feature category) -> https://forum.tagdiv.com/featured-posts-2/ -> https://www.screencast.com/t/QsJ6ppY4

You’ll need to add some post in feature category -> https://forum.tagdiv.com/featured-posts-2/ if you do not have this category you can create it, just make sure that you set the category name to be
Featured

Let me know if you have more questions!

Thank you!

Simion C.
tagDiv Staff

Hi,

Seems that was overlooked, I will add it on the list. The fix is to edit the speed booster plugin and add this line of code in the allowed plugins list
http://prntscr.com/niox86

'amp/amp.php'

Sorry for the inconvenience. Let us know if you have more questions.

Thanks

TheWrestlePost
Participant
#0

Hey team! I am using the mobile theme + AMP option. Is there any way I can implement subscribe to the newsletter in the footer?

Simion C.
tagDiv Staff

Hi,

You are using an older theme version, with the old AMP plugin, since theme update 9.6 this plugin is not provided anymore – http://prntscr.com/niojkx
The header when using the old AMP plugin will display the logo set in the theme panel
http://prntscr.com/niokz7
There will be no menu displayed in this case.

Now the official AMP plugin can be used, together with the mobile theme plugin
https://tagdiv.com/amp-newspaper-theme/

Let me know if you have more questions.
Thanks

Simion C.
tagDiv Staff

Hi,

1. We are aware of this issue, it will be fixed. If the setting is made in a page built with WPBakery it will not work, it will work if the page is built with the tagDiv composer. This also has options to hide specific rows/columns/elements per device.

There are some other issues which may happen when both composers are active, they will all be fixed as soon as possible. This will happen by theme updates.

2. This is most unusual, the homepage uses the mobile theme while the rest of the website appears to not use it. If the mobile theme is active the whole website should use it, depends on this setting however – http://prntscr.com/nio8v8 (first two will present the mobile theme at all times, while the last only for AMP).

Such issues could happen due to caching plugins or maybe minification/compression or optimization plugins. Try if possible and if you use such plugins, to deactivate them temporarily and check if this solves it.

3. The AMP URL will be with /?amp, this should be valid when testing. Seems to be valid when I test a post – http://prntscr.com/nioalr

Thanks

Calin
tagDiv Staff

Hi,

If you want to add some code/text in default post templates you need to edit the loop-single that you are using, for example post template 1 -> https://www.screencast.com/t/Ii8MHwRp

Thank you!

jorgeocampo
Participant
#0

Google AMP validator keeps reporting that my site are not AMP valid

WP 5.1.1
Theme 9.7.2 with every TAGDIV plugin updated
Official AMP plugin: 1.1.1
Mobile + AMP in mobile settings

Test page: https://superluchas.com/resultados-monday-night-raw-29-04-19-rumbo-a-money-in-the-bank/amp
Any ideas or suggestions are very welcome.
🙁

arara
tagDiv Member

Thanks for reply and information. Now I found the crash maker Plugin. It is the td-api-plugin. I updated theme from 4.7 to 4.8 after deactivating and deleting td-plugins. Td-composer and td-counter is automatically included and active. Amp and mobile theme plugins I installed by newsmag. The last step was activating the td-api plugin. This pugin I didn’t remove. It was inactive, but by one click to activate follows the fatal error. By renaming td-api-plugin on the FTP-Server this plugin was deactivated and the website runs without problems. Top!!!

BYS
tagDiv Member

example

  • This reply was modified 7 years by BYS.
Viewing 25 results - 18,601 through 18,625 (of 38,683 total)