20 Question! Pls Help!

Posted in: Newspaper
Post count: 27

I am newbie for website, I hope you all can help me answer with step by step for the below questions, thanks all!

1. how to do if i want my menu with the line of different color when i hover it?http://www.screencast.com/t/oFjjWo2zbid

2. How to changes the different menu’s big slider with different color?
http://www.screencast.com/t/yVOgdySy

3. How to change the font size of this subcategories?
http://www.screencast.com/t/5VnyHm7g0

4. What facebook widget can works more powerful? like this
http://www.screencast.com/t/FuYbyUVPe

5. How to make the social shared button to the side at there? Need some purchased plugin?http://www.screencast.com/t/GCmhBNulX

6. how to change the similar post to random post in the post setting? it is because i want my article’s bottom is random post not similar post…
http://www.screencast.com/t/wJJLFqpdm

7. what plugin can work with newspaper themes when people scroll down the article and pop up a facebook widget box at the right bottom? like this
http://www.screencast.com/t/Zh59h7GX

8. How can work with newspaper theme same like this facebook comment box?
http://www.screencast.com/t/kdU5VD3g

9. How to put gif on my website?like this
http://www.buzzfeed.com/maitlandquitmeyer/b00b-n00bs

10. How to make this big slider big images automatically bigger when it on small screen?
http://www.screencast.com/t/qV7Iyj14VCz

11. How to make the small images bigger when it on small screen?
http://www.screencast.com/t/NIWqnzcHj

12. Any plugin can custom made the facebook shares button?like this
http://www.screencast.com/t/ffHN6GMAePtH

13. How to changes the random post to latest post? i want custom pages and all the images sizes same like the first images…
http://www.screencast.com/t/5MP8lVMl

14. How to changes the sizes of this? i means let it bigger…
http://www.screencast.com/t/4mrxt4pWOqx2

15. How to remove this?
http://www.screencast.com/t/cqd1f67Q

16. How to make small facebook share button at this place?
http://www.screencast.com/t/TFUK4qZ8

17. How to put the small prev and next button on the top of article? like this
http://www.screencast.com/t/PUr5tiaH

18. How to make all images on my website most reasponsive?
http://www.screencast.com/t/OX9YTHosuj1J

19. when i hover the title of the article, the word’s of title underlined, how can i remove the ‘underlined’ when i hover on the title and it appear the color of the categories like this is red http://www.screencast.com/t/ydTTe9kHBM9
and this is orange
http://www.screencast.com/t/Qgds4MHEUA96

20. How to let all of the categories of the article at this place on all of my website?like this http://www.screencast.com/t/ALenmZOGWcb

Post count: 6600

Hi,

1. The theme doesn’t have an option for that an you can change it via custom css for all menu items, follow the topic form the URL as I have posted a solution on how you can do this here: https://forum.tagdiv.com/topic/several-issues/
You can do it for individual menu items but it will not be easy and you need custom work for that.

2. Like this: https://forum.tagdiv.com/topic/ad-on-homepage/#post-24051

3. With this css: http://screencast.com/t/SKMarcdAd4

.block-child-cats a {
font-size: 18px;
}

4. Can’t recommend you one as we haven’t made tests with none, you can search online and test it to see if it works.

5. You need a plugin for that, not sure which one it’s used on the site you have provide the screenshot but you can try to find one online: http://www.bloggingwizard.com/top-wordpress-social-sharing-plugins-2014/

6. You can try to edit the td_module_blog.php file and change this: http://screencast.com/t/8P4veeALzl1L as the theme panel dosen’t have an option for this.

7. Can’t recommend any plugin that dose that, I suggest you do a google search and find one online.

8. You have to use that plugin if you want a similar functionality as the theme doesn’t have an option like that for the comments box.

9. Just add your gif image to your post using “add media” the same way you upload and add a normal jpg image: http://screencast.com/t/nkrXbZQbWHt

10. Replied here!

11. You can use the same method offered for the big slider’s big image and change the css for other images as you like using this @media css snippets to target just the mobile screens:

/* responsive phone */
@media (max-width: 767px) {
/* add you css code here */
}

