Search Results for 'amp'

Results from the Forum
Edward
tagDiv Member

In order to test your site with the plugin and see the results live, you can simply add “/amp” at the end of your URL, as mentioned here.

https://thenerdystudent.com/2019/02/taskade/amp/

Simion C.
tagDiv Staff

I failed to see that the category pages use the same cloud template. A solution would be to create copies of the cloud template and use different widget sidebars for each one, but that may take a while if there are many categories.

Try this plugin – https://www.wpbeginner.com/plugins/how-to-show-or-hide-widgets-on-specific-wordpress-pages/
See if works, or some of these – https://technumero.com/show-or-hide-widgets-on-specific-pages-in-wordpress/

With CSS it may require a lot of cases, depending on what you want to do exactly. There could be conditions created, for example if not category lifestyle hide the second image widget in the sidebar. So that second image widget will show on the intended category page
http://prntscr.com/momau3 and not in the others – http://prntscr.com/mombaf

Simion C.
tagDiv Staff

Hi,

Maybe it can be done with some CSS. For example in the post content you can set a background color for the image with a code like this
http://prntscr.com/molgz8
But this code will affect all the images. You could add an extra class to the image
http://prntscr.com/molhxg and use it in the code – http://prntscr.com/moli8x

Here is the code used in the example

.td-post-content .myclass {
background-color: yellow;
}

If this is not what you want, some more details would be helpful.

Thanks

thriss92
Participant
#0

I need to place a background image in that area (see link, see the dog) and i would like to rename that newswidget (In green square).. where should i go to edit those?

which size for the background (dog) for mobile and desktop?

link to the example:https://ibb.co/j4SWnMJ

Megamediasl
tagDiv Member

Hi

I´ve got the solution.

I´ve deleted title variable in this snippet from td_social_sharing.php file in my child theme.

case 'linkedin':
                return array(
                    'url' => 'https://www.linkedin.com/shareArticle?mini=true&url=' . $page_permalink . '&title=' . $page_title,
                    'title' => 'Linkedin'
                );
                break;
Megamediasl
tagDiv Member

Hi

I´ve just found what´s wrong. Linkedin share works fine in all modern browsers except in IE11 because add the post title at the end of the url. For instance:

https://www.linkedin.com/shareArticle?mini=true&url=https://www.publiesp.es/cuatro-estrena-cuatro-dia-carme-chaparro/&title=CUATRO estrena ‘Cuatro al día’, con Carme Chaparro

Nowadays, I can´t figure it out how to resolve this bug. Any idea?

Thank you

radarlampung
tagDiv Member

my site is radarlampung.co.id

what if I activate onsignal push notification, my site hangs (network timeout) after publishing the latest posts, but if I don’t activate the plugin my site runs properly.

other than that when I migrate the site to the local server (PC / LAPTOP) the posting image does not appear, but the other goes well, only the thumbnail image does not appear. how to handle it?

screenshoot :

https://drive.google.com/file/d/17Pj2ujVwwJ4Xevs6Q6cwOr3YJ8Xa6B8V/view?usp=sharing

https://drive.google.com/file/d/1L8uNDCxugyoZ-Z-ibz94gR5c6pdvKeC6/view?usp=sharing

Simion C.
tagDiv Staff

Hi,

With the composer you can copy also cut elements and use them elsewhere (right-click), so you could copy the entire row for example from your header, and paste it in sticky mode
http://prntscr.com/mojq6v

Thanks

Simion C.
tagDiv Staff

That is possible with a flex block, for example with flex block 1 make it look like this on desktop – http://prntscr.com/mojnsz and like this on mobile – http://prntscr.com/mojo3h

The layout settings can be different for each case – http://prntscr.com/mojoeu So the same flex block can look in four different ways.

Calin
tagDiv Staff

Hi,

First you’ll need to set a mobile logo in Newspaper>Theme panel>Headers>Logo for mobile
-> https://www.screencast.com/t/ng7ndiJpek
-> https://www.screencast.com/t/H8RToieCnd
After that you’ll need to set a custom css in amp files
Here is the css for center the logo on amp
.td-logo amp-img {
left: 50%;
transform: translateX(-50%);
}

The above code is a bit of CSS code to change the AMP style page, please edit here -> https://www.screencast.com/t/vIUHFAbD6uRH There’s no option for custom CSS code for AMP version, sorry! You need to follow the above advice if you want to customize your AMP version.
the path is wp-content>plugins>td-amp>templates>styles.php
results-> https://www.screencast.com/t/ypZ7UyOkP

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

Unfortunately I do not quite understand on what design you are referring, on background color on hover on menu?
Unfortunately our theme do not have this option to set in menu different hover color on each category, sorry.
I think this can be done wit some custom css
Here is an example
ul li:nth-child(2):hover a:after{
background-color :green;
}
ul li:nth-child(2):hover a{
color: green;
}
ul li:nth-child(3):hover a:after{
background-color :blue;
}
ul li:nth-child(3):hover a{
color: blue;
}

https://www.screencast.com/t/0fN2vG0kU

Thank you for your understanding!

Simion C.
tagDiv Staff

Hi,

So a page that displays your posts, but without featured images? You could use flex blocks in it, these have an option to remove the image customize the layout, and many design options.

