Search Results for 'amp'

Results from the Forum
docktera
Participant
#0

Hi,
After switching off all plugins, still my Multipurpose Button URL’s do not open in new windows. And yes, “Open in new window” checkbox has been set at the button’s settings.

HTML source does show target=”_blank”.


<div class="tdm_block td_block_wrap tdm_block_button td_uid_35_5c52f6198fe32_rand tdm-content-horiz-center td-pb-border-top td_block_template_3" data-td-block-uid="td_uid_35_5c52f6198fe32">

<div class="tds-button td-fix-index">

< a href="https://www.domain.com/external-page/" target="_blank"><span class="tdm-btn-text">START EXTERNAL PAGE</span><i class="tdc-font-fa tdc-font-fa-external-link"></i>< /a >

</div>

</div>

(“< a” & “< /a >” changed on purpose due to formatting)

With content were a href links are used in posts with target=”_blank” do open in new windows…

Any help would be great!
Thanks.

Calin
tagDiv Staff

Hi,

Please not that the blocks are made for post, page and events, not for shortcode
But if you are using tagDiv Composer you can achieve that you can set the shortcode in column text.
For example set a row, and set the layout on 1/2+1/2 -> https://www.screencast.com/t/t3tRsVP3GB9 after that set in one row some inner rows and do the same, after that set a column text and set in it the shortoced like this -> https://www.screencast.com/t/cRF3dM38Fn and in the adder row drag the big grid and set to display only one post -> https://www.screencast.com/t/qH6h7K03U3d -> https://www.screencast.com/t/soyvj4jjmq

Hope this will help you!
Thank you for your understanding!

wizway
Participant
#0

Hi,

I created a website on Your theme: korpovoice.pl.
After trying to paste the link on facebook wall – I see that the main picture of the article and describtion – doesn’t upload at all.

For example: https://developers.facebook.com/tools/debug/sharing/?q=https%3A%2F%2Fkorpovoice.pl%2F2019%2F01%2F20%2Fnowy-rok-i-nowa-ja%2F

Bad describtion and no image loaded 🙁

Please help how to made it works.

Calin
tagDiv Staff

Hi,

In did there are some resource that you need in order to do not have problems with theme, for example our theme request 256MB wp memory, WordPress recommendation are the same, all plugins that you have installed needs memory, even the cPanel need memory.
We hope that in coming updates will be some changes regarding this problem.

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

IF you want to reorder the social you’ll need to do this manually, you’ll need to make some changes in theme files, in order to do that please go in D:\XAMPP\htdocs\test_site\wp-content\themes\Newspaper\includes\wp_booster\td_social_icons.php -> https://www.screencast.com/t/RxujuYwf0 reorder the socials, after that go in Newspaper>Theme panel>Social Networks refresh the page and see if the social are reorder and set your social again.

Hope this will help you!
Thanks.

Simion C.
tagDiv Staff

Hi,

You could begin testing with some free plugins, try some of these for example
https://revive.social/best-wordpress-plugins-social-media-auto-posting/
https://wpwarfare.com/15-plugins-to-automatically-share-your-wordpress-posts-on-social-media/
I haven;t tried any unfortunately, so I can’t make any specific plugin recommendations. Maybe some other users can share their experience with this kind of plugins.

Thanks

renomureza
Participant
#0

Please help me, I haven’t found a solution in two days. I want to make related posts widgets based on the category of posts opened by visitors. I want to place it in the sidebar.

I have entered the code below into the child theme function.php, but the list of posts that appear is the most recent post.

Link this code: https://wordpress.stackexchange.com/a/307493/159482

function example_cats_related_post() {
$post_id = get_the_ID();
    $cat_ids = array();
    $categories = get_the_category( $post_id );
    if(!empty($categories) && is_wp_error($categories)):
        foreach ($categories as $category):
            array_push($cat_ids, $category->term_id);
        endforeach;
    endif;
    $current_post_type = get_post_type($post_id);
    $query_args = array( 
        'category__in'   => $cat_ids,
        'post_type'      => $current_post_type,
        'post__not_in'    => array($post_id),
        'posts_per_page'  => '3'
     );
    $related_cats_post = new WP_Query( $query_args );
    if($related_cats_post->have_posts()):
         while($related_cats_post->have_posts()): $related_cats_post->the_post(); ?>
            <ul>
                <li>
                    <a>">
<?php the_title(); ?>
                    </a>
                </li>
            </ul>
        <?php endwhile;
        // Restore original Post Data
        wp_reset_postdata();
     endif;
}

