Search Results for 'amp'

Results from the Forum
manuangel
Participant
#0

Hello! I would like to set the category for each article which are visible like first block on the homepage. So I would like to sei each category for the each visualisation. Not All. How I can to do it?

The second question is I do not want “altro” like the category on the ap.. hoc can I delete it?

The third question is… How can I change the size of advertisment. I saw the banner is 300 x 250 px… I would like to have 300 x 750 for example

Thank You!

Calin
tagDiv Staff

Hi,

I’ve just check your website and amp is working :
https://www.screencast.com/t/lwbSz39e1R
https://www.screencast.com/t/GexQSjLz9Xo

Thank you for your understanding.

Simion C.
tagDiv Staff

Hi,

1. AMP is mainly for posts, you can enable it for pages which do not contain page builder content. The page should be built with the default WordPress editor
https://www.screencast.com/t/So3EgMatk
https://www.screencast.com/t/876w69K5cpju

2. Changing the color of the post titles and excerpts in modules can be done if you use flex blocks and the tagDiv composer
https://www.screencast.com/t/NNTkBXEUys

For default blocks there is no setting, but you could use some CSS. For example with a custom class. Set a custom class for the block
https://www.screencast.com/t/wxl78YIwzPD
Then create some CSS to color the article titles
https://www.screencast.com/t/nkCr9oCZ6ch
Code used in example here

.myblock .entry-title a{
color:yellow;
}

Thanks

jotem
Participant
#0

Hello, I run 7 different sites using Yours amazing theme. Great work guys, really.

I have a problem regarding AMP. I wanted to set it up on https://jotem.in I did everything like You wrote on FAQ. I cannot see it working using mobile/dev tools. I thought that this is related to WP Super Cache. I disabled it for tests. I received message form Google few days later, that i should fix problems with AMP and it has pointed to 470 posts so far. I dont know what is wrong and why it is not working.

Google says:
– Non standard JavaScript which is forbidden
– There is no mandatory “amp-custom” tag
– Wrong href attribute in CSS
– Wrong Div tag in JavaScript “amp-auto-ads extension .js script”
and much more

Simion C.
tagDiv Staff

Hi,

This topic should be helpful – https://forum.tagdiv.com/topic/info-adv-amp/

Thanks

ritutiwa
tagDiv Member

Thank you sir its working only after putting AMP at the end of the post link. But in organic search its not working. I click my AMP article in google search result and its not working. Please help me.

Simion C.
tagDiv Staff

Hi,

Actually no blocks or page builder elements will appear on mobile if you use the mobile plugin.
What is most important to remember when using the optional mobile theme, is that you will have to create two versions of each page
https://www.screencast.com/t/lpTRoKszPO
For example a page you build in the tagDiv composer will be empty on mobile, unless you add content in the mobile editor
https://www.screencast.com/t/NwNZmgZbnPC
There you can enter simple content to display on mobile.

If you do not want this, and want to display the same content from desktop on mobile, deactivate the optional mobile theme.

Please let us know if you have more questions.
Thanks

malangtoday
Participant
#0

1 why path home my website not crawl and disable amp, http://prntscr.com/l7tptb, http://prntscr.com/l7tqvd
2. how change color text at block ?? http://prntscr.com/l7tr5f

ashubais
tagDiv Member

screenshot – http://prntscr.com/l7t8dv
I want to change this h3 to h2

This element is – PostLoops & also Block 5.

Bidyut
Blocked
#0

