Search Results for 'amp'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

The AMP version does not display a menu. This design is similar to the website of Yoast SEO which would be leading in SEO solutions, example
https://yoast.com/social-media-optimization-with-yoast-seo/amp/
There might be a menu in the future however.

Thanks

Simion C.
tagDiv Staff

Now that is unusual, I only tested with the default custom post type added by this example plugin
https://forum.tagdiv.com/custom-post-type-support/
For me the posts are ordered as chosen, also the pagination seems to work. Does it work with default posts and categories?

I thought that maybe you activated the unique articles setting, that does not work with pagination and would result in duplicates when using it.

Simion C.
tagDiv Staff

Hi,

I could take a look if you could provide a link to your website. There are no known issues with the social counter in the latest theme version. So if configured correctly it should work as intended.
Try to change the ID to a test ID like this for example, see if that displays accurate information
https://www.screencast.com/t/b32PsVJ21
Then switch back to the previous ID.

VisArtCBR
tagDiv Member

Sorry that’s not it. I am talking about the column height. A simple example is this. I have 1 row with 3 columns. Each column has a post. Each post has a title with a different length (e.g. 1 line, 2 lines, 3 lines long). The height of each column will be different. This can be most easily seen if I apply a border or background. I would like the column to be of equal height.

If I factor in excerpts, then it is the same problem. Sometimes I want an excerpt for 1 post that is longer than another post. I want the column containing the shorter post to match the height of the column containing the longer post.

https://www.w3schools.com/howto/howto_css_equal_height.asp

Thanks.

Simion C.
tagDiv Staff

You can create a blog type page if needed, that would not be a problem. Create a page and choose the latest articles template for it
https://www.screencast.com/t/q1RwmHUY
That will show a list of articles sorted by latest, the settings for it are as shown in the screenshot.

This demo for example uses something like that for the Blog page
https://demo.tagdiv.com/newspaper_recipes/

You can call the page anything you want and add it in the menu for example.

Simion C.
tagDiv Staff

Hi,

That is a page built with the tagDiv composer and Woocommerce shortcodes. There are many topics here in the forum in this matter. Such as this one for example
https://forum.tagdiv.com/topic/how-to-display-products/

Simion C.
tagDiv Staff

Hi,

That code will not affect the AMP template. This will require a modification in the AMP plugin files if you want to remove the views
https://www.screencast.com/t/dD4NYh1Da
Comment or remove that code and the views will no longer be displayed in AMP post pages.

Simion C.
tagDiv Staff

Hi,

That will be the case, the AMP version of the post will be served only through the Google search results, from the Google cache. So the user can only access an AMP post on your website by Google search results.

Clicking on post links in the related articles for example, will direct to the default website (or mobile theme version if active).

Thanks

neoekonomi
tagDiv Member

i know this section but adsense wants to add code to between head tag. Where is <head> code section for AMP

Bonder93
tagDiv Member

Hello! thanks for the response.
No i mean something else, i’ll try to give you more details:
I downloaded and set as default the custom author template in the cloud. I want the same template for all authors but the problem is that: when i open an author page (for example bonder93) the page shows the data of admin profile instead of bonder93 title,avatar etc.

Catalin
tagDiv Staff

Hello neoekonomi,

You should check the AMP Ads functionality from here -> https://www.screencast.com/t/EnbweXmDh

Thanks for your understanding!

azi
tagDiv Member

Well, I know that, but I wanted to put these reviews with third party plugin, which I need to know how these fields are called. For example:
td-review-final-score
td_review_key

with values from 1 to 5

There is no such information in documentation

Simion C.
tagDiv Staff

Hi,

The date format can be changed in WordPress settings
https://www.screencast.com/t/eKm4hAppSpt
https://www.screencast.com/t/ejw1NmDHMGC
https://www.screencast.com/t/wLrXdDkmKP

These parameters are accepted – https://codex.wordpress.org/Formatting_Date_and_Time

Format used in example

F j, Y g:i a

I believe this is what you wanted.

The cloud library templates have a setting when using it’s post templates, there is an option to display a time ago format
https://www.screencast.com/t/DgvU3Z0uD
That will affect the date in the post page, not modules in blocks/grids.

