- NewspaperSocial Sharing
- NewspaperSharing
- NewspaperDesign your post pages using the Default Templates
- NewspaperFacebook Share
Thanks @dalandau for sharing, glad you managed to figure that out.
Well, if the “calls” to the italics and other weights are not found in the td_fonts.php, then they can’t magically be added any other way since any other method would simply add another call to Google fonts, when it should be part of the string from td_fonts.php; and the font calls are also optimized by the td-booster system, so best to keep it in one place.
I don’t see any way around NOT editing the td_fonts.php file, so far.
Also note the stuff on my functions.php file hacks – have nothing to do with the fonts. Was just sharing that while on topic of functions.php. Those edits are partially to improve google pagespeed insights.
But wait for Lucian or Marius. 🙂
Well… thanks… but I really want something simpler than that and don’t want to have to go through gyrations every time we update… but I appreciate your sharing. For the moment, I just want to get true italics and maybe some weights… it ought not to be that difficult… hoping anyway.
Thanks for sharing!
Hi,
1. Thanks for reporting this. I haven’t managed to find the missing padding, could you be more specific and also provide a link with this bug?
2. Regarding the page settings I have tested this and seems that the fonts/sizes/.. settings change to the old pages content also. Have you tried to check this without any plugins active?
Please let me know!
3. Thanks for sharing!
Thanks for the message!
Can someone please clarify how to replace the current share buttons with this one? I disable the themes sharing capabilities, but the only way I can get it to show is to add this to the bottom of the loop-single-1.php, loop-single-2.php, etc. files in the footer section. This puts it just above the comment section. I’d like to to be higher than that, right after the post content. The only way I can find to do this is to edit the post and add it to the bottom.
This won’t work however since I have thousands of posts. Where can I put this so it’s automatically inserted in that location?
Thanks for sharing!
Have a nice day!
would like to see the social sharing buttons on pages too
Hi Lucian
I cannot see the above table that you have outlined above all i have is the following:
Hi,
You can go to Facebook Comments plugin settings and disable the automatic position like this: http://screencast.com/t/xhduGF2G then use the short-codes to add the fb comments after the social sharing buttons in the post template: http://screencast.com/t/lOfxcqKx5w
Thanks
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
Hi,
Regarding the Firefox slider issue you have I think it’s could be due to a plugin conflict so please deactivate all plugins then empty cache if you use any and check for this again. If this doesn’t happen anymore you can activate plugins one by one to see which one is creating a conflict.
The slider’s titles rows can be controlled from td_module_slide_big.php like this: https://forum.tagdiv.com/topic/changing-the-width-of-the-featured-post-title/#post-18499
Seems that your social sharing issue is due to some css: http://screencast.com/t/oOz120C25
You can fix it like this: http://screencast.com/t/AplJiCSfMEp
.td-social-sharing {
top: 0px;
}
Use this css for the menu border, just change the color border color to the one you want and for hover also: http://screencast.com/t/mF1GENRhXd1
.sf-menu li a:hover, .sf-menu .sfHover a, .sf-menu .current-menu-ancestor a, .sf-menu .current-category-ancestor a, .sf-menu > .current-menu-item > a {
border-color: #4db2ec;
}
.td-full-layout .td-menu-background, .td-boxed-layout .td-menu-wrap {
border-bottom: 4px solid rgb(229, 14, 55);
}
The menu font color can be changed from theme panel > custom typography: http://screencast.com/t/3RpxouZx
As for the mega menu direction I have searched a bit for a solution online but couldn’t find a simple solution. You can try to search for a solution yourself or you could hire some one to do it for you if you don’t know how to do it.
Thanks
Happy holidays, Chris! I realized I hadn’t been around in a while (either) and decided to check back, apparently with perfect timing.
It’s been a real pleasure sharing this forum space with you, and of course the TD team. I’ve learned a huge amount from asking and reading in the great company here.
All the best doin’ the stuff you need to do.
Luke
Glad you’ve managed to get this done!
Thanks for sharing!
-
This reply was modified 11 years by
Lucian.
Hi,
You can move the social sharing buttons moving this line: http://screencast.com/t/DiWSw8v1 inside loop-single.php file. For the other post templates you need to edit and change the other templates files: http://screencast.com/t/SiJF33Ka4s
Thanks
I bought a license, but i’m not able to Activate it!
I already filled the Item Purchase Code, the API key and the same username but i’m receiving an error mesage: “Your password is invalid. Please check the information in your profile Envato”.
Could you help me?
https://drive.google.com/file/d/0B4_ACMzYpEITNnpNMVMwRjZHbVE/view?usp=sharing
I chaged it 😀
<a class=”td-social-sharing-buttons td-social-pinterest” href=”http://www.stumbleupon.com/submit?url=’ . get_permalink() . ‘” onclick=”window.open(this.href, \’mywin\’,
Now I just have to found a way to move the entire bar into the header or upper..
Ok..now i’m looking to edit theme files..
I just want Stumbleupon over the Pinterest button. So I found all files that include “td-social-sharing” where the buttons are from, but now I don’t know what to do 😐
Now this it’s my last problem:
<a class=”td-social-sharing-buttons td-social-pinterest” href=”http://pinterest.com/pin/create/button/?url=’ . get_permalink() . ‘&media=’ . (!empty($image[0]) ? $image[0] : ”) . ‘” onclick=”window.open(this.href, \’mywin\’,
I changed the name from Pinterest in StumbleUpon here (line 143):
wp-content\themes\Newspaper\includes\modules\module_modifier\td_module_blog.php
The “P” it’s on images/sprite/elements.png
And the link that i posted first it’s on (line 141):
wp-content\themes\Newspaper\includes\modules\module_modifier\td_module_blog.php
So my problem it’s founding what it’s that link -_- some help please? Thanks!
-
This reply was modified 11 years by
RaduCS.
Glad you did and thanks for sharing!
Please let me know if you have any other theme related issues!
You can turn off byline on posts by unchecking “show” box in the post options for the theme panel as of 4.5. To change the “name” displayed, you set that on the user settings page in WordPress for each user/author.
BY “byline” I am assuming you refer to the “by line” which goes below the headline of a story and not the “author box”… which you can disable from the theme settings panel under post settings.
The theme doesn’t put share buttons above the byline, only below the story, as far as I know. If you’re using a plugin, it might be putting it there, and you can choose the settings in the plugin. You can turn the two types of social sharing buttons which come with the theme on/off from the theme panel under .. wait for it … post settings 🙂
-
This reply was modified 11 years by
simchris.
Any interactive buttons (clicking to next slide for anything), will not work on the homepage. However, they do work on all other pages.
It even includes clicking the “more” button in the sharing widget, as that doesn’t work either.
Does anybody know what the problem may be?
Thanks
bump doesn’t do anything … except hurt your skull from banging against the wall.
URLs are not managed by the theme; they are managed by WordPress and the “permalink” settings you setup in the WP options panel (not theme panel). If you have a corrupted dbase due to a bad post name, you may need to use a dbase fix tool, or edit that element from phpmyadmin in your web hosting account.
Wordpress docs on using permalinks: http://codex.wordpress.org/Using_Permalinks
If the post URL “slug” you’re using for that single post doesn’t work, it implies there is something like a bad extended ascii character that isn’t being converted … sharing that post title might be helpful, or the “slug” that you’re using for that post page. Maybe try changing the “slug” for the post you’re creating?
Wordpress docs for writing posts:
http://codex.wordpress.org/Writing_Posts
Comments options on posts are managed from the main wordpress settings under discussion …
Wordpress docs on using discussion options: http://codex.wordpress.org/Settings_Discussion_Screen
BUMP!!!!!!!!!!!!!!!!!!!
Hello,
I would like to display the date of the post on the article but not on the homepage.
How can I do that ?
I can disable/enable the date on the post setting configuration but I don’t find a way to display it only on the post.
Moreover, how can I disable the like and tweet button on the bottom of the post ?
For exemple: http://www.jofischer.fr/mobile/clic-and-walk-lappli-mobile-qui-vous-remunere.html
I would like only to keep the big sharing buttons enable
thanks for the help
HI Lucian
Thanks, after reading the thread about block 3, I managed to integrate the sharing buttons.