Hi,
I need assistance in setting up Auto ads for AMP for TagDiv AMP plugin.
Adsense gives 2 instructions to add it on AMP as follows:

  • Step 2: Copy and paste this script in the head tag of your AMP HTML
  • Step 3: Copy and paste this ad code in the body of your AMP HTML
  • I wanna know particularly what should I do? I’ve checked existing forums questions regarding that but somehow couldn’t find proper answer maybe, so please help 🙂

    howtofish
    Participant
    #0

    Hi, I have a question need to help. How can I remove information about this subject? I buy Newspaper is the theme of the tagdiv.com, I wrote some articles, is now set up a HOME page, it works very well, and the sample is the same: https://demo.tagdiv.com/newspaper_health/.
    But I don’t want health related information.
    Attached is the picture I want to remove from my website.

    Edward
    tagDiv Member

    The simplest language:

    1. Make backup folder of your site: ../wp-content/themes/Newspaper
    2. Delete this folder (Newspaper) with all content.
    3. Upload and extract zip file Newspaper.zip with the theme from themeforest.net to your folder ../wp-content/themes/
    4. Enjoy!

    If you don’t want to read “10 pages of text in a user manual” just watch the video:

    sonnymarojahan
    tagDiv Member

    ah….so the tagdiv newspaper theme panel –> header –> logo & Favicon force a new site title?
    got it!
    thanks edward

    revmags
    Participant
    #0

    I’ve searched this forum and see a few people have asked about timestamps not showing. I’ve seen a few notes about the possibility of a conflict with WP Super Cache. My client’s site does not have that installed, and is hosted on WP Engine. I spoke with their support and they said that the Newspaper theme “may require certain caching exemptions in order for this to work correctly. The developers may be able to provide these requirements.” Are there such requirements? If so, they’re pretty cool about tweaking the server settings.

    It’s crucial I get this running for my client. He runs an actual newspaper and has to have that timestamp on all posts. Thanks!

    Kraken678
    Participant
    #0

    I followed the guide from WordPress and TagDiv, but my child theme’s stylesheet is not loading. Here are the codes I have in functions.php:

    <?php
    function my_theme_enqueue_styles() {

    $parent_style = 'td-theme';

    wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' );
    wp_enqueue_style( 'child-style',
    get_stylesheet_directory_uri() . '/style.css',
    array( $parent_style ),
    wp_get_theme()->get('Version')
    );
    }
    add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' );
    ?>

    I read the latest post about this issue and followed some examples, but it’s still not working.

    I created a functions.php, style.css in a new directory called Newspaper-child. The style.css is blank. The functions.php has the code above. Why is it that no stylesheet loads? Doesn’t it fetch AND load the files and stylesheets from the parent template before checking the child? So even if my style.css is blank, it should work, right?

    Let me know what I’m not doing right. Thank you.

    DaveS
    tagDiv Member

    For example: On desktop I had 4 products per row (I think that’s by default) and was able to successfully change it to 3 products per row using the suggested code in functions.php. I changed the total number of products per page to 15 (3×5).

    But on mobile, there are 2 products per row by default. After changing the total number of products per page, on mobile there’s 1 product on the last row of each page. This doesn’t look nice.

    Any ideas how to change the total number of products per page on mobile or how to switch from 2 products per row to 1 product/row on mobile? Both are possible solutions.

    Thanks!

    Simion C.
    tagDiv Staff

    Hi,

    Can’t find any solutions online unfortunately, I searched for a while. You could search for different solutions or consider using plugins to display Instagram images, maybe some plugins have options to choose from multiple sizes.
    Check some of these for example, and try some free plugins
    https://premium.wpmudev.org/blog/12-instagram-plugins-for-wordpress-worth-installing/

    Thanks

    bw_Hour
    tagDiv Member

    Hi Calin,

    Sure thing, please see this page as an example.

    The affected elements are near the middle of the page in the right-hand column labeled “Event Calendar” and “Events.” I am trying to change the CSS on those particular elements since I can not through the widget.

    Thanks.

    Calin
    tagDiv Staff

    Hi,

    You can do that with cloud template
    Here is a quick example of what you can do with cloud template :
    https://www.screencast.com/t/ZxYZibAfnmz
    Here is an affiliate link where you can test/edit the cloud template https://affiliate.tagdiv.com/#/load/All

    Thank you.

    pildat
    tagDiv Member

    Hi Simion,

    Thanks for the example code! So I put the following css code into my website and the result is just as per our expectations.

    .td_social_youtube {
    position: relative;
    left: -25%;
    }
    .td_social_twitter {
    position: relative;
    left: -50%;
    }
    .td_social_facebook {
    position: relative;
    left: 25%;
    }
    .td_social_instagram {
    position: relative;
    left: 50%;
    }

    After putting the above code in, our custom css code lines have exceeded 1000 lines (including previous codes). Thats huge, but now after this, the site looks perfect. What do you think? Please give me your honest opinion?

    Dear Simion, it was really an enjoyable experience working with you towards solving all my problems. You can now mark this as solved.

    Thank You.

    axehorde
    tagDiv Member

    I just want a big grid (like in the second example), with a full list of games or films, in a post or page in my newspaper theme.

    what you posted is not really what I meant

    Simion C.
    tagDiv Staff

    Hi,

    That is not difficult to do. You can create may row layouts with the tagDiv composer. For example simply split the row like this
    https://www.screencast.com/t/RrrxQ8wfPQzj
    You can use the larger section as main content, the smaller as a sidebar. Add the elements you want in each of them.

    Here you can check some pages designed by our team
    https://affiliate.tagdiv.com/#/load/Pages
    Select one of the pages and click preview, then you can even edit the page with the tagDiv composer
    https://www.screencast.com/t/LmkDh8bb -> https://www.screencast.com/t/4DAcojo2dSy
    You can use them for inspiration or import them to your website with the cloud library plugin
    https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

    Note that when both page builders are active, some elements may not work properly. It would be best to choose one page builder and only use that one. The single image element will be affected by both, the image effects from WPBakery may not work (or other settings).

    Please let us know if you have more questions.
    Thanks

    Simion C.
    tagDiv Staff

    Hi,

    1. That explains it, now I can see the icons just fine
    https://www.screencast.com/t/aoT42LNLz16S

    2. Seems I forgot to give you a solution for the order of the socials, sorry about that. Simplest method would be with a simple CSS code, for example this will switch Instagram with Twitter
    https://www.screencast.com/t/zA4wWLTOGz
    CSS code can be entered in the theme panel custom code section

    .td_social_instagram {
    position: relative;
    left: 25%;
    }
    .td_social_twitter {
    position: relative;
    left: -25%;
    }

    Let me know if this works, or if you have more questions.

    Calin
    tagDiv Staff

    Hi,

    You can do that using a cloud template https://www.screencast.com/t/UqM77CicJ
    tagDiv Cloud Library plugin documentation: https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

    For example you can add tow rows and set the layout for them 2/3+1/3 ( https://www.screencast.com/t/nk4ggd15T ), click the empty column from the right bottom, select column and check the sticky box ( https://www.screencast.com/t/4R2NYu9DBCAG ), now this empty element is sticky ( smart sidebar ), and the first one is a classic one
    https://www.screencast.com/t/4R2NYu9DBCAG

    Thank you.

    Simion C.
    tagDiv Staff

    Hi,

    So you initially had some ad codes in the theme panel, as article ads. You have then deleted these ad codes and entered new ones. Then these should be displayed since the old ones were removed.
    It would be very unusual if the old ones are still displayed. Do all the posts have this behaviour, even new ones? Maybe only old posts display the old ads because of caching.

    If that is not the case, could you provide some examples of this happening so I can take a look?

    Thanks

    Viewing 25 results - 22,326 through 22,350 (of 38,683 total)