I have a question

Posted in: Newspaper
Post count: 12

when I use travel guides theme scale is different.
My mean is your travel guides view demo more small grid than me. my theme scale is more big than you.
How can I make adjust theme scale(width). Sorry for my poor english 🙂

Post count: 23312

Hello yun05842,

Provide your website URL so I will be able to take a closer look at it and also, so I will be able to provide a more accurate response.

Thanks for the message!

Post count: 12

Thanks my website is http://www.hihowwasyyourday.com

Post count: 23312

Hello yun05842,

I cannot access your website because I got this warning -> https://www.screencast.com/t/h6UhXBgv93e

Thanks.

Post count: 12

sorry my website is http://www.hihowwasyourday.com

Post count: 22421

Hello,

And what ‘scale’ are you referring to? I cannot see any major differences between the 2. They are exactly the same size. Try to inspect the 2 sites side by side. The layout is identical and the sizes for all elements are the same. Are you sure you are not zooming into the browser on your site?

Thank you!

Post count: 12

yes! please I uploaded image in my website please check

http://www.hihowwasyourday.com/2017/04/14/image/

size is different width and grid size

Thanks !

Post count: 22421

Sorry but the link you provided returns a 404: http://www.hihowwasyourday.com/2017/04/14/image/

Post count: 12

Sorry. I changed your theme can you check my website again?

http://www.hihowwasyourday.com/2017/04/18/i-have-a-question/

Post count: 22421

The layout width is exactly the same as the one on our demo. There is no difference between the 2 sites:
your site: https://www.screencast.com/t/yOHBGSkxNe5
our demo: https://www.screencast.com/t/ZbXRyLpG
Absolutely no difference in layout width
Thanks

Post count: 12

Thank you for your answer.
I think my laptop has a problem.
Have a good day!

Post count: 12

Hi I have a question.
I want to remove mobile menu sharing button.
So I tried this code in mobile custom css


@media
(max-width:767px){
.td-category-description{
display:none!important;
}}

But It is not operated.

Post count: 22421

Hello,

The code you posted removes the category description for category pages, not the menu sharing buttons. If you want to disable the mobile menu sharing opotions you can use this code:
@media(max-width:767px){
.td-menu-socials{
display:none;
}}

Thank you!

Post count: 12

Hello, I have a question. how can I make a mobile-page like a my pc-page.
I know mobile page is not operate like a PC-page. So .there are any method making a page like pc-page

Post count: 12

and I use default template in my PC. So, In mobile there are any latest posts. and there are any method that
default template(PC) + Latest posts(mobile) or can I make a category in a mobile page?

Post count: 22421

Hello,

The mobile theme plugin is an optional plugin that can be deactivated at any time. If you use the standard responsive version of the theme, the content will be exactly the same as the desktop version except it will be on 1 columns as the mobile version of the site (plugin or not) only has 1 columns to show content.

Thank you!

Post count: 12

I have a question.
I’m not use moble color.
I wanna change mobile background color and mobile menu bar color. What css code I should use?
I need your help. Thanks.

Post count: 22421

Hi,

You use the mobile theme plugin on your site so in this case each and every setting you can make for the mobile version is made from the mobile theme section of the theme panel here: https://www.screencast.com/t/okgUYynLYQe

Thank you!

Post count: 12

I made a 4 categories 마케팅, 생활, 건강, 일상
then I made a post template with ad (I made 2 advertisements)
마케팅, 생활, 건강 category templates are ok.
But only 일상 template is different (appear only 1 advertisement)

I uploaded picture. please check this

http://www.hihowwasyourday.com/2017/06/02/i-have-a-question/

  • This reply was modified 9 years by yun05842.
  • This reply was modified 9 years by yun05842.
Post count: 22421

Hello,

You could have a different sidebar added on the 일상 category from the theme panel per category settings: https://www.screencast.com/t/zuBXcc6MorM
Please make sure the same sidebar is used on all categories and all posts.
Please also read this guide: https://forum.tagdiv.com/primary-category/

Than you!

Post count: 12

http://www.hihowwasyourday.com/2017/06/30/question/

I wanna change my mobile header color
what should I do?

Post count: 23312

Hello yun,

Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

@media (max-width: 767px){
.td-header-wrap .td-header-menu-wrap > div{
background-color: red!important;
}
}

Thanks.

Post count: 3

n

Viewing 23 posts - 1 through 23 (of 23 total)
The forum ‘Newspaper’ is closed to new topics and replies.