Search Results for 'amp'

Results from the Forum
Catalin
tagDiv Staff

Hello pakdefense,

Unfortunately, the theme does not have this functionality, sorry! You should try using a plugin with this functionality and check the results.

I believe Woocommerce lets you add a link to the cart in the desired menu
https://www.screencast.com/t/T6nanGzwmEIZ
But if you want something like a basket with additional information you could use a plugin such as this one for example
https://wordpress.org/plugins/woocommerce-menu-bar-cart/

Thanks.

Catalin
tagDiv Staff

Hello Philip Brookes,

Before using the Contact Form 7 plugin, please check the documentation from here ->
https://contactform7.com/docs/ to see how the shortcodes work. Other shortcodes you want to use you would have to enter directly into the post content. Like a contact form shortcode for example – https://www.screencast.com/t/U7uA5JaA92

You should check the plugin’s documentation to check the needed steps for configuration of this plugin. You can start from here -> https://mailchimp.com/resources/guides/getting-started-with-mailchimp/

Thanks for your understanding!

biotecnika
tagDiv Member

i had activated it but still the pages redirect to non-amp url

Hari
tagDiv Member

How to change the text and font, for example

Need to change to a Google Font and the text to + Know More

Simion C.
tagDiv Staff

Hi,

Please be sure to check the theme requirements guide
https://forum.tagdiv.com/requirements-for-newspaper/
Insufficient WP-memory for example could cause 500 errors. If needed contact your hosting provider and ask them to increase/activate those parameters.

After making modifications where required, try to activate the theme again. Let us know.

Thanks

Simion C.
tagDiv Staff

Hi,

Each menu item has a unique ID, so you could use that and create a code. I did it like this, first I have added an icon in my menu same way you did
https://www.screencast.com/t/atJw6weOwj
The menu item ID can be seen with the browser inspector
https://www.screencast.com/t/0vVSEOThr
So a code like this will change the color when on default (if you want to do that), also set a hover color
https://www.screencast.com/t/6C5dK406DS
https://www.screencast.com/t/mWocLAsrZNdZ
This is the code used in the example, you would only need to use the IDs you have. The colors can be set to what you like. Use them both or just the hover one.

.menu-item-3512 .fa {
color: blue;
}

.menu-item-3512 .fa:hover {
color: red;
}

CSS code can be entered in Theme panel->Custom code-> CSS section.

A guide that may be helpful here
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Hi,

Our AMP plugin does not have a menu at the moment. It may be added at a future time. We based the AMP template on the way the Yoast SEO website looks on AMP
https://yoast.com/social-media-optimization-with-yoast-seo/amp/

Thanks

Simion C.
tagDiv Staff

Hi,

What font are you referring to exactly? I will take a look if you can mention an example of this change.

Catalin
tagDiv Staff

Hello Cristina,

You should wait a few moments because it’s not an immediate effect, sorry! Also, make sure that your Google AdSense has been correctly inserted according to our documentation from here -> https://forum.tagdiv.com/tagdiv-amp-plugin-tutorial/

Hope this helps!

Thanks.

Cristina
Participant
page amp - topic
#0

hi, i have setting plugin amp with code ua adsense and insert code for automatic banner, but google search not see pages. amp. One tutorial what is 2 ?

Elevas32
Participant
#0

For a long time I avoid that my posts are indexed with the date thanks to these two options of the newspaper theme.

1- Post setting—>Show Date—-> Disable.

https://ibb.co/geGrjJ

2- Block Settings—>Meta info in module blocks—-> Show Date—> Disable.

https://ibb.co/bXWDyd

In 99% of the cases, the date is not shown in snippet with those two options deactivated. The problem is that for the last 5 days the last 4 articles that I have published appear with a date in the snippet and I do not know the reason. I have not installed new plugins or anything.

For example:

https://goo.gl/QaHK8G

https://ibb.co/bUNNPJ <——- picture of snippet

lowpixel
Participant
#0

Hi, Tagdiv

Please assist me to change scroll up color button. I already use your css code:
.td-scroll-up {
background-color: yellow;
}

