- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperHow to use the Flex Blocks cache option
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to insert a block inside the content of a post
- NewspaperFlex Block Settings Guide
- NewspaperMeta Info on Modules and Blocks
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewsmagBlock settings tutorial
- NewsmagCategory tag on modules/blocks
- NewspaperThumbnails – Fix strange looking images on blocks
- NewspaperBlock settings tutorial
- NewspaperCategory Tag on Modules/blocks
- ApiPractical example – How to add a new Block and Module
- Apitd_api_block::delete
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_block::add
- ApiAPI – Blocks – Introduction
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
Hi,
I guess that you refer to the IOS Slider(normal slider) – http://demo.tagdiv.com/newspaper/ios-slider/
Please try this custom css – http://screencast.com/t/9Ml9NEcS7
.td_block_slide .td-post-views {
display: none;
}
Thanks!
Hi,
If you want to take the shortcode (any block shortcode) please edit the page and switch to Classic View and take the shortcode – http://screencast.com/t/YutUK4FRJ
If you want to place it in the code please use do_shortcode() function – https://codex.wordpress.org/Function_Reference/do_shortcode
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please check module 6 (also you can check all modules where you want to show author) and uncomment this line to show author on block 7 – http://screencast.com/t/nQ0ysBWW1FS
Thanks!
Hi which file have to modify to add a custom field in block 8?
Hi,
@snowwatchGB Please check this custom css for your logo and see if it helps: http://screencast.com/t/xsGckVM3vyGr
@media (min-width: 1141px){
.td-header-style-1 .td-header-sp-logo {
margin: 28px 0px 9px 0px;
width: 340px;
padding: 0px
}
.td-header-style-1 .td-header-sp-logo img {
right: auto;
}
}
Also for that gap please try this css – http://screencast.com/t/5D91dcqZUKmg try to use !important tag
.td-post-template-4 .td-post-header-holder {
margin-bottom: 20px !important;
}
@themeforest_antonio Did you updated also the Visual Composer plugin to the latest version provided with the theme?
Also did you removed the old theme and uploaded the new one properly using this guide – https://forum.tagdiv.com/how-to-update-the-theme-2/ Please provide more details about this, also you can check it without any plugins active leave just Visual Composer active, clear cache and check again if you can edit the blocks.
Unfortunately new version of the theme has only 2 formats like you already know. If you need to add more post formats please take a look here – https://codex.wordpress.org/Post_Formats and try to add more formats in theme functions: http://screencast.com/t/MsM6Dc3q9j
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
The font-family that you have set on body it is applying also on text or list from text block – http://screencast.com/t/Pq6Qmw88be – http://screencast.com/t/96fTxxqy
If you want to change the the font size for your lists in pages using a text block you will have to use custom css in Theme Panel > Custom Css: http://screencast.com/t/f25FdVZzi8k
.wpb_text_column li {
font-size: 20px;
line-height: 28px;
}
Also if you use a list in post content – http://screencast.com/t/tv0A6hxioc
.td-post-content li {
font-size: 20px;
}
Thanks!
I found a bug. I was setting the title block 15 as “sport”, but did not appear. I decided to test another string. Set the title as “sport” and appeared.
Indeed, there is some problem in using the “Sport” string. What can this be? How to fix?
See pictures:
– http://pt-br.tinypic.com/r/2ef2jbn/8
– http://pt-br.tinypic.com/r/25srm68/8
Hi,
You have to check the API documentation here: – https://forum.tagdiv.com/the-theme-api/ – https://forum.tagdiv.com/the-child-theme-method/
An example for block 1 template file would be:
<?php
/* ----------------------------------------------------------------------------
WordPress booster framework - this is our theme framework - all the content and settings are there
It is not necessary to include it in the child theme only if you want to use the API
*/
if (!defined('TD_THEME_WP_BOOSTER')) {
include TEMPLATEPATH . '/includes/td_config.php';
include TEMPLATEPATH . '/includes/wp_booster/td_wp_booster_functions.php';
}
add_action('td_global_after', 'hook_td_global_after'); // hook used to add or modify items via Api
function hook_td_global_after() {
td_api_block::update_key('td_block_1', 'file', get_stylesheet_directory() . '/includes/shortcodes/td_block_1.php');
}
Thank you!
-
This reply was modified 11 years by
Emil G.
Bună,
Mulțumesc pentru răspunsuri!
- A funcționat! Mersi!
- La acel link afișează subiectele și nu categoriile – nu pot fi postate subiecte noi de acolo. Din câte observ, noua versiune nu include bbpress la șabloane (http://www.screencast.com/t/S5UJQ3LD ), iar șablonul bbpress din vechea versiune nu funcționează. Vreo rezolvare?
- Nu o mai șterg acum să nu pierd configurări și altele. Mai degrabă șterg în continuare cele câteva fișiere vechi 😀
- A funcționat! Mersi!
În plus:
- Cum aliniez reclamele mari în pagina principală să apară ca în demo? La mine apar cu aliniere la stânga: http://www.screencast.com/t/tnEbjlEjQ
- Am văzut că se recomandă de către Booster folosirea WP Super Cache în locul W3 Cache. L-am configurat, dar după, la efectuarea cache-urilor am văzut că pierd toate setările temei (noroc că le aveam salvate). M-am jucat puțin prin setări și cred că opțiunea care cauza problemele era: „Comprimare fişiere cache pentru a accelera de lucru. (Recomandat)” – vă rog să verificați dacă este o problemă în legătură cu această opțiune recomandată a pluginului
- Am instalat pluginul Font Awesome 4 Menus, însă nu reușesc să adaug acele iconițe pe care le oferă, iar site-ul lor nu prea este de ajutor pentru WordPress. Așadar, aveți un ghid pentru cum pot fi adăugate la meniuri?
- Cum schimb formatul datei la articole din Iun 16, 2015 în 16 Iun 2015? În Newspaper era o opțiune, dar acum nu o găsesc – formatul datei din meniul de sus l-am schimbat
- Noua versiune nu mai este compatibilă cu shortcode-urile din versiunea trecută (de exemplu pull_quote_center)? Văd că nici nu le mai recunoaște – cum pot să fac să le interpreteze din nou corect, pentru că le-am folosit mult și arată urât acum…?
- Cum adaug linii de despărțire a blockurilor între ele? De exemplu, aș vrea să le pun într-un chenar cu linie subțire pe cele de pe pagina principală.
- De ce atunci când dau clic pe numele autorului, mă redirecționează automat către pagina principală și nu către pagina autorului?
Vă rog să țineți cont de următoarele recomandări când lucrați la o nouă actualizare:
- Adăugați mai multe opțiuni pentru tagDIV SocialCounter – de exemplu, Tumblr. De asemenea, ar fi super să fie incluse și linkuri pentru descărcarea aplicațiilor (de pe App Store, Magazin Google Play, de exemplu).
- Adăugați mai multe câmpuri pentru sursă și via. În versiunea anterioară era mai bine cu 2 câmpuri pentru fiecare
Mulțumesc!
Hi,
Do you use ad block? Please follow this link (newspaper 6 documentation) – https://forum.tagdiv.com/article-ads/
Thanks!
I’ve been using Thesis 2.x for years now, and I am finally making the switch to NewsPaper. On my main site I have over 500 posts with MANY of them are using <blockquote></blockquote> but I do not like the styling as much on NewsPaper.
I would prefer to use the Box Quote Center styling that I see on the demo.
How can I do a site wide change. I assume I would just change something in CSS? Just make a direct swap.
Let me know your thoughts.
Hi,
Problem: I’m looking to Hide Author/Date On Blocks (But Not Posts). Changing post settings would turn it off on each post.
Solution: Code fix to hide author/date on block 13, but keep it at the top of each post (for semantic markup).
Longer Read:
Block 13, I don’t want it to show the author/date. If I go to theme panel>>post settings, I can turn off “Show Author.” But, I only want to turn off “Show Author” for blocks, not posts.
Thanks.
Apologies! I can make edit design options ONLY when I use the default theme. Although the edits are saved, once I switch to the theme upgrade, I can’t edit the blocks/modules. NO homepage as yet 🙁
Hi,
Like many i’ve just moved to v6 and here is a little low priority issue i found.
I’m using menu 12 with the default blue color, when switching from desktop to mobile the header becomes black.
The Enable Top Bar doesnt seem to work (the bar is always displayed), there again, no big deal as it can easily be hidden via css.
ps : the new content blocks & footer are pretty cool
I run all the instructions. Do not display the blocks but only the default pages. In the pages of default within blocks out the symbol settings.
Hello, after upgrading do not I see more blocks in the construction of the page.
How can I fix the problem
Best regards
Hi,
I still can’t edit the various elements in the blocks/modules on the home page. The only options available when I click the edit icon are: General (with extra class name), Design Options (with CSS box) and Responsive Options. None of the options (General, Filter, Ajax Filter, Pagination) to change these elements is available.
The side bar colors and footers headings are still not in sync. I can’t get my home page set up 🙁
I found that you have to replace all shortcodes since in v6 they are gone and are placed with simple HTML blockquotes. I had to run search/replace on the database to get all shortcodes replaced with proper HTML tags.
Also, I found during upgrade you will most likely need to “import” dummy content but without content. So it imports settings, otherwise it looks like crap.
Typography is also gone, it’s not imported automatically even if you use their v4 to v6 upgrade. All fonts reset to default.
If you’re using child theme from v4, you must replace top portion of the functions.php, it changed and will cause issues. Just compare new v6 child functions.php and replace your old default part at the top with the new code.
Same goes for header.php and footer.php, they’ve made changes so you need to make sure if you have customer header.php and footer.php in your child theme that you compare these files to v6 files and update necessary code to match v6. They are different from v4, you’ll get blank screen.
It appears to be an issue only on the homepage, I have this block on a category page and it works fine. But on homepage, it seems to not have enough wrapper width to fit: http://i.imgur.com/c3ql5Lu.png
It seems that .td-container needs to be width: 1086px so Big Grid 3 lines up properly on homepage, but since it works on category page it might be another issue.
Thanks @alin_vlad . You need to add the code on documentation. [td_block_ad_box spot_id="custom_ad_1"]
Regards
Hi,
I’m happy with the new update: congratulations! However, I have mark the option « SHOW AUTHOR NAME Enable or disable the author name (on blocks, modules & single post page)» (link to screenshot: http://s27.postimg.org/f9nteo3df/Screenshot_4.jpg), but it doesn’t appear, for example, in block 7. I have gone to filezilla and edit the file, but it doesn’t make any effect as you can see in this link: http://s10.postimg.org/gvvsna0l5/Screenshot_2.jpg
Could you help me, please? Thanks.
Hello,
I have the same problem (the third) of wpfan3751. I can change all title color and background of tagdiv blocks, but not of, for example, newsletter plugin or in a block7 in a sidebar. You can see it in these links:
http://s10.postimg.org/uoa7iwrcp/Screenshot_1.jpg
http://s10.postimg.org/gvvsna0l5/Screenshot_2.jpg
http://s10.postimg.org/aw81jmfsp/Screenshot_3.jpg
I think the last system was better, because you set up the color one time and appears everywhere. Now, I have a problem with different styles.
Thanks.
Hi, Is it possible to make the homepage of NewMag look like this: http://demo.tagdiv.com/newspaper/. I would like to make a block on the home page that looks like the DON’T MISS block that appears in your Newspaper version.
Thanks
P
Solved 1 and 3.
How come I can’t add or edit all the blocks? Big Grid Slide is also missing.
Hi,
1. Please disable all your plugins leave just Visual Composer active and clear cache. You can change the block title from settings – http://screencast.com/t/J7dTw8ny0Cdv
2. You have an option for each block to filter by category – http://screencast.com/t/djlQMLoY7D
3. For tagdiv blocks you can change the title color and background – http://screencast.com/t/wNXFYuwJHqTy please provide more details what title color you want to change as wordpress widgets titles can be changed using custom css.
4. Please provide more details as I’m not sure what you mean, also a screenshot and your site url may help.
Thanks!