and this caller code:

<?php example_cats_related_post() ?>

know this is not an easy thing for beginners, but please give me a hint. I have also succeeded in displaying the related post under the article as I wish, you can check on my experiment blog: mangedu.me

Thank you in advance, I really hope to get a clear answer.

Catalin
tagDiv Staff

Hi,

First of all, you need to provide your website URL and for screesnhtos, you should use the Jing online tool or Light Shot for example. I need more information and details about your request so I will be able to provide a more accurate response.

Thanks.

limez
Participant
#0

Good day. I just purchased the theme because of the AMP features. However, after I installed the AMP plugin, I am getting an Error 404 when visiting the AMP version of the website. Can anyone please help me? Thanks!

Calin
tagDiv Staff

Hi,

In order to do that you need to make change in module that you have set in search page, for example I have the module M16 -> https://www.screencast.com/t/yERciznC , so I make those changes in td_module_16.php -> https://www.screencast.com/t/HE03deHhMed
-> https://www.screencast.com/t/9HomGeVgb

Hope this will help you!
Thanks.

myelseacc
Participant
#0

I want to setting in main menu make it can’t click it and not link to that page of that menu , but only can click in sub menu and link to page.
i need a menu like this sample https://brightside.me/

divcolors
Participant
#0

If you write the path /wp-content/themes/Newspaper/index.php or /wp-content/themes/Newspaper/ in the address bar, then the browser will return the http response 500. Will the update include protection so that the file called in the browser returns http 200? How soon will the new version be?

For example:
defined (‘ABSPATH’) or die ();

Calin
tagDiv Staff

Hi,

The theme does not send/validate the emails, this is covered by WordPress or if the hosting has a service available for mailing, or with a plugin. From what I know WordPress may fail sometimes.

Here are some topics in the matter and also plugin suggestions if needed
https://www.wpbeginner.com/wp-tutorials/how-to-fix-wordpress-not-sending-email-issue/
https://kinsta.com/knowledgebase/wordpress-not-sending-emails/
https://www.wpbeginner.com/plugins/how-to-send-email-in-wordpress-using-the-gmail-smtp-server/
https://www.wpbeginner.com/wp-tutorials/how-to-use-smtp-server-to-send-wordpress-emails/
https://www.siteground.com/tutorials/wordpress/use-smtp/

Here is an example for plugin
Real Email Validation -> https://wordpress.org/plugins/email-checker/

Thanks

Calin
tagDiv Staff

Hi,

There is no specification for this, because different size of screens, and the background need to adapt/resize to all of them, for example in our demo we have an background image -> https://www.screencast.com/t/FSGWKlorX with this size width: 670px and height: 1058px; but this is just an example.

Thank you.

Simion C.
tagDiv Staff

Hi,

You could upload an image for example in this size – http://prntscr.com/me5n1d it will look good in the modules that use that size, but in other modules which there will be problems. That is why in order to allow more thumbnails to be produced a larger original image is needed.
The theme will crop the images center top, this was decided to be he best method overall for he thumbnails.

More flexible results can be achieved with flex blocks, these have an option to first choose a thumb size, then modify it’s width and height
http://prntscr.com/me7300
These are block designs made by us based on flex blocks, you can preview and even edit them here
https://affiliate.tagdiv.com/#/load/Blocks
Each can be imported through the cloud library plugin – https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

If you have more questions let me know.

Thanks

Anonymous
Inactive
#0

Hi,

I would like to fit the featured images of my posts (which are in Style 4) so that they take up the container.

Here is an example: http://prntscr.com/me5qfx

Is there any mark-up I can tweak in order to accomplish this?

Calin
tagDiv Staff

Hi,

You need to set that code in Newspaper>Theme panel>Custom code>Custom css and add the classes were you want to apply this.
Here is an example -> https://www.screencast.com/t/2c7uQ59TvZx6 -> https://www.screencast.com/t/nzah3hMGWPgt
-> https://www.w3schools.com/csSref/css3_pr_font-face_rule.asp
Also please check our documentation for Font customization
-> https://forum.tagdiv.com/font-customization/

