Search Results for 'amp'

Results from the Forum
birjitsaha
tagDiv Member

Is the test for pages is done by adding “/?amp” or “/amp” at the end of the url?
I have tested my blog posts adding “/amp” at the end of the url. It works good.

But, my home page is not working with “/amp” at the end of url i.e. http://newsflash.in/amp
Although, it works with “/?amp” at the end of url i.e. http://newsflash.in/?amp but it fails the test here https://search.google.com/test/amp

I have enabled amp post type support for both, post and page inside theme panel. In your future theme update, is it possible to exclude this amp support from some pages which have created by page builder by adding page ID?

Simion C.
tagDiv Staff

Hi,

Instead of guesswork, it would be better to provide a link to your website and details about what exactly you want to do, which elements should be affected and where.
That would be quicker, the code provided above would be an example and will apply only for a particular module.

Simion C.
tagDiv Staff

Hi,


@chaudhrysohail
Edit the page and counter, modify it with your own socials. The counter can be placed in pages, in that case edit the page with the tagDiv composer, click on the counter and modify the settings that appear
https://www.screencast.com/t/nkT6Md22
It can also be used as a widget for widget sidebars or in the footer, in that case it can be modified in Appearance->Widgets
https://www.screencast.com/t/eebr1aXMo

Each instance of the social counter is independent from the others, if you use for example 3 social counter elements in various locations of the website, each will have to be configured with social data.

Simion C.
tagDiv Staff

Hi,

The top elements is a Big grid, it displays 4 posts. For example this post
http://prntscr.com/ka8gvz
The image it displays is the featured image set for it
http://prntscr.com/ka8hj0

I believe you want to configure the grids and blocks to display your own posts now. That would be the next step. Edit the page with the tagDiv composer and configure the grid to display posts from your categories instead of the demo categories
http://prntscr.com/ka8liw

So you don’t change the images, you change the posts. Those are simple demo posts. Your posts, the ones that you write and publish must have featured images or videos set for each post
https://forum.tagdiv.com/featured-image-or-video/

After you set a featured image, this image will represent the post in the theme blocks, grids, social sharing etc.

Hope this helps.
Thanks

Catalin
tagDiv Staff

Hello republicanamerican,

Sorry, but there is no setting to change the amount of time the options ‘goes back’ The theme popular 7 days goes back 7 days as the name suggests and the popular jetpack + stats module goes back just 2 days.
There is no sorting option that can go back 1 day, unfortunately.

If you need another sort of order that is not among the sorting provided by the theme, you will need coding skills to do. Here is an example:
https://forum.tagdiv.com/topic/implemented-new-sort-most-popular-among-posts-of-last-7-days/

Thank you!

Simion C.
tagDiv Staff

In the WordPress plugins folder, that is the name of the AMP plugin
https://www.screencast.com/t/eC03MPXb

Catalin
tagDiv Staff

Hello Alejandro1,

If you want to use a bit of CSS code to change the AMP style page, please edit here -> https://www.screencast.com/t/vIUHFAbD6uRH There’s no option for custom CSS code for AMP version, sorry! You need to follow the above advice if you want to customize your AMP version.

Hope this helps!

Thanks for your understanding!

Alejandro1
Participant
#0

Sorry for my english.

I need to add custom css to amp version. I prefer do it editing functions.php
I can do it editing files into plugin, but I lose this changes if there is an update.

Thanks.

Vickydhumale
tagDiv Member

Thanks for the response. Will you please tell me where I can find that td-amp location. I am not able to locate it…

Please help me…

Simion C.
tagDiv Staff

Hi,

Try the column text or text with title elements for example. They will work with shortcodes. Enter the shortcode, save the page and then view it.

Thanks

Simion C.
tagDiv Staff

Hi,

The js the theme serves is already minified, you could minify the CSS with an online tool for example, or as mentioned in this topic
https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/

There are many topics in this forum concerning website optimization, you could search for some and take a look. They might be helpful for you as well.

Simion C.
tagDiv Staff

Hi,

So you want to install theme version 7.8 which is an older theme version. Note that may not work properly with the latest WordPress. Also you can see here how many fixes and new featured have been added since that version
https://themeforest.net/item/newspaper/5489609 (changelog at the bottom of page)

Maybe first check some similar topics online, instead of intentionally switching to an older theme version, I found these for example
https://www.mariehaynes.com/reasons-for-traffic-to-drop-other-than-penalty/
https://techbee.in/how-to-quickly-regain-lost-traffic-after-wordpress-theme-change-seo-website-redesign

