No, I disabled all my plugins except of Visual Composer but problem didn`t solve :S
Ок. Спасибо за понятный ответ. Заметил, что во многих темах не поддерживается функционал 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!
I know the server keep going down due to the visual composer plugin.
Hi ShowbizCool,
Please see Radu’s post for more details on this here: https://forum.tagdiv.com/topic/speedbooster-not-moving-all-the-files-to-the-footer/#post-55023
The tagDiv Visual Composer Shim (an experimental plugin in beta version) or Disqus can be added to that list like this: http://screencast.com/t/r54qKzKuQiG just add them using this code:
'disqus-comment-system/disqus.php'
'td-visual-composer-shim/td-visual-composer-shim.php'
Thanks
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,
Not sure why you have this issue, I have checked this with the latest theme version(only with theme’s plugins) and did not found any issue – http://screencast.com/t/UojblRW6v – http://screencast.com/t/sapk1sYGa7
Please provide more details how you set this and also check it only with Visual Composer active and clear cache, also disable any css/js minifications.
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].
Hi,
Please check that topic it is exactly how to make a page megamenu, just create a page using Visual Composer elements – http://screencast.com/t/dAfaYkWmmk – the Travel page from newsmag demo was created like in the screenshot – http://screencast.com/t/9Go7Yoau and just set page id to make it megamenu – https://forum.tagdiv.com/mega-menu/
Thanks!
I have purchase newspaper 6 and find the initial load time on the server to be very slow at aprox 15sec. The initial load time before the byte is aprox 5 to 6 sec. I am on a dedicated server with Liquid web and ask my host provider to look into the slowness issue and below is their response. Please advise a solution.
_____
I’ve determined that the plugin WPBakery Visual Composer was preventing W3 Total Cache from caching anything – and actually preventing any caching on the site. With it disabled, the layout on the site breaks – however, with it enabled, you should expect to see 7 or 10 second page loads – if not longer.
I’ve left it disabled at this time – if you would like me to disable that plugin, I can, but it will change the layout of your site.
Additionally, once that’s disabled, loads from cache happen in under my 1 second goal that I set earlier – to be honest, when a page is loaded from cache it looks to be taking about 1/2 a second for the initial page. However, the first person that loads the page still sees a longer page loading time – this is due to the other plugins you have enabled. I disabled:
A5 Custom Login Page
Revolution Slider
tagDiv Social Counter
And the page load time for a non-cache hit dropped from about 5 seconds to about 1 second.
I can disable these plugins, but they will break the layout of your site. That aside, these plugins are causing the slow loading times that you are currently seeing. How would you like to proceed for tonight?
Thanks
Jack Hayhurst
Liquid Web Inc
https://www.liquidweb.com
800-580-4985 Toll Free
517-322-0434 Intl.
517.322.9412 Secure Fax
517.322.3158 Fax
Understand your discouraging too many plugins. I am myself in the process of removing some system demanding ones such as NextGen Gallery. However I have 10 your system objects to that my site currently depends on until I can adjust the various many posts.
I can’t see me removing Disqus… It also objects to your “tagDiv Visual Composer Shim”…
Can you explain more what your hoping to do?
Спасибо за ответ. Про 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?
Alin Sir, I couldn’t understand breadcrumb part. How can I show breadcrumb while using backend editor of Visual Composer in pages. Can you please explain that part?
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 Alin,
Thanks for reply
I’ve deactivated all plug-in (except of Visual Composer) but always the same… no way to save setting. No other issues with saving others settings.
Hi,
Please deactivate all you plugins except of Visual Composer, clear cache and and check if you can save your settings. Also do you have this issue only when you save category settings?
Thanks!
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,
Not sure what you mean. The latest version of the theme is 6.2.1 and it should be regarded like a new theme, it was practically rewritten. Please note that if you update the custom modifications to the theme files and custom css will not work anymore, you will have to customize them again. Here you can find a guide how to update from version 4 – https://forum.tagdiv.com/how-to-update-the-theme-2/ (please make sure that you do a clean update, remove the old theme) also update the plugins that come with the theme files from the /plugin folder. Then you will have to run the script like it is specified in the documentation and re-add your widgets in the sidebar(s). Before update please backup the site (database and files) – https://codex.wordpress.org/WordPress_Backups
If you want to remain on version 4 (4.6.3 is the last update in that version) you can find this in /old_version folder from the package that you download from themeforest – http://screencast.com/t/f8gCkpnrM7 and also if you delete the Visual Composer plugin it will appear a message to install it or if you want to do this manually you can find it following this path – http://screencast.com/t/rg3Ed6DyGckW
Thanks!
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!