No search results were found in Documentation!
Hi,
I’ve problem on menu. When resize my windows browser, the top menu and head menu go on two rows.
Can you help me?
Thank you
The site is http://www.milkbook.it
https://drive.google.com/file/d/0B4swrb3jAaKqTVNicnQtVEdZRmM/view?usp=sharing
You would probably need to do some custom coding for that, to make one div (eg., span 6 for your logo, span 6 for menu). So, you’d likely need to edit the menu files for the theme to do something it wasn’t designed for. (E.g., having your logo float above the bar larger than the height of the bar div.
You would likely need to hire a developer to hack the theme to do such a custom modification.
Using one of the default menu choices, you would
a) set your logo to fit the height of the menu div,
b) limit the number of items in the drop down menus to not be wider than the page layout. You obviously cannot have 1600px of menu on a 1200px menu. It will drop down to new line.
The menu types are shown in the theme demo on Themeforest, but doing a super custom menu as you’ve shown in your image, would need to be customized by you or your developer.
(I do not speak for the theme devs, I’ve just been using their themes for 13 months, so have been hacking stuff myself regularly and sharing some of my experiences since I have been working weekends on/off to redo our company sites/portals… and so my answer should be considered an opinion only!). 🙂
I tried the Byline plugin that you suggested, @partnowjess. While it seemed to fill in the guest author information under the title correctly, it unfortunately output the guest author’s name randomly in other parts of the them. I cannot recommend it as an alternative.
@mbasche, would you mind sharing exactly the line numbers that you replaced with this code? Did those this affect the output in the Author Box at all or just the names under the title? And does it handle only registered user authors or does it also work with Co-Authors Plus’s guest authors?
Hi all,
1- i need some help to adding shadow with transform to slide images
example http://www.neowin.net/
2- How to add ridiculously responsive social sharing buttons
example and code http://kurtnoble.com/labs/rrssb/
Thanks in advance
Hi,
You can change it via custom css in Theme Panel > Custom Css: http://screencast.com/t/LsTYPu1MJNa
Read more button: http://screencast.com/t/Cph2Ir948Gmd
.blog-stack .wpb_button .more-link{
font-family: Comic Sans MS;
font-size: 30px;
}
Social sharing buttons: http://screencast.com/t/eafnvifiZ
.blog-stack .td-social-sharing-buttons .td-social-but-text{
font-family: Arial;
font-size: 25px
}
Submit buttons: http://screencast.com/t/y1xG3ou81m
.blog-stack .form-submit input{
font-family: Comic Sans MS;
font-size: 30px;
}
Hope this helps!
Hi,
Please use this css:
.td-post-sharing .td-classic-facebook iframe {
width: 130px !important;
}
I have also tested this and this css should fix this: http://screencast.com/t/ehX3QSUPTH
Please let me know!
Thanks
Hi. There seems to be an issue with the Top Article Like/Tweet working independently from the Top Article Sharing.
I just want to show the Top Article Like/Tweet by itself, but it won’t show when I enable it (without enabling the Top Article Sharing).
Please advise. Many thanks!!
Ads code given in above is incomplete . So, Here is the ads code : https://drive.google.com/file/d/0BxMxoToAymmNMEszQzNSM2t3M1E/view?usp=sharing
I have used this ads code in the Plugin with manual as option.
So, Help me with this code.
-
This reply was modified 11 years by
ningthouja.
Hi,
Unfortunately there is no option for social share to appear on top. Sorry for inconvenience!
But you can edit loop-single.php(or the post template that you use) and add this code
<?php echo $td_mod_single->get_social_sharing();?> like this: http://screencast.com/t/59nWNxxZFFFS
Result: http://screencast.com/t/w9QHdKmL
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Lucian.
Hi,
Please read this and try Lucian’s solution: https://forum.tagdiv.com/topic/theme-panel-post-settings-sharing/
Let me know if you managed to solve that!
Thanks!
Hi,
You can use shortcodes and add the plugin shortcode directly into posts’s template using the do_shortcode function. You need to edit the loop-single.php file and add it above the title like this or replace our social sharing: http://screencast.com/t/JV4sz8Lzhn
You can disable the theme’s social sharing buttons from theme panel: http://screencast.com/t/42dPYTOMC1
Thanks
-
This reply was modified 11 years by
Lucian.
I love the sharing options, but I want it to be on TOP of the article/post.
I can’t see the option.
Thank you guys!
Hi,
I try to install a social sharing plugins () but It won setup as it suppose to be on the top of the picture (like the one you already have on the theme), for some reason the social sharing button show up bellow the picture (see: http://prntscr.com/5r28v7). Can you help me with that?
Hi,
Is there a way to have the sharing buttons, and more specifically the “ARTICLE LIKE/TWEET/G+” buttons at the top of the article, vs. at the bottom?
Many thanks
I want to change the height of the menu to 40px and
the image of the last posts display in bigger size
holy sh**! You’re actually correct!
I disabled the mega-menu from my site, and the sharing seems to be working back again! Thank you so much!!
Short-term fix this may be, but at least something is better than nothing. Always knew there was some issue in the theme itself. Hope the developers can fix it soon enough.
I had the same problem of Nitish. I say “had” beacause I believe I solved it. But not at all.
I try to explain. Sorry for my english…
I tried to empty cache, to compare source page of my site with original Newspaper, uninstall all plugins, reinstall them, change theme setting, change theme and reintall it. Nothing to do! Sharing on G+ a disaster…
Thumbnails were little and wrong, right the title, without meta description.
I followed the conversation between Nitish and Chris, here, and between Nitish and administrator TagDiv on Themeforest comments. Same frustration for me.
Today I noticed that the number of Thumbnails sharing on G+ was 30 and they were taken from the categories of “mega menu”, not random, but in order of menu. So, if I had in my menu for ex. “art”, “fashion”, “funny”, “sport” and my menu is “Mega menu”, G+ thumbnail was taken from the thumbnail of mega menu preview, in order: art, fashion, etc). If I moved category in menu switching place, thumbnail changes. Interesting, I said!
Going on with my experiment, I noticed that removing mega menu with sub category, thumbnails were correct! I supposed the gap was here. Now I removed [category with subcategory] from mega menu. All is ok. Sharing on G+ is perfect: correct title, correct thumbnail and correct meta description!
But I’d like to solve the entire issue ’cause megamenu with sub category is the peculiarity of this theme.
Hi,
How to add LinkedIn and Google+ share button under each post? http://screencast.com/t/f9aTf0sgNTBj
I tried but it doesn’t look the same way as the Facebook and Twitter sharing buttons (or they appear lower)
Thank you, Liesbeth Roos
Hi,
1. I have also tested this using your posts content and found the same issue on my local machine and just on firefox.
Noticed that the fonts couldn’t be loaded and this “Cross-Origin Request Blocked” error came up in the browser console: http://screencast.com/t/kq9Tjdy0T
We will continue to make tests and further investigate this so you could try this solution: http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co
Also noticed that you’ve changed the “ubuntu” font as it’s not loaded: http://screencast.com/t/H7eGKfRFSChk so I’m not sure if this also happens in your case but you could give this a try and let me know.
2. I haven’t noticed this on your page: http://screencast.com/t/HSG9Igto but you can use this css to remove it:
.single_template_6 .td-image-gradient:before {
display: none;
}
Thanks
Hi,
Thanks for sharing this! I have edited your post and should be showing it right now!
Please let me know if this still isn’t showing parts of your code and use http://pastebin.com/ for it.
Thanks
If it was useful to someone I solved with the following code:
a class=”td-social-sharing-buttons td-social-pinterest” href=”http://linkedin.com/shareArticle?mini=true&url=’ . get_permalink() . ‘” onclick=”window.open(this.href, \’mywin\’,\’left=50,top=50,width=600,height=350,toolbar=0\’); return false;”><div class=”td-sp td-sp-share-pinterest”></div><div class=”td-social-but-text”>LinkedIn</div></a
thank’s a lot!
And what about possible customization of theme native sharing functions?
Eg. adding an “email to” button and a “print” button?
let me know… I think it’s the time to remove the plug to addthis plugin 😀
regards
Hi guys,
I really wanted to show ‘related articles’ and ‘more from author’ on post page separately. I managed to do this with a little help of the support team. I’m sharing this, because I think it is a nice extra feature.
In the theme option panel you can enable/disable the ‘related article’ module which contains both ‘related articles’ and ‘more from author’. In my case I didn’t want to display ‘more from author’ on posts written by user ‘redactie’, because he is the redactor and 90% of my sites post are written by him. I just wanted to show ‘related articles’ on posts written by user ‘redactie’:

