Search Results for 'amp'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

You could edit the Woocommerce thank you template page itself, and enter your content there for example
– https://www.screencast.com/t/81wVKG4MS
Or maybe try something like this and create your own custom thank you page
– https://www.woobeginner.com/woocommerce-thank-you-page/
– https://www.tychesoftwares.com/how-to-customize-the-woocommerce-thank-you-page/

Thanks

Simion C.
tagDiv Staff

Hi,

The redirect should work with a redirect plugin, if you redirect the tag URL to the URL you want
– https://www.screencast.com/t/hzFafVdi
I have tried the same plugin and redirected a post tag to a product page
– https://www.screencast.com/t/NxqWljhgfb
When that tag is clicked in the post (you have to click on the link and the redirect should happen) it redirects to the product page for example
– https://www.screencast.com/t/jRX0WrpEUmi
– https://www.screencast.com/t/PLlcSROFT
Maybe try to clear the caching and check the results.

Thanks

narinder912
Participant
#0

Hi

When I do a pagespeed test, this line shows as render blocking css: http://fonts.googleapis.com/…

If I block or remove google fonts using Autoptimize, will that break anything in the site?

Thanks & Regards
Narinder

simchris
tagDiv Member

There should be no plugins for TagDiv blocks in your /plugins/ folder – would be good thing to double check. For example if you had ionmag installed first, then switched on Newspaper, it might be seeing those.

Dunno. very weird! (I don’t work here, but use both themes.)

simchris
tagDiv Member

Usually you would need a plugin that does something like make an animated GIF from field frames from the video. Some websites test this — car websites for example — but they eventually abandon that as impractical and slow on mobile.

simchris
tagDiv Member

Probably need to write a function that appends the video into footer section of the AMP template being used. Likely ask the plugin author how to pull a custom field to print as part of the footer. Then try that with a function hook.

Torasko
Participant
#0

Google crawlers are going to domain/wp-content/themes/Newsmag/ directly and generate an error 500. In the server logs, the following log can be found:

[Wed Sep 06 22:30:08.070258 2017] [php7:error] [pid 22258] [client redacted:62857] PHP Fatal error: Uncaught Error: Call to undefined function get_header() in /redacted/wp-content/themes/Newsmag/index.php:6\nStack trace:\n#0 {main}\n thrown in /redacted/wp-content/themes/Newsmag/index.php on line 6, referer: https://www.google.com/webmasters/tools/crawl-errors?hl=en&siteUrl=redacted

Can this issue be fixed since it might negatively impact SEO when crawling errors occur, or is this nothing to worry about?

llucson
Participant
#0

I have a problem. I have created custom code, with .class, for many modules at home. Some of these classes are to increase the title font size. The problem is that from the mobile with the plug-in Tag Div Mobile theme activated, it continues to load those classes and the font size come out disproportionate, for example.
Is there a way for mobile to ignore the custom code classes I have applied to the modules in the desktop/ normal version?

Or:

Is there any option for the mobile to load another alternative homepage that I would create expressly without applying custom code to the modules

The problem only affects the homepage

Matt
tagDiv Member

Hi Catalin,
Thank you for the reply. I’m not trying to add any new menus.

For example, I want pages 1, 2 and 3 on the Top Header Menu and Categories A, B, C and D on the Header Menu (Main). It’s automatically giving me 1, 2, 3, A, B, C, D on both menus. If I add an item to one menu, it’s added to both. If I delete an item from one menu, it’s deleted from both.

You can see the website here.

Simion C.
tagDiv Staff

Hi,

That is the way that post template was designed, there are no options to change the way it displays the featured image or to disable the parallax.
You could set a different height to the image with CSS. The default is like this
– https://www.screencast.com/t/m0RjX2Q8eR
The code would be like this for example

.td-post-template-7 .td-post-header {
height: 900px;
}

If you decide to use it, it should be entered in the Advanced CSS section, desktop field so it would not apply in all situations (it may not display properly for all devices)

.td-post-template-7 .td-post-header {
height: 900px;
}

The theme has different heights for this element, based on width
– https://www.screencast.com/t/83fm0kBa9O

Thanks

Nicholas Gibbs
Participant
#0

I need some guidance on what is/is not affected by updating. The help documentation and videos are ambiguous, imo good examples of information being provided by people who already know the answers and find it difficult to put themselves in the mindset of people who don’t. My points may seems obvious to tech people, but are not to me, and judging by the number of post-update-panic-posts in the forums, they are not to many other users too.
For me, upgrading to 8.0 went from the quick and easily hour set aside indicated by the video, to a weekend of my life I will never see again. I want to avoid the same again. By example in your docs it says “Once you activate a different theme, delete the Newspaper theme. Don’t worry, your content will not be lost.” The documentation also mentions code. But nowhere does it mention the effect on the hugely important and time consuming settings?

So i would appreciate it if you could clarify which of these headings will be affected by updating (and ideally any steps to be taken post update). I’ve started with the two I think I am clear on …

