Search Results for 'amp'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

Generally the header styles that do not place the logo on the same line with the header ad, will display any ad size you want. You can see the header styles here
https://forum.tagdiv.com/header-styles/

Example with a big ad with header style 4 – http://prntscr.com/k5wqc8

Thanks

Simion C.
tagDiv Staff

Hi,

1. Maybe you mean the breadcrumbs? – https://www.screencast.com/t/FlefA6Ysj1V
If that is the case and you want to color them differently, I could give you a code. Something like this maybe – https://www.screencast.com/t/y3giLh8v7NL
The code can be entered in Theme panel->Custom code (CSS section).

.entry-crumbs a,
.td-bred-no-url-last {
color: red;
}

If you want to modify the font or font properties this can be done in the theme panel
https://www.screencast.com/t/QuivQEug

2. An author role would be suited for that. Authors can create and publish posts having access to the post settings. No user role other than the admin have access to the theme panel.
Check some guides in the matter however, for a better understanding of all the roles. Then make a decision
https://www.wpbeginner.com/beginners-guide/wordpress-user-roles-and-permissions/
https://wpsmackdown.com/lexicon/wordpress-user-roles/

3. Every social can be customized with your own accounts. For example social links in the top bar and footer correspond to the account links you enter in the Theme panel->Social networks section
https://www.screencast.com/t/hSkuCFvxjxq
Remove the demo links and enter your own.

The social counter plugin can also be customized with your own data
https://forum.tagdiv.com/newsmag-tagdiv-social-counter-tutorial/

Let us know if you have more questions.
Thanks

Simion C.
tagDiv Staff

Hi,

Form shortcodes can be entered in text elements, for example like this in pages
https://www.screencast.com/t/kQbAkDpj
https://www.screencast.com/t/OLTplOQ71Tdq
Or in the footer sections, the same with a text widget
https://www.screencast.com/t/Z6K0yTC3
https://www.screencast.com/t/7DelQ4MyLTBy
That should work at all times for you as well.

ipi_login
tagDiv Member

Can I add my request for something to be done about this as well. I understand you provide different layouts so images won’t always display fully for each layout, but there should be the ability to have a layout where the ratio between different grid/block thumbnails is the same.

For example I should be able to create a page where a 4:3 or a 3:2 or whatever ratio image displays fully without cropping in a large banner (e.g. as a ‘new blog’ section) and further down the page as smaller thumbnail.

The variety of blocks you offer is great, but they all seem to use different ratios, and none of them are standard.

Is this something that could be looked at in the future?

bettingspin
tagDiv Member

yes now it is working after saving the permalink again.

In regards to the page I have been told by support to test with ?/amp and that works too

simchris
tagDiv Member

This page is working for me in Chrome (latest).
https://toptradingplatforms.co.uk/2018/07/10/compare-top-10-brokers-in-the-uk/amp
The second one does not, which implies the option for AMP for ‘pages’ is not properly enabled (if a page), or the permalinks/caching not cleared/save there.

Properly clearing caching, AND resaving permalinks from the WP admin panel are the most common issue with *all* AMP plugins, since the /amp/ endpoint is another redirect schema based on the permalinks.

tzabula
Participant
#0

Hello! Google launched auto-ads for AMP. Due to the guidelines – http://take.ms/sH2kU – I need to copy the script and insert it <head> tag of HTML-code for AMP. On the 3-d stage I should copy the ad’s script and insert it in the <body> tag. How can I do it using Theme Panel – http://take.ms/cRC5P

Catalin
tagDiv Staff

Hello rpharaniya,

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!

Catalin
tagDiv Staff

Hello all,

Please re-save your permalinks and check the results. The AMP should works.

Thanks.

Fortnite Viet Nam
tagDiv Member

comfirm not working with 4.5 google send me a mess page amp is 404

rpharaniya
Participant
#0

Hello All,

I have been using Newspaper theme with tagdiv AMP plugin, Is there any way to add custom CSS to change my style in AMP view.

Because I am using Dark theme in the normal view and AMP only have it’s default theme. So it looks odd.

Thanks!

gdgtsinfo
Participant
#0

Hello sir
After New update 8.8.2 , amp not working.
I update this yesterday , but after update AMP not working
This is my site URL https://www.gdgtsinfo.com

AMP url :- https://www.gdgtsinfo.com/access-whatsapp-using-bypass/amp

Simion C.
tagDiv Staff

Hi,

That is the latest articles section, you can change it’s name here for example
https://www.screencast.com/t/LQnPu2xnjlkt
All it’s other settings are there as well. Let us know if you have more questions.

Thanks

Simion C.
tagDiv Staff

Hi,

1. Don’t know about that, we made no tests with that plugin. Maybe check with the plugin authors if that happens only with that specific plugin.

We also provide an AMP plugin in the theme package, it is a simple plugin offering basic AMP functionality. In the future it will receive more features
https://forum.tagdiv.com/tagdiv-amp-plugin-tutorial/

2. Then there is a general problem if you can’t install any plugin. Check with your hosting provider and ask them to take a look. Also check the theme requirements guide and make sure there are sufficient resources
https://forum.tagdiv.com/requirements-for-newspaper/

3. We provide a mobile theme plugin, which should improve the mobile performance. More about that here, if you would consider to use it
https://forum.tagdiv.com/the-mobile-theme/
Of course speed is influenced by many other factors, website optimization takes a lot of work.