Because my website has a category called ‘expert blogs’ which contains posts that are written by doctors, I wanted to only display ‘more from author’ on posts (expert blogs) written by doctors:

All posts written by other users than ‘redactie’ and all posts with other categories than ‘expert blogs’ should still have displayed both ‘related articles’ and ‘more from author’:

Step 1:
Create backup of theme.
Step 2:
Open Newsmag/includes/shortcodes/td_related_posts.php and go to line 30:
$buffy .= '<h4 class="td-related-title">';
$buffy .= '<a>block_uid . '" href="#">' . __td('RELATED ARTICLES') . '</a>';
$buffy .= '<a>block_uid . '" href="#">' . __td('MORE FROM AUTHOR') . '</a>';
$buffy .= '</h4>';
Step 3:
Add $post_cat = get_the_category(); to store the category of the post which contains the ‘related article’ module. The code will be:
$post_cat = get_the_category();
$buffy .= '<h4 class="td-related-title">';
$buffy .= '<a>block_uid . '" href="#">' . __td('RELATED ARTICLES') . '</a>';
$buffy .= '<a>block_uid . '" href="#">' . __td('MORE FROM AUTHOR') . '</a>';
$buffy .= '</h4>';
Step 4:
Place
Related articles:
$buffy .= '<a>block_uid . '" href="#">' . __td('RELATED ARTICLES') . '</a>';
AND
More from author:
$buffy .= '<a>block_uid . '" href="#">' . __td('MORE FROM AUTHOR') . '</a>';
into conditions. In my case:
If author of post is ‘redactie’, only display ‘related articles’:
if (strtolower(get_the_author_meta('display_name', $this->post->post_author)) == 'redactie') {
$buffy .= '<a>block_uid . '" href="#">' . __td('RELATED ARTICLES') . '</a>';
}
If category of post is ‘expert blogs’, only display ‘more from author’:
elseif (strtolower($post_cat[0]->cat_name) == 'expert blogs') {
$buffy .= '<a>block_uid . '" href="#">' . __td('MORE FROM AUTHOR') . '</a>';
}
In all other cases, display as normal both ‘related articles’ and ‘more from author’:
else {
$buffy .= '<a>block_uid . '" href="#">' . __td('RELATED ARTICLES') . '</a>';
$buffy .= '<a>block_uid . '" href="#">' . __td('MORE FROM AUTHOR') . '</a>';
}
Step 5:
Save and close file.
Step 6:
Open Newsmag/includes/modules/td_module_single.php and go to line 731:
$td_block_args = array (
'limit' => $td_related_limit,
'ajax_pagination' => 'next_prev',
'live_filter' => $td_related_ajax_filter_type, //live atts - this is the default setting for this block
'td_ajax_filter_type' => 'td_custom_related', //this filter type can overwrite the live filter @see
'class' => $td_related_class
);
Step 7:
Add $post_cat = get_the_category(); to store the category of the post which contains the ‘related article’ module. The code will be:
$post_cat = get_the_category();
$td_block_args = array (
'limit' => $td_related_limit,
'ajax_pagination' => 'next_prev',
'live_filter' => $td_related_ajax_filter_type, //live atts - this is the default setting for this block
'td_ajax_filter_type' => 'td_custom_related', //this filter type can overwrite the live filter @see
'class' => $td_related_class
);
Step 8:
Add condition to display ‘expert blogs’ posts by default when only ‘more from author’ is displayed. If you don’t add this condition, ‘related articles’ posts will be displayed by default and you will have to press ‘MORE FROM AUTHOR’ switch manually to load the relevant posts:
if ((strtolower($post_cat[0]->cat_name)) == 'expert blogs') {
$td_related_ajax_filter_type = 'cur_post_same_author';
}
So in case the posts have ‘expert blogs’ as their category, variable $td_related_ajax_filter_type will be ‘cur_post_same_author’ and the live filter will display ‘more from author’ posts.
Complete code will be:
$post_cat = get_the_category();
if ((strtolower($post_cat[0]->cat_name)) == 'expert blogs') {
$td_related_ajax_filter_type = 'cur_post_same_author';
}
$td_block_args = array (
'limit' => $td_related_limit,
'ajax_pagination' => 'next_prev',
'live_filter' => $td_related_ajax_filter_type, //live atts - this is the default setting for this block
'td_ajax_filter_type' => 'td_custom_related', //this filter type can overwrite the live filter @see
'class' => $td_related_class
);
Step 9:
Save (in child theme /modules folder, in case you use child theme) and close file.
Step 10:
Open style.css (in child theme folder, in case you use child theme) and add following code to fix the corners of the module title background:
.td-related-title .single-item {
border-radius: 3px;
}
Step 11:
Save file and close.
Step 12:
Reopen Newsmag/includes/shortcodes/td_related_posts.php and go to line 33 and add single-item after class="td-related-left td-cur-simple-item
So it will be:
$buffy .= '<a>block_uid . '" href="#">' . __td('RELATED ARTICLES') . '</a>';
Step 13:
Go to line 36 and add td-cur-simple-item single-item after class="td-related-right
So it will be:
$buffy .= '<a>block_uid . '" href="#">' . __td('MORE FROM AUTHOR') . '</a>';
Step 14:
Save and close file.
Step 15:
Upload all files to your host and we are done! 🙂
Enjoy…
Hi,
1. You have to add it here: http://screencast.com/t/BPsDrUZyaQXb
2. You can so it via css and use this custom css: http://screencast.com/t/eMu0jqpZOt
.post .td-main-content .td-classic-sharing {
display: block;
margin: 0px;
}
.post .td-main-content .td-post-sharing-bottom .td-classic-sharing {
margin: 0px 0px 10px 0px;
}
Thanks