Search Results for 'amp'

Results from the Forum
domien
tagDiv Member

Hi Vlad,

It seems like this problem exists (on mobile display) with all of the posts that we have. Here is an example: https://photographycourse.net/what-is-editorial-photography/

Please let us know your thoughts. Thanks!

irfanjs
Participant
#0

Hallo Tagdiv…

How to change pagination to number pagination, because in tagdiv editor nothing options to number pagination, just 3 option, infinity, prev & next and no pagination…

This my site, https://www.workplace.id/ i want to use number pagination in last article

Thanks for u support

John Fernandez
Participant
#0

I’m about to make the switch from 9 to 10

I read this:
If your website was created with a previous version of Newspaper Theme, you should update the theme according to the theme documentation. Leave the plugin active until all dependencies are removed. What do I mean? For example, your website uses one of the default headers from the theme panel, and you deactivate the Standard Pack, your header will be displayed as a series of text and symbols on the frontend.

Can you provide the link to the documentation so I can do this correctly.

Thank you.

inveress
Participant
#0

Hi,

We’ve come across an issue with the theme. When we create a new post and attempt to preview it without first saving it, we get this error:

PHP Recoverable Error: Uncaught exception ‘Error’ with message ‘Call to a member function format() on bool’ in /wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php on line 672, request: GET /?p=478051&preview=true, request_id: 2a82feb36d110085a88aeae2bde14e7d

If we save the post and then view or preview it, it works fine.

We are on Newspaper 10.2.

Thanks,
Peter.

gurenet
Participant
#0

Hello I have a problem,
In editor mode in tagdiv the columns are seen correctly but when I save and see the result the columns are broken, it is rare because it only happens on some pages although the footer is common to all, for example in the home the footer looks good.

captures:
https://ibb.co/tbGbXpw
https://ibb.co/cwdsSXs

thanks 🙂

kotikatu
Participant
#0

Hi,

we have the latest WordPress multisite using Newspaper version 10.1.

So the problem is that on sites which have a domain name associated with the site, the TD Composer does not load, it just shows a white screen (with the loading circle) and the side bar does not respond.

TD Composer works perfectly on sites without a domain name.

The errors we get on the console below:

Load denied by X-Frame-Options: “SAMEORIGIN” from “https://alppila.net/?td_action=tdc_edit&post_id=1243&tdbTemplateType=page”, site does not permit cross-origin framing from “https://kaupunginosat.fi/alppila/wp-admin/post.php?post_id=1…ction=tdc&tdbTemplateType=page&prev_url=%2F%2Falppila.net%2F”.

SecurityError: Permission denied to access property "document" on cross-origin object

Please help, this is very urgent. We have few sites that cannot be edited because of this problem.

Kind regards,
Kotikatu team

janberk
Participant
#0

Hello, I recently download newsmag tamplate. I need to change social media links into post pages. When i change them into theme panel only main page social media links changes. I couldnt find where to change it.

#0

Hi,
I would like to know if there is any way for my news posts to enter an article and scroll below to see more news infinitely.
It’s possible?
If it is not possible, do you know any plugin to do it?

This would be an example of infinite load news of what I want to do:
https://www.reasonwhy.es/actualidad/anuncionmasmovil-antonio-resines-ahorro

Thank you 🙂

Vlad S
tagDiv Staff

Hello !

For the first option please contact our custom work team since this is custom work and is not covered by the support team: https://tagdiv.com/premium-customization-services/

In order to have different templates depending on the language you use simply create 2 identical Category templates and set them depending on the language you use: https://forum.tagdiv.com/cloud-library-category-templates/

Here is an example: Select english and set the english template: https://prnt.sc/qnxc84 ; After that select French and set the category template for french: https://prnt.sc/qnxcg6

You will have to use adbox elements from TagDiv Composer.

I hope this was helfpul !

Thank you !

boka003
Participant
#0

Hello,

If we have an important event on our site, we will update our post several times during the week.
It is very important to us to show in frontend that post is updated, and to show time when is updated.

Is is possible to show post update date here: http://prntscr.com/qnx4lz ?

We have foun this, mabey this can help with theme integration:

<?php

