Search Results for 'amp'

Results from the Forum
Simion C.
tagDiv Staff

Hi,


@jernejpro
What if you try with other videos? Try with this one for example- https://vimeo.com/311325767
For me this works as intended. I tried testing some of your videos by setting them as featured videos, it doesn’t work for me as well, because of the privacy settings of the videos
http://prntscr.com/m8ag6w
Maybe you have privacy settings or restrictions for the videos and the theme cannot access it.

Also in some previous cases but with YouTube when thumbnails were not pulled, it was related to the PHP version, if you use an older version please try to change it to version 7 or 7.1 for example.

Thanks

Calin
tagDiv Staff

Hi,

Please notice that’s not a problem which comes from our theme, sorry! Please keep in mind that AMP is a built-in plugin which was optimized and integrate into our theme according to the official requirements so far. It would be preferable that you use large images on your site to get the best results. More recently, it seems that Google has put these warnings for the images which are less than 1200 pixels wide (likewise, the height of portrait images should be at least 1200 pixels). The best solution, in this case, would be to manually replace your old image with another one which has minimum 1200px wide, sorry! For more information about this case, you can check the topic that @Eric V mentioned above -> https://tehnoblog.org/how-to-fix-google-search-console-amp-image-size-smaller-than-recommended-in-wordpress/ because this aspect has also been discussed here.

Thanks for your understanding!

Calin
tagDiv Staff

Hi,

IN order to add those modifications to AMP you need to edit the html-start.php , in order to do that you need to go in wp-content/plugins/td-amp/templates/html-start.php
https://www.screencast.com/t/kjlUUau1

Also you can check this documentation too -> https://www.bizyfi.com/how-to-add-meta-description-tag-to-amp-pages-in-wordpress/

Hope this will help you!
Thanks.

Calin
tagDiv Staff

Hi,

Please notice that’s not a problem which comes from our theme, sorry! Please keep in mind that AMP is a built-in plugin which was optimized and integrate into our theme according to the official requirements so far. It would be preferable that you use large images on your site to get the best results. More recently, it seems that Google has put these warnings for the images which are less than 1200 pixels wide (likewise, the height of portrait images should be at least 1200 pixels). The best solution, in this case, would be to manually replace your old image with another one which has minimum 1200px wide, sorry! For more information about this case, you can check the following topic here -> https://tehnoblog.org/how-to-fix-google-search-console-amp-image-size-smaller-than-recommended-in-wordpress/ because this aspect has also been discussed here.

Thanks for your understanding!

rockchucksummit
Participant
#0

I’ve noticed if people use Ajax search box, there is a delay and CPU spike as the search goes on. Is there any information on how to optimize the MySQL query or use object cache with memcached to optimize the search so it’s fast & snappy?

ib4ud2014
Participant
#0

Hi guys,

My site isn’t loading pages when opened in mobile. It only shows the title and nothing else.

Example: https://www.irelandbeforeyoudie.com/about-us/

Posts and everything else is fine but pages are an issue.

Any ideas?

Many thanks

upgrade81
Participant
#0

