- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to Update the WPBakery Page Builder plugin
I already did.
Basically the plugin do 2 things:
1. Shows how much time takes to read each post, as you can see here: http://remedioparaquedadecabelo.net.br/artigos/ (for example “10 minutes to read”, but this site is translated to pt-br)
2. When you scrolls the page, the plugin shows a progress bar of read content in the top of the post, as you can see here: http://remedioparaquedadecabelo.net.br/tratamentos-para-a-queda-de-cabelo/
I want to do the 2 things that the plugin do. I need activate action 1 in homepage and categories page, show how much time takes to read each post. For this I have to copy the code:
<?php if (function_exists(‘wp_time_to_read’)) wp_time_to_read(); ?>
to homepage and categories. But the developer answer me this:
Hello,
You seem to be using Visual Composer plugin to build up you homepage. It is slightly tricky in that case since you need to edit the modules in order to show the time to read in all modules. I would request you to ask your theme developer if there is an easier way to do it. Otherwise, you have to find all instances of this code in all files:
<h1 itemprop=”name” class=”entry-title td-page-title”>
<span><?php the_title() ?></span>
</h1>
and paste the code for Time to read below it.
-
This reply was modified 11 years by
paivadaniel.
Hi,
Please check this also without any plugins active, leave just Visual Composer active, clear cache and se if the post font size is changing from Theme Panel. I have also checked this and did not found any issues. I have checked you article and found that also the default css for post content is overwritten – http://screencast.com/t/VRTSYf3m on my side – http://screencast.com/t/ya6VanJ8lxJW
Or if you want to add font size using custom css you can use !important tag – http://screencast.com/t/cu2WsFhV63
body .td-post-text-content {
font-size: 16px !important;
}
Thanks!
Hello guys, my site is http://concursospublicos.ninja,
I installed the plugin “WP Time to Read”, you can see this plugin here: https://mythemeshop.com/plugins/wp-time-to-read/
but I have to add a code in some pages to plugin works correctly. So I opened a topic in the forum of the developer of the plugin, and they answered this:
Hello,
You seem to be using Visual Composer plugin to build up you homepage. It is slightly tricky in that case since you need to edit the modules in order to show the time to read in all modules. I would request you to ask your theme developer if there is an easier way to do it. Otherwise, you have to find all instances of this code in all files:
<h1 itemprop=”name” class=”entry-title td-page-title”>
<span><?php the_title() ?></span>
</h1>
and paste the code for Time to read below it.
Basically the plugin do 2 things:
1. Shows how much time takes to read each post, as you can see here: http://remedioparaquedadecabelo.net.br/artigos/ (for example “10 minutes to read”, but this site is translated to pt-br)
2. When you scrolls the page, the plugin shows a progress bar of read content in the top of the post, as you can see here: http://remedioparaquedadecabelo.net.br/tratamentos-para-a-queda-de-cabelo/
So, please answer this question to me.
Just did a fresh install on my site, starting from scratch to avoid what may have been some security issues before. I’m making a concerted effort to secure and optimize the site before adding any content or doing any major customizations.
I’m using the guide here to try and improve page speed: https://forum.tagdiv.com/how-to-make-the-site-faster/
Under section 4. Remove render blocking css/js – using the TagDiv Speed Boosterplugin (Advanced Users) I’m running into some issues.
1. I’ve installed the Speed Booster plug-in and activated it.
2. I’ve copied and pasted the suggested code into very bottom of NewsMag’s functions.php file (there’s another functions.php that the guide is talking about, is there?) and saved.
3. I’ve copy/pasted the output at the top of the page into a text file, which reads:
registered scripts
common | /wp-admin/js/common.min.js
admin-bar | /wp-includes/js/admin-bar.min.js
wp-pointer | /wp-includes/js/wp-pointer.min.js
wordfenceAdminjs | http://madlymanly.com/wp-content/plugins/wordfence/js/tourTip.js
utils | /wp-includes/js/utils.min.js
svg-painter | /wp-admin/js/svg-painter.js
sucuriscan | http://madlymanly.com/wp-content/plugins/sucuri-scanner/inc/js/sucuriscan-scripts.js
wp-auth-check | /wp-includes/js/wp-auth-check.min.js
td_wp_admin | http://madlymanly.com/wp-content/themes/Newsmag/includes/wp_booster/wp-admin/js/td_wp_admin.js
td_wp_admin_color_picker | http://madlymanly.com/wp-content/themes/Newsmag/includes/wp_booster/wp-admin/js/td_wp_admin_color_picker.js
td_wp_admin_panel | http://madlymanly.com/wp-content/themes/Newsmag/includes/wp_booster/wp-admin/js/td_wp_admin_panel.js
td_edit_page | http://madlymanly.com/wp-content/themes/Newsmag/includes/wp_booster/wp-admin/js/td_edit_page.js
thickbox | /wp-includes/js/thickbox/thickbox.js
registered styles
admin-bar | /wp-includes/css/admin-bar.min.css
wp-pointer | /wp-includes/css/wp-pointer.min.css
colors | 1
ie | /wp-admin/css/ie.min.css
sucuriscan | http://madlymanly.com/wp-content/plugins/sucuri-scanner/inc/css/sucuriscan-default-css.css
wp-auth-check | /wp-includes/css/wp-auth-check.min.css
google-font-ubuntu | http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic
td-wp-admin-td-panel-2 | http://madlymanly.com/wp-content/themes/Newsmag/includes/wp_booster/wp-admin/css/wp-admin.css
wp-color-picker | /wp-admin/css/color-picker.min.css
thickbox | /wp-includes/js/thickbox/thickbox.css
wpalchemy-metabox | http://madlymanly.com/wp-content/themes/Newsmag/includes/wp_booster/wp-admin/content-metaboxes/meta.css
jetpack-icons | http://madlymanly.com/wp-content/plugins/jetpack/css/jetpack-icons.min.css
4. Deleted the code from step 2, then saved.
5. Re-ran the Google Test and it spat out the following results:
Remove render-blocking JavaScript:
http://madlymanly.com/wp-includes/js/jquery/jquery.js?ver=1.11.2
http://madlymanly.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1
Optimize CSS Delivery of the following:
http://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700&subset=latin%2Ccyrillic-ext%2Cgreek-ext%2Cgreek%2Cvietnamese%2Clatin-ext%2Ccyrillic&ver=4.2.2
http://fonts.googleapis.com/css?family=Roboto+Condensed%3A300italic%2C400italic%2C700italic%2C400%2C300%2C700&subset=latin%2Ccyrillic-ext%2Cgreek-ext%2Cgreek%2Cvietnamese%2Clatin-ext%2Ccyrillic&ver=4.2.2
http://madlymanly.com/wp-content/plugins/js_composer/assets/css/js_composer.css?ver=4.4.4
http://madlymanly.com/wp-content/themes/Newsmag/style.css?ver=1.7.1
6. When I went back to output from what I did in step 3 above, I didn’t notice any corresponding file names for the issues that needed to be fixed. For instance, in the Google report, it suggests jquery files, but when you search the code section of step 3, I couldn’t find anything that said “jquery”. Same thing for css like “Roboto”.
I noticed in the code comments within the Booster plug-in that it looks like it is still being tested on NewsMag:
/**
* Move the style only on newspaper
* @todo move the style also on newsmag after we fix all the issues
*/
Thoughts? Thank you for the help!
🙂
here is an improved shim (1.0 Beta 3): https://forum.tagdiv.com/files_for_users/td-visual-composer-shim.zip
– fixed an issue with column calculation on 1/1 full width rows
– added vc_separator shortcode
– added vc_column_text shortcode
– added vc_raw_html shortcode
the plugin it’s still a bit messy but after we finish the new Newspaper I will make it much better. All the shortcodes that are supported now are with minimal support 🙁 (ex: no designer tab support yet / no custom visual composer css support).
@Chris … do you want a beta version of Newspaper? Let me know and I will sent it via email.
Okay, direct from grand wizard Mr. Radu …. here is the code to hide the shim and VC on post pages for those of us who only use VC for home page or whatever and do NOT use it for posts! You don’t need to use *this* version unless you’re using the SHIM plugin to deal with CPU spikes with VC versions post 4.4 (for regular code for just hiding VC on posts, see the prior post ABOVE).
Here is updated from RADU June 5, 2015:
(and this goes in functions.php file in main root of theme folder, for those who did not already know that . . . )
function dequeue_visual_composer_css() {
if (is_single()) {
wp_dequeue_style('js_composer_front');
wp_dequeue_style('td-vc-composer-css-shim');
}
}
add_action('wp_enqueue_scripts', 'dequeue_visual_composer_css', 1003);
Hello from California 🙂
Hi Chris, the original code does not work for the shim style because I’m using another id for the css (td-vc-composer-css-shim)
Here is the code that will remove the css form js composer and also from my shim on single pages.
function dequeue_visual_composer_css() {
if (is_single()) {
wp_dequeue_style('js_composer_front');
wp_dequeue_style('td-vc-composer-css-shim');
}
}
add_action('wp_enqueue_scripts', 'dequeue_visual_composer_css', 1003);
Hi,
I’m trying to add an image every 5th post in a visual composer block (Block 9). Where is the loop that controls the posts that are displayed in that block?
I’m using the page-homepage-blank.php template, and the loop in that file doesn’t seem to be what i’m looking for.
I also tried td_module_8.php, but adding a counter in there didn’t seem to do the trick.
Is there somewhere else I shold be looking?
I’m not asking for you to do this for me, just point me in the right direction.
Thanks!
Chris, thanks for the response.
This is what the hosting company told me about the issue – please bear with me since I’m not very accustomed to such issues.
I have checked the logs of rcdronearena.com and found the following error messages:-
------
[Thu Jun 04 15:39:39 2015] [warn] [client <myIP>] mod_fcgid: can't apply process slot for /usr/local/cpanel/cgi-sys/php-fcgi, referer: http://www.rcdronearena.com/wp-admin/admin.php?page=td_theme_panel
[Thu Jun 04 15:40:01 2015] [warn] [client <myIP>] mod_fcgid: can't apply process slot for /usr/local/cpanel/cgi-sys/php-fcgi, referer: http://www.rcdronearena.com/wp-admin/admin.php?page=td_theme_panel
[Thu Jun 04 15:40:14 2015] [warn] [client <myIP>] mod_fcgid: can't apply process slot for /usr/local/cpanel/cgi-sys/php-fcgi, referer: http://www.rcdronearena.com/wp-admin/themes.php
[Thu Jun 04 15:40:43 2015] [warn] [client <myIP>] mod_fcgid: can't apply process slot for /usr/local/cpanel/cgi-sys/php-fcgi, referer: http://www.rcdronearena.com/wp-admin/admin.php?page=td_theme_panel
[Thu Jun 04 15:41:18 2015] [warn] [client <myIP>] mod_fcgid: can't apply process slot for /usr/local/cpanel/cgi-sys/php-fcgi, referer: http://www.rcdronearena.com/wp-admin/themes.php
------
The issue that you are facing is mainly due to saturation of the number of fcgi processes allocated for your account. We allow 3 child process and for each child process, 256 worker processes. Once that limit is breached, you see that kind of error. However, those errors are auto-fixed once the number of processes reduce.
Killed queries for the database(s):-
----------------------------
<dbName>
Also, the following error message regarding the database(s):-
------
2015-06-02 21:15:16 +0000 [info] killed_thread_id:67165003 user:<user> host:localhost db:<dB> command:Sleep time:23 query:
2015-06-03 20:44:47 +0000 [info] killed_thread_id:68010453 user:<user> host:localhost db:<dB> command:Sleep time:23 query:
------
------
The MySQL queries for the above mentioned databases are getting killed by the server which is causing the intermittent issue with the site loading. You can verify the same from cPanel >> Health checks and Monitoring >> Mysql Killed Queries.
Please note that, the long_query_time set for the MySQL service is 15 seconds.
Since it is a shared server, we can't alter this values for single domain. We have set this limit carefully to avoid any wastage/abuse of server resources and increasing the limit will result in degradation of server's performance.
Do you think I need an older version of Visual Composer?
Thanks once again.
Hi Chris,
You added code to remove Visual Composer CSS on post pages. Could you please do same for the TD SHIM alternative?
Regards,
Glenn
Hi, recently bought and installed the Newspaper theme on my site and when i used the youtube video playlist block on visual composer it shows the list but cant play any video. Checked it with chrome element inspector and found this console errors:
Uncaught ReferenceError: td_youtube_list_ids is not defined
td_youtube_player.loadPlayer @ site.js?ver=4.6.3:3743
window.onYouTubePlayerAPIReady @ site.js?ver=4.6.3:3730
(anonymous function) @ www-widgetapi.js:38
(anonymous function) @ www-widgetapi.js:38
Please help!
hi, every time i get a surge of traffic, my site becomes crazy slow, especially on mobile devices. im running a 32gb ram server and confirmed with my web hoster that none of my ressources are even close of being used. i tried using google speed test for my site newswatch28.com, i get many errors: https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fnewswatch28.com%2F&tab=mobile
i have the td booster pack plugin enabled. im also running w3 total cache plugin with page cache and browser cache enabled.
for Eliminate render-blocking JavaScript and CSS in above-the-fold content: i tried following https://forum.tagdiv.com/page-speed-guide/
i pasted the code in my functions.php removed it got all my files ids that i need to add to the speed booster pack plugin php file:
$this->move_style_to_footer(‘easy-social-share-buttons’);
$this->move_style_to_footer(‘contact-form-7’);
$this->move_style_to_footer(‘google-font-rest’);
$this->move_style_to_footer(‘js_composer_front’);
$this->move_style_to_footer(‘td-theme’);
$this->move_js_to_footer(‘contact-form-7’);
$this->move_js_to_footer(‘td-site-min’);
$this->move_js_to_footer(‘comment-reply’);
$this->move_js_to_footer(‘jquery’);
i tried pasting them where i thought i should but when i tried refreshing the speed test, the errors never went away. i reverted to the original… im not sure where to add them…
For prioritize visible content, i have no clue whatsoever to do, and strongly feel i need to do this. mobile only 31% rendered and 20% on desktop:
Your page requires additional network round trips to render the above-the-fold content. For best performance, reduce the amount of HTML needed to render above-the-fold content.
The entire HTML response was not sufficient to render the above-the-fold content. This usually indicates that additional resources, loaded after HTML parsing, were required to render above-the-fold content. Prioritize visible content that is needed for rendering above-the-fold by including it directly in the HTML response.
For Leverage browser caching: once again, no clue what to do. i tried following the guide again pasted the code from your guide in .htaccess, nothing…. deleted and reverted to original awaiting on your answer.
there’s other minify issues but no instructions on the guide.
i can provide my ftp access, and admin login. please help, really dont know what to do anymore at this point…
Hi,
The footer size is the same on page and also on post, but on the page is this custom css on row(this is applied for Visual Composer rows – also in footer it is a row) that’s why it cuts the top border for your widgets titles – http://screencast.com/t/NiUi1zjjv
You can try this custom css to remove overflow for the row from the footer container – http://screencast.com/t/qiueilst
.td-footer-container .td-pb-row {
overflow: initial;
}
Or you can add some top margin for widgets from the footer – http://screencast.com/t/aKLwLHRg
.td-footer-container .widget_pages, .td-footer-container .widget_meta {
margin-top: 2px;
}
Page footer – http://screencast.com/t/Xs6EDCPW6pX
Post footer – http://screencast.com/t/EOC8sLe0akj
Thanks!
Hi,
@thebestmh We use latest theme version to help our customers and the theme was updated many times (to repair some issue added more features, update Visual Composer plugin) from the version that you use. I understand that you need that layout, but you have also updated Visual Composer plugin that was not tested with that version of the theme and also other plugins that you may need are constant updated so it is normal to appear issues. If you want to use that version you will need to customize the theme(or hire a professional) for your needs to work with the new plugins versions.
You can try this custom css and see if it works – http://screencast.com/t/mXWLMQvam
@media (min-width: 1018px){
.td_980_resp .td-slide-item-sec {
width: 263px !important;
}
}
@media (max-width: 1018px) and (min-width: 768px){
.td-slide-item-sec {
width: 200px !important;
}
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
@Sparton05
1. You can try this custom css in Theme Panel > Custom Css: http://screencast.com/t/jR1sfFPZpJ
.page .td-grid-wrap {
padding: 20px 0px 0px 0px;
}
Please provide your site url and also more details about this gap if this is not what you mean.
2. Try this custom css for slider z-index:
.rev_slider_wrapper {
z-index: 0 !important;
}
If this doesn’t work please provide your site url.
3. Please make sure that you create a megamenu properly – https://forum.tagdiv.com/how-to-use-the-megamenu/
When you set a category megamenu you don’t have to add submenu items. For parent category(with subcategories) set as megamenu all subcategories will appear automatically.
If you still have issues with it please provide a link so we can take a look.
@matthieuroubaix
Please check this without any plugins active, leave only Visual Composer active and also clear cache and purge your files if you use CDN. Also please make sure that you use the latest theme update (1.7.1 – you use Newsmag theme) and also update the plugins that come with the theme files from the /plugins folder. Use thsi guide if you need to update – https://forum.tagdiv.com/how-to-update-theme/ Let me know how it goes.
Also please post your issues in newsmag section – https://forum.tagdiv.com/forum/newsmag/
Thanks!
Hi,
Try this custom css in Theme Panel > Custom Css: http://screencast.com/t/Igm6OGAQ
.td-header-style-8 .td-header-header {
width: 1021px !important;
margin: 0 auto;
}
.td-header-style-8 .td-header-sp-logo img {
float: left;
}
Please provide more details about your issue with blocks. What do you mean with “I can’t find them”? You don’t see any block there?
Like I said above please make sure that all block are visible from Visual Composer settings – http://screencast.com/t/qZyOGfvrT
Let me know!
Thanks!
Hi,
Do you have any css customization?
If you use latest version of the theme(4.6.3) did you update from an older version? Di you used patch or a fresh install?
I can provide you css to fix this, but may cause cause another issues if you have custom css or did not updated properly. Also please first check this without any plugins active, leave just Visual Composer active, clear cache and check if you still have these issues.
If you want you can use this custom css in Theme Panel > Custom Css after you check what I asked above and without plugins: http://screencast.com/t/PzhbPITU7
.td-g-rec-id-header .adsbygoogle {
position: relative;
top: 0;
right: 0;
margin-top: 10px;
}
.top-header-menu li a:before {
top: -2px;
}
Thanks!
Hi,
1. Please clear cache if you use a cache plugin and your browsers cache.
2. You have to use custom css in Theme Panel > Custom Css to change:
*Current menu item – http://screencast.com/t/Gcy8WaNfXqFR
.sf-menu > .current-menu-item > a, .sf-menu > .current-menu-ancestor > a, .sf-menu > .current-category-ancestor > a {
background-color: red;
}
* Hover background color for menu item – http://screencast.com/t/U9fmTXb7OSA
.sf-menu > li > a:hover {
background-color: blue;
}
*background color for submenu – http://screencast.com/t/Qk5OG7dN8UCY – http://screencast.com/t/fMJgD1qtayP
.sf-menu .sub-menu {
background-color: red;
}
*hover subcategories in mega menu – http://screencast.com/t/qLGsETvKyWP8
.td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat:hover {
background-color: #CB8E1F;
}
3. Unfortunately the theme doesn’t have an option to add logo image there, you will need custom modification for this and we cannot provide custom work at this moment, sorry!
4. Please follow this solution to display more subcategories in the megamenu – https://forum.tagdiv.com/topic/sub-categories-number/#post-48648
5. Unfortunately Newsmag 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/7tKL3tcQiu
6. Not sure what you mean, please provide more details.
7. You can remove this code – http://screencast.com/t/PXj2Z7pxq3yJ – http://screencast.com/t/8IEfHItJXfv
Or you can hide it via custom css – http://screencast.com/t/zzEfIvhLC
.td_top_authors .td-author-post-count, .td_top_authors .td-author-comments-count {
display: none;
}
8. Unfortunately we did not tested THEIA POST SLIDER or any similar plugin so I cannot recommend any.
Please check this without any plugins active, leave just Visual Composer and THEIA POST SLIDER active, clear cache and see if it works.
Thanks!
Hi,
I see you use an very old theme version (1.7) while the latest version is 4.6.3 now available on themeforest: http://themeforest.net/downloads so you need to change this sign theme’s customizer: http://screencast.com/t/ZIeLRKDWf2q If this cusomtizer isn’t working for you then you would have to update your theme and use the latest version’s features and panel to change the copyright date and text as you like.
To update the theme please follow the theme update guide paste below and make sure you backup your current theme an WordPress installations so you can revert back to them if something goes wrong: https://codex.wordpress.org/WordPress_Backups
Use thew instructions from this guide and update the theme to the latest version: https://forum.tagdiv.com/newspaper-documentation/ – download the latest theme from themeforest: http://themeforest.net/downloads then use the FTP method and remove the old theme files and upload the new ones. After this you’ll or you can use the Visual Composer plugin to build you pages/posts content and layouts: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
Make sure you go trough all theme’s documentation here: https://forum.tagdiv.com/newspaper-documentation/
If you don’t want to update the theme then you can change the copyright text and date hard coded and replace the $tds_footer_copyright variable with a string 'Copyright 2022 - your text' like this: http://screencast.com/t/JR6vKdsX – http://screencast.com/t/yE0HIIS2
Thanks
Hi,
I also tested this with the latest theme version(4.6.3) and did not found any issues like you can also see on our demo – http://demo.tagdiv.com/newspaper/
I’m not sure why you have this issue please try to deactivate all plugins, leave just Visual Composer active, clear cache and check if you still have this issue.
You can also try this custom css in Theme Panel > Custom Css: http://screencast.com/t/nmYXc6Cr
@media (max-width: 767px){
.td-big-grid-post-0 .td-sbig-title-wrap .td-sbig-title {
font-size: 17px !important;
line-height: 12px;
}
}
Thanks!
Hello,
I followed the last-resort instructions by Chris according to this post: https://forum.tagdiv.com/topic/theme-update-blank-pages/#post-47315
a) switch to default theme
b) deactivate visual composer
c) deactivate all plugins
d) switch on visual composer
d) under appearance > preview theme for newsmag — if it won’t ‘preview’ at all; then you need to do CLEAN install of the theme, td plugins, and visual composer
e) once you can ‘preview’ the theme, then you can activate it and it will work.
f) then turn on plugins and if it dies, disable the bad plugin
My site is now all over the place if you go check it out: http://www.livelovefruit.com
The menu is weird, and nothing works. Everything looks normal in the theme panel and is set-up as it should be, but clearly there is something wrong with the code.
Well, VC does work
— obviously if you delete the old folder, you need to upload a new fresh copy — assuming you did that ?
Start up without ANY other plugins running; turn off all caching.
Make sure your server is setup for php to have at least 256MB RAM allocated to it.
Clear the cache in your web browser.
Typically best to update WP, before updating theme, in future… just a thought. Seems to work better than way.
If above doesn’t work, perhaps try:
First clear/disable any server caching, turn off mod_pagespeed if using it.
a) switch to default theme
b) deactivate visual composer
c) deactivate all plugins
d) switch on visual composer
d) under appearance > preview theme for newsmag — if it won’t ‘preview’ at all; then you need to do CLEAN install of the theme, td plugins, and visual composer
e) once you can ‘preview’ the theme, then you can activate it and it will work.
f) then turn on plugins and if it dies, disable the bad plugin
Went through this issue last week, actually.
Hello,
We are getting a lot of fatal errors and white screens (which require a reload or 2 before website displays.
We have a dedicated server with the following guts:
8X Intel(R) Xeon(R) CPU E3-1241 v3 @ 3.50GHz – Speed 3499.882 MHz – Cache 8192 KB
total used free shared buffers cached
Mem: 7999512 7368788 630724 80 383808 5755468
-/+ buffers/cache: 1229512 6770000
Swap: 8159228 275904 7883324
Total: 16158740 7644692 8514048
We also have 128MB allocated in the php.ini
We tried deactivating ALL plugins except visual composer.. This did NOT stop errors.
We tried deactivating all except those included from tagDiv.. This also did NOT fix it.
The website in question is: http://diaryofahollywoodstreetking.com
Any assistance fixing these errors and the huge use of server resources would be most appreciated !!
The errors seem to be caused from a broad mix of things. Here is a sample of errors here:
[01-May-2015 14:40:05 UTC] PHP Fatal error: Out of memory (allocated 43253760) (tried to allocate 18560 bytes) in /home/doahsk/public_html/wordpress/wp-content/plugins/js_composer/include/params/iconpicker/iconpicker.php on line 287
[01-May-2015 14:40:12 UTC] PHP Fatal error: Out of memory (allocated 46661632) (tried to allocate 32 bytes) in /home/doahsk/public_html/wordpress/wp-includes/cache.php on line 632
[01-May-2015 14:40:12 UTC] PHP Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0
[01-May-2015 14:40:13 UTC] PHP Fatal error: Out of memory (allocated 42729472) (tried to allocate 640 bytes) in /home/doahsk/public_html/wordpress/wp-content/plugins/js_composer/include/params/vc_link/vc_link.php on line 10
[01-May-2015 14:40:15 UTC] PHP Fatal error: Out of memory (allocated 28311552) (tried to allocate 20480 bytes) in /home/doahsk/public_html/wordpress/wp-includes/canonical.php on line 262
[01-May-2015 14:40:15 UTC] PHP Fatal error: Out of memory (allocated 8650752) (tried to allocate 12288 bytes) in /home/doahsk/public_html/wordpress/wp-includes/rewrite.php on line 327
[01-May-2015 14:40:21 UTC] PHP Fatal error: Out of memory (allocated 4718592) (tried to allocate 33920 bytes) in /home/doahsk/public_html/wordpress/wp-includes/query.php on line 2997
[01-May-2015 14:40:36 UTC] PHP Fatal error: Out of memory (allocated 21757952) (tried to allocate 1920 bytes) in /home/doahsk/public_html/wordpress/wp-includes/theme.php on line 572
[01-May-2015 14:40:36 UTC] PHP Fatal error: Out of memory (allocated 33292288) (tried to allocate 3072 bytes) in /home/doahsk/public_html/wordpress/wp-content/plugins/user-role-editor/includes/class-garvs-wp-lib.php on line 51
[01-May-2015 14:40:48 UTC] PHP Fatal error: Out of memory (allocated 25952256) (tried to allocate 49152 bytes) in /home/doahsk/public_html/wordpress/wp-includes/bookmark.php on line 246
[01-May-2015 14:40:59 UTC] PHP Fatal error: Out of memory (allocated 27000832) (tried to allocate 78080 bytes) in /home/doahsk/public_html/wordpress/wp-includes/script-loader.php on line 519
[01-May-2015 14:40:59 UTC] PHP Fatal error: Out of memory (allocated 43778048) (tried to allocate 196608 bytes) in /home/doahsk/public_html/wordpress/wp-content/plugins/js_composer/include/params/iconpicker/iconpicker.php on line 1478
[01-May-2015 14:41:01 UTC] PHP Fatal error: Out of memory (allocated 10747904) (tried to allocate 49152 bytes) in /home/doahsk/public_html/wordpress/wp-includes/canonical.php on line 121
[01-May-2015 14:41:02 UTC] PHP Fatal error: Out of memory (allocated 33030144) (tried to allocate 49152 bytes) in /home/doahsk/public_html/wordpress/wp-content/plugins/subscribe-to-comments-reloaded/subscribe-to-comments-reloaded.php on line 97
[01-May-2015 14:41:14 UTC] PHP Fatal error: Out of memory (allocated 24117248) (tried to allocate 49152 bytes) in /home/doahsk/public_html/wordpress/wp-includes/post.php on line 3231
[01-May-2015 14:44:36 UTC] PHP Fatal error: Out of memory (allocated 30670848) (tried to allocate 196608 bytes) in /home/doahsk/public_html/wordpress/wp-content/plugins/contact-form-plugin/contact_form.php on line 2108
[01-May-2015 14:44:44 UTC] PHP Fatal error: Out of memory (allocated 24117248) (tried to allocate 3072 bytes) in /home/doahsk/public_html/wordpress/wp-includes/post.php on line 5341
[01-May-2015 14:44:44 UTC] PHP Fatal error: Out of memory (allocated 37224448) (tried to allocate 120320 bytes) in /home/doahsk/public_html/wordpress/wp-content/themes/HSK/includes/td_config.php on line 1813
[01-May-2015 14:44:44 UTC] PHP Fatal error: Out of memory (allocated 29360128) (tried to allocate 3840 bytes) in /home/doahsk/public_html/wordpress/wp-includes/vars.php on line 70
[01-May-2015 14:44:45 UTC] PHP Fatal error: Out of memory (allocated 46399488) (tried to allocate 77 bytes) in /home/doahsk/public_html/wordpress/wp-content/plugins/js_composer/config/map.php on line 3702
[01-May-2015 14:44:45 UTC] PHP Fatal error: Out of memory (allocated 31195136) (tried to allocate 12288 bytes) in /home/doahsk/public_html/wordpress/wp-includes/post-template.php on line 1565
[01-May-2015 14:44:46 UTC] PHP Fatal error: Out of memory (allocated 45613056) (tried to allocate 262400 bytes) in /home/doahsk/public_html/wordpress/wp-content/plugins/js_composer/config/map.php on line 3576
[01-May-2015 14:44:47 UTC] PHP Fatal error: Out of memory (allocated 47448064) (tried to allocate 3072 bytes) in /home/doahsk/public_html/wordpress/wp-admin/includes/file.php on line 79
[01-May-2015 14:44:49 UTC] PHP Fatal error: Out of memory (allocated 35651584) (tried to allocate 1920 bytes) in /home/doahsk/public_html/wordpress/wp-content/plugins/xml-sitemap-feed/includes/core.php on line 972
[01-May-2015 14:44:56 UTC] PHP Fatal error: Out of memory (allocated 24379392) (tried to allocate 12288 bytes) in /home/doahsk/public_html/wordpress/wp-includes/post.php on line 5379
[01-May-2015 14:44:59 UTC] PHP Fatal error: Out of memory (allocated 27000832) (tried to allocate 196608 bytes) in /home/doahsk/public_html/wordpress/wp-includes/script-loader.php on line 243
[01-May-2015 14:45:09 UTC] PHP Fatal error: Out of memory (allocated 45613056) (tried to allocate 262400 bytes) in /home/doahsk/public_html/wordpress/wp-content/plugins/js_composer/config/map.php on line 3576
[01-May-2015 14:45:10 UTC] PHP Fatal error: Out of memory (allocated 2359296) (tried to allocate 3072 bytes) in /home/doahsk/public_html/wordpress/wp-includes/pomo/entry.php on line 69
[01-May-2015 14:45:11 UTC] PHP Fatal error: Out of memory (allocated 43515904) (tried to allocate 196608 bytes) in /home/doahsk/public_html/wordpress/wp-content/plugins/js_composer/include/params/iconpicker/iconpicker.php on line 379
[01-May-2015 14:45:17 UTC] PHP Fatal error: Out of memory (allocated 22544384) (tried to allocate 12288 bytes) in /home/doahsk/public_html/wordpress/wp-includes/meta.php on line 347
[01-May-2015 14:45:18 UTC] PHP Fatal error: Out of memory (allocated 32768000) (tried to allocate 49152 bytes) in /home/doahsk/public_html/wordpress/wp-content/plugins/subscribe-to-comments-reloaded/subscribe-to-comments-reloaded.php on line 97
[01-May-2015 14:45:18 UTC] WordPress database error Lost connection to MySQL server during query for query SELECT option_value FROM wp_options WHERE option_name = ‘home’ LIMIT 1 made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), wp_cookie_constants, get_option
[01-May-2015 14:45:18 UTC] WordPress database error Lost connection to MySQL server during query for query SELECT option_value FROM wp_options WHERE option_name = ‘hack_file’ LIMIT 1 made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), wp_get_active_and_valid_plugins, get_option
[01-May-2015 14:45:18 UTC] PHP Fatal error: Out of memory (allocated 43778048) (tried to allocate 49152 bytes) in /home/doahsk/public_html/wordpress/wp-content/plugins/js_composer/include/params/iconpicker/iconpicker.php on line 972
[01-May-2015 14:45:22 UTC] PHP Fatal error: Out of memory (allocated 28835840) (tried to allocate 3072 bytes) in /home/doahsk/public_html/wordpress/wp-includes/widgets.php on line 175
[01-May-2015 14:45:22 UTC] PHP Fatal error: Out of memory (allocated 2883584) (tried to allocate 72 bytes) in /home/doahsk/public_html/wordpress/wp-includes/plugin.php on line 85
[01-May-2015 14:45:23 UTC] PHP Fatal error: Out of memory (allocated 3670016) (tried to allocate 49152 bytes) in /home/doahsk/public_html/wordpress/wp-includes/formatting.php on line 3425
Hi,
I’ve also tested this however this doesn’t happen so please make sure that you also test this right and also do it without using any plugins. Leave just theme’s Visual Composer plugins active and empty all caches.
Please also consider this that the Latest Articles sidebar gets sticky if the option from Theme Panel is enabled (like on your site – Latest Articles sidebar is sticky) but if you want also content sidebar to be sticky you need to add this extra class td-ss-row to the row like this: http://screencast.com/t/Nx6MqZW7FeAz
Thanks