- 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,
There is no option to disable “More from author” from Theme Panel, but you ca use custom css to hide it – http://screencast.com/t/OPfLLMowFK3M
.td_block_related_posts .td-related-right {
display: none;
}
Thanks!
——————–
Original Post
——————–
Здравствуйте! Спасибо за интересную тему WP )
При работе с темой NewsPaper помимо использования основного функционала, мне понадобилась возможность работы с произвольными типами записей, таксономий и полей WP. Для этой цели я решил использовать плагин CustomPress https://premium.wpmudev.org/project/custompress/
1. Какие шаблоны темы будет правильно использовать для создания шаблонов пользовательских типов записей и таксономий?
2. Как правильно настроить пользовательский тип записи (post), чтобы для него был доступен весь функционал темы: Post Options, Post Format, Blocks в Visual Composer и др.?
3. Как правильно изменить шаблон форума BBpress для его отображения во всю ширину без боковой панели? В данном случае боковая панель нужна только на главной странице форума.
Заранее спасибо за ответы!
——————–
Translated message
——————–
Hello! Thank you for an interesting Theme for WP)
When working with the theme NewsPaper addition to using the basic functionality, it took me the opportunity to work with arbitrary types of records and fields taxonomies WP. To this end, I decided to use a plugin CustomPress https://premium.wpmudev.org/project/custompress/
1. What is the correct theme templates used to create custom patterns of record types and taxonomies?
2. How to configure a custom post type (post), for it to be available the entire functionality Topics: Post Options, Post Format, Blocks in Visual Composer, etc.?
3. How to change the template offline BBpress to display it across the entire width without sidebar? In this case, the side panel is needed only on the main forum page.
Thank you in advance for your answers!
Hi,
Unfortunately the tagdiv blocks were not designed to be stretched, you can use only stretch row with theme’s elements, sorry!
Thanks!
Hello, I wanted to make a few edits to Block 12. I am going to use it on the homepage. How do I do the following:
1. Remove “Read More”
2. Make thumbnail size larger but still fitting
3. Shorten excerpt
Thanks in advance
Hi,
I’m not sure is this is what you mean, but you can add blocks in the same row(you don’t have to create a new row) so it wont be white space under the left block – http://screencast.com/t/kxMWYG9Iemf Please provide a link of a test page so we can take a look if this is not want you mean.
Thanks!
Hi,
I guess that you want to move drop-down filter beside the category title, please try this custom css – http://screencast.com/t/isKJVvjv
@media (min-width: 768px) {
.category .td-category-header .td-pb-row{
display: inline-block;
}
.td-category-header .td-category-pulldown-filter {
position: relative;
top: -15px;
display: inline-block;
}
}
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
Hi,
The theme has a Homepage Post block, but it doesn’t have that design like you can see also on our demo – http://demo.tagdiv.com/newspaper/homepage-one-top-post/ and you can add it using pagebuilder – http://screencast.com/t/UxSIOwW8JO
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
The articles ads are a part of the content and it is not so easy to change the position. The best solution is to use a custom ad in post template where you want it to be displayed. You will have to edit post template that you use and place a custom ad above the featured video(or featured image if you edit also other templates) using do_shortcode function – http://screencast.com/t/2QpXfrwnarp and you may need additional css customizations – http://screencast.com/t/C83dfVmJW
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
.single .td-a-rec-id-custom_ad_1 {
margin-bottom: 0 !important;
margin-top: 40px;
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
I am already using “Visual Composer” blocks on my page and I have adjusted the font settings through “Theme panel > Theme Fonts > Pages”. But the problem is “li” tags font is not changed with that. Recently you have added the “li” font options for Posts, so I was thinking you should add that option for Pages too.
Can you let me know how the switch from NewMag to Newspaper went? I am also curious about this. I really wish I could have more style and separation between modules and the flow of the page. The Title Block color and background colors are not enough.
Thanks Sir. Sir as you told before I made these changes in my Custom CSS for blockquote colour: .td-post-content blockquote p {
color: #808080;
}
And also to add custom double quote for pull-quotes I made these changes in Custom CSS panel: .td-post-content .td_pull_quote p:before{
background:url("http://www.kickscoop.com/wp-content/uploads/2015/07/before.gif") no-repeat scroll 0 0 !important;
background-size: 40px 40px !important;
}
.td-post-content .td_pull_quote p:after {
background:url("http://www.kickscoop.com/wp-content/uploads/2015/07/after.gif") no-repeat scroll 0 0 !important;
background-size: 40px 40px !important;
}
.bbpress .td_pull_quote p:first-child:before, .comment-content .td_pull_quote p:first-child:before, .mce-content-body .td_pull_quote p:first-child:before, .td-page-content .td_pull_quote p:first-child:before, .td-post-content .td_pull_quote p:first-child:before, .td_block_text_with_title .td_pull_quote p:first-child:before, .woocommerce #tab-description .td_pull_quote p:first-child:before, .wpb_text_column .td_pull_quote p:first-child:before {
width: 50px;
height: 50px;
}
.bbpress .td_pull_quote p:after, .comment-content .td_pull_quote p:after, .mce-content-body .td_pull_quote p:after, .td-page-content .td_pull_quote p:after, .td-post-content .td_pull_quote p:after, .td_block_text_with_title .td_pull_quote p:after, .woocommerce #tab-description .td_pull_quote p:after, .wpb_text_column .td_pull_quote p:after {
width: 50px;
height: 50px;
}
NOW the problem is when I am writing any post or any page using Visual Composer these changes are not showing in my page or post. Rather I am getting same default theme accent colour for my blockquote while writing using Visual Composer. Also I cant see custom double quotes for pull-quotes while writing using Visual Composer. Also: I am unable to see any breadcrumb in the page which is edited or written using Visual Composer. Whereas I can see breadcrumbs in those posts written using default WordPress editor. PLease check this page: http://www.kickscoop.com/about/ to see the above problems in the page
Anyone having troubles in 6.2 trying to set border color in a block text in visual composer? I can set the color or image of background without problems, but dont save the border color either in text block or column 🙁
Thanks for the help
Hello,
How do the images to fit the size of each block?
They are cut off.
For example, see my site: http://209.133.202.26/~colunadoflamengo/
Thanks,
Simon
@Fergofer00 yo utilizo el plugin de shortpixel. No hay y te lo digo en serio, no hay ningún otro plugin que comprima y optimice las imágenes tanto como shortpixel.
En ajustes de medios yo tengo
tamaño de miniatura 0,0
tamaño de medio 0,0
tamaño de grande 700,0
adicionalmente uso imsanity para recortar imágenes que ninguna sea superior a 1366pixeles y así ahorrar espacio.
La miniatura y la media las dejo en 0 y 0 para que no las recorte pues no se usarán ya que el theme recorta las imágenes que necesita solamente y esas no las usa así que solo estarías creando entradas a tu base de datos que no tienen ni tendrán ton ni son en tu sitio web.
También puedes ir a Themepanel + block settings + thumbs on modules y ahí activar solo los tamaños de imágen que vas a utilizar.
Por ultimo usas el plugin de force regenerate thumbnails, este plugin crea todos los thumbs y elimina todos los que no son útiles para la configuración del tema. Ahora que pasé de newspaper4 a 6 hice esos pasos y bajé el sitio web de 7gb a 2.3gb ya que gran parte de espacio y entradas en la base de datos estaba ocupado por miles de imágenes recortadas del newspaper 4 y de temas anteriormente utilizados.
————-
EDITO
El tamaño grande lo tengo en 700 pues las imágens para dentro de los post uso las recortadas por el theme a 696px ya que de nada te sirve meter imágenes en un post que midan mas de 700 pixeles solo sobrecargas el tiempo de espera y es mejor colocarlas al tamaño de 700px o menos para que el render sea mas veloz y pese menos la página
-
This reply was modified 11 years by
Ing Geek.
I’m positive it is using my custom template. The problem seems to be inside the content when the_content() is called. The block ends up having a class of td-block-span4 instead of td-block-span6 like on other pages.
I am running into problems attempting to run a sidebar down my homepage because of the way the blocks are set up. Is there a way to have one block on the right run the length of the page, without tying it to the blocks on the left? When I set up a widgetised sidebar on the right side, which contains numerous widgets, it ties that block to the top block on the left. That means there is a ton of white space under the block on the left, corresponding with the length of my widget block on the right.
That sounds convoluted, I know. Does it make sense? Is there a way around the problem that I’m not seeing?
Thanks for your help
Hi,
I already regenerated all thumbnails after upgrading the row stretch of the block you can see in the image – http://i58.tinypic.com/2ljn5og.jpg – (from Default to Stretch row and content (no paddings)), but the thumbnails remain the same.
Is there anyway to fix this?
Hi
The width size can’t be changed easily as it comes from theme’s grid and because affect many elements on the page like blocks, modules, sidebars etc.
If you need this you need custom work for it. For now we cannot provide custom work, because we’re a small team and we work hard on the development, updates, fixes and support so we recommend you hire a freelancer to do it for you. Sorry!
Thanks for the message!
Hi,
Replied via dashboard. – http://themeforest.net/author_dashboard?utf8=%E2%9C%93&filter=all&term=blocks+7%2C11#comment_10465794
Thank you!
-
This reply was modified 11 years by
Emil G.
Hello!
Tell me please can we make block in homepage with full screen width – 1 post with full screen in the top of a page. For example it is like in this website.
Thank you very much!
Hi,
Please check blocks settings to change the title, filter options, pagination – http://screencast.com/t/BOqDNopXCT also you can find this in the documentation – https://forum.tagdiv.com/block-settings-tutorial/ Let me know if you still have any issues related to the theme.
Also you can check our youtube page – https://www.youtube.com/user/tagdiv/videos we will add more tutorials there.
Thanks!
Salut,
Din pacate Tabs block din Visual Composer sunt considerate elemente complexe care nu permit adaugare unor alte elemente complexe, poti adauga elemente simple. Poti rescrie aceasta valoare care este adaugata de css-ul din Visual Composer, incearca acest css in Theme Panel > Custom Css :
.wpb_tabs .wpb_video_widget .wpb_video_wrapper iframe {
height: 95%!important;
}
Mersi!
-
This reply was modified 11 years by
Alin [tagDiv].
thank you, i want also to show comment icon on small images on block 19 http://grab.by/IEN8
Hi,
I have checked this and you are right, I have also added it on our list and the views will be removed also from slide module. Until we will remove it please comment this line – http://screencast.com/t/WZd0YmnEG or you can use this custom css in Theme Panel > Custom Css: http://screencast.com/t/vVcxsohcj
.td_block_slide .td-post-views {
display: none !important;
}
Thanks!