function awd_post_modified($d = '') {
if ( '' == $d )
$the_time = get_post_modified_time(get_option('date_format'), null, null, true);
else
$the_time = get_post_modified_time($d, null, null, true);

/**
* Filter the date a post was last modified.
*
* @since 2.1.0
*
* @param string $the_time The formatted date.
* @param string $d PHP date format. Defaults to value specified in
* 'date_format' option.
*/
return apply_filters( 'awd_post_modified', $the_time, $d );
}
add_shortcode( 'post_modified', 'awd_post_modified' );

//* Add Post Modifed Date
add_filter('the_content', 'awd_modified_date');

function awd_modified_date($content) {

$awd_modified_date= '<span style="font-style:italic; font-weight:bold;text-align:center;">(Посљедње ажурирање: [post_modified])</span>';

if(is_single() && !is_home()) {
$content = $awd_modified_date.$content;
}
return $content;
}

?>

Thanks a lot.

Vlad S
tagDiv Staff

Hello !

Here you can see an example of new sort implementation: https://forum.tagdiv.com/topic/implemented-new-sort-most-popular-among-posts-of-last-7-days/ Please note that in order to find the files that you need to change you have to get in the core of the theme because there is no predefined list of where everything is unfortunately.

If you want you can contact our custom work team in order to help you in this matter: https://tagdiv.com/premium-customization-services/

Thank you for your understanding !

anatre
Participant
#0

Hi!

I tried to use the extend style on center aligned image, but it does not works. The image has the same width as the content.

I attach 2 image to check.
The url is: https://utazokalandok.hu/korfu-a-termeszetimadok-kedvelt-celpontja-gorogorszag-legzoldebb-szigete/

Thank you for your help!


Vestsnab
Participant
#0

Hello! We need help with a few questions. The first is:
1.How can we remove the phrase by whom posted news, in what time and social networks only in the top of the articles? For example, on this page https://new.lpk-sibiri.ru/logging/forwarders/rottne-f15d/
At the bottom of the article these blocks should be left.

James David
tagDiv Member

I think I figured it out myself, although on the single post with sidebar… it’d be great to be able to get the featured image (or video if a youtube post) to be 100% wide as well with no padding. When i go into muy cloud template, and click the “Single Post Featured Image” area, try and set width to 1166… thinking it’ll now be 100% wide, it for some reason has a left padding again, and is well over the right side.

example..

https://i.imgur.com/u2ryJ1I.png

schoeps
Participant
#0

Hi there!

Just started working on a site for a customer and “POST /wp-admin/admin-ajax.php?td_theme_name=Newspaper&v=8.0 HT” threads are complexly taking down the webserver. There dows not seem to be an upgrade path from version 8, but would you know of a fix that stops this process from raging out of control?

Thanks!
Bri

James David
tagDiv Member

Hey guys, okay.. so I decided to use a site wide background. I know that boxes the theme. I am fine with this.

I tried to have a single post page, no sidebar. I used your suggestion about using the gutenberg wordpress editor to make images full size.

I changed the theme so it is ‘default’ size, I suspect 1166px

My goal, on a single post is to be able to have my text area indented so it is 900 px, maybe even 800px but the images, stretch from side to side, not going over into the background.

I measured the container, it is 1166. I add an image, I set the properties.

Image size: full

Image dimensions: 100%

Custom max width: 1166

I save, I open.. I see it almost exact how I want it, except.. oddly there is a 1 or 2 pixel padding on the left side. The right side is perfectly flush with container, as it should be. The left side.. off by 1 or 2 px like I said.

https://i.imgur.com/F0VuJgJ.jpg

Seems no matter what I do, that small left side padding is there. Also there on youtube videos when i want them to be side to side (but not going into the background)

Any ideas how to remove the left side padding in this container? images, video.. both have the border if set the custom max width to 1166. I I try making the custom max width number larger – example.. 1168 or 1170px, it does not work, it remains same size as the container is 1166, constrained by background.

All I want is for the image or video to go side to side, clean with no side padding.

thank you

Alan Feng
Participant
#0

I use WPML to build a multi language website.
Then use WPbakery and Block-4 to add a category archived list page.
But the ajax read more function not works with correct language.
For example, WPML default is English, when I in traditional Chinese page to click read more button.
It will add the English post item but not Chinese item.
Is there anything wrong? How to fix it?
thank you