hello, can you tell me if can use the classic wordpress shortcode example: do_shortcode (‘[rt_reading_time]’ when using a Cloud Template related to single “post” pages?

Currently I can use shortcodes, but only using the classic templates and modifying the relative loop-single-2.php in the child theme. Vice versa with the Single Post Template 7 I do not know where to intervene.

Thank you.

Eric V
tagDiv Member

Is there any plan to update the tag div amp plugin to fix this issue. Since Google had updated their Image size.

Wondering also 🙂

sathyavcs
tagDiv Member

Is there any plan to update the tag div amp plugin to fix this issue. Since Google had updated their Image size.

Calin
tagDiv Staff

Hi,

Please make sure that you set the image on full size, for example edit the homepage with tagDiv Composer -> https://www.screencast.com/t/ACjUG828M -> https://www.screencast.com/t/eJGxCYOW

Hope this will help you!
Thanks.

Catalin
tagDiv Staff

Hi,

Here is talking about margin-top and margin-bottom values as you can see here -> https://www.screencast.com/t/f1ZELKls If you want to change these values which come by default with the theme, you need to use such a custom CSS code, using the Inspector browser to create your own Custom CSS code. For example, for h3 tag, you can use the code below and place it in the Theme panel -> Custom CSS area. Look at this -> https://www.screencast.com/t/BCscaH4BbVa0

.td-post-content h3{
margin-top:300px;
margin-bottom:200px;
}

Thanks.

Vacationmundo1318
Participant
#0

Cheers,
is the above-mentioned problem already known?
I already tried to fix it together with some mates, who are more into IT,
but they couldn’t resolve it.

My website: journiano.com

For example, those three posts, which can be seen on the homepage, are linked
with either a destination and a category. However, they don’t show up there.

I’d appreciate your support!

Regards

happster
Participant
#0

Which file do I need to edit in order to change site meta title and site meta description for AMP posts? I want it to be separate from the non amp version so I want to manually write site title and site meta descriptions for AMP version

Catalin
tagDiv Staff

Hi,

Please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further investigate it closer your setup page. Also, please provide there more details about what exactly you want to achieve with such screenshots and examples.

Thanks.

Fahmi Adam
tagDiv Member

Hi Catalin,

I’m using Nginx webserver.
all necessary extensions are installed and increase PHP memory to 256MB, did not help. I found the problem, iframe cannot show and refused the connection, here’s example when im click on more details https://drive.google.com/a/adams.web.id/file/d/1T_gTT-b55Fwb7OMgvOlykZ47ByckNEWB/view?usp=drivesdk

always refused to connect

https://drive.google.com/a/adams.web.id/file/d/1xt53ixBYVT0lBHxjiWqdxyaIfEUZBnRa/view?usp=drivesdk

do you have tips for this problem? I’m use cloud Digital Ocean
 

Calin
tagDiv Staff

Hi,

Please check this topic, this is happen with original AMP too -> https://wordpress.org/support/topic/google-search-console-image-size-smaller-than-recommended-size/

Thank you for message!

Simion C.
tagDiv Staff

Hi,

Please make sure you are installing the actual theme, not the whole package
https://forum.tagdiv.com/whats-included/
So if you download the full theme package, once it is extracted the theme zip can be seen, like in this example
https://www.screencast.com/t/v2MopzjgfRd

These are the theme install guides you can follow
https://forum.tagdiv.com/install-via-ftp/
https://forum.tagdiv.com/install-via-wordpress/

If you previously used a child theme please deactivate it in case it is active. Newspaper has a child theme included in the package if you require one
https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks

Calin
tagDiv Staff

Hi,

1. For sharing all you need to do is to activate the sharing buttons -> https://www.screencast.com/t/NCksfpdmmmy here is the documentation for sharing -> https://forum.tagdiv.com/sharing/

The second one is a template from tagDic Cloud Library -> https://www.screencast.com/t/wYWKejLR also you can set a ad box at the end of single post template and set in it a custom ad -> https://forum.tagdiv.com/custom-ad-spots/

2. Please check our documentation for Logo & Favicon in Newspaper Theme -> https://forum.tagdiv.com/logo-favicon/

Thank you.

Simion C.
tagDiv Staff

Hi,

There is a way, it will require that you enter the post IDs in this filter, in the grid settings
https://www.screencast.com/t/OfmZePHZCnl
The post IDs can be found for example if you hover the post name in the all posts screen
https://www.screencast.com/t/zT7pEjH2Rd
Then enter them separated by commas if they are more – http://prntscr.com/m7wss3
More about the block settings here – https://forum.tagdiv.com/block-settings-guide/

Thanks

Simion C.
tagDiv Staff

Hi,

That would be the ajax menu – https://forum.tagdiv.com/block-settings-tutorial/
It can display categories, authors, tags and a popularity filter
https://www.screencast.com/t/cQ9U4NrAh
Each block can display the ajax filter. When a filter is selected by default it will display all the available items.

So for example when enabled and set by categories, by default all the categories you have will be shown. However the categories that appear there can be controlled by entering specific category IDs
https://www.screencast.com/t/yMwVWBaqbJ
https://www.screencast.com/t/BfB3rIVBUv
https://www.screencast.com/t/cTa5OBBkt
The same for authors and tags.

Let us know if you have more questions.
Thanks

Simion C.
tagDiv Staff

Hi,

Should be no problem, I made some tests with pages and posts built with the Gutenberg editor, they work alright in AMP. If you should find any issues please let us know.

Thanks

Calin
tagDiv Staff

Hi,

Please check this topic, this is happen with original AMP too -> https://wordpress.org/support/topic/google-search-console-image-size-smaller-than-recommended-size/

Thank you for message!

Giorgos3
tagDiv Member

Hello,

Thank you for your quick reply.

I have edit the below file at the child theme:

– function.php i defined the new widget area
– Place position new widget inside the page.php and post.php
– I have change page & post the templates and i add the custom widget.

Thank you in advance.

Calin
tagDiv Staff

Hi,

Please check this topic, this is happen with original AMP too -> https://wordpress.org/support/topic/google-search-console-image-size-smaller-than-recommended-size/

Thank you for message!

Viewing 25 results - 21,076 through 21,100 (of 38,683 total)