Thank you!

Simion C.
tagDiv Staff

Hi,

Predefined blocks don’t have such settings. They will always looks as they were designed
https://demo.tagdiv.com/newspaper/block-12/
Modifying the thumbnail is not possible by a setting, each module has it’s thumb size created by the theme, Block 12 (module 11) uses this size – http://prntscr.com/me48f9
http://prntscr.com/me492f

Only flex blocks available in the tagDiv composer have options to load a bigger thumbnail and modify it’s height and width – http://prntscr.com/me4bo6
For example these block examples are made with flex blocks, you can preview and even edit them here – https://affiliate.tagdiv.com/#/load/Blocks
Each can be imported through the cloud library plugin – https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

Thanks

Simion C.
tagDiv Staff

Hi,

I don’t exactly know how I could help you with this. The theme itself doesn’t send any emails, these are managed by WordPress or a plugin, or the hosting if they have an emailing service. For example WordPress can send emails in these cases
http://prntscr.com/me3r4w
Here is a guide – https://www.wpbeginner.com/wp-tutorials/how-to-use-smtp-server-to-send-wordpress-emails/
If I misunderstand something please correct me.

Thanks

Calin
tagDiv Staff

Hi,

Ad codes for AMP will have to be entered in the dedicated AMP section, be sure to use the proper codes, for example for Adsense
https://support.google.com/adsense/answer/7183212?hl=en
https://www.screencast.com/t/vc3VzKSIEHTi

If you want to use another brand of Ads other than AdSense, notice that you need to access the header section of AMP and add the code of your Ad provider.
The amp header is found here: https://www.screencast.com/t/eSsRZ3cItk7u

AMP will work properly for pages created with the default WordPress editor if you want to use it for pages, not with page builder content. The main purpose of AMP is speed, not loading heavy pages with blocks and grids.

Of course, our plugin is optional, you can use other AMP plugins if needed. We will try however to improve it and add more options for it in future updates. Let me know if you have more questions.

Hope this helps!

Thanks.

Catalin
tagDiv Staff

Hi,

Unfortunately, the theme does not have any such an option that allows you to do something like this, sorry! You need to use such a custom CSS code for example (padding-left and padding-right) to reduce the length of your post paragraph. Use the Inspector browser to create your own custom CSS code. Check here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks.

Calin
tagDiv Staff

Hi,

So if I’m right you want to change the center center for the image -> https://www.screencast.com/t/rLBl9wLSPio you can check in Newspaper>theme panel>Block settings > thumbs on modules/blocks there are all the thumbs size for all blocks, all you need to do is to look on what block you want to crop the image center center , for example big grid 1 -> https://www.screencast.com/t/tDXDeTSfdwyI after that set in td_config.php in td_265x198 and/or td_534x462 and set crop center center

Hope this will help you better!
Thanks.

Simion C.
tagDiv Staff

Hi,

Does that plugin work with the official AMP plugin, or does that plugin support AMP? I found a topic with a discussion in this matter – https://wordpress.org/support/topic/not-working-on-amp-2/

Adsense ads for AMP have to be added like the documentation species
https://support.google.com/adsense/answer/7183212?hl=en
In the theme panel AMP section they can be entered like this
http://prntscr.com/me3krx
Be sure to test if the ads appear with a mobile or mobile emulator. There should be no problem.

Thanks

Calin
tagDiv Staff

Hi,

If I understand correctly you want to have a filter that you can filter again, unfortunately if you set the category filter -> https://www.screencast.com/t/orqQo2aP8KVn will be filter all posts and show only posts that have that category and if you set filter type and show the following ids -> https://www.screencast.com/t/coiPoPjQxBj then the filter will look like this -> https://www.screencast.com/t/cNk2eROftRl if you click on all will be show the category filter ( in this example New Look, all post that have that category ), if you click on a category id will be show all post that have that category, not all post from the category filter that have that category. -> https://www.screencast.com/t/Osxp0xRsL4HM

Thank you!

Viewing 25 results - 20,851 through 20,875 (of 38,683 total)