EFFECT OF UPDATING
Bespoke Code (including, but not necessarily limited to, anything entered into theme panel/custom code and theme panel/mobile theme/custom code): All will be overwritten. Must be copied out and re-applied.
Content (posts and pages): No effect, all will be retained.
Theme Panel Settings (all under header, footer, ads, layout and misc): ??? (if they are affected can the export/import settings tool be used – it states ‘to copy to another server’, and does not specify whether it would work between different theme versions. Is there anything not included in that settings export?
Mobile Theme: ???
Visual and TagDiv Pagebuilder elements used on posts & pages: ???
Demo Theme: ???
Licence key/activation: ???

METHOD OF UPDATING
in the documentation it gives alternative methods of updating, without any indication any are better than others. However i have noticed that in the forum when problems occur it is often stated that people should re-upgrade using the ftp method. does this indicate that the ftp method is more stable/reliable way of updating? I expect many of us will go for what appears the easiest method (wordpress) but if we knew ftp was a better way would jump through the extra hoops to do it that way.

I hope you can see that armed with that information I can see whether the benefits of an upgrade are worth the potential hassle, and also get a better idea of the realistic time it will take.

Thank you.

lukehodge
tagDiv Member

Thanks Catalin the URL is https://seemslegit.com.au/

And an example screenshot is at: http://www.screencast.com/t/sgAkbey6S7db

https://seemslegit.com.au/afl-umpires-to-utilise-helpful-player-feedback-for-reversing-incorrect-decisions/

There it’s showing both the feature image (which I’d like not to be displayed) and the other version of the image I wanted to have at the top of the article.

I’ll want to do this on several posts, so if it’s possible to send me custom CSS code for this where I can just change the post ID to use it on other posts, that would be great.

sgaialand
tagDiv Member

Hi Simion,

many thanks for your feedback!

I’ve tested the demo page you shared, and works fine from all devices and browsers.

It’s not easy to say under which circumstances my personal devices (mac and windows 10 pc) don’t visualize my page correctly, cause they just don’t, as shown in the screenshots I’ve shared.

The page that doesn’t work and I would like to be the home page moving forward is the following:
https://www.sgaialand.it/sgaialand-magazine-home/

With the relative code:
[vc_row][vc_column][td_block_big_grid_4 category_id=”” td_grid_style=”td-grid-style-1″][/vc_column][/vc_row][vc_row full_width=""][vc_column][td_block_video_youtube playlist_yt=”Aq9mvcNmX5A, uHh58pMmXJA, nelwu6quals, VMEqn3vEXu0, PPpEnoZb6nQ, AuG1UAcexNs, LPmlnk7FLXU, Wjb-eYCCsK4, 5-vxMQ-aCLQ, ecsnsnPHxO0, sHZ9ir5YyQU, LH4A-AyLUc0, VY3sAFcU6ok” playlist_title=”SgaiaTube”][/vc_column][/vc_row][vc_row][vc_column width="2/3"][td_block_4 custom_title="ARTICOLI RECENTI" offset="3" block_template_id="" limit="4"][/vc_column][vc_column width="1/3"][td_block_ad_box spot_id="custom_ad_1"][td_block_17 custom_title=”SGAIA BLOG” category_id=”1471″ limit=”1″][/vc_column][/vc_row][vc_row][vc_column][td_block_4 category_id="14" custom_title="EVENTI" block_template_id="" limit="3"][/vc_column][/vc_row][vc_row][vc_column][td_block_14 custom_title=”LO SCATTO DELLE MERAVIGLIE” category_id=”1156″ limit=”3″ ajax_pagination=”load_more” td_ajax_filter_type=”” tdc_css=”eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxIn19″ block_template_id=””][/vc_column][/vc_row][vc_row][vc_column width="2/3"][td_block_11 category_id=”9″ limit=”3″ custom_title=”TRAVEL” tdc_css=”eyJhbGwiOnsiYm9yZGVyLXN0eWxlIjoiaW5oZXJpdCJ9fQ==”][/vc_column][vc_column width="1/3"][td_block_3 custom_title="FOOD" category_id="5" limit="2" ajax_pagination="next_prev"][/vc_column][/vc_row][vc_row][vc_column][td_block_instagram instagram_id="prendila_sgaia" instagram_header="off" instagram_images_per_row="5" instagram_number_of_rows="" instagram_margin="2" custom_title="I VOSTRI #PRENDILASGAIA SU INSTAGRAM" block_template_id=""][/vc_column][/vc_row][vc_row tdc_css="eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIwIn19"][vc_column width="2/3"][td_block_2 custom_title="INNOVAZIONE" category_id="1" limit="8"][/vc_column][vc_column width="1/3"][vc_single_image image="16094" height="250" image_url="http://www.myho.it/" open_in_new_window="yes"][td_block_17 custom_title=”SPORT” limit=”1″ category_id=”704″][/vc_column][/vc_row][vc_row][vc_column][td_block_3 custom_title="LIFESTYLE" category_id="726" limit="3"][/vc_column][/vc_row][vc_row][vc_column][td_block_5 custom_title="FASHION & BEAUTY" limit="6" category_id="" category_ids="4, 7"][/vc_column][/vc_row][vc_row][vc_column width="1/3"][td_block_14 limit=”3″ custom_title=”ARTE” category_id=”700″][/vc_column][vc_column width="1/3"][td_block_14 custom_title=”CULTURA & SPETTACOLO” limit=”3″ category_id=”2″][/vc_column][vc_column width="1/3"][td_block_14 custom_title=”ARREDO & DESIGN” limit=”3″][/vc_column][/vc_row]

Maybe the two things are not related, but I noticed that from my personal devices I also can’t save changes in the theme panel. I can do it from the same computers that can visualize the page above correctly.

Hope this helps, thanks again for your help.

Kind regards

Anil
Participant
#0

How i remove blank space between text and ad (top and bottom)in single post. (See screenshot.)
You can see my website in my profile.

cpurefoy
tagDiv Member

… and, just in case, we understand if you simply embed the video into the content – it will show up in the AMP version. But we have a lot of old posts and our customisations on Newspaper need the videos to be “Featured”.

cpurefoy
Participant
#0

Hey,

Does anyone know how to ensure Google AMP shows our featured video? At the moment, the AMP version of our posts only shows the featured image.

eg. https://battabox.com/nigeria-more-commit-suicide-yoruba-lagos/?amp

We’re running Newspaper theme (obviously!) and AMP for WP – Accelerated Mobile Pages plugin.

Thanks,
Christian

arnimation
tagDiv Member

Hi Catalin, completely understand and would hate to break the theme.

Here’s a sample link: https://rmn.ph/staging-block/

Using block 3 – Title, meta, etc. were hidden via css so it would only show the image (we prefer the size of block 3 images)

Wondering how we can get rid of that extra space under the image.

Thanks!

jeanlucb
tagDiv Member

Hi there
I can confirm my SEO software detects 121 errors (404s) because of the error indicated above, here is one example “http://whatsapp//send?text=Spanish+pop-up+dinner+at+The+Dobblers+Inn%20-%20http%3A%2F%2Fspanishwineries.co.uk%2Fpop-up-dinner-dobblers-inn%2F” – I tried to use the CSS to remove all reference to WhatsApp, but it doesn’t fix this issue. Can I also remove WhatsApp from the mobile site in the CSS?
Thanks

colognedude
Participant
#0

Hey there,

I’d like to change the Header Template for the Blocks and with that change the look of the “Custom title for this block”?

If I click on “Header Template”, the dropdown-menu simply shows “Block Header 1 – Default” … but nothing else.

I for example installed the “Clear Voice”-Demo, but would like to add the block headers of “Sportnews”.

Catalin
tagDiv Staff

Hi MamasLT,

Yes, for example, if you want to add a Facebook Video inside your post, you simply do these steps -> https://www.screencast.com/t/UXNyFdBJ

Hope this helps!

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

You could try to edit the theme file where the related block is defined, and create a condition based on post ID’s
– https://www.screencast.com/t/JEHq2njcvGa6
For those posts the related section will be as you want
– https://www.screencast.com/t/E9aQC3x2
The post ID’s can be found like this for example
– https://www.screencast.com/t/RF0XVTHp9eZo

Thanks

Limpid
tagDiv Member

Hello Simion, the alerts is the text-based post-slider that’s part of the newspaper template. There has only been colour changes to the widget, it displays right below the main horizontal menu.

Example of the widget on the demo

  • This reply was modified 9 years by Limpid.
Catalin
tagDiv Staff

Hi m0re,

Sorry for this but please notice that our theme does not have any such an option for this regard. You only can turn off the thumbs which you will never use in your theme from theme panel, like this -> https://www.screencast.com/t/FvdjaZfXQ
For example, if you do not want to use the 218*150 thumbnail, you simply turn off the option from the panel and then, the theme will do not cut your images after this size/thumb. Another option does not exist.

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

That would require you to edit the post template file that you are using, and make modifications in it’s structure. For example this is for post template style 2 (the file is loop-single-2.php)
– https://www.screencast.com/t/KeZhpcwLrZ3
– https://www.screencast.com/t/6xkNdB3aVekV
– https://www.screencast.com/t/ul9ediHeHuCX

Thanks

Larshell
Participant
#0

I updated to 8.1. of your theme and it has caused problems with how Visual Composer elements display in most of my posts.

Example post: https://agenturer.no/selvstendig-agent-nord-norge/

You will see a picture in the middle (that is been expanded in size). It looks very ugly.

However if you see the setup on the back end in Visual composer you will notice the picture should be in the left sidebar: https://www.dropbox.com/s/xh5druotg9ojj7w/visual-composer-setup.jpg?dl=0

Can you help me with figuring out why this is happening after updating to 8.1? (from 7.8).

Kind regards
Lars

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