Search Results for 'amp'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

On block modules the category tag color could only be changed wit CSS code, if that is what you want. The custom colors set in the theme panel for these, will only be displayed in the post page.
You could change the default color with some CSS code by block, like this
https://www.screencast.com/t/0bmgFjkZ

This is the code used in the example

.td_block_big_grid_3 .td-post-category {
background-color: blue;
}

Use the browser inspector to identify the elements on the page and their classes, in order to create custom code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Ipaonline
Participant
#0

Hello, my newspaper portal is segmented into various subjects, these subject into categories. Now the most important thing is that to monetize the portal I need to follow the ads by category. How do I link an ad to a category? Also I can not have category limits, can I create new themes in category-(slug)*.php without blocking the theme for example?

leapdsc
Participant
#0

Hey there,

as the title suggests, Is there a way where I can control the width between the columns (for the images specifically)? I understand that the composer has settings provided for it. However, I seem to realise that the spacing comes from the css instead (column width padding left and right as well). Thus, if I were to alter the code via css, it would affect many factors (such as the entire column width etc.)

Feel free to refer to the links below for a better understanding.

Website Page Url example: http://leapdsc.com/leapdsc/client/hdb/delivering-homes/
Image Example: https://1drv.ms/i/s!Ai3uwVtbSehuuKsjJKm1MtXRyWVOPA

Please advice me on this.

darko888
Participant
#0

Hello!

In every post of my website the sidebar size, and so every widget, change size when the user scroll the page over the first half.. how can I solve?

For example this page: https://www.menteinformatica.it/soluzioni-vecchio-cellulare-android/

But you can see the effect on every page or article of the website.

Thank you guys!

Arafat
Blocked
#0