If you don’t have any html/css basic knowledge and don’t know how to do this we suggest you to hire someone to help you with it as this needs custom work and we cannot offer any type of custom work at this time because we work hard on development, updates, fixes and support and we don’t have time left. You can also get a freelancer from sites like: http://studio.envato.com/ if don’t have anyone to helps you with this.

12. Unfortunately I can’t helps with this also as I can’t recommend you any. You should search for a similar one online.

13. This is a block 1 widget and you can change it from appearance > widgets > then go to the sidebar you use there and search for block 1 widget then for “custom title filed” and change the title like this: http://screencast.com/t/mSQHBYBG8w

14. Via custom css using this custom css in theme panel > custom css filed: http://screencast.com/t/HO4TJR2yc

.prev-post div, .next-post div {
font-size: 33px;
}

15. Use this css: http://screencast.com/t/uQNePflX

.next-prev a {
display: none;
}

16. Unfortunately the theme doesn’t have a feature like that, you can try to find a plugin that dose that or you could use our social sharing buttons, add them there and use css to style them. You will also need custom work for this.

17. You can edit the post template file you are using and move this line, like this: http://screencast.com/t/OqnqyBtd and then use css to style it as you like. We suggest to get someone to help you with this if you don’t know how to do it.

18. The theme is already responsive build so I’m not sure what your issue is, please provide more details.

19. You can remove the underline for title on hover via css like this: http://screencast.com/t/4cxK85zYOuX
But to change the color when hovered to the category the post is part from you need more css and custom work.

.td_mod_wrap .entry-title a:hover {
text-decoration:none !important;
color: red;
}

20. You can your answer here: https://forum.tagdiv.com/topic/show-category-name-in-homepage/

Thanks

Post count: 27

First of all, thank you for answer! But i still got some problem got trouble!

Previous Question
2. i mean different color with different menu. ex: because this categories is red color (http://www.screencast.com/t/MQTTMfwC), so i want it when i choose this categories’s pages, the big slider’s title (http://www.screencast.com/t/J28gd4wF5S) with red color. Same like this, this categories is orange color (http://www.screencast.com/t/aXojjJFoAQ6), so iwant it when i choose this categories’s pages, the big slider’s title (http://www.screencast.com/t/Rew5DtvlbF2) with orange color!

6. Can u teach me how to find this with step by step?Sorry, i am a newbie…(http://www.screencast.com/t/cdezKx4zQc)

11. i) I have already try, but why it just have two images only? How about the below two?http://www.screencast.com/t/7DY5C1uKsfxD

ii) And why this images becomes like that? http://www.screencast.com/t/NmuSbDQ8L

13. How to let the small images at the sidebar become same size with the first images?http://www.screencast.com/t/G54ZXmSGmP

15. After remove it, How to use the prev and next button? How to let the prev and next button function?

