Search Results for 'amp'

Results from the Forum
Simion C.
tagDiv Staff

What problems are there exactly with the thumbnails in your website, I could take a look if you could mention some examples. Note that the results are different depending on the block/grid used.
So you could check all of the block, grid and full grid types, see how they look. There are many types of grids and blocks available
https://demo.tagdiv.com/newspaper/full-big-grid-1/
https://demo.tagdiv.com/newspaper/big-grid-1/
https://demo.tagdiv.com/newspaper/block-1/

Thanks

TechieBraj
Participant
#0

I want to play youtube video on the homepage. When clicking on the thumbnail it should play there or it should show a popup on the same windows without opening another page.

For best understand see this example- http://videopro.cactusthemes.com/v1/home-page-v2/

Another exmaple-http://themebubble.com/demo/videoly/home_7/#

simchris
tagDiv Member

“Not allowed by WordPress” — means what exactly? Do you mean hosted as a WordPress VIP, or what “WP System” do you mean – *exactly* ?

Are you saying your web hosting service does not support it?

If your hosting is saying not allowed, best to reach out to them and ask WHAT caching is allowed; for example they may be running opcache and varnish and you may not need a caching plugin.

Or, you may have a budget account that doesn’t allow certain plugins at all due to consuming too much system resources.

Folks might be better able to assist if you give a wee bit more info 🙂

( I don’t work here; just webdev dinosaur since 1995 )

Mark
Participant
#0

How can I update the footer while using AMP?

Right now I have my FTC/Affiliate Disclaimer in Footer Widget 1, but it seems those don’t carry over to AMP. Can this be added easily without having to change the “About Me” section?

Is there any other AMP plugins (in conjunction with Newspaper AMP) that I could also use possibly move some Sidebar widgets down below the post content?

Ayoade
Participant
#0

My site had been previously validated by Google, and then I recently got this message:

Custom JavaScript is not allowed.
First detected: Jun 25, 2018
Status:
Error

You can see the error here.

Can you help me resolve this error? Thanks.

Bogdan B.
tagDiv Staff
Chris
Participant
#0

Hi Guys,

i activated the AMP Plugin, but when i test the page, for example this one: https://www.veganevibes.de/veganer-tex-mex-burger-mit-hausgemachter-guacamole/amp/ – the google AMP Test shows this error

<meta name=”generator” content=”AMP Plugin v0.6.2″ /> <style amp-custom>

The Style name is to long, how can i fix this issue?
Greetings
Chris

Simion C.
tagDiv Staff

The title could be remove only for that page with CSS, by using the page ID. For example on a test page
https://www.screencast.com/t/KaWd6Q2m

.page-id-XXX .td-page-header .td-page-title {
display: none;
}

Simion C.
tagDiv Staff

Hi,

1. That website seems to use a svg logo, this one to be more exact
https://d5c0iea6jarb7.cloudfront.net/images/hypebeast2018/hypebeast-logo.svg?w7h421lv
From what I can find online there are differences between image quality when using svg as logo. Some topics I found here
https://www.externaldesign.com/using-svg-graphics-in-wordpress/
https://elfsight.com/blog/2017/05/svg-png-jpeg-choose-the-image-format-for-your-website/
https://bjornjohansen.no/svg-in-wordpress

2. There is no unnecessary vertical space added, the header will be the height of the logo plus some padding
https://www.screencast.com/t/Rs7neHZpg
So the height of the header will be the height of the logo and some padding. Changing the line height of the main menu may affect the total height of the header
https://www.screencast.com/t/2MxDUFDm67

3. If you want to use that code be sure to enter it in the Theme panel advanced CSS desktop section, modification made to headers may not look best across all devices, so multiple codes would have to be made by viewport, or a more optimized version then that example if possible.
It is best and also recommended to try and use header styles as they are.

Thanks

Simion C.
tagDiv Staff

Hi,

No, that is not possible. That isn’t the actual video you set as featured in the post edit screen, it is a thumbnail image created from the video. Once you set a featured video and update the post, a thumb from the video will be set as featured image
https://www.screencast.com/t/AKzeRb7JPGy
A video icon is placed over that thumbnail to indicate the post has a video format.

The theme modules will only display thumbnails, not videos. You can find out more about this here for example
https://forum.tagdiv.com/featured-image-or-video/
https://forum.tagdiv.com/theme-thumbs/
https://forum.tagdiv.com/thumbnails-vs-featured-image-size/

Thanks