If you still want to return to that theme version, you can send us an email at contact@tagdiv.com and we will provide it to you.

Simion C.
tagDiv Staff

Hi,

So you want to insert the code in the AMP header file, that would be here in this plugin file
https://www.screencast.com/t/TAQGzA4Zldt

Be sure to test if the ads appear with a mobile or mobile emulator.

Thanks

Bogdan B.
tagDiv Staff

Hello,

The test for pages is done like so: http://newsflash.in/?amp
However our amp plugin will only show the amp template for pages that have not been created using a page builder. It will show the standard page otherwise.
https://forum.tagdiv.com/tagdiv-amp-plugin-tutorial/

Thanks.

dlafont
tagDiv Member

Example: the “dzdzd” menu on opensource-it.com web site

Cheers,

Denis

Simion C.
tagDiv Staff

Hi,

Why not simply install the plugin by FTP, that would take about a couple of minutes. The theme plugins are provided in the theme package plugins folder
https://www.screencast.com/t/C0rn9NLmbHo
Unzip the composer and upload it in the WordPress wp-content->plugins folder. That would be all there is to it.

There are many cases of this issue happening, a simple search on Google and this can be seen, also various fixes can be found
https://www.google.ro/search?q=wordpress+the+plugin+does+not+have+a+valid+header&oq=wordpress+the+plugin+does+not+have+a+valid+header&aqs=chrome..69i57j0l2.3112j1j7&sourceid=chrome&ie=UTF-8

Bogdan B.
tagDiv Staff

Hello,

The support hours are posted at the top of the page. We do not work on weekends.
If you need a separator between modules, you can add it with a bit of custom css.
Here is an example for a block 11:


.td_block_11 .td_module_10{
border-top:1px solid lightgrey;
padding:15px;
}
.td_block_11 .td_module_10 .td-module-thumb{
top: 15px;
}

You can add the code in the theme panel-> custom css box
result: https://www.screencast.com/t/1mYxkfkTgIG8

Thank you!

Simion C.
tagDiv Staff

Hi,

1. Sorry for the inconvenience. Indeed that string cannot be translated in the AMP version, at the moment it could only be modified in the plugin files
https://www.screencast.com/t/GW3rKuaU3

2. In the footer they were fixed, in the sub-footer they are not yet fixed. I believe this is fixed for the next update.

Simion C.
tagDiv Staff

Hi,

I found some articles about that, Twitter may serve AMP pages but they mention only when using the mobile social apps
https://searchengineland.com/twitter-ramps-amp-278300
https://developer.twitter.com/en/docs/publisher-tools/amp/overview.html

Simion C.
tagDiv Staff

Hi,

That module is not used in any block or grid, it can be selected in the theme panel to be used in category pages for example, tag pages etc.

Some blocks with a bigger thumbnail would be these ones
https://demo.tagdiv.com/newspaper/block-22/
https://demo.tagdiv.com/newspaper/block-23/

The tagDiv composer flex block would be a good recommendation, but with WPBakery it is not available unfortunately.

Vickydhumale
Participant
#0

I want to add AMP ad script in head and body AMP HTML editor. This is not a normal header.php. Where I can find that? I need to put auto AMP ad in head and body tag of AMP HTML…

Second issue is even after setting AMP option from Theme panel, ads are not showing in AMP page…

Thanks

devmdn
tagDiv Member

Hi Chris,

Is there any of membership plugin which works fine & meets my needs with my template? I have tried 2 of them which didn’t work.

Bogdan B.
tagDiv Staff

Hello,

Please access your permalinks section of WordPress and press the save button again for the permalinks. you do not have to change the structure. Just save gain. This fixed the amp error for most users.
You can test a specific post for amp using this tester: https://search.google.com/test/amp

Thank you!

Simion C.
tagDiv Staff

Sorry wrong screenshot, I initially thought of a different method. It would be best to enter both codes in the default custom CSS field
https://www.screencast.com/t/GL3OVgunvF
This way the codes will apply better, for example the first code will remove the table for all smaller devices (phones) while entered like this.

From what I can see the table displays better starting from tablet widths so you could keep it
https://www.screencast.com/t/6Bkag4U193

Maybe you have some other idea however, this may not be what you want.

birjitsaha
Participant
#0

I have activated AMP plugin and test to verify adding /amp at the end of the post url. It shows a 404 error.

URL: http://newsflash.in

Further, I tested it https://search.google.com/test/amp
It shows, “Page cannot be reached. This could be because the page is unavailable or blocked by robots.txt”

Viewing 25 results - 23,551 through 23,575 (of 38,683 total)