Thanks

Rebecca White
Participant
#0

Menu bar [not showing] in AMP version
here is MOBILE vERSION Which is showing
https://imgur.com/a/RschQXe

here is AMP version Where menu is not showing
https://imgur.com/a/aeIxxQV

Bogdan B.
tagDiv Staff

Sorry but we have not tested auto-ads neither in the standard theme or the amp version. We do not have an official implementation method for auto-ads. you can try ad a few ad plugins for this type of ad.
Thanks

Bogdan B.
tagDiv Staff

Hello,

The amp plugin has it’s own date function that has to be modified in order for it to show the updated data. Changing it in the main theme will not affect the amp plugin.
At the moment there is no plan in this regard. I will add this as a suggestion though for future updates but this will have to become more popular if we are to consider implementing it into our theme. We get lots of requests and have to prioritize based on popularity.
For a solution in this regard on the standard theme (non amp) please check this topic:
https://forum.tagdiv.com/topic/post-last-updated/

Thank you!

Simion C.
tagDiv Staff

Hi,

That would be the lazy load indeed, disable it if not required
https://forum.tagdiv.com/newsmag-loading-image-effects/

The infinite loading will load additional posts according to the limit you set in the block
https://www.screencast.com/t/Gzzy2rrP
So if you have a limit of 5 posts for example, the block will load 5 posts at a time.

Thanks

VisArtCBR
tagDiv Member

Hi Simion

I’m using flex block to display a single row of posts. Posts vary in length causing columns to be different heights. I would like to make them equal height.

https://www.google.com.au/search?q=equal+height+columns&source=lnms&tbm=isch&sa=X&ved=0ahUKEwj2sq7gqcbcAhULwbwKHTSHD2cQ_AUIDCgD&biw=1920&bih=1006

My website is visualartcanberra.com

Thanks
Weng

Simion C.
tagDiv Staff

What page builder are you using? Theme blocks or grids for example will work with both tagDiv composer and WPBakery, so their shortcodes will work.

If you maybe use a different page builder and none of the provided composers are active, then the shortcodes will not work.
In that case you could try and use shortcodes provided by your page builder instead.

imbob
Participant
#0

Hi I’ve successfully hidden page views on template 13 with this code .td-post-template-13 .td-post-header .td-post-title .td-post-views {
display: none;
}

However, I went to set up the tag AMP plugin earlier and I noticed that on AMP the page views still show, is there something I can add so that it hides views on AMP as well?

Iliya Stativkin
Participant
#0

Is it possible to order a revision of the theme, in the form of two blocks based on the visual composer?
Example

khalil
tagDiv Member

thanks you
but my website still in localhost i am editing homepage using TD Composer but some parts of homepage is not directly editable using TD composer for example:

latest news
and editors pick

the element option setting is not appears for this block

Simion C.
tagDiv Staff

The blocks for example can display custom post types and you can sort them by alphabetical order. But the posts can’t be filtered by a taxonomy.

The theme is somewhat limited when it comes to custom post types and taxonomies. I am not aware of any plans to expand the options and capabilities of the theme in the matter. All there is at the moment would be the settings mentioned in this guide
https://forum.tagdiv.com/custom-post-type-support/

All the post displaying elements would be more capable regarding default posts and categories. Sorry for the inconvenience.

rocketman
Participant
#0

Hello,

Amazing theme!

I’m wondering how I can fix the logo alignment on the home page to be centered in the header like it appears on all of the other category pages.

In addition, how can I include a right column for the posts in the third section (block 24) on the home page?

Thanks!

ivanvarela
Participant
#0

Finally the AMP component is working on my site, and it’s working great, as you can see at:

AMP Sample Page

At the bottom of the page is the “Related Articles” section.
But all those links sent the reader to NON-AMP version of the content.

Related Articles

There is a way for that secction to change the link based on the kind of page it is included? (AMP or no-AMP)

Any help is welcome,

Thanks.
IV

Viewing 25 results - 23,476 through 23,500 (of 38,683 total)