- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperModules Builder in Newspaper Theme
- NewspapertagDiv Shop
- NewspapertagDiv Composer Tutorial
- NewspaperCreate Custom Code with the browser’s Inspector or the Live CSS Box
- NewspaperCompare theme files – Winmerge tutorial
- NewspaperHow to update the WPBakery Page Builder plugin
- NewspaperBlock settings tutorial
- NewspaperPost Formats (for TinyMCE)
- NewspaperFont Customization
- NewspaperBackground Introduction
- NewspaperFooter Builder
- NewspaperFavicon & iOS Bookmarklet
Hey guys. I’ve recently updated to version 6.2 and I’m having a problem with a certain type of pages.
If I use Visual Composer to add things, comments no longer load on pages – even if they load as usual if I don’t and I stick to usual Worpress stuff.
Is there a way to resolve this? I really need tabs and a lot of other stuff in my comments enabled pages. I skimmed through the code on page-pagebuilder-title.php but I couldn’t find a way to do it on my own.
Thank you!
Hi
The top it’s incluted in the content and cant be moved easely, but you can use a custom ad in the post style 3.
You have to edit loop-single-3.php and use do_shortcode function like here: http://screencast.com/t/Ik2gNHZT2S8t To get the shortcode add an ad box in Visual composer, switch to backend editor, copy the shortcode- http://screencast.com/t/LvtB4Uhv and paste it inside the function:
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
Here is the result: http://screencast.com/t/whoitvII
Thanks!
-
This reply was modified 11 years by
Andrei L..
Hi
1. You can use yoast seo plugin: https://yoast.com/wordpress/plugins/seo/ to add a description. Initial the plugin will add a default description, but you can add your own description too.
2.You can use page builder with title as template page like here: http://screencast.com/t/hkMbfDAp because the page title it’s h1 tagged: http://screencast.com/t/YKqmO5L1qM Also if you want to use a page template without title you can add a text block from Visual Composer anywhere on the page.
Thanks!
Hi,
What do you mean using Newspaper 6 version 4.5d? Are you using version 6 of the theme(6.2.1 latest version)? Or are you using version 4? Please provide more details, also make sure that you use Visual Composer plugin provided with the theme version that you use. Latest version of the Visual Composer provided with the theme(4.5.3) was not tested with old version of the theme.
Thanks!
Hi,
Please provide a link to inspect this. I also checked this and did not found any issues, using the latest version of the theme 6.2.1 and only with theme’s plugins. You also can try it without any plugins active except of Visual Composer, clear cache and check again. Also please paste vidoe embed code that you used so I can test it.
Thanks!
Here is my functions.php:
<?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_wordpres_booster.php';
}
// Adds a widget area.
if (function_exists('register_sidebar')) {
register_sidebar(array(
'name' => 'Annonser i toppen',
'id' => 'extra-widget-area',
'description' => 'Annonser i toppen - redigeras hos Widgets Builder',
'before_widget' => '<div class="td-header-top-menu-full">',
'after_widget' => '</div>',
'before_title' => '<h2>',
'after_title' => '</h2>'
));
}
// Place the widget area after the header
add_action ('__before_header', 'add_my_widget_area', 10);
function add_my_widget_area() {
if (function_exists('dynamic_sidebar')) {
dynamic_sidebar('Extra Header Widget Area');
}
}
// Visual editor always on
add_filter( 'wp_default_editor', 'force_default_editor' );
function force_default_editor() {
//allowed: tinymce, html, test
return 'tinymce';
}
?>
Ок. Спасибо за понятный ответ. Заметил, что во многих темах не поддерживается функционал CPT, только если он не был разработан под ключ специально для темы, например, Portfolio, FAQ и др.
Будет просто отлично, если у Вас получится совместить функционал темы и CPT! 🙂 Это позволит значительно расширять и усложнять разрабатываемые сайты на WP для воплощения самых разных идей. Попробую подождать обновлений, а пока пожертвую блогом, чтобы реализовать задуманное.
У Вас получилась действительно классная тема! Я был сильно удивлён, когда наглядно увидел, как на самом деле быстро может работать сайт на WP. Вдобавок к этой скорости я дополнительно удалил Customizer WP с помощью нового плагина https://wordpress.org/plugins/customizer-remove-all-parts/ и тема стала летать, как реактивный самолёт 🙂 http://imgdisk.ru/images/2015/07/11/Screenshot_1.png
Кстати, на одном из своих сайтов в качестве конструктора страниц я давно и успешно использую Page Builder by SiteOrigin https://wordpress.org/plugins/siteorigin-panels/ который является достойной альтернативой Visual Composer. VC, хотя он и классный, я не люблю из-за его медленной работы, которая плохо сказывается на всей скорости работы сайта. Но вам удалось каким-то образом его правильно оптимизировать и это действительно круто! 🙂
Желаю удачи!
————
Ok. Thank you for your clear answer. I noticed that in many themes is not supported functionality CPT, only if it was not designed specifically for the turnkey theme, such as, Portfolio, FAQ, and others.
It will be just fine,if you get to combine the functionality of theme and CPT! 🙂 This will greatly expand and complicate the developed sites in WP to implement a variety of ideas. I’ll try to wait for updates, and sacrifice is a blog to implement its plans.
You get a really cool theme! I was very surprised when I saw clearly, in fact it can work quickly on site WP. In addition to this speed, I removed the extra Customizer WP with a new plugin https://wordpress.org/plugins/customizer-remove-all-parts/ and theme was to fly like a jet plane 🙂 http://imgdisk.ru/images/2015/07/11/Screenshot_1.png
Incidentally, at one of its sites as a constructor of pages I have long and successfully been using Page Builder by SiteOrigin https://wordpress.org/plugins/siteorigin-panels/ which is a viable alternative to Visual Composer. VC, although it is cool, I do not like because of its slow work, which is bad for the whole speed of the site. But you managed to somehow it properly optimized and it’s really cool! 🙂
Good luck!
Hi,
The theme doesn’t have an option to remove date and author on articles from a specific category and you will need custom modifications to achieve that. For example you could try in_category() function like this:
*for date(use the same function also on modules) in td_module.php file – http://screencast.com/t/saZTUxhGmwHq
*for author please edit td_module_single_base.php – http://screencast.com/t/XAOzPjVnC
Newspaper theme was designed for the default WordPress taxonomy and post types, it hasn’t been tested with custom post types or custom taxonomy if this is what you mean. Anyway you can customize theme’s post template you can find them in the root of the theme – http://screencast.com/t/MxzF2Erc and also the modules – http://screencast.com/t/AgAwwffZL
Also when you add a block to a page you can filter articles by a specific category(or multiple) and choose sort(latest) order so it will have the same functionality like category page – it will always show your new post if from that specific category – http://screencast.com/t/7ghBd5PzFx Another solution is to create a page, use a page template with latest articles(do not add any elements using Visual Composer) and just select a specific category for loop – http://screencast.com/t/9LP0wbYIdb4 so this page will use the loop like category page.
Hope this helps!
Hi,
W3TC can be a bit heavy, it has a lot of options which may cause trouble if they are not properly configured. We only recommended it for page cache in the past. Now we recommend using WP Super Cache, we made some tests and it behaved better.
The Visual Composer plugin had some issues lately, they only appeared on some configurations. Check if you have the latest version of the theme (v.6.2) and the latest version of Visual Composer (v.4.5.3 ). If you don’t please update and see if the issue is still there. You could also try the Shim plugin but note that it works only with the elements (blocks) added by the theme – http://screencast.com/t/nmhhPPpa95 – http://screencast.com/t/KW0JP337pt – https://forum.tagdiv.com/topic/newsmag-1-7-1-killed-our-server-again/page/3/
On our official demo we also use MySQL Query Cache – https://dev.mysql.com/doc/refman/5.1/en/query-cache.html
You could also check the error.log file to see if there’s any report related to this issue.
Thank you!
Hi,
Please disable all your plugins except of Visual Composer, clear cache and purge your files if you use CDN and see if you still have this issue on mobile device. If this solves your issue, activate your plugins one by one and see which one caused this. You can try this as you have some js errors in the console that may affect this – http://screencast.com/t/xGQ5eLiGK5
Thanks!
Hi,
Please make sure that you updated the theme properly and also the plugins that come with the theme’s files from the /plugins folder. Also check this without any plugins active, leave just Visual Composer active, clear cache and purge your files if you use CDN. If you still have this issue please provide a link so we can take a look.
Thanks!
Hi,
Please disable all your plugins except of Visual Composer, clear cache and purge your files if you use CDN, thes see if you still have this issue. If you don’t have this issue anymore, activate your plugins one by one and see which one caused this. Let me know how it goes!
Thanks!
Hi,
The default page template was not designed to show excerpts or title when pagebuilder is used. You ca use pagebuider with title on pages where you want breadcrumbs or make this change in page.php (add breadcrumbs also when Visual Composer is used) – http://screencast.com/t/7RLhGIMT3xO
Thanks!
Hi,
The Visual Composer plugin is licensed to the theme meaning that you don’t have to buy/activate it as it is provided in package that you download from themeforest(after we test the plugin for theme compatibility we include it in the latest theme update), also you cannot update the plugin directly from the it’s producer. Envato specifies that a plugin/extension included with a specific theme cannot be used with another website/theme – http://themeforest.net/licenses/faq#license-components-a
Thanks!
Well, this was a very special case, my customer doesn’t want one but many ads above the header. It is solved now: http://varnamo.srv01.wpeasy.se/
Anyway, the conclusions after my research (for a solution) and many failed attempts were that this would be an incredible idea for a plugin. I wish I was a programmer! 😀 The ads don’t actually have to be in the header, they just have to look like they are there! – take this as a suggestion for a new update or a brand new plugin or deluxe addon to this amazing theme 😉
Anyway, my problem was that the customer wanted to have an easy managable ads area above the header where he could easily change and manage ads.
Solution:
I bought this plugin: http://codecanyon.net/item/visual-composer-in-sidebars-addon/8558485 so that the customer could easily manage the ads in a consistent way with the rest of the website. Then I created a child theme because this was no longer about CSS editing. Then I created a new widget and a new sidebar on the header. Last but not least, I added the ads as simple images using the bought plugin on a 1/6 grid.
It works and it rocks but it was painful. In my opinion, you could either include this in a next update as a default feature or you could develop this as an extra paid plugin, I am 100% sure (after have seen so many people with the same problem when I google) that a lot of people want to do this.
Cheers!
-
This reply was modified 11 years by
jonybigude.
Hi,
What version of Visual Composer do you use?
I have checked this with the latest version provided with the theme and did not found any issues. Also you can check this without any plugins active, leave just Visual Composer active, clear cache and check again. Let me know!
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Oye @Ing Geek, esa técnica de bajar las imágenes que hay en Upload, optimizarlas, y luego volver a subirlas, ¿no te da problema luego con algunas de ellas? Me refiero a que luego no se visualizan en el navegador. He empezado con las entradas más antiguas, y me está pasando en bastantes. Utilizo CloudFlare, no sé si eso tiene que ver. También he borrado la caché del navegador, etc… Se soluciona editando el artículo e insertando de nuevo la imagen desde la librería de WP.
Спасибо за ответ. Про BBpress я понял, поработаю с его шаблонами для внесения нужных изменений.
Про CPT.
Для работы сайта мне необходимо создать собственный Custom Post Type (post) и Custom Taxonomy. Плагин CustomPress я взял для примера, так как он удобен. Также я могу создать CPT вручную, используя WordPress Codex.
На самом деле способ создания CPT не имеет значения, вопрос в другом, как функционал темы правильно подключить к CPT “post”, чтобы использовать все возможности темы по аналогии с Блогом?
После создания CPT, в админке для него нет следующих блоков:
http://prntscr.com/7qrqmk
http://prntscr.com/7qrqxm
http://prntscr.com/7qrr9c
При работе с Visual Composer я не вижу в фильтрах Custom Post Type и Custom Taxonomy, соответственно не могу работать с ними.
Как их правильно подключить?
—————
Thanks for the answer. About BBpress I understood his work with templates to make the necessary changes.
About CPT.
For the operation of the site I need to create Custom Post Type (post) and Custom Taxonomy. Plugin CustomPress I took as an example, as it is convenient. I can also create CPT manually using the WordPress Codex.
In fact, a way to create CPT does not matter, is another question, the functional threads are properly connected to CPT “post”, to use all the threads similar to the blog?
After creating the CPT, in the admin for him there the following units:
http://prntscr.com/7qrqmk
http://prntscr.com/7qrqxm
http://prntscr.com/7qrr9c
When working with Visual Composer I do not see filters Custom Post Type and Custom Taxonomy, respectively, I can not work with them.
How to connect them correctly?
Hi
The border can be removed from Visual Composer like here:
http://screencast.com/t/WktRdoJF
http://screencast.com/t/WktRdoJF
http://screencast.com/t/N4V2liEgb
The video player can’t manage links to youtube channels, it only works with video ids like this: https://forum.tagdiv.com/video-playlist-newsmag/ You can arrange the video into a playlist in youtube and after that just insert the link in player. The entire playlist will be added with a single link: http://screencast.com/t/A3X2gKmv
To re-size the logo use this custom css in Theme Panel-> Custom Css:
.td-main-menu-logo img{
height:40px;
}
Not sure what you mean, please provide more details. You can add a specific category to the article you want to display on multiple pages, then add that category on the pages with a block from Visual Composer.
Thanks!
Hi,
In the last update we’ve focused on theme’s performance child theme system and we’ve approached few visual issues.
We still have the comments link issue on our todo list and we have approached it and tried to find a solution for it or other implementation for it however we couldn’t find a fix yet because this comes from theme’s grid we’re not even certain if it can be fixed. We still have it on our attention and if we find a way will fix it as soon as possible.
Sorry for the inconvenience!
Thanks for the message!
Hi could you give me any insight as to how visual composer is licenced with your theme. Do i need multiple copies of the theme in order to use the VC lisence more than once?
Hi,
You need to customize this also for page like you did on posts, also if you want to make this change for all template you can try to add your double quotes directly in style.css – http://screencast.com/t/Wx9q6ADqROY Also you have Formats in a text block added with Visual Composer – http://screencast.com/t/o8KQBtfFxaw
Also the breadcrumbs are displayed on default page template only when pagebuider is not used – http://screencast.com/t/ykINOucHy4s or you can try to use pagebuilder with title – it should work also with pagebuilder content – http://screencast.com/t/Cgr95d2auNh – http://screencast.com/t/KdUtRwr6
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,
Please deactivate all your plugins except of Visual Composer(make sure that it is updated to the latest version), clear cache and purge your files if you use CDN.
Thanks!
Hello I corrected those things. pls visit http://livecrickethighlight.com/ to check is it ok. I am attaching images of all back end.
See my widget area now: https://onedrive.live.com/redir?resid=56FB9D36B167B7A!400&authkey=!ALLTvFy4Vs_E11M&v=3&ithint=photo%2cpng
homepage edit visual composer: https://onedrive.live.com/redir?resid=56FB9D36B167B7A!401&authkey=!AIbCEXUfNa4k5t8&v=3&ithint=photo%2cpng
Hompage edit: https://onedrive.live.com/redir?resid=56FB9D36B167B7A!402&authkey=!AK5i9PPfYKHq1zA&v=3&ithint=photo%2cpng
One more thing I’m little confused with the posts page settings (Reading under settings) see my image: https://onedrive.live.com/redir?resid=56FB9D36B167B7A!403&authkey=!AMLEh6dDCzeutuo&v=3&ithint=photo%2cpng, I set the front page correctly there, right?