but not work, check this pic:
http://disitukampunginggris.com/wp-content/uploads/2018/07/Screenshot_1.png
http://disitukampunginggris.com/wp-content/uploads/2018/07/Screenshot_2.png

Reply me ASAP.

LeoHuarita
Participant
#0

Hi! It’s possible add menu in amp version?

Edward
tagDiv Member

A waste of time.

No plugin will prevent you from viewing the source code of page in the browser.

For example:

Google Chrome: Ctrl + Shift + I
FireFox: Ctrl + U

Simion C.
tagDiv Staff

Well than you would better consider to use a e-commerce plugin for displaying products, not posts. You can use Woocommerce to set up a shop and display products. Some examples
https://demo.tagdiv.com/newspaper_tech/shop/
https://demo.tagdiv.com/newspaper_tech/product/woo-logo-3/
That website also uses woocommerce, since that is a product for sale.

ris.world
tagDiv Member

Thanks Simion,

I have the same problem whith my blocks when I change Apparence > Widgets > Block > Filter > Sort Order > Oldest post the widgets doesn’t change his order. It’s the same with alphabetical for example.

Do you know why ?

Thanks.

Adrien T.

Simion C.
tagDiv Staff

So maybe something like this – https://www.screencast.com/t/Hd6eCBdDt
This is the code used in the example

.td-load-more-wrap a {
color:white;
background-color: #d01317;
border-radius: 100px;
}

Simion C.
tagDiv Staff

Hi,

So maybe something like this – http://prntscr.com/k70dtz
That would be a border around all images in the post content. This is the code used in the example

.td-post-content img {
border: 1px solid blue;
}

Simion C.
tagDiv Staff

Hi,

I see you created a post template, that would not be the best solution for this task. You would have to create a template for each celebrity for example. Maybe you could create and use pages instead of posts, but that would be the same thing basically.

If that is not a problem, then create post templates or pages as you want. The tagDiv composer has many elements to choose from, each with visual or font settings. Use what you think looks best. There are text elements, image, multi-purpose etc. Experiment with it, some guides and videos here
https://forum.tagdiv.com/tagdiv-composer-tutorial/
https://www.youtube.com/watch?v=C0ARTSimnUY&list=PL6CsDkMaejhr2ExZCO73U11SSVKB9r_NE&index=6&t=25s

Thanks

Bogdan B.
tagDiv Staff

Hello,

You can use the new cloud library plugin available since Newspaper 8.8
It allows you do to just that.
The following example shows how to import a single post template but the method is the same for category templates: https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

Thank you!

Simion C.
tagDiv Staff

Hi,

The date in the top bar will accept these parameters
http://php.net/manual/en/function.date.php
Enter the ones you want in the required field in the theme panel
https://www.screencast.com/t/HX5KW4i83
Be careful with the parameters you enter there, your example would display like this
https://www.screencast.com/t/E848r1vNFKG

Thanks

Simion C.
tagDiv Staff

Hi,

The first problem in that example seems to be with this link in the post content
https://www.screencast.com/t/P1UcH0t5TiYc
That link does not work in AMP or the default post, please check and fix it, or remove it.

That other error would appear on all your MAP post pages however. Images in the sub-footer will cause it. I believe this is added on our to-do list and we will try to convert the image tags manually entered in the sub-footer to proper AMP image tags, automatically. Or provide some kind of solution.

Thanks

Simion C.
tagDiv Staff

But from what I can see this is not an archive page (category)
https://www.larbreetlapirogue.fr/carnets-de-voyage/vanuatu/
It looks like a page created with the tagDiv composer, not a category page. So it seems you redirected the default category page to a page
https://www.larbreetlapirogue.fr/category/vanuatu
What exactly do you want to do now? Google has a tool to remove URLs you could use that
https://support.google.com/webmasters/answer/1663419?hl=en

But why would you access the website like this
https://www.larbreetlapirogue.fr/?ldfhdsfhfsohi
That would work for any URL, for example
https://www.youtube.com/?ldfhdsfhfsohi=

Viewing 25 results - 23,651 through 23,675 (of 38,683 total)