For example this block – https://affiliate.tagdiv.com/#/single/page/Blocks/454 which you can import with the cloud library plugin
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

Blocks will show excerpts from the post by default, the length of them can be set to the value you want
http://prntscr.com/moi23u
You can choose the desired row layout – http://prntscr.com/moi3dn

Let me know if you have more questions or you need help.
Thanks

Calin
tagDiv Staff

Hi,

Yes, all you need to do is to activate the plugin, and if you want to have amp on page enable the in theme panel.
This will not break the theme.

Thank you.

namtv
tagDiv Member

I have the “Cackle” comment plugin installed, but it doesn’t work in the cloud template.

I received a reply from support@cackle.me – you must add the comments_template function to single.php your theme. Example: <?php comments_template( ”, true ) ?> .

But where to add this code?

mrcharlesv
Participant
#0

Is it possible to add a block inside a post?

For example if I am posting an event space and I want to pull in all the event posts that are categorized under that venue how can I do that?

robertocarlos00
tagDiv Member

The option: ACTIVE &amp; HOVER COLOR is for background.

I need change “text color” to Active &amp; Hover Menu, not “background” color.

tcsury
tagDiv Member

Hi,

All is green in all requirements :
Newspaper system status
Here you can check the system status. Yellow status means that the site will work as expected on the front end but it may cause problems in wp-admin. Memory notice: – the theme is well tested with a limit of 40MB/request but plugins may require more, for example woocommerce requires 64MB.

Theme config
Registration key i 16d19bde – **** – **** – **** – 79a4fadb9c74 Reset key
Theme name i Newspaper
Theme version i 9.5
Theme database version i 9.5
HTTP channel test wordpress
php.ini configuration
Server software i Apache
PHP Version i 7.2.15
post_max_size i 5002428800 – You cannot upload images, themes and plugins that have a size bigger than this value. To see how you can change this please check our guide here.
max_execution_time 0
max_input_vars 5000
SUHOSIN installed false
PHP extensions
mbstring available
GD library available
WordPress and plugins
WP Home URL i http://tcsury.com
WP Site URL i http://tcsury.com
WP version i 5.0.3
WP multisite enabled i No
WP Language i fr_FR
WP Memory Limit 256 MB/request
WP_DEBUG False
Caching plugin WP super cache – for best performance please check the plugin configuration guide here.

Can i give you my id &amp; password ?

robertocarlos00
Participant
#0

¿How change the color text in the menu?

NO ACTIVE: WHITE
ACTIVE & HOVER COLOR: BLACK.

Calin
tagDiv Staff

Hi,

Unfortunately in v9.5 the empty page template has been removed, now you can remove the header per page, using the header manager. An option will be added for the footer. If you require it, you can download it from here – http://cdn.tagdiv.com/wp-content/uploads/2019/02/page-empty.zip

Place it in the main theme folder, upload it by FTP for example
http://prntscr.com/mo17zp

Then select it for the pages you want. The footer will be removed and the header can be disabled
http://prntscr.com/mo17bw

Thank you!

Calin
tagDiv Staff

Hi,

You can use the licence only for one final/online product, for example if you want to change the domain you’ll need to remove the key from the first domain and after that you can use the licence for the theme on the new domain; for more details please check our documentation -> https://forum.tagdiv.com/newspaper-6-how-to-activate-the-theme/
-> https://themeforest.net/licenses/standard
-> https://themeforest.net/licenses/terms/regular

How to remove the licence key? simply reset the license key in the theme system status panel
https://www.screencast.com/t/rdjQDTbokwT

Thank you!

inevros2018
Participant
#0

Hello,

i want certain banners to be displayed in certain categories.
So i went in widgets add image and used the widget display control.
But it seems that does not work correct.
For example see the images.
I have set an image to be displayed only in Lifestyle category and that image is in every category.

The site url is : https://www.inkavala.gr

Images:

http://prntscr.com/mo4gzl
http://prntscr.com/mo4hff

Simion C.
tagDiv Staff

@videomaker The article schema will always be loaded, it is defined in the theme code
https://www.screencast.com/t/LYDmez0RycL
You can add extra structured data with plugins for example, but the theme data will also be loaded (unless maybe you remove it from the theme code).

Calin
tagDiv Staff

Hi,

Unfortunately our tagDiv Amp plugin do not have a menu, here is the documentation for our amp plugin -> https://forum.tagdiv.com/tagdiv-amp-plugin-tutorial/
If you want to have menu in amp version you can chose others plugins for AMP.

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

Please desirable the view count and and comment count from Newspaper>Theme panel>Post settings>Post and Custom Post Type -> https://www.screencast.com/t/l3ZSllC89f8
After that clear all cache and those will be hide for posts.

If you are using default post templates you can comment/remove the code for view count, for example if you have post style 1 -> https://www.screencast.com/t/NPbmTDT6WqY

Thank you!

Simion C.
tagDiv Staff

The predefined blocks will not display properly in that layout, if you want to use that layout please use a flex block or flex grid. Flex blocks will adapt to better and have many customization and layout options.

For example these designs are all made with flex blocks, you can import each one through the cloud library plugin
https://affiliate.tagdiv.com/#/load/Blocks

Viewing 25 results - 20,501 through 20,525 (of 38,683 total)