geekykant
tagDiv Member

Screen_Shot_2018_06_26_at_12_51_14_PM

Here is the result:
Result on Web Test

Help, please.

Catalin
tagDiv Staff

Hello kpople,

Please notice that you only use the Ads section from Theme panel if you want to display the Ads in Top, Inline or Bottom section of your posts. First of all, you should read our documentation from here -> https://forum.tagdiv.com/newsmag-header-ads/ because there you will find out, how exactly you can set up your Ads. Also, for more details about how exactly you should use the Google Adsense, please check here -> https://support.google.com/adsense/answer/181947?hl=en&ref_topic=28893 the official Adsense documentation. Another alternative for you would be to use the AdRotate plugin to display your Ads.

Thanks for your understanding!

daveml75
Participant
#0

I am creating a page with the “latest articles + pagination” template.

I have a tagdiv composer grid on top for featured articles.

Ideally I would like to enable “Unique Articles” but then pagination doesn’t work right.

I can not use “offset” to solve the problem because the grid will have only “featured” articles, correct?

One solution would be to set “hide featured posts” in the “Posts Loop Settings,” BUT then what happens when the featured posts are no longer in the grid? They are not in the post loop or the grid anymore? They basically disappear?

Is there any solution that can automatically put posts back in the post loop where they belong after they are done being featured in the grid? (in other words, is there any way to get the exact functionality of “unique articles” without breaking pagination?)

thanks!

ctoweett
tagDiv Member

Hi. The footer copyright shortcuts are not working. They appear as they are in plain text on the front end. For example, I tried to insert “2014-##year## Epic Kenyan, and it appeared that way on the front end.

mchammy75
tagDiv Member

Hi,

1) For some reason when I view my homepage in Chrome or Firefox on my Macbook Pro 13″ retina display or my Windows Surface Pro, the logo appears not that sharp. https://www.screencast.com/t/oo0HbzYyrZMy

If you compare it to the http://www.hypebeast.com website logo, which I’m using the same font, their logo appears more sharp. Do you have any suggestions?

2) Regarding the vertical space height of the logo, I am using the recommended pixel dimensions when creating my logo. So I create a page in Illustrator of the recommended pixel size, then add my text logo within that page. If you are recommending that should reduce some of the space above and below the text, then I am resizing the page, which does not follow your recommended sizing, right? Is there any reason why I should keep the recommended sizing?

3) I do like your example of the horizontal alignment of the logo with the menu items. Also, shifting the menu items to the left closer to the logo. Where would I need to update the code?

Thanks

simchris
tagDiv Member

You do have one console error, btw
The resource https://pagead2.googlesyndication.com/pagead/js/r20180618/r20180604/show_ads_impl.js was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate <code>as value and it is preloaded intentionally.

main errors are also clearly noted:
https://search.google.com/test/mobile-friendly?id=4LuGR3wMtBMNR1YOeduvYw

Fix the following 2 issues

Clickable elements too close together

Content wider than screen

So, you need to make sure your ads and logos are responsive; you need to use responsive ad units to be mobile friendly. The reason elements are not rendered properly is you are blocking your style.css and other elements via robots.txt which is really bad!

You also had 15 page items that could not be loaded:
https://search.google.com/test/mobile-friendly?view=fetch-info&id=4LuGR3wMtBMNR1YOeduvYw

Note the *blocked by robots.txt* — only you can fix that. You should never block Google from accessing elements loaded on the page.

e.g.,

	https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js	Script	Googlebot blocked by robots.txt
	https://www.tricksbykabir.com/wp-content/plugins/jetpack/css/jetpack.css?ver=6.2.1	Stylesheet	Googlebot blocked by robots.txt
	https://www.tricksbykabir.com/wp-content/plugins/jetpack/modules/widgets/social-icons/social-icons.css?ver=20170506	Stylesheet	Googlebot blocked by robots.txt
	https://www.tricksbykabir.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=5.4.5	Stylesheet	Googlebot blocked by robots.txt
	https://www.tricksbykabir.com/wp-content/plugins/td-multi-purpose/style.css?ver=4.9.6	Stylesheet	Googlebot blocked by robots.txt
	https://www.tricksbykabir.com/wp-content/plugins/ytsubscribe/ytSubscribe.js?ver=2016.10.2.3	Script	Googlebot blocked by robots.txt
	https://www.tricksbykabir.com/wp-content/themes/Newspaper/mobile/js/tagdiv_theme.min.js?ver=8.7.2	Script	Googlebot blocked by robots.txt
	https://www.tricksbykabir.com/wp-content/themes/Newspaper/mobile/style.css?ver=8.7.2	Stylesheet	Googlebot blocked by robots.txt

