- NewspapertagDiv Composer – Website Manager
- NewspaperWhen tagDiv Composer is Not Working
- NewspapertagDiv Composer Tutorial
- NewspaperScroll Animation
- NewspaperSingle External Shortcode and External Shortcode
- NewspaperCredit System
- NewspaperBookmark – Save For Later
- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperModules Builder in Newspaper Theme
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperCreate a frontend submission form
- NewspaperHow to Use the Tabbed Content shortcode
- NewspaperCreate a form contact page
- NewspaperFilters and sorting for taxonomies
- NewspaperUser review system
- NewspaperCustom Fields Support
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperWoo Brands
- NewspaperModal Popup
- NewspaperShortcodes
Hi
This usually happens because of lazy load animation which’s script conflict with one of your installed plugins. Try to deactivate the animation from theme panel > template settings: http://screencast.com/t/YfRwIXkEWam7 clear all caches and test again. Also you can try to deactivate all plugins except Visual Composer and check if the problem is still there.
Let me know how it goes.
Thanks!
Hi,
If you are referring to these borders: http://screencast.com/t/CbF7b57GW, they actually come from the block titles. Simply set titles to your blocks and they will display this border. If you want a border without title, you can use a visual composer separator: http://screencast.com/t/QDsP5v9sGSo – http://screencast.com/t/a5AmC9svZ
Thanks.
Hello Nadine,
I have checked you website and saw your YouTube video it is not correctly fitted. I have tested this URL video on my side and the video format it is displayed correctly as you can see here -> http://screencast.com/t/PxI8osb4 I suspect this issue happens due interference between your untested plugins used by you and our theme. Please try to disable all the active plugins, leave just Visual Composer, clear all cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins. Try this advice and let me know if your problem is still there after this.
Hope this helps!
Thank you for the message!
I was having issues with my visual composer plugin so I followed instructions by Emil G to update the plugin. At which point it screwed up the columns and row grid I had established. Then when trying to get support from Visual Composer they said I should contact you guys.
The issue is because there is an inbuilt version of Visual Composer (or the related code) present in your theme which is overriding the standalone plugin. You will have to get rid of it. I would advise you to do so with the help of theme author, otherwise you might loose the extra elements added by him. Once this is done, you can install the standalone plugin and it will work fine. Kindly check.
How can I fully delete the plugin and then reinstall it?
Thanks!
Solo
Hello,
I have the plugin “WP Video Robot”, bought at the same time of your plugin (Newspaper).
In the “WP Admin” of my site I can import videos using the plugin “WP Video Robot” (I know that I import videos with sucess because I can see them in the “preview” option).
However, I don´t know how to import these videos in the Newspaper, because when I´m editing a page in the “Visual Composer”, when I click in “+” it doesn´t appear in the table “Add element” (in this table only appears “Video Player” – but I don´t want “Video Player”, I want the “WP Video Robot”).
So, I ask you how can I solve this situation, I mean, put videos in Newspaper that were imported by the “WP Video Robot”.
Thank you.
Best regards.
Hey guys,
I’m trying to build a page using a Visual Composer template. I found a template I like but would like to delete a few elements, like ad blocks, that I don’t need. But when I click the trash can to delete them, nothing happens. I know others have had this issue recently (http://seventhqueen.com/support/forums/topic/visual-composer-issue-deletetrash-not-working) but I have not been able to find a solution. Thanks!
ppsmaroc.com/temp
Sorry,
when i set “Row stretch” in visual composer, the row didn’t get full width?
is there any update for visual composer?
tnx
Link to a sample post where there is the issue ?
Are you using the latest version of theme? (What version are you using ?)
Did you try disabling all plugins except Visual Composer?
Any ‘errors’ on your post when checking with console view (F12 on Chrome/Edge) ?
Allow some time for TagDiv to reply, as they often have to deal with a lot of things here unrelated to theme like “where do I edit menu,” or “how do I login to my account…” 😉
Did you increase the default memory for WP — it’s really needed for using Visual Composer. So, you need to increase memory to something like 96M vs default 40M if not done already.
Hello,
The social counter plugin works as expected. you do not need to hide the counter as if you set it properly it will get the information from facebook. If you still cannot manage to get it working please send us an email at contact@tagdiv.com and provide wp-admin so we can take a look. please also include a link to this topic. (make sure you have the app key from facebook as we cannot generate it for you) As for the title, please change the name from the default STAY CONNECTED as this title will not display. This is the case for every block. The default title you see when you add in viosual composer will not display until you change it.
Thank you
Hi,
I’m not sure why these issues happens. We have no reports of this yet. We also have apostrophes on our demo but the issue is not present: http://demo.tagdiv.com/newspaper/td-post-patricia-urquiola-coats-transparent-furniture-for-glas-italia-with-an-iridescent-sheen/
Please disable all your plugins except visual composer and clear your cache. There could be a plugin conflict that creates the issues. it can also be the cause of the third party ads as the theme has no such ads except for the ones that you implement.
Thank you!
Hi,
I have added tagdiv social counter to my site. Even though the facebook counter is not working even after doing exactly as mentioned in the tutorial (also double checked that i am using the latest version of theme and the plugin), i was able to hide the counts using the code provided in the forum.
But I have noticed that the title “STAY CONNECTED” is not appearing in all the places where i am using the counter. I have designed three pages using the visual composer and placed the social counter in all the three pages. Even though I have mentioned the title as “STAY CONNECTED”, it does not come on the page.
But, I have also added the social bar under “Widgets” in sidebar. This sidebar appears in my posts. The title “STAY CONNECTED” is appearing there as well.
What needs to be done so that I can make the title to appear on the pages as well?
Hi,
You can find other useful information in our theme docs here: https://forum.tagdiv.com/how-to-use-visual-composer/
Thank you!
Hello,
Please try one more thing. Disable all your plugins except visual composer and reset cdn if you use it. Then check the sorting again. If this still does not do the trick, then please send us an email at contact@tagdiv.com and provide wp-admin so we can inspect this issue. Please also include a link to this topic.
Thank you!
Hello,
Unfortunately the color issue is because you have too many complex elements on your website that need to load so this is why you get the slow loading effect. Please try your block on an empty page to see how it loads the color so you will understand what I mean. The solution would be to use fewer complex elements on your homepage. As an alternative you could assign an extra class to the row in visual composer and add the background directly in style.css so it will load first.
As for the color, the title colors affect the block title itself, not the post titles inside the block: http://screencast.com/t/lXApmasL
You can only target post titles from a block with css:
.td_block_5 .entry-title a{
color:red;
}
Thank you!
Hi
That is a class generated by the ad code that you’re using, not by the theme. Please make sure that your ad code it’s correct also try to deactivate all plugins except Visual Composer, clear all caches and test again.
Let us know how it goes and if the problem persist please send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.
Thanks!
Hi
Block 9 already display post on two colons if you’re using this layout in Visual Composer: http://screencast.com/t/uTkuuLNUR – http://screencast.com/t/jwR9SguNV
If this is not what you mean please provide more details so I can get back to you with a more accurate answer.
Thanks!
Hi
The theme uses the WordPress default query for custom taxonomies which it’s made in loop.php file here: http://screencast.com/t/vGXPifsf31
The query from td_data_source.php affect only theme’s blocks, or the content from Visual Composer editor. To affect the content displayed by the loop you have to write a custom query. Depending where you want to display posts from custom taxonomy the file differs. You can make a new page template with a custom query where only posts from one or more taxonomy are displayed.
Please note that working with custom taxonomies in WordPress require good coding skills and also many customizations in theme files. Here I found some information which may help you in this regard:
– https://codex.wordpress.org/Class_Reference/WP_Query
– http://www.wpbeginner.com/wp-tutorials/create-custom-taxonomies-wordpress/
– http://code.tutsplus.com/tutorials/taxonomy-archives-list-posts-by-taxonomys-terms–cms-20045
If you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
Hi,
Please provide an example and more details so we can better understand what it is you wish changed to right. Please provide a link to your website so we can inspect the element you added in visual composer and you wish changed.
Thank you!
You need to update visual composer, and speed booster plugin if using then when updating theme, usually. Might not be your issue, but worth a try. Update via ftp.
No, actually once I use the new version I cannot navigate anymore through the WP admin panel.
Can I update the plugins first ?
edit: I’m only using the Visual Composer plugin, the Revolution slider and tagDiv social counter are deactivated
-
This reply was modified 10 years by
mikedo7.
I’m trying to update to 2.3.5. The site is helpuconquer.com.
When activating the child theme, a list of errors appear:
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_1 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_2 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_3 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_4 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_5 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_6 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_7 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_8 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_9 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_10 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_11 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_12 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_13 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_14 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_15 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_16 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_popular_categories is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_slide is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_ad_box is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_text_with_title is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_authors is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
CLOSE
HOME
MONEY
COLLEGE
SUCCESS
FAMILY
MAKE IT EASIER
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: 8 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
The path of the 8 header style not found. Did you disable a tagDiv plugin?
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
[td_block_slide limit=”4″ td_filter_default_txt=”All” autoplay=”5″ category_id=”21″]
I’m not a web developer but am usually good with web projects. How can this be resolved?
I have this custom CSS in the theme panel.
.wpb_gallery_slides .flex-caption .post-title{ font-size: 23px; line-height: 30px; margin-top: 5px; margin-bottom: 15px; font-weight: 600; } .wpb_gallery .wpb_wrapper .wpb_heading {
font-size: 26px;
}
@media (max-width:767px) { .td-related-title .td-related-left { font-size:14px; } .td-related-title .td-related-right { font-size:14px; } } @media (min-width:767px) and (max-width:1035px){ .td-related-title .td-related-left { font-size:17px; } .td-related-title .td-related-right { font-size:17px; } }
.wpb_widgetised_column .block-title > span, div.td-main-sidebar .block-title > span{
background: #00a2ea;
color: white;
font-size: 26px;
}
.entry li { list-style-position: outside; }
.entry ul { padding-left: 7px; }
.wpcf7 input.wpcf7-text { width: 999px; }
@media (min-width: 768px){ .td-pb-row .td-pb-span4 .td_block_11 .entry-thumb { width: 180px !important; margin-left: auto; margin-right: 9px; } .td-pb-row .td-pb-span4 .td_block_11 .td-module-title { padding-left: 185px !important; } }
.td-footer-container .td-footer-info { margin-bottom: 1px; }
I’ve only made one change to the code and that’s to the social sharing in the td_module_single.php
I’ve deleted then uploaded the new Visual Composer plugin.
I’m super frustrated. How can this be resolved?
Hello.
I inserted the code below on td-speed-booster.php using the IDs functions.php returned me, but when I run pagespeed test again, the css continue there to be optimized.
/**
* here we move the css
*/
function css_mover() {
if ($this->td_theme_name == ‘Newspaper’) {
// wp 011 – Newspaper 6
//$this->move_style_to_footer_queue(‘bbp-default-bbpress’); //bpress old
//$this->move_style_to_footer_queue(‘bbp-default’); //bpress
$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(‘contact-form-7’);
//Rafael
$this->move_style_to_footer_queue(‘sportspress’);
$this->move_style_to_footer_queue(‘wp-polls’);
$this->move_style_to_footer_queue(‘js_composer_front’);
$this->move_style_to_footer_queue(‘sportspress-icons’);
$this->move_style_to_footer_queue(‘dashicons’);
Do you know why? For .js I did and worked correctly.
(Pagespeed test)
Otimize a exibição de CSS dos seguintes itens:
http://www2.netflu.com.br/…ss/assets/css/sportspress.css?ver=1.9.15
http://fonts.googleapis.com/…00italic,600italic,400,600,700&ver=6.6.5
http://fonts.googleapis.com/…00italic,700,500italic,400,300&ver=6.6.5
http://www2.netflu.com.br/…plugins/wp-polls/polls-css.css?ver=6.6.5
http://www2.netflu.com.br/…assets/css/js_composer.min.css?ver=6.6.5
http://www2.netflu.com.br/…ortspress/assets/css/icons.css?ver=6.6.5
http://www2.netflu.com.br/…includes/css/dashicons.min.css?ver=6.6.5
http://www2.netflu.com.br/…cons/genericons/genericons.css?ver=6.6.5
http://www2.netflu.com.br/…lugins/jetpack/css/jetpack.css?ver=6.6.5
http://www2.netflu.com.br/…ent/themes/Newspaper/style.css?ver=6.6.5
Thanks in advance,
Rafael
Hi guys and thank you for your answers.
@Chris: I did not mean to merge the plugins CSS and/or JS but rather to make “local” their calls that are made in every site page header. In other terms, I’d like to copy these resources (CSS and JS) locally to my server filesystem and call them from there to avoid the TCP/IP delay overhead. I have already tried commenting the wp_head() and including them straight forward by their local paths but this approach causes malfunctioning to the page load. There is something of “dinamic behaviour” of wp_head() that prevents this approach to work successfully. But what?
@Andrej: I’ve deeply read the Speed Booster approach and I’ve tried it, firstly getting the blocking resources names by means of Google Speed Insights tips. It reports that the above fold blocking resources are:
http://43b.60a.myftpupload.com/…-includes/js/jquery/jquery.js?ver=1.11.3
http://43b.60a.myftpupload.com/…s/jquery/jquery-migrate.min.js?ver=1.2.1
http://43b.60a.myftpupload.com/…e-law-info/js/cookielawinfo.js?ver=1.5.3
http://43b.60a.myftpupload.com/…-includes/js/underscore.min.js?ver=1.6.0
http://43b.60a.myftpupload.com/…wp-includes/js/backbone.min.js?ver=1.1.2
http://43b.60a.myftpupload.com/…udes/js/jquery/ui/core.min.js?ver=1.11.4
http://43b.60a.myftpupload.com/…es/js/jquery/ui/widget.min.js?ver=1.11.4
http://43b.60a.myftpupload.com/…/js/jquery/ui/position.min.js?ver=1.11.4
http://43b.60a.myftpupload.com/…udes/js/jquery/ui/menu.min.js?ver=1.11.4
http://43b.60a.myftpupload.com/…jquery/ui/autocomplete.min.js?ver=1.11.4
http://43b.60a.myftpupload.com/…-search/js/visualsearch.min.js?ver=4.4.2
http://43b.60a.myftpupload.com/…ultimate-search/js/main-pro.js?ver=4.4.2
http://43b.60a.myftpupload.com/…form-7/includes/css/styles.css?ver=4.3.1
http://43b.60a.myftpupload.com/…kie-law-info/css/cli-style.css?ver=1.5.3
http://43b.60a.myftpupload.com/…ultimate-search/css/square.css?ver=4.4.2
http://fonts.googleapis.com/…n+Sans%3A300%2C400%2C600%2C700&ver=4.4.2
http://fonts.googleapis.com/…%2C700italic%2C400%2C300%2C700&ver=4.4.2
http://fonts.googleapis.com/…%2C300%7COpen+Sans%3A400%2C300&ver=4.4.2
http://43b.60a.myftpupload.com/…assets/css/eventon_styles.css?ver=2.3.17
http://43b.60a.myftpupload.com/…/assets/fonts/font-awesome.css?ver=4.4.2
http://43b.60a.myftpupload.com/…ss-popular-posts/style/wpp.css?ver=3.3.3
http://43b.60a.myftpupload.com/…ekly-view/assets/wv_styles.css?ver=4.4.2
http://43b.60a.myftpupload.com/…assets/css/js_composer.min.css?ver=4.8.1
http://43b.60a.myftpupload.com/…ntent/themes/Newsmag/style.css?ver=2.3.5
http://43b.60a.myftpupload.com/…cific-rss-feed-menu/wp_cat_rss_style.css
But the code snippet at the ends of functions.php says on my theme dashboard that the registered script are:
gd_system_gritter | http://43b.60a.myftpupload.com/wp-content/mu-plugins/gd-system-plugin/js/jquery.gritter.min.js
common | /wp-admin/js/common.min.js
vc_accordion_script | http://43b.60a.myftpupload.com/wp-content/plugins/js_composer/assets/lib/vc_accordion/vc-accordion.js
admin-bar | /wp-includes/js/admin-bar.min.js
evo_wp_admin | http://43b.60a.myftpupload.com/wp-content/plugins/eventON/assets/js/admin/wp_admin.js
dashboard | /wp-admin/js/dashboard.min.js
customize-loader | /wp-includes/js/customize-loader.min.js
plugin-install | /wp-admin/js/plugin-install.min.js
media-upload | /wp-admin/js/media-upload.min.js
thickbox | /wp-includes/js/thickbox/thickbox.js
utils | /wp-includes/js/utils.min.js
svg-painter | /wp-admin/js/svg-painter.js
wp-auth-check | /wp-includes/js/wp-auth-check.min.js
shortcode_generator | http://43b.60a.myftpupload.com/wp-content/plugins/eventON/ajde/assets/shortcode_generator.js
backender_colorpicker | http://43b.60a.myftpupload.com/wp-content/plugins/eventON/ajde/colorpicker/colorpicker.js
ajde_wp_admin | http://43b.60a.myftpupload.com/wp-content/plugins/eventON/ajde/ajde-wp-admin.js
td_wp_admin | http://43b.60a.myftpupload.com/wp-content/themes/Newsmag/includes/wp_booster/wp-admin/js/td_wp_admin.js
td_wp_admin_color_picker | http://43b.60a.myftpupload.com/wp-content/themes/Newsmag/includes/wp_booster/wp-admin/js/td_wp_admin_color_picker.js
td_wp_admin_panel | http://43b.60a.myftpupload.com/wp-content/themes/Newsmag/includes/wp_booster/wp-admin/js/td_wp_admin_panel.js
td_edit_page | http://43b.60a.myftpupload.com/wp-content/themes/Newsmag/includes/wp_booster/wp-admin/js/td_edit_page.js
td_wp_admin_demos | http://43b.60a.myftpupload.com/wp-content/themes/Newsmag/includes/wp_booster/wp-admin/js/td_wp_admin_demos.js
td_page_options | http://43b.60a.myftpupload.com/wp-content/themes/Newsmag/includes/wp_booster/wp-admin/js/td_page_options.js
td_tooltip | http://43b.60a.myftpupload.com/wp-content/themes/Newsmag/includes/wp_booster/wp-admin/js/tooltip.js
akismet.js | http://43b.60a.myftpupload.com/wp-content/plugins/akismet/_inc/akismet.js
as3cf-notice | http://43b.60a.myftpupload.com/wp-content/plugins/amazon-s3-and-cloudfront/assets/js/notice.min.js
registered styles
gd_system_gritter | http://43b.60a.myftpupload.com/wp-content/mu-plugins/gd-system-plugin/css/jquery.gritter.min.css
admin-bar | /wp-includes/css/admin-bar.min.css
evo_font_icons | http://43b.60a.myftpupload.com/wp-content/plugins/eventON/assets/fonts/font-awesome.css
evo_wp_admin | http://43b.60a.myftpupload.com/wp-content/plugins/eventON/assets/css/admin/wp_admin.css
newwp | http://43b.60a.myftpupload.com/wp-content/plugins/eventON/assets/css/admin/wp3.8.css
thickbox | /wp-includes/js/thickbox/thickbox.css
colors | 1
ie | /wp-admin/css/ie.min.css
wp-auth-check | /wp-includes/css/wp-auth-check.min.css
gd_system_admin_css | http://43b.60a.myftpupload.com/wp-content/mu-plugins/gd-system-plugin/css/admin.min.css
ajde_wp_admin | http://43b.60a.myftpupload.com/wp-content/plugins/eventON/ajde/ajde-wp-admin.css
evo_sin_wpadmin | http://43b.60a.myftpupload.com/wp-content/plugins/eventon-single-event/assets/style-wp-admin.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://43b.60a.myftpupload.com/wp-content/themes/Newsmag/includes/wp_booster/wp-admin/css/wp-admin.css
wp-color-picker | /wp-admin/css/color-picker.min.css
akismet.css | http://43b.60a.myftpupload.com/wp-content/plugins/akismet/_inc/akismet.css
au_backend_settings | http://43b.60a.myftpupload.com/wp-content/plugins/eventon-action-user/assets/au_styles_settings.css
aws-global-styles | http://43b.60a.myftpupload.com/wp-content/plugins/amazon-web-services/assets/css/global.css
As you can see, no one of the registered CSS and JS listed by functions.php curresponds to those found by Google Speed Insights! So that I don’t have any ID of CSS and/or JS to use to move their loading in the footer by means of td-speed-booster.php hacking.
What is wrong with that or what could be done instead?
Thanks in advance,
Giuseppe
-
This reply was modified 10 years by
gmaio.