- NewsmagtagDiv Composer Tutorial
- NewsmagHow to use the Visual Composer plugin
- NewsmagHow to update a plugin
- NewsmagRequirements for Newsmag
- NewsmagInstall via WordPress
- NewsmagInstall via FTP
- NewsmagBlock settings tutorial
- NewsmagPage Menu
- NewsmagCustom ad spots
- NewsmagSmart sidebar
- NewsmagVideo playlist
- NewsmagPage templates
Hi,
You should also update the theme’s plugins, you can do this also from panel, just deactivate and delete the plugin(Visual Composer/Social Counter) – http://screencast.com/t/NQoTDtaOp0 and install it from here – http://screencast.com/t/3LIxhAVgEy
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
I’ve updated the theme and now I see all strange ( I think visual composer) code
See example:
[td_block2 limit=”6″ custom_title=”NATUURLIJK ETEN & DRINKEN” ajax_pagination=”next_prev” category_id=”32″ show_child_cat=”all”][td_block1 category_id=”29″ limit=”5″ custom_title=”NATUURLIJKE VERZORGING” show_child_cat=”all” ajax_pagination=”next_prev”][td_slide autoplay=”7″ category_id=”31″ limit=”5″ custom_url=”NATUURLIJKE OMGEVING” show_child_cat=”all”][td_block3 category_id=”30″ limit=”5″ custom_title=”NATUURLIJK OUDERSCHAP” show_child_cat=”all” ajax_pagination=”next_prev”]
I already uploaded the theme again and also uploaded Visual composer again.
Can you help me?
Hello Andrei,
I have added the code to the respective place show by you. But still no luck. In google Page Speed Insights it still shows the same errors.
$this->move_js_to_footer(‘arevico_scsfbcss’);
$this->move_js_to_footer(‘arevico_scsfb_launch’);
$this->move_js_to_footer(‘arevico_scsfb’);
$this->move_style_to_footer(‘arevico_scsfbcss’);
$this->move_style_to_footer(‘font-awesome-four’);
$this->move_style_to_footer(‘td-plugin-framework’);
$this->move_style_to_footer(‘google_font_open_sans’);
$this->move_style_to_footer(‘google_font_roboto’);
$this->move_style_to_footer(‘nextprev-style’);
$this->move_style_to_footer(‘js_composer_front’);
$this->move_style_to_footer(‘td-theme’);
Let me know what to do now.
Hi
You can to add a new thumb size in td_config.php file http://screencast.com/t/hnU7Mwzqsilz and use a different cropping system if you like. Here are some useful information about that process: https://developer.wordpress.org/reference/functions/add_image_size/
http://havecamerawilltravel.com/photographer/wordpress-thumbnail-crop
Regarding that delay from slider it’s possible to be caused by some external js added by some plugin, so you can try deactivating all, Leave just Visual Composer active, clear the cache and test again.
Thanks!
When I try to install the Visual Composer (and other plug-ins included) they do not work. Here is the error I get.
Installing and Activating Plugin Visual Composer (1/3)
Downloading install package from http://habschronicle.com/wp-content/themes/Newsmag/includes/plugins/js_composer.zip…
Unpacking the package…
Installing the plugin…
Plugin install failed.
Plugin activation failed.
An error occurred while installing Visual Composer: Plugin file does not exist..
Installing and Activating Plugin Revolution slider (2/3)
Downloading install package from http://habschronicle.com/wp-content/themes/Newsmag/includes/plugins/revslider.zip…
Unpacking the package…
Installing the plugin…
Plugin install failed.
Plugin activation failed.
An error occurred while installing Revolution slider: Plugin file does not exist..
Installing and Activating Plugin tagDiv social counter (3/3)
Downloading install package from http://habschronicle.com/wp-content/themes/Newsmag/includes/plugins/td-social-counter.zip…
Unpacking the package…
Installing the plugin…
Plugin install failed.
Plugin activation failed.
An error occurred while installing tagDiv social counter: Plugin file does not exist..
Hi, Alin!
Thanks for the reply! I have given all the permission, but still no effect. The visual composer is actually loading in the page builder and it is loading configuration form for the big grids in the homepage template, but it is not loading configuration form in the td_blocks. showing the configuration frame without fields to make changes.
Any idea?
Hi,
1. The post pagination used by the theme is classic(numeric) you can try to find a plugin for this or hire a freelancer to do this for you as it is not an easy task. Here you can find the post pagination – http://screencast.com/t/KSXb3EON9k
2. You can customize the text if you want using custom css – http://screencast.com/t/JTx4FkS3iRBq or you can modify this in the code – http://screencast.com/t/JSasHPgoM
.td-post-next-prev-content span {
color: red;
font-size: 15px;
}
3. The Newsticker block was designed to be used like the other theme blocks, just display the articles titles from a specific categories(multiple or all). It doesn’t have an option to add a custom text, but I can tell you that this suggestion is in our list and we will try to implement this for Newsticker in a future update.
4. Please try to use this plugin for disqus Disqus Conditional Load and check this also only with Visual Composer and Disqus plugins active(disable all other plugins), clear cache and see if the comments area appears.
Thanks!
Hi,
1. If “States” is a page you can use Visual Composer to add blocks on your page and filter articles by specific “States” subcategory like it is on the other page – http://screencast.com/t/V4Phfr3F
2. You can hide it via custom css in Theme Panel – http://screencast.com/t/kG3sr3Mn
.td-category-header .td-category-pulldown-filter {
display: none;
}
3. Like Christopher suggested you can use SEO by Yoast plugin to control titles, use seo codes – https://yoast.com/articles/wordpress-seo/#wpseo-plugin-titles
4. Unfortunately the megamenu was not designed for mobile menu, so it will not display the page content there.
Thanks!
Hi
Okay, I followed your instructions to move CSS and used following code:
$this->move_style_to_footer_queue(‘td-theme’);
$this->move_style_to_footer_queue(‘js_composer_front’);
$this->move_style_to_footer_queue(‘google-fonts-style’);
and I did pagespeed test at:
https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.windowsmechanic.com%2F
Under the Desktop section, I find most of the CSS have moved to footer and “Eliminate render-blocking JavaScript and CSS in above-the-fold content” now kinda Okay. Good Job here and thank you for help.
But under Mobile section of page speed (please check my pagespeed link), I do find same CSS files are blocking. Especially google fonts. But we already have the following codes in the td-speed-booster.php
$this->move_style_to_footer_queue(‘google_font_open_sans’);
$this->move_style_to_footer_queue(‘google_font_roboto’);
$this->move_style_to_footer_queue(‘td-theme’);
$this->move_style_to_footer_queue(‘js_composer_front’);
$this->move_style_to_footer_queue(‘google-fonts-style’);
Any Idea why the same CSS blocking message appears again under the mobile section of page speed ?
Do we have any other section in td-speed-booster.php where I need to add code to change my pagespeed score (Mobile) higher?
Regards
Siraj
Hi,
I want to update my theme from 4.6.3 to the latest version. After updating Newspaper directory via FTP I got white page and this in error.log:
[Fri Aug 21 08:55:58 2015] [error] [client IP] FastCGI: server “/var/www/php-fpm/user/domain.com/fpm.external” stderr: PHP message: PHP Fatal error: Class ‘td_block_widget’ not found in /var/customers/webs/user/domain.com/wp-content/themes/Newspaper/includes/widgets/td_page_builder_widgets.php on line 3
Any idea why? Visual Composer was updatet also to latest version before updating theme.
Hi,
I was optimizing my website:
https://forum.tagdiv.com/how-to-make-the-site-faster/
Did a pagespeed test:
Got 3 blocking CSS resources:
http://fonts.googleapis.com/…s?family=Open+Sans%3A400%2C700&ver=4.2.4
http://www.windowsmechanic.com/…ser/assets/css/js_composer.css?ver=4.6.2
http://www.windowsmechanic.com/…ent/themes/Newspaper/style.css?ver=6.3.2
http://www.windowsmechanic.com/…ser/assets/css/js_composer.css?ver=4.6.2
http://fonts.googleapis.com/…00,400italic,700,500italic,400?ver=6.3.2
Also following JS:
http://ajax.googleapis.com/…s/jquery/1.11.1/jquery.min.js?ver=1.11.1
http://www.windowsmechanic.com/…wspaper/js/tagdiv_theme.min.js?ver=6.3.2
So I added the code in functions.php to get the list of registered css and js. Here is the result
registered scripts:
td-site-min | http://www.windowsmechanic.com/wp-content/themes/Newspaper/js/tagdiv_theme.min.js
jquery | http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js
registered styles:
google_font_roboto |
google-fonts-style | http://fonts.googleapis.com/css?family=Open+Sans:400,700
js_composer_front | http://www.windowsmechanic.com/wp-content/plugins/js_composer/assets/css/js_composer.css
td-theme | http://www.windowsmechanic.com/wp-content/themes/Newspaper/style.css
So I decided to edit the plugin (td-speed-booster/td-speed-booster.php) and added following code:
$this->move_style_to_footer(‘google-fonts-style’);
$this->move_style_to_footer(‘js_composer_front’);
$this->move_style_to_footer(‘td-theme’);
The moment I add this, page speed says that they get 500 error code and website never loads. I added at following location.
if ($this->is_ie === false) {
// move style.css theme style
$this->move_style_to_footer(‘google-fonts-style’);
$this->move_style_to_footer(‘js_composer_front’);
$this->move_style_to_footer(‘td-theme’); // $this->move_style_to_footer_queue(‘td-theme’); //this is the main style of the theme. It’s only moved on Newspaper 6!
}
I suspect that I may be adding in wrong place.. I am yet to move the js to footer. Am stuck with css.
Can you tell me what I am doing wrong please. Any kind feedback is highly appreciated.
Thank you.
Hi
In short, Speed Booster configured with added scripts
/**
* move javascript to footer
*/
$this->move_js_to_footer('themepunchtools');
$this->move_js_to_footer('revmin');
$this->move_js_to_footer('archivesCW');
$this->move_js_to_footer('aspexi-facebook-like-box');
$this->move_js_to_footer('td-site-min');
$this->move_js_to_footer('wpmu-public-min-js');
$this->move_js_to_footer('comment-reply');
But pagespeed keep saying to move them down
http://www.cele.si/wp-includes/js/jquery/jquery.js
http://www.cele.si/…includes/js/jquery/jquery-migrate.min.js
http://www.cele.si/…calendar-widget/jquery.archivesCW.min.js
http://www.cele.si/oglasi/www/delivery/spcjs.php?id=1
http://www.cele.si/…&charset=UTF-8&loc=http%3A//www.cele.si/
http://www.cele.si/oglasi/www/delivery/fl.js
http://www.cele.si/…gins/aspexi-facebook-like-box/js/aflb.js
http://www.cele.si/…ontent/themes/Newsmag/js/tagdiv_theme.js
http://www.cele.si/wp-includes/js/comment-reply.min.js
http://www.cele.si/…plugins/wordpress-popup/js/public.min.js
http://www.cele.si/…_composer/assets/js/js_composer_front.js
http://www.cele.si/…er/assets/lib/waypoints/waypoints.min.js
http://www.cele.si/…gen_gallery_display/static/common.min.js
http://www.cele.si/…s/nextgen_basic_album/static/init.min.js
http://www.cele.si/…/lightbox/static/lightbox_context.min.js
http://www.cele.si/…jquery.fancybox-1.3.4.pack.js?1439917202
http://www.cele.si/…/static/jquery.dotdotdot-1.5.7-packed.js
The same is happening with CSS
Any idea what could be wrong?
Thank you
Hi,
Sorry for delay! We answer to the most oldest topics so if you add a new reply we get later to your topic.
1. We removed the quotes shortcodes, we use html with classes now. The quotes are not updated by the script, sorry. We tried to add them but on some cases there was a chance for errors to appear an we decided to not include them in the script.
Try to add the following code at the end of the functions.php file – http://screencast.com/t/OWxqEsYVK – http://pastebin.com/NZEJsWQZ
2. There is an option to change the blockquote color in Theme Panel > Theme Colors – http://screencast.com/t/GaVyoCu2xcU
3. You can change the hover color using custom css in Theme Panel > Custom Css – http://screencast.com/t/1BPyH3KM
.td-trending-now-wrapper:hover .td-trending-now-title {
background-color: red;
}
4. You can change the general color for post content links using custom css in Theme Panel > Custom Css – http://screencast.com/t/26hujdCrvc
.td-post-content a {
color: red;
}
Also you can add manually a color to your link(s) just edit the post select the link and add the color – http://screencast.com/t/3nfN9nIS0R
5. If you refer to the panel options for page content – http://screencast.com/t/T1GXLsNq1 please note that these options will not affect any page template created using pagebuilder(Visual Composer). Please provide a link and more details about what you are trying to do.
6. Do you refer to the lazy load effect? you can remove it from Theme Panel > Template Settings – http://screencast.com/t/dg4jDDqg7oI
Thanks!
Hi,
The latest version of the theme is 6.3.2 and the version of the Visual Composer provided with the theme is 4.6.2 If you want to update it please deactivate and delete the plugin – http://screencast.com/t/NQoTDtaOp0 and install it from here – http://screencast.com/t/Yvh1iXS0Lf
Thanks!
Hi,
1. If you want to add search bar in your page content, please make sure that all elements are selected to appear, from Visual Composer settings – http://screencast.com/t/akmVAQPCA and use Wp Search block – http://screencast.com/t/Yv4n7t6m044 or use Search widget if you want to add it in the sidebar – http://screencast.com/t/UHcVH3Kezh
2. I’m not sure what you mean, “td_block_social_counter”(social counter plugin) or “td_block_3″(tagdiv block) are blocks shortcodes. You can add all blocks using Visual Composer pagebuider and edit each of them – http://screencast.com/t/zRzUONBPi – https://forum.tagdiv.com/block-settings-tutorial/
Thanks!
By the way, I have face with some bug on js composer. When I add “ad box” with js_composer and specify “Use adspot :” to “sidebar”, I get “[td_block_ad_box spot_title="test title"]” instead of [td_block_ad_box spot_id="sidebar" spot_title="test title"] ( spot_id parameter is not be specified ). I read your code, It not specify any default value on the spot_id, so the ads will not be shown.
Thanks
Hi k24,
I have checked your site and the issue with social icons is happening also on desktop. Please check this without any plugins active except of Visual Composer, clear cache and purge your files as I see that you use CDN, then see if you still have this issue with social counter icons.
If this doesn’t fix the issue, please try to replace elements.png and elements@2x.png files with those provided with the theme version that you use – http://screencast.com/t/NYJ6voKq
Regarding mobile menu you can use custom css the change it color: http://screencast.com/t/eu3aUxL2pm
@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: #fff !important;
}
#td-top-mobile-toggle i, .header-search-wrap #td-header-search-button .td-icon-search {
color: #222 !important;
}
}
Yes, you can use this guide to update the theme to the latest version(A-also video tutorial,B,C) – https://forum.tagdiv.com/how-to-update-the-theme-2/ and you can do this without plugins active and then update the Visual Composer and other plugins that come with the theme(if you use).
Thanks!
Hi,
After I install Visual Composer I get a blank admin page. This is the error:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 122880 bytes) in /home/vhosting/t/vhost0066829/domains/masterclassdynamo.nl/htdocs/www/wp-admin/includes/media.php on line 1422
How and where can I resolve this problem in my FTP?
Hi, I tried to add js and css to footer from other plugins following instructions that you gave here: https://forum.tagdiv.com/page-speed-guide/
I followed pictures, and when I enter ”that” code to functions php I get list which I also copy to .txt
Then I run google insights and get information that I simply cant’t find on that list in .txt to get file id.
I found only 1 file id, which I included in that td-speed-booster.php, but when I made test again, there were no changes. I did delete the code that turns td-speed-booster off, so now it is ON all the time.
Please help me resolve this issue.
This is what I get when I enter ‘that’ code to functions.php:
common | /wp-admin/js/common.min.js
admin-bar | /wp-includes/js/admin-bar.min.js
utils | /wp-includes/js/utils.min.js
svg-painter | /wp-admin/js/svg-painter.js
upme_admin_tipsy_js | http://badhat.ninja/wp-content/plugins/upme/js/jquery.tipsy.js
upme_admin | http://badhat.ninja/wp-content/plugins/upme/admin/js/upme-admin.js
upme_admin_modules | http://badhat.ninja/wp-content/plugins/upme/admin/js/upme-admin-modules.js
jquery-ui-sortable | /wp-includes/js/jquery/ui/sortable.min.js
upme_tabify | http://badhat.ninja/wp-content/plugins/upme/admin/js/upme-tabify.js
upme_tmce | http://badhat.ninja/wp-content/plugins/upme/admin/js/tinymce_language_strings.js
upme_chosen_js | http://badhat.ninja/wp-content/plugins/upme/admin/js/chosen/chosen.jquery.js
wp-auth-check | /wp-includes/js/wp-auth-check.min.js
codemirror | http://badhat.ninja/wp-content/plugins/my-custom-functions/inc/codemirror/lib/codemirror.js
codemirror_xml | http://badhat.ninja/wp-content/plugins/my-custom-functions/inc/codemirror/mode/xml.js
codemirror_javascript | http://badhat.ninja/wp-content/plugins/my-custom-functions/inc/codemirror/mode/javascript.js
codemirror_css | http://badhat.ninja/wp-content/plugins/my-custom-functions/inc/codemirror/mode/css.js
codemirror_htmlmixed | http://badhat.ninja/wp-content/plugins/my-custom-functions/inc/codemirror/mode/htmlmixed.js
codemirror_clike | http://badhat.ninja/wp-content/plugins/my-custom-functions/inc/codemirror/mode/clike.js
codemirror_php | http://badhat.ninja/wp-content/plugins/my-custom-functions/inc/codemirror/mode/php.js
wpuf-subscriptions | http://badhat.ninja/wp-content/plugins/wp-user-frontend/assets/js/subscriptions.js
wp-color-picker | /wp-admin/js/color-picker.min.js
jquery |
media-upload | /wp-admin/js/media-upload.min.js
thickbox | /wp-includes/js/thickbox/thickbox.js
wpseo-admin-global-script | http://badhat.ninja/wp-content/plugins/wordpress-seo/js/wp-seo-admin-global.min.js
td_wp_admin | http://badhat.ninja/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_wp_admin.js
td_wp_admin_color_picker | http://badhat.ninja/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_wp_admin_color_picker.js
td_wp_admin_panel | http://badhat.ninja/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_wp_admin_panel.js
td_edit_page | http://badhat.ninja/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_edit_page.js
td_wp_admin_demos | http://badhat.ninja/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_wp_admin_demos.js
td_page_options | http://badhat.ninja/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_page_options.js
td_tooltip | http://badhat.ninja/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/tooltip.js
all-wp-rocket | http://badhat.ninja/wp-content/plugins/wp-rocket/inc/admin/ui/js/all.js
registered styles
admin-bar | /wp-includes/css/admin-bar.min.css
colors | 1
ie | /wp-admin/css/ie.min.css
upme_admin | http://badhat.ninja/wp-content/plugins/upme/admin/css/upme-admin.css
upme_admin_tipsy | http://badhat.ninja/wp-content/plugins/upme/css/tipsy.css
upme_font_awesome | http://badhat.ninja/wp-content/plugins/upme/css/font-awesome.min.css
upme_google_fonts | //fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700&subset=latin,latin-ext
upme_chosen_css | http://badhat.ninja/wp-content/plugins/upme/admin/js/chosen/chosen.css
wp-auth-check | /wp-includes/css/wp-auth-check.min.css
codemirror_style | http://badhat.ninja/wp-content/plugins/my-custom-functions/inc/codemirror/lib/codemirror.css
td-plugin-framework | http://badhat.ninja/wp-content/plugins/td-api-plugin/wp-admin/style.css
wp-color-picker | /wp-admin/css/color-picker.min.css
thickbox | /wp-includes/js/thickbox/thickbox.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://badhat.ninja/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/css/wp-admin.css
admin-wp-rocket | http://badhat.ninja/wp-content/plugins/wp-rocket/inc/admin/ui/css/admin.css
And when I run PageSpeed Insights, I get this every time 5 js scripts blocking rendering and 12 css:
…-includes/js/jquery/jquery.js?ver=1.11.2
/jquery/jquery-migrate.min.js?ver=1.2.1
http://maps.google.com/maps/api/js?sensor=true /* This ones I even don't know how to fix */
http://maps.gstatic.com/…s-api-v3/api/js/21/8/intl/hr_ALL/main.js /* This ones I even don't know how to fix */
…user-frontend/assets/js/frontend-form.js
css
http://fonts.googleapis.com/…lic%2C400%2C700&subset=latin%2Clatin-ext /* Maybe this can be fixed with prefetch, or not, or maybe if I find the output of that exact font css and include it in css, help.. */
/…nt/plugins/upme/css/font-awesome.min.css
/wp-content/plugins/upme/css/upme.css
/…-content/plugins/upme/styles/default.css
/…ent/plugins/upme/css/upme-responsive.css
/…form-7/includes/css/styles.css?ver=4.2.2
/…tent/plugins/td-api-plugin/css/style.css
/…r-frontend/assets/css/frontend-forms.css
http://fonts.googleapis.com/…C400italic%2C600italic%2C400%2C600%2C700
http://fonts.googleapis.com/…A500%2C400italic%2C700%2C500italic%2C400
/…ser/assets/css/js_composer.css?ver=4.6.2
Thats that. I only found 1 file id match, the others are just not there, also that 1 I did found, adding it to td-speed-booster.php (which is always ON) didn’t change a thing.
Thanks
Hi,
1. Using Ad Box(block or/and widget) and set sidebar ad, it will display the same ad. If you want to display a different ad you can paste the code in a custom spot from Theme Panel > Ads and set it in Ad Box block.
2. Unfortunately the theme doesn’t have an option to remove ads on specific page/post. This can be done using custom css or alter the code, but the issue on your site is the classes from body are missing and I need it to use a specific class for your single product page(or all products page).
I think that it is a conflict and a plugin remove those classes from the body, please check – http://screencast.com/t/TvG4K9JVSy it should look something like this – http://screencast.com/t/nSWbEOYJP8 Please deactivate all plugins except of Visual Composer, clear cache and use browser inspector tool(F12 on Chrome) on any of your articles not only product page have this issue and see if they appear, then activate your plugins one by one and see which one cause this issue.
3. Please check also our demo and see if you see the same problem – http://demo.tagdiv.com/newspaper/td-post-2015-awards-all-of-the-best-and-worst-moments-from-the-show/
Thanks!
ok yes I originally when through all the steps described above.
Digging around it looks like there aren’t any sliders in the theme anymore.
this is the slider on home page now
[td_slide_big limit=”8″]
[td_block2 limit=”6″ custom_title=”DON’T MISS” ajax_pagination=”next_prev”][td_block1 limit=”5″ header_color=”#f65261″ custom_title=”TECH AND GADGETS” ajax_pagination=”next_prev”][td_ad_box spot_id=”custom_ad_1″][td_block2 limit=”6″ custom_title=”TRAVEL GUIDES” ajax_pagination=”next_prev” header_color=”#82b440″]
[td_block2 limit=”6″ custom_title=”FASHION AND TRENDS” ajax_pagination=”next_prev” header_color=”#ff3e9f”]
[td_block4 limit=”1″ custom_title=”EDITOR PICKS” ajax_pagination=”next_prev” header_color=”#2b2b2b”][td_ad_box spot_id=”sidebar”]
[td_ad_box spot_id=”custom_ad_1″]
If I could post an image you could see that these three blocks are in a table with two columns.
Also, it looks like when upgrading Visual Composer the template that I created for all the pages I was created is lost. So this pops up in a section that I created in Visual Composer in one of the columns ( [td_ad_box spot_id=”custom_ad_1″] ).
This was done because there wasn’t a way to create a custom column on the pages I need a custom sidebar.
This is on my personal computer so there is no way to give you a link.
Digging around on what is lost looks to me like I am hosed and will have to start over. Which totally SUCKS
Hi,
1. You have to edit the page and delete the News Ticker block – http://screencast.com/t/ewQoe7ceoZM3 – http://screencast.com/t/Y79dSTDcOJ
2. Try to update the permalinks again (just save the settings) and see if the issue is still there. If this doesn’t work disable all plugins except for Visual Composer, update the permalinks and see if the issue is still there.
Thank you!
Hi,
I just updated the theme to the latest version and it looks like template is missing.
I am getting the below across my site. I disabled all plugins except the visual composer.
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_category_template_2 is not set.
/home/wodloung/staging/1/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
Missing parameter: ‘file’
/home/wodloung/staging/1/wp-content/themes/Newsmag/includes/wp_booster/td_autoload_classes.php
wp booster error:
The category template td_category_template_2 doesn’t exist. Did you disable a tagDiv plugin?
/home/wodloung/staging/1/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
Hi,
Google speed testing tool notifies you of the following css resources which where left on purpose at the top because moving them to the footer can cause issues with the theme: http://screencast.com/t/0P8jKYkdE6n
You can move them by adding the lines to the speed booster plugin:
$this->move_style_to_footer_queue('js_composer_front');
$this->move_style_to_footer_queue('td-theme');
$this->move_style_to_footer_queue('google_font_open_sans');
$this->move_style_to_footer_queue('google_font_roboto');
This image: http://screencast.com/t/DnvpT9bVf is one of your banners: http://www.4resumeformat.in/wp-content/uploads/2015/07/Resume-writing.png
Regarding the remaining ones: http://screencast.com/t/wFETdrYB3 those can be done manually regarding theme’s css or you can use compression tool which remove space and comments reducing their sizes. I can’t recommend you a tool or a plugin for that because we haven’t tested any and we do not recommend compressing resources but it can be done carefully so you can search solutions online and try to do it yourself.
Thanks for the message!
Hi,
Firstly please install the Visual Composer plugin that is required by the theme. Go here and install it: http://screencast.com/t/tOn1NYUQIt
About the blank posts the text is there but is white http://screencast.com/t/pCV7TFx4tDa , you need to go to Theme Panel -> Theme Colors -> Posts and leave the default color of the text not white like here: http://screencast.com/t/XHTVArHgpkPy