18. It is because some photo cannot see all size, like (http://www.screencast.com/t/9dFhk7Dt), (http://www.screencast.com/t/1zIWtfYz34YY), (http://www.screencast.com/t/tuPJDiE0MVBa)

19. I already try, but it appear all red in all title. i mean if this categories is red color (http://www.screencast.com/t/MQTTMfwC), i want it when i hover the title, ti appears red color (http://www.screencast.com/t/2N66oFGX), although it appear on similar post (http://www.screencast.com/t/ibP6xixFPMnk) or random post (http://www.screencast.com/t/Qx49y4oCR). In conclusion, when it is in categories some one, and the categories is red color or even another color, it all shoulb become that categories’s color! I know that i should more css and custom work. Can u step by step and screencast teach me? Sorry for that…

20. But i not only homepages should show the category, even the similar post or random post there also shuold show, how shuold i do?

Post count: 27

New Question
1. How to remove the blue color “box” in all big slider? I mean just left the title (http://www.screencast.com/t/L7Jf6xdwSn)

Post count: 6600

Hi,

2. Unfortunately the theme doesn’t have an option for that, it’s not easy but it can be achieved via css and you will need custom work for that. If you don’t know how to do it we suggest you to hire a freelancer to get this done for you as we cannot offer custom work at this time.

6. In this path ..\wp-content\themes\newspapertheme\includes\modules\module_modifier you can find the file, use a code editor like Notepad++ and edit the td_module_blog.php file change remove the code I suggested then save it: http://screencast.com/t/3gClfIbAf
Search for tutorials online to see how you can use code editors and make this modifications: http://smallbusiness.chron.com/notepad-beginners-38873.html

11.
i) Use this css to have the small images like the other slider images in small screen widths: http://screencast.com/t/SxAIEXyiV4HR

@media (max-width: 476px) {
.td_block_big_grid .td-big-grid-post-0 {
height: 200px !important;
}
.td-big-grid-post-2, .td-big-grid-post-3, .td-big-grid-post-1 {
width: 100%!important;
height: 174px !important;
}
.td-big-grid-post-3 .thumb-wrap {
border-left: 0px solid #ffffff !important;
}
.td-big-grid-post-3 .td-sbig-title-wrap, .td-big-grid-post-2 .td-sbig-title-wrap {
margin-left: 0px !important;
bottom: 2px !important;
}
.td-big-grid-post-2 .td-sbig-title-wrap {
bottom: 3px !important;
}
}

@media (min-width: 477px) and (max-width: 767px) {
.td_block_big_grid .td-big-grid-post-0 {
height: 300px !important;
}
}

ii) The images become like that because of the width of the screen as in order to be responsive are set to 100% of width.

13. Use another block widget, the block 1 widget which you are using it’s set to appear like that: https://forum.tagdiv.com/modules-and-blocks/

15. Replace this code: http://screencast.com/t/XAQnqGR9fiLz with this: http://pastebin.com/7dpq7Rpr

18. That happens because of the cropping function, you can find more info about it in this topic: https://forum.tagdiv.com/topic/thumbnails-and-images-url-problem-comments-problem/

19. This is similar to the second matter and it can be done via custom css but unfortunately the theme doesn’t have an option for this and you will need to hire someone to customize it for you.

20. You can find how to do it here: https://forum.tagdiv.com/topic/customize-article-display-view/
Move the get_category() function inside the module file.

Hope this helps!

Thanks

Post count: 27

1. I have already try, why still cannot work?http://www.screencast.com/t/RMBQgdGeLv8

2. How to remove the blue color “box” in all big slider? I mean just left the title (http://www.screencast.com/t/L7Jf6xdwSn)

3. How if i want remove the underlined when people hover it?

Post count: 6600

Hi,

1. Replace all line: http://screencast.com/t/aEb09NFpyxb with this 'orderby' => 'rand', line, like this: http://screencast.com/t/6GI9pNv0kjRS

2. Use this css in theme panel > custom css filed: http://screencast.com/t/1eERz5iE

.td-big-grid-title .td-sbig-title-wrap, .td-sbig-title-wrap .td-sbig-title {
background-color: transparent !important;
}

3. Use this custom css: http://screencast.com/t/rr7hjvrX1nML

.td-sbig-title-wrap a:hover, .td-sbig-title-wrap a:hover span {
text-decoration: none !important;
}

Thanks

Post count: 27

Previous Question (i would like to ask below this two question, can u teach me just one, with step by step, and i do myself, ok?) *It really important for me*
1. how to do if i want my menu with the line of different color when i hover it?http://www.screencast.com/t/oFjjWo2zbid

2. i mean different color with different menu. ex: because this categories is red color (http://www.screencast.com/t/MQTTMfwC), so i want it when i choose this categories’s pages, the big slider’s title (http://www.screencast.com/t/J28gd4wF5S) with red color. Same like this, this categories is orange color (http://www.screencast.com/t/aXojjJFoAQ6), so iwant it when i choose this categories’s pages, the big slider’s title (http://www.screencast.com/t/Rew5DtvlbF2) with orange color!

Post count: 6600

Hi,

1. If you inspect the menu items you will noticed that each one has a unique css class: http://screencast.com/t/XQZP9MCjR
You can use that to target each menu item and set a different border-bottom color for each one. Ex: http://screencast.com/t/fcViESJp

Here is the css I have used:

.sf-menu > .menu-item-481 > a:hover {
border-bottom: 4px solid #e71dd5 !important;
}

2. First of all you don’t have and can’t pout an big slider on category pages but for category pages you can use like explained above this unique css class set on categories body tag: http://screencast.com/t/4EmvverBfI

If you don’t know how to do this we suggest to hire a freelancer to do it for you as do not offer custom work.

Thanks

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