Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
abc.xyz
tagDiv Member

Simon, I understood that will take time for you to help me with that and I don’t want to bother you anymore with the question above. As a code amateur, I’ll try to experiment with them myself.

But, what I want to ask is: for the links below:
1. https://ibb.co/dxBAa8
2. https://ibb.co/m3ccNo
3. https://ibb.co/e5CDTT

I want to know which are:
1. All the files that control the space of thumbnails between right & left also above & below?
2. And how are they determined so I can then calculate them myself?

abc.xyz
tagDiv Member

Hey, Simion C., hope you are doin well.

I wanted to ask you about:

In newspaper_gadgets theme, front page, how can I increase or decrease the space of thumbanils between right & left also above & below for these grids:
1. https://ibb.co/dxBAa8
2. https://ibb.co/m3ccNo
3. https://ibb.co/e5CDTT

  • This reply was modified 8 years by abc.xyz.
  • This reply was modified 8 years by abc.xyz.
abc.xyz
tagDiv Member

1) I searched the entire theme and these class do not exist in the newspaper theme.

.td-social-network{
height: 33px;
}
.td-social-but-icon {
line-height: 33px;
}

2) I am trying to put an ad in front page, I went to front page “page builder” and I selected custom ad 1, a place that I put the adsense code.

The problem is that it shows it as an rectangle and not “728×90”? I want it to disaply by 728×90.

3) Also there is an article ad that let’s you display ads after a certain paragraph that you choose.

I want to display the ad not just after paragraph 3 but also after paragraph 9. Can you help me display ads 2 times inside an article.

Thanks

  • This reply was modified 8 years by abc.xyz.
  • This reply was modified 8 years by abc.xyz.
abc.xyz
tagDiv Member

[Updated the answer, read this not the one above]

1) How can I change the square to another shape, for example to make it rectangle.
This is a screenshot about the squares I was saying. https://ibb.co/drp8Jb

2) I was having a problem with social sharing buttons.
After I changed the height in
.td-social-sharing-buttons
form 40px to 33px and also the padding to fit, see the how they are displayed -> https://ibb.co/nONvyb
*Note: this is a problem only for mobile & tablet devices.
*Note 2: In mobile device simulator they look OK, when I see in a real smartphone, they do not appear as they should.

I wanted to know your thought about mobile simulator, can I trust them or is any problem with my smartphone?

I used the code below to correct it. I wanted to know your thought if it will work in every smartphone device?

@media only screen and (max-width: 767px) {
.td-social-facebook .td-icon-facebook {position: relative; top:-4px;}
.td-social-twitter .td-icon-twitter {position: relative; top:-4px;}
.td-social-google .td-icon-googleplus {left: -2px; position: relative; top:-4px;}
.td-social-pinterest .td-icon-pinterest {position: relative; top:-4px;}
.td-social-whatsapp i {position: relative; top:-5px;}
.td-social-facebook .td-social-but-text {position: relative; top:-5px;}
.td-social-twitter .td-social-but-text {position: relative; top:-5px;}
}
  • This reply was modified 8 years by abc.xyz.
  • This reply was modified 8 years by abc.xyz.
abc.xyz
tagDiv Member

[last answer reply]

1) This is a screenshot about the squares I was saying. Question 2 above.https://ibb.co/drp8Jb

2) I having a problem with social sharing buttons.

After I changed the height in .td-social-sharing-buttons form 40px to 33px and also the padding to fit, see the how they are displayed -> https://ibb.co/nONvyb
*Note: this is a problem only for mobile & tablet devices.

In mobile device simulator they look OK, when I see in a real smartphone, they do not appear as they should.

I tried the code below but nothing changes

@media only screen and (max-width: 767px) {
.td-post-sharing-top .td-icon-facebook {position:relative; top:-4px;}
.td-post-sharing-top .td-icon-twitter { position:relative; top:-4px;}
.td-post-sharing-top .td-icon-googleplus {position:relative; top:-4px;}
.td-post-sharing-top .td-icon-pinterest {position:relative; top:-4px;}
.td-post-sharing-top .td-social-whatsapp i { position:relative; top:-4px;}
.td-post-sharing-top .td-social-but-text { position:relative;top:-6px;}
}
  • This reply was modified 8 years by abc.xyz.
abc.xyz
tagDiv Member

New topic – My 2 last questions

1) When you are on post page, as you scroll down the sidebar becomes fixed and does not move up. And I am not talking about the smart sidebar.

2)In block 9 such as the sidebar or front page, before title is a little square. How can I substitute the square with another shape such as a “rectangle”?

  • This reply was modified 8 years by abc.xyz.
abc.xyz
tagDiv Member

New topic

1) In comment section I don’t want to display [enter website], how can I turn it off?

2) In comment section also how can I change “leave a reply” to “leave a comment”?

3) How can I disable the breadcrumb only in pages?

abc.xyz
tagDiv Member

New Topic -> Dynamic css and js.

I use varnish in my server to cache files from memory, but, I have a problem, as I made a little bit of research on web I learned the why but not how to resolve it.

Behind every css and js file is see /ver= and after an the = sign there is a number always changing and this prevents varnish to cache it because it changes every time.

How can I disable dynamic css and js?

Here is a link to be more clear https://ibb.co/fxpnGm

abc.xyz
tagDiv Member

New Topic -> Custom Fonts, I thought to ask you first.

I have downloaded a copy of google fonts(Open Sans and Poppins) in order to reduce DNS lookups I want to upload them locally.