I try to install jetpack plugin & install successfully but When I connect to Jetpack account then show “HTTP ERROR 500” ( https://prnt.sc/grlal0 ), And then delete the plugin use cPanel then automatically solve the problem. So, how to solve the problem.

birchoff
Participant
#0

Hi, an information, please

I don’t know why the counter of the news changes, if I make a correction or I change something inside my news and I update it

For example: now my news has 56 visits, but I failed something inside it. So I make the correction, I update and now the counter of my visit is turned to 0. I’ve a screenshot if you want. I don’t want change it

Thank you

tonyaiex
Participant
#0

Hi there!
I’ve been using the mobile theme for a while now and I realized that no matter what kind of smart list you set on a post, the same “style” will appear when the article is loaded on a smartphone.

It’s the one with “Previous” and “Next” Buttons on the top and the bottom of the post and that would be great if it wasn’t for the fact that the content is not fully loaded with the page, so every time the user clicks “Next”, for example, the post is loaded once again to show the next item. This is a bummer since the smart list is so fast on the desktop, where you can just click “Next” and the next item is already there.

Is there anything I can do to have this behavior on mobile?

Thanks!

simchris
tagDiv Member
AMP - reply

two different things. AMP has nothing to do with theme’s mobile theme. So, works just fine. AMP is a new endpoint yoursite.ooo/post/amp and doesn’t use anything from the mobile theme and only works if Google deems it ‘worthy’ to show to people in SERPS.

Arafat
tagDiv Member
AMP - reply

My website already install newspaper mobile theme when I install AMP plugin can I faces any problem.

Arafat
Blocked
AMP - topic
#0

How to properly install & configuration AMP plugin..

daraghos
Participant
#0

hi

I am trying to use shortcodes for a geotargeting plugin in the header ad position. Can you let me know if shortcodes are permitted.
I read this [shortcodes] – The spot will run do_shortcode() on the ad. Using shortcodes you can include adRotate ads into that spot.
But it does not seem to work for me. Here is what i have pasted.
[geot country=”GB”] [/geot]
With banner code example followed from this posthttps://forum.tagdiv.com/header-ads-adsense/

Live site radio.christmasfm.com

Thanks

Daragh

danna
Participant
#0

Hey,
i really like the Theme and everything works out fine, but i’ve a Problem with my Search & Filter Plugin. When i activate Ajax in the Plug In it doesn’t show the Article Pictures anymore … (only when i resize the window)

Can you maybe tell me what’s wrong?

http://www.hello-planet.at/tripfinder

All the best,
Daniel

allmyhoney
Participant
#0

Hi there, I am getting a strange error here on my site mykidstime.com when I click on the breadcrumb links of my site.

For example when you are viewing this article here: https://www.mykidstime.com/things-to-do/easy-eyecatching-leaf-craft-ideas-kids/ and then if you click on the breadcrumb links like so: http://recordit.co/bnk5v8Wfha

You basically get a 400 bad request error. The issue seems to be caused because the links defined in the ‘breadcrumb’ menu are not a valid GET requests and the web-server declines them:
Code:
https://www.mykidstime.com/things-to-do/easy-eyecatching-leaf-craft-ideas-kids/%%CLICK_URL_ESC%%%5B%Click_Tracker%%5D

If I remove the ‘%%CLICK_URL_ESC%%[%Click_Tracker%]’ string from the link, it is working as intended:
https://www.mykidstime.com/things-to-do/easy-eyecatching-leaf-craft-ideas-kids/

Any ideas of why this is and how to make sure they work corectly? Any advice would be much appreciated.

Thanks in advance,
James

leapdsc
Participant
#0

Hey there,

as the title suggests, is it possible for me to achieve this?
I have attempted this in css. As shown in Image 1, the image is as per normal. However, I seem to have forgotten that it would affect 1/3 + 2/3 column (Example of Image 2: image hidden when in tablet/mobile view). Is there a more effective way to achieve this?

Please advice me on this.

Website Page Url: http://leapdsc.com/leapdsc/client/hdb/delivering-homes/
Website Image 1 (Desktop): https://1drv.ms/i/s!Ai3uwVtbSehuuKpOjUGJeCq8KHTcfg
Website Image 2 (Tablet/mobile): https://1drv.ms/i/s!Ai3uwVtbSehuuKpN0cC8yU1Dcd0Q_Q
Css attempt (not successful due to image in 1/3 column missing naturally): https://1drv.ms/i/s!Ai3uwVtbSehuuKpMPT0mIL7WQNsobQ

Simion C.
tagDiv Staff

Hi,

The easiest way would be to insert that text with CSS code, like in this example
https://www.screencast.com/t/u88MmnucgSPp
This is the code used in the example, if you decide to use it enter it in Theme panel->Custom CSS section

.entry-crumbs span:first-child:before {
content: 'You are here : ';
}

Thanks

hunmar
tagDiv Member

I meet all requirements.
Server parameters are correct.
The theme was installed via FTP.

Did you check the lines of code that I referenced in error log? It appears to be an issue with post_type/post_type_object:

First Error:
return $post_type->publicly_queryable || ( $post_type->_builtin && $post_type->public );

Second Error:
add_meta_box( ‘pageparentdiv’, $post_type_object->labels->attributes, ‘page_attributes_meta_box’, null, ‘side’, ‘core’ );

chadsrl
tagDiv Member

Hello Catalin;
Thank you for the inspect.
What link exactly did work your inspect because non of us not seeing any link working. Made you a screen record here https://www.youtube.com/watch?v=84e_1rAk7aQ&feature=youtu.be

About the Visual Composer. That comes with the theme plugins. We never needed it actually. Will problem be sloved if I disable visual compuser?
Would you please come up with a solution. https://forum.tagdiv.com/the-mobile-theme/ just a show case not giving much solution with our issue.

Please tell us what to do to make Mobile theme works fine with links when mobile displays.
Thank you

pulsar06
Participant
#0

Hello,
I would like to add this text before the breadcrumbs: “You are here : “.
For example: You are here : Home>Category>Post
How to proceed ?
Thank you.

Andreas
Participant
#0

Hi, with Newsmag I have two issues I need your help with, please. They are both about the slider on the pages.

On my starting page the slider shows the pictures, but they are stuck, so they are not changing automatically (manually it works): http://www.einfachauflegen.de/

The slider on the category pages is for whatever reason doubled, but also not working. How can I fix this? example: http://www.einfachauflegen.de/tests/test-von-dj-hardware/

Thanks for your support
Andreas

Bogdan B.
tagDiv Staff

Hello,

You can try to use an ‘image box’ element and remove the overlay with this css:

.td_block_image_box .td-custom-image a:before{
display:none;
}

Here is an example of the results:
https://www.screencast.com/t/6eGUAu9yC5Z and https://www.screencast.com/t/wRVBWkom

Make sure you select the stretch row and content option by accessing the row settings.

Thank you!

Simion C.
tagDiv Staff

Hi,

Yes the latest version is 8.1, there is a changelog here
https://themeforest.net/item/newspaper/5489609
There is also a list of required and optional plugins here for example
https://forum.tagdiv.com/install-via-ftp/
I have tested the background gradient of the mobile menu background, it seems to work fine
https://www.screencast.com/t/f3Ot76Man4
https://www.screencast.com/t/c656l5iJ0J
Please note that of the mobile theme plugin is active, this has it’s own background settings
https://www.screencast.com/t/zglgS1ULYs
Other than that, most likely it is caching if the changes are not applying.

Thanks

Simion C.
tagDiv Staff

Hi,

Minification plugins can cause issue for all themes. Either by incompatibility or configuration. If that plugin is causing problems, it would be best not to use it. There are other ways of optimizing the website. You can search here on the forum for more information, there are many tutorials in this matter. Some examples
https://forum.tagdiv.com/how-to-make-the-site-faster/
https://forum.tagdiv.com/cache-plugin-install-and-configure/
https://forum.tagdiv.com/cloudflare-cdn/
https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/

Thanks

RolandUdv
Participant
#0

Hello guys

I have noticed that whenever I open up my website, the website loads in fine but without CSS.
It takes a good few seconds for the CSS to load in, and in the meantime, the website looks ‘unprofessional and ugly’, so I was wondering if you know the proper way to load in the CSS in the header to load in alongside when a page opens.

I’ve Googled it and I was suggested to contact my theme developer as you might have some handy instructions ready or perhaps some suggestions to make it all possible, while not conflicting any plugin’s performance etc.

I am also using MaxCDN, but it still seems to be slower than expected. I am currently working on revamping a lot to make the performance outstanding (currently it’s pretty bad on mobile and just ok on desktop)

All help is appreciated and thank you in advance.

zeeodesk
Participant
#0

I want to add “last updated” time stamp in my blog posts, please let me know how can i ?
Here is the example,

http://prntscr.com/gqwsz2

Thank You

cdavid90
tagDiv Member

I’m sorry for my English

Hello, how do I do in an example category page: news that only come out of a single country, I have countries with tags but when I enter url domain.com/noticia you see all the countries

Viewing 25 results - 27,426 through 27,450 (of 38,683 total)