Thanks

bettingspin
tagDiv Member

Hi,

in fact it is not working on ANY posts or page since the update even if the AMP is enabled and it does display in the preview. The exact same pages were working before the recent newsmag update so there is an issue here. Those are some examples of pages affected:

https://toptradingplatforms.co.uk/2018/07/10/compare-top-10-brokers-in-the-uk/amp
https://bestbettingsites.online/new-betting-sites/amp

If you look them in preview they look fine but if you look at the URL above they going to 404 even if amp is correctly enabled and they show in AMP in the preview. Those pages were working in AMP before the update. We have several sites affected and getting google search consol flagging the issue as well as those AMP pages were working before.

Please let me know.
Simone

Simion C.
tagDiv Staff

Hi,

You could stretch them with CSS. I believe adding those classes will load the theme CSS just as if you used the composer, how are you adding them exactly?

Also you can maybe identify the containers that the plugin uses, stretch them. Theme stretches rows like this to full width for example
https://www.screencast.com/t/DmqeRaClGaYN

If you want these modifications per page, that would be possible only if you somehow use the unique page ID class before your code
Each page has an ID, example – https://www.screencast.com/t/yVEVtDJoe1

The header and footer elements can be stretched in the theme panel
https://www.screencast.com/t/W2Tl0Tt4i

Catalin
tagDiv Staff

Hello bettingspin,

Sorry, but please notice that we do not have any bad reports in this case until now! The AMP plugin should works as expected with the latest version of the theme because it was fully tested and works as expected. Try o resave your permalinks and check the results.

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

Stretched blocks will use the same thumbnail as non-stretched blocks. So regenerating the thumbnails would have no result in quality. We recommend that either full grids are used when full with is needed
https://demo.tagdiv.com/newspaper/full-big-grid-1/
Or flex blocks (there are many more to come in future updates)
https://demo.tagdiv.com/newspaper/flex-block/
These flex blocks allow you to choose thumbnails size, so the quality would be more proportional to your original images
https://www.screencast.com/t/5Ucr6Hwkk

This demo homepage is built using only flex blocks for example
https://demo.tagdiv.com/newspaper_crypto/

Thanks

Simion C.
tagDiv Staff

Hi,

No, those are predefined blocks. That block will always look like this
https://demo.tagdiv.com/newspaper/block-24/
The 1 column look will be the mobile look. What you could do is to hide the block on mobile, and display block 15 instead if that is what you want.

The tagDiv composer allows blocks to be removed per viewport. Check the CSS tab of the block, while selecting your desired viewport
https://www.screencast.com/t/PduFaZaQn43
https://www.screencast.com/t/1UJ6WiPGcqXl
So for example hide block 24 on mobile, and block 15 for desktop and the other devices (to display it only on mobile).

Thanks

Rebecca White
Participant
#0

1) can’t activate amp in my website, i am trying to use AMP for WP – Accelerated Mobile Pages
By Ahmed Kaludi, Mohammed Kaludi
when i install it showing 500 error

2) i can’t install updraft plus for backup plugin showing same 500 error

3) my google page speed in desktop is showing 84 and mobile is showing is 34, how to increase it ?

Simion C.
tagDiv Staff

Then try a code like this for example, make tests with it or modify it if needed
https://www.screencast.com/t/dBYKmdk9

.td_module_wrap .td-post-category {
position: absolute;
top: 0;
left: 0;
bottom: auto;
}

bettingspin
Participant
#0

We have updated newsmag in several sites but even if we have updated the AMP plugin we still getting 404 error even if the AMP plugin is working and the AMP plugin also display fine. The AMP plugin was working fine with previous version of newsmag. Please advice

Simion C.
tagDiv Staff

Not really, the website will be simple and light when using the mobile theme. There will be no page builder content, this will increase the mobile performance.

For each page you have to create two versions, one with the page builder for example, and one for mobile, with the mobile editor
https://www.screencast.com/t/8bwtCisIew
The mobile theme has many predefined settings which cannot be changed, this is to further improve the performance, everything is kept as simple as possible. You could give it a try, compare before and after.

Simion C.
tagDiv Staff

Hi,

The menu would be hidden along with the whole header if you use an empty page template for example
https://www.screencast.com/t/P1iyBJoZMPT
But that will remove the footer as well. Such a dedicated setting does not exist at the moment. I believe there are plans to add more design and functionality settings for the theme headers, in future updates.

I could give you a code, check if it works. It applies only on the homepage and it should remove the menu when not sticky
https://www.screencast.com/t/zhljPzQFJQNl
And display it when sticky – https://www.screencast.com/t/tQBvtwnW

Give it a try, enter it in Theme panel custom CSS section

.home .td-header-menu-wrap {
display: none;
}
.home .td-header-menu-wrap.td-affix {
display: block;
}

Thanks

dk
Participant
#0

Hello,

I need some help in designing my header main-menu. I want that when someone lands on my website, my homepage loads with no menu and when the user scroll down menu shows at the top. Also, I need help in aligning my logo to the leeft as it would leave a bad customer experience.

Please, check the link mentioned below:
Menu & logo problem

Viewing 25 results - 23,701 through 23,725 (of 38,683 total)