I saw in theme panel that there is a section “custom fonts” Is it possible to use google fonts locally and disable completely google font API?

abc.xyz
tagDiv Member

Hi Simon, I was able to remove roboto font completely by going also to td_fonts.php and replacing Roboto – Roboto Condensed- Roboto Slab with a letter, deleteing the values would break the all the fonts.

One last thing, I have been trying to speed up my website by removing undesired font weights.

I don’t need font weight 700 & 800 in open sans, I went td_confing.php to remove some font weights, but still shows, check the link in bold.
http://fonts.googleapis.com/css?family=Poppins%3A400%2C700%2C800%7C<strong>Open+Sans</strong>%3A400%2C600%2C700%2C800%7CA%3A400%2C<strong>700%2C800</strong>&ver=8.5.1

  • This reply was modified 8 years by abc.xyz.
abc.xyz
tagDiv Member

Hi Simon, Thanks for the reply. You have been very nice and I don’t want to bother you with many questions.

Even when I apply what you said,
When I right click and choose view page source roboto font is still there. Check this code

link rel='stylesheet' id='google-fonts-style-css' href='http://fonts.googleapis.com/css?family=Poppins%3A400%2C700%2C800%7COpen+Sans%3A300italic%2C400%2C400italic%2C600%2C600italic%2C700%2C800%7CRoboto%3A400%2C700%2C800&ver=8.5.1' type='text/css' media='all' />

I have made roboto in bold for you to notice it, and is still there.

  • This reply was modified 8 years by abc.xyz.
abc.xyz
tagDiv Member

There 3 roboto font fonts.gstatic.com/s/roboto/v18/ request on site, by removing the 521 line in td_confing.php only 1 request gets removed. How can I remove all 3 requests fonts.gstatic.com/s/roboto/v18/

  • This reply was modified 8 years by abc.xyz.
  • This reply was modified 8 years by abc.xyz.
  • This reply was modified 8 years by abc.xyz.
abc.xyz
tagDiv Member

New Topic:

I am trying to disable roboto font, I checked td_config.php also td_fonts.php but I can’t find the file where it is roboto font enabled. Also I searched the entire newspaper folder theme and yet I can’t find it.

Also in td_confing.php I removed

'521' => array(
'300',
'400',
'400italic',
'500',
'500italic',
'700',
'900',
),

But in my website there are 3 roboto font request, I have disabled all roboto font in theme panel.

Can you give me a little help?

  • This reply was modified 8 years by abc.xyz.
  • This reply was modified 8 years by abc.xyz.
abc.xyz
tagDiv Member

New Topic Again

I am not able to target a css in front page, because when set author and date display:none; at the same time author and date from single post page is not anymore there.

How can I set only in front page author and date display:none;

These blocks, see the links in red. https://ibb.co/k8dsHG | https://ibb.co/nssV4w

abc.xyz
tagDiv Member

I writing you back without changing the topic.

I want to change post breadcrumb sign from “>” to “/”

To be more clear I have marked it in red, you can see it through this link https://ibb.co/hM9Szw

Thanks in advance.

abc.xyz
tagDiv Member

Did you read my last answer?

What I am trying to say is that you can’t disable both lazy loading and zooming effect using this guide https://www.screencast.com/t/Mg9EEOfkvDUu.

I am asking you to give me a piece of code to disable ONE of them manually?

abc.xyz
tagDiv Member

Hi Simon,

As I said above.
1. I don’t want to enable lazy loading, I have disabled already this option in theme panel-> template settings.

2. But, I want to disable also the zooming effect big block front page when you hover the mouse over thumbnail the image will zoom, this can be disabled by selecting “Fade and Scale option”. and I have done this.

3. The problem is that if I turn of lazy loading, the “the fade and scale” option that turns off zooming effect does not work.

I can’t disable them both, that’s why I asked I you can help me with a css or java script code to turn off one of them manually. Because, the scale and fade option is part of the ‘turn of & turn on lazy loading’, if you turn of lazy loading, you can’t turn of fade and scale.

abc.xyz
tagDiv Member

Since I don’t want both lazy loading and zooming effect front page. I have already disabled lazy loading and set fade & scale using this guide https://www.screencast.com/t/Mg9EEOfkvDUu

If you disable them both only one them will work, separately disabling just 1 of them, it works.

Also I have no other plugins but TagDiv Composer installed.

I would appreciate a lot if you gave me a css or java script code of either zooming effect or lazy loading to disable one them manually. Because both disabled they don’t work, only 1 of them works.

abc.xyz
tagDiv Member

I resolved the block 14 that showed full width but I can’t increase the space between to make block 14 look like this https://ibb.co/b4uwc6

abc.xyz
tagDiv Member

Since I don’t want lazy loading and zooming effect front page. I have already disabled lazy loading and set fade & scale using this guide https://www.screencast.com/t/Mg9EEOfkvDUu

If you disable them both only one them will work, separately disabling just 1 of them, it works.

Also I have no other plugins but TagDiv Composer installed.

I think maybe there is bug that is causing this. I would appreciate a lot if you gave me a css code of either zooming effect or lazy loading do disable them manually. Because both disabled they don’t work, only 1 of them works.

abc.xyz
tagDiv Member

I want to display block 14 and 9 just like you have done in gadgets demo.

I added those to block but they display full width. What css effects did you apply?

Viewing 21 posts - 1 through 21 (of 21 total)