Calin
tagDiv Staff

Hi,

These errors are made by this file -> wp-content/plugins/td-composer/mobile/header-amp.php -> https://i.imgur.com/EsOLEqH.png you’ll need to set on all these links a rel=”nofollow” like this -> https://i.imgur.com/QbQafcj.png

Hope this will help you!
Thank you!

John Fernandez
tagDiv Member

Also the the search bar shows “most Popular” and “Recent Comments”. How do I get rid of those from showing up as well.(I’m Not Amp or mobile theme just regular website)

domien
tagDiv Member

Thank you for clarifying, Vlad. So the post content should be edited using either the Gutenberg Editor or the WP Bakery Editor right? Sorry this is quite confusing. What I understand now is that the content can not be inserted through the “edit template” option.

Also, how exactly does adding elements to the template changes the post? For example if I add the element “column content” to a “single post template”, where should we add in the content for that column element? Or do you mean that adding the elements will not affect the design at all?

Sumit
tagDiv Member

Hi,

I have already contacted All in one SEO team and fixed the data structure problem.

Referenced AMP URL is self-canonical AMP:
https://drive.google.com/file/d/1eTPfR-xfrKu3JTqIALvPLgrFYA1FPD0o/view?usp=sharing
https://drive.google.com/file/d/1o3wi3gTpjsrm0okE0UyMw3pu-P8Lu8Xe/view?usp=sharing
https://drive.google.com/file/d/1MhsBMwOkbbsqri6-78rstBDqk0Rs7tcq/view?usp=sharing

Can you tell me why I am getting this error in the AMP section???

Thank you.

fatih-2
Participant
#0

Hello

1 – So we have started to display category banners as seen in the image. https://pasteboard.co/IPUxsMD.png
But, I want to display 2 different language based on the language of the category page. For example, same banner in Turkish and same banner in English. We achieve this on the widgets with WPML’s language switcher option on each widget. Also, we achieve this on the header banners by translating the banner areas in the WPML’s string transltion option.

I know we can also achieve this using theme panel’s custom ad box options, right after transating the custom ad bars via WPML’s string translation. But so far there’are only 5 custom ad box available and the amount we need is about 15. Is there a way to increase custom ad box number in the theme panel

We use, cloud templates for the category page displays and use such code as below to track the banners


xxxx

In which way I should place the banner and its code so that I can display 2 different banners

2 – We have some issues also with diplaying widget side bar. There are strange gaps and view issues on the same category page…It is hard to explain therefore understanding will be easier with pictures
https://pasteboard.co/IPUHPCC.png
https://pasteboard.co/IPUHZ3AE.png

Thank you in advance

BlakeDouglas
Participant
#0

Hi Team,

I’m having trouble displaying Linkedin & Mail under social shares on an article.

Once I select Linkedin & mail under Theme Panel>Post settings>Sharing and then save settings nothing happens.
Note: icons in this section for all social media networks are missing,.
When i refresh the page the saved settings disappear and WhatsApp seems to be selected…

Vlad S
tagDiv Staff

Hello !

For this issue you will have to contact all in one seo creators. This is not Newspaper Theme related. As for the images you have to use bigger images. That are the rules that AMP dictates.

Thank you for your understanding !

Calin
tagDiv Staff

Hi,

The speed of your website depends on how well your site is optimized, if you follow the steps which are presented in this tutorial here -> https://tagdiv.com/how-to-increase-page-loading-speed/ you’ll be able to increase the speed of your website.
Also you can check this similar topic for more solutions: -> https://forum.tagdiv.com/topic/optimize-script-to-improve-site-speed/

If you want to have a better speed on mobile device you’ll need to use this option from mobile theme -> https://i.imgur.com/Si6HhYV.png -> https://i.imgur.com/pxTu0nq.png using this option the layout of mobile theme and amp should be the same ( will be set the same template on both ), but do not forget to set a content for all pages in mobile editor.
The Mobile Theme -> https://forum.tagdiv.com/the-mobile-theme/

Thank you!

Viewing 25 results - 15,726 through 15,750 (of 38,683 total)