- ApiPractical example – How to add a new Block and Module
- Apitd_api_top_bar_template::delete
- Apitd_api_top_bar_template::update_key
- Apitd_api_top_bar_template::update
- Apitd_api_top_bar_template::add
- Apitd_api_single_template::delete
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_single_template::add
- Apitd_api_footer_template::delete
- Apitd_api_footer_template::update_key
- Apitd_api_footer_template::update
- Apitd_api_footer_template::add
- Apitd_api_smart_list::delete
- Apitd_api_smart_list::update_key
- Apitd_api_smart_list::update
- Apitd_api_smart_list::add
- Apitd_api_thumb::delete
- Apitd_api_thumb::update_key
- Apitd_api_thumb::update
Hi there
i need to add Most Popular, Recent, Comments ? how to do it ?
Hey there,
I’m working on a few CSS fixes for image thumbnails that are too small due to dimensions or otherwise. This particular one is for the Big Grid on Category pages. The CSS is –
a.td-image-gradient.td-big-grid-overlay, .td-big-grid-post .td-module-thumb img.entry-thumb, .td-module-thumb{
height:100%!important;
}
a.td-admin-edit.td-image-gradient.td-big-grid-overlay{
height:auto!important;
}
Example at http://www.xposy.com/literature/
This is working to a point. It seems to drop off at the smallest screen dimensions. Probably down to the wrapper?
Anyone have an idea of what to add?
Thanks!
Couple things:
That post is a poor example re: Zemanta – I used to use it, but have since deleted it, but the remnants are the same.
That being said, I’m not terribly bright on where I’d put the shortcode, or how to find the shortcode, any of that.
If I use the post templates as they are in the theme? No problem. See here as an example:
http://sunnyinkabul.com/2015/03/07/4-reasons-nato-used-a-white-lady-to-explain-afghan-lady-problems/
It only gets jacked up if I use the post formats to move text in, like I did in the other post above. So it works fine until I go with that “no sidebar, indent text” look.
Make sense?
Hi
Take a look :
http://postimg.org/image/clxryfaqd/
Is possible make a BIG GRID slider?
example:
show 6 after 3 or 4 seconds change to more 6
regards
I didn’t think “note” was a class used, and you’re defining it but then not using it in your example ?
In any case here is what I’m using for a paragraph tag in Newsmag:
blockquote p { font-size:20px !important; line-height:26px !important; text-align: left !important; padding-left:20px;}
Bootstrap CSS not used in theme, unfortunately (wish it was!), for buttons, etc.
You could save out the custom CSS and JS from Bootstrap using the customizer and then fold those into the theme by adding calls to the JS and putting the CSS at bottom of your style.css.
I added some CSS code to custom css.
It is showing original theme’s blockquote style.
blockquote.Note{
padding: 5px 20px;
margin: 0 0 10px;
border-left: 5px solid #D3EAFA;
}
blockquote.Note p {
font-size:95%;
color: #333333;
font-weight: 300;
line-height: 1.6;
}
sample :
<p><i class=”icon-bookmark-empty”></i> Note</p>
<p>Contents</p>
and how can I use bootstrap css?
Those are, or they were, but, for example:
http://screencast.com/t/Zmv7Cmrx46
These are NOT the fonts I’ve picked.
Are you seeing the same?
Hi,
The module number do not correspond to block number. The blocks are made from modules, some block are made from 2 modules from example…please take a look here: https://forum.tagdiv.com/blocks/
I’m glad that your figured out! Please follow our documentation: https://forum.tagdiv.com/newsmag-documentation/ and let me know if you have another issues related to the theme.
Thanks!
That’s what I’ve been so confused about, it’s subscribers that are getting author pages. I thought it might be the theme but now I’m wondering whether it could be a plugin issue. Example at http://www.xposy.com/author/testsubscriber – Account I made with default user role set to subscriber. Very strange!
Hi,
Newsmag theme was designed in 3 columns fixed grid, so the blocks are recommended to be used 1/1 – 1/3 + 1/3 + 1/3, or 2/3 + 1/3 like you can also see in backend when you split the row(are colored blue): http://screencast.com/t/ApuMgUzYb2vH
Please also take a look on our demo how blocks are used: http://screencast.com/t/eIECvaw8pSS – http://demo.tagdiv.com/newsmag/block-1/
You can use blocks on 1/4 + 1/2 + 1/4 but not all will work fine. Also you can try to use css if you really need to use block like that. For example block 4 – http://screencast.com/t/gGHvXTfN4 add an extra class to the column – http://screencast.com/t/BLLog8BFN1 and add css code in Theme Panel > Custom css: http://screencast.com/t/GpMSJsiC9U
Hope this helps!
I just updated to Newspaper 4.6.2 after activating the child theme of the previous install (3.9.1). Everything seems okay on the visitor side, but I noticed some problems with the theme panel. Specifically, the Categories and Custom Typography options do not show any dropdown choices. The arrow on the right toggles to open the panel, but then it is just a small white line instead of the full array of choices. For example, I would frequently open a new category to adjust the display view and to hide the category on a post. Now, I cannot do that.
What am I missing?
Hi,
i just downloaded the update from themeforest, but when I overwrite my 444 Version with this it shows me now in the theme-details in wp, that I hav 4.6.1 installed – but on the website it says it should be 4.6.2! Can you please check the file on themeforest.
2nd Problem. On http://www.stoerrischeresel.com I have a revolution slider included – unfortunately the drop-down menu is shown behind the slider. How can I fix this?
Thank you for helping me with those 2 issues.
Simon
I think I found the part in the td_wp_booster_functions.php, but I don’t know what to change.
//check if we have all the images
if(!empty($td_temp_image_url[0]) and !empty($td_temp_image_url_80x60[0]) and !empty($td_temp_image_url_full)) {
//css for display the small cursor image
$slide_images_thumbs_css .= '
#' . $gallery_slider_unique_id . ' .td-doubleSlider-2 .td-item' . $cur_item_nr . ' {
background: url(' . $td_temp_image_url_80x60[0] . ') 0 0 no-repeat;
}';
//html for display the big image
$class_post_content = '';
if(!empty($image_attachment['description']) or !empty($image_attachment['caption'])) {
$class_post_content = 'td-gallery-slide-content';
}
//if picture has caption & description
$figcaption = '';
if(!empty($image_attachment['caption']) or !empty($image_attachment['description'])) {
$figcaption = '<figcaption class = "td-slide-caption ' . $class_post_content . '">';
if(!empty($image_attachment['caption'])) {
$figcaption .= '<div class = "td-gallery-slide-copywrite">' . $image_attachment['caption'] . '</div>';
}
if(!empty($image_attachment['description'])) {
$figcaption .= '<span>' . $image_attachment['description'] . '</span>';
}
$figcaption .= '</figcaption>';
}
$slide_display_html .= '
<div class = "td-slide-item td-item' . $cur_item_nr . '">
<figure class="td-slide-galery-figure td-slide-popup-gallery">
' . $figcaption . '
</figure>
</div>';
hi,
I’m trying to create a page (with visual composer) with the following schedule: 2/4 + 1/4 + 1/4 but I can not understand what I have to use blocks. In fact, or the block exceeds the size available to and invades another column (for example the block 13), or moves forward a little white space (for example, using the block 4 set with the display of a single post). It seems that the blocks are only made for the size 1/3 + 1/3 + 1/3, or 2/3 + 1/3. Even if I change for individual blocks, the number of posts to display, the result does not change, and the blocks do not scale based on the space to be occupied. How can I fix?
P.S. sorry but I do not know English well and I used google translator, I hope you understand
Hi,
Unfortunately there is no option to add the php code in block settings. You filter by tag by adding tags name separated by comma like in example http://screencast.com/t/96GA7LHQdyJ – http://screencast.com/t/bd6V9n2neOId
Please provide more details, if this is not what you mean.
Thanks!
Dear,
I’ve noticed that post view counter is not working for direct visits, but only if you, for example, open article by clicking on a homepage article thumb.
I had Facebook campaign for one of the articles, and in Google Analytics I see that I had 1300 page visits (for that particular article) on the same day, but view counter on the website is showing that I had 19 visits total.
Can you please let me know hot to fix this?
Milan
Hi,
Can you provide an example so I can take a look?
I also tested this:
http://screencast.com/t/j4juktAZcVUP
http://screencast.com/t/Z45dlU3v
http://screencast.com/t/x11bgQgHfQe
Please also empty cache and see if you still have the issue.
Thanks!
Hi there,
I seem to be having a problem with the thumbnail size within posts. The image isn’t showing at full width for certain posts. Others are working. The site is An example is at
http://www.xposy.com/visual-arts/photography/how-to-create-something-amazing/
Thanks
Hello.
I would like to know if it’s possible to have a default pagination (not Ajax) type on custom pages that I make.
http://i.gyazo.com/8fc316e8b15a55363528044ce0a57eba.png
I tried with the backend editor, but the only options are “Load More” and “Next/Prev ajax”.
I have actually found a workaround for this, by chaging my front page from a custom page to my “Latest posts”. Those type of “default”-ish pages have the pagination I want. However, the problem is that in theme options, it won’t let me have sidebar for individual posts only, because in the theme Panel -> Template settings, both Blog & post settings fall in the same category.
http://i.gyazo.com/7af92f732b4f5cf1fc71636a7c15f706.png
I hope you can assist me with this. Thanks in advance
Hi to everyone. We use Newsmag from the moment it came out and we have no problems, the theme works very well. We have only a small problem with the comments (already exposed in the past). The default comment system is not perfect. For example, if we are blurring the closing comments after 14 days, the comments are closed regularly but the theme doesn’t show the comments already present in the article. We momentarily resolved the problem by installing a third party plugins (comment plus) but we don’t like it, comments are confused. Is Not done well. We’d try Jetpack but do not know if it is compatible and then by a test done on a web site of test does not seem to solve the problem. How can we solve?
Hi,
Please use a page template without background for example: http://screencast.com/t/fXm58i1ry0 and(like I said above) add Big Slider manually to the page using Visual Composer: http://screencast.com/t/Phgvb2VL – http://screencast.com/t/uUa2mpAmLUm
Result: http://screencast.com/t/HsAn6hYGr
Thanks!
I’m having an issue on our website in that when we click the ‘load more’ link, there are duplicate (repeated) posts. So, if I click load more two or three times, I start to see the same posts I saw on the first page.
See an example here: http://www.betterretailing.com/your-store/ beneath the ‘More ideas’ heading.
Anyone had this issue or know how I can fix it?
I have checked the setting of the block in Visual Composer and they all seem OK. They’re getting the posts from a category, sorted by ‘latest’, ‘limit post number’ is set to 3.
Any ideas?
I’m using version 1.6
If I add to playlist video with Cyrillic characters, the playlist does not work
Example: aW6NXPHI_k8, FHqk4sn4yg0, 1KgD9r8yguo
http://tripsphere.ru/
Check your page source to see if you actually have duplicate info; and then make sure you don’t have a second plugin (like from JetPack, or your hosting service, if they are a WordPress speedup service that alters code) running.
Looking at your page source, you can often *see* where the duplicate META data is, and possibly determine WHAT is adding it — for example Yoast “wraps” their output to show what their plugin is adding to your HEAD area on a post.