It’s important when using testing tools to read the “why” and “solutions” noted on the checker, as in my pasted in stuff above.

Hope that helps!

(I don’t work here.)

  • This reply was modified 8 years by simchris.
reflector
Participant
#0

Google Search Console is showing these errors for a few of my amp pages:

1) Custom JavaScript is not allowed.

2) The inline ‘style’ attribute is not allowed in AMP documents. Use ‘style amp-custom’ tag instead.

Simion C.
tagDiv Staff

Hi,

Please try as suggested above and save the page and then view it, the categories will be displayed. In the composer edit screen they will not be displayed. Example
https://www.screencast.com/t/6D8HTRCMat
https://www.screencast.com/t/jTQ7ZYYsZUMD
So they will disappear in the composer edit screen, when you save the page and view it they should be displayed according to your filtering.

Thanks

Simion C.
tagDiv Staff

Hi,

The mobile theme is created specially for mobile users, so being detected as not mobile friendly is unusual. You could active it again and retest, tell us when it is active so we can take a look as well.

For me at least the results of that testing tool seem to be inconclusive, it happened in many cases. For example multiple tests with the same website page provide different results.

TerrenceLP
tagDiv Member

Sounds good, I would say for future releases create a plugin add-on that allows the exposure of the extra settings so use in the API. Like in my example I would need to access the Primary Category to trigger other processes.

What I do see is that WP All Import does a good job at exposing custom fields of the theme. It looks like this is the only way to access these currently.

Simion C.
tagDiv Staff

Hi,

Links in the post content for example will be treated the same, they will have the same style.
However note that you can for example change the color of links as you make theme or enter them in the post content
https://www.screencast.com/t/CIfvEFatE
So you could color those particular links differently than other links, set colors and background colors as shown.

Thanks

Rohit Sharma
Participant
#0

Hello,
I’m using “Gadget” theme for my site.
Last time I ask for thumbnail size & I got the reply that 1068*712 is good.

But when I start using same size thumbnail then why it’s not showing full image on my Front-page?

The image gets crop why?

Downside it’s working great but in the top area, it’s not working. Please help me!

And I would like to ask one more question that, why it’s not showing full Image on Facebook & Twitter when I’m sharing post there?

I saw “Neil Patel” Facebook page, his all images are showing perfect without cropping any small size. I try on my site with same thumbnail size but it’s still cropping on my Facebook page, why?

Help me! please.

Thanks! Rohit S

Simion C.
tagDiv Staff

Hi,

Glad it works properly for you. Not all plugins are however compatible with premium themes, this would be the case with most themes. This should be kept in mind.

As for the tagDiv composer there a couple of tutorials available, demonstrating it’s capabilities
https://forum.tagdiv.com/tagdiv-composer-tutorial/
https://www.youtube.com/watch?v=C0ARTSimnUY&t=25s&list=PL6CsDkMaejhr2ExZCO73U11SSVKB9r_NE&index=6

Also take a look at the new Cloud library plugin
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

Let us know if you have any questions, we will try to help you.

Thanks

Simion C.
tagDiv Staff

Hi,

1. A featured image or video can be set for each post, but not a whole gallery if that is what you mean. Galleries can be created in the post or page content
https://forum.tagdiv.com/gallery-2/
So for example if you would like that the post begins with a gallery instead of the featured image, select a post template that does not display the featured image in the actual post
Post template 5 and 12 are like that
https://demo.tagdiv.com/newspaper/td-post-mcdonell-kanye-west-highlights-difficulties-for-celebrities/
-https://demo.tagdiv.com/newspaper/td-post-blake-griffin-posterizes-aron-baynes-twice-in-clippers-spurs-game/

Or you could design your own template with the Cloud library plugin and the tagDiv composer
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

2. That could be a possibility in the future. With the cloud library plugin you can however you can create post template with or without those elements
https://www.screencast.com/t/snpkZzVs6J
You can choose which elements appear in the template.

Thanks

Bogdan B.
tagDiv Staff

Hello,

This could happen if using a smart list element. Smart lists are not standard posts and use a different layout. Please check this on a non smart list post. Provide an example of a post where this happens.

Thank you!

Viewing 25 results - 23,951 through 23,975 (of 38,683 total)