Dear Newspaper theme development team,
We are facing a problem trying to set up the footer in our new site, using
your template. As you can see in the following screenshots, we are getting
different visual results between Chrome and Firefox browsers (for example we
choose footer template number 8).
In Firefox, everything works as it should be,
http://csrnews.gr/image003.png
http://csrnews.gr/image004.png
but in Chrome keeping the same settings, we see the following
As you can see, a big part of the main footer is missing, and we cannot see
also the sub-footer. We tried to change footer templates, we used several
computers with different operating systems and configuration, but the
problem is the same everywhere. It seems that Chrome (we examine the page
source code), is not capable of interpreting the template code correctly.
We would like your help in order to be able to fix this problem, as you have
helped as a lot in the past days.
Thanks in advance,
Best Regards
This was my reply:
Hi,
Please use our theme’s documentation on this how to import/use theme’s demos: https://forum.tagdiv.com/introduction/ – https://forum.tagdiv.com/installing-demos/
If you just need to setup the homepage, use the codes and guidance Alin given you on the forum and build the page using the page builder of the Visual Composer plugin. You can find a tutorial on how to use the VC plugin here: https://forum.tagdiv.com/how-to-use-visual-composer/Not sure what you mean by: “Seems like i have to use a plugin for header and footer scripts?” so please give us more detail on that. You can find more details on how to customize header and footer sections in our docs: https://forum.tagdiv.com/header-styles/ – http://screencast.com/t/hfWaYdOeu9Sr – https://forum.tagdiv.com/footer-templates/
Please use those docs then let us know if you still need additional informations and give us specific details of what you need/want to do.
If you’re still not familiar with the theme and how to sue it I suggest you setup a testing wp install then import theme’s demo and using theme’s docs go trough its settings. Would help you in your site’s development. We also provide video tutorials on YouTube so my advice is to watch them here: https://www.youtube.com/watch?v=o7JSltCqpCI&list=PL6CsDkMaejhrfEuAth6JVYLPmFwFzNFwY
Thanks for the message!
Lucian C. tagDiv!
Hi,
This is a predefined footer style, but you can change it and add your own widgets in the footer columns – https://forum.tagdiv.com/footer-templates/
Thanks!
Hello AilyRoot,
I think you are referring to the sub-footer settings at the bottom of the page here:
https://forum.tagdiv.com/footer-templates/
The sub-footer with the copyright info can be configured from the theme panel:
http://screencast.com/t/Ca2MtntOeYOh
If this is not what you meant let me know.
Thank you.
Hello Fokus,
The footer can be customized from the theme panel like so – https://forum.tagdiv.com/footer-templates/
You can add extra content in the footer from the widget area via drag and drop.
http://screencast.com/t/HixSjNsW8Kcg
If you do not want predefined content (popular posts), chose a footer style that does not include it.
Hope this is what you mean. If not let me know.
Thank you.
Hi,
The theme has some predefined footer templates and you can set it from Theme Panel > Footer – http://screencast.com/t/7F5ipHhpX So this block(Editor Picks) is added directly in the footer template code – http://screencast.com/t/mQOv1TaK2JY you can set it only if you alter the code.
For Editor Pick is used block 7, so if you want you can use it in the page content, just add it using Visual Composer pagebuilder – http://screencast.com/t/V2IaDhC713 – http://screencast.com/t/nVzkaifXIR
You can check theme’s documentation – https://forum.tagdiv.com/block-settings-tutorial/ and we have also some video tutorial on youtube – https://www.youtube.com/watch?v=rgWqozuqmJk
If you want to add your own widgets to the footer area, just use a style that allow you to add theme from Widgets area, for example – http://screencast.com/t/6eANPEtB5gRD – http://screencast.com/t/e5OoEmIeXjd If you only want to translate Editor Picks, you can do this from Theme Panel > Translations section – http://screencast.com/t/zOwQz0WJj6
Hope this helps!
[ Version 6.4 ]
blog_post: http://tagdiv.com/newspaper-6-4-update/
– new: smart list with pagination
– new: this is the first version of our ajax preloader. The preloader loads the ajax subcategories on the initial pageload, this provides a better user experience and in some cases a better performance if the initial page is cache.
– new: all categories now have an option for infinite loading + load more instead of pagination
– new: 2 new smart lists templates (smart list 6 and 7)
– new: 2 new ad spots used for smart lists (smart list 6 and 7)
– new: 2 new post style template (style 12, 13)
– new: demo – Travel
– new: demo – Health & Fitness
– new: footer background option in Theme Panel -> Footer
– new: wooCommerce invoicing plugin
– new: wooCommerce label maker plugin with support for label Dymo label printer
– fix: default and custom ad size not working for tablet landscape
– fix: on the ad block the sidebar ad spot cannot be selected since the last visual composer update
– fix: IMPORTANT security issue with the ajax code that handles the sidebars.
– fix: issue with ajax subcategories. If you clicked them fast enough there was a chance that they will desynchronized with the content, showing the wrong content.
– fix: block 18 css fix for large image sizes
– improvement: a big part of the themes JavaScript now passes jsHint and complies to WordPress JavaScript Coding standards
– improvement: mega menu ajax loading now works smoother and the animation is top to bottom
– improvement: infinite loader now has a loading animation
– improvement: we improved the loading animation, when needed it’s smaller and it looks better
– improvement: added link to user page on login widget from top menu
Hi,
I have checked your page and did not found any issue when View as Photo is set – http://screencast.com/t/f3MKDlXs0PL please clear cache.
Regarding custom modifications, you will have to create a new page template to be used on events page, please check how default page templates are created(and create something similar in the root of the theme use something like page-yourtext.php) – http://screencast.com/t/LvbeNI7Hj3Q register a new sidebar in(like Footer columns) for example – http://screencast.com/t/9lJHWa38rF5
register_sidebar(array(
'name'=> 'extra',
'id' => 'extra-widget', //the id is used by the importer
'before_widget' => '<aside class="widget %2$s">',
'after_widget' => '</aside>',
'before_title' => '<div class="block-title"><span>',
'after_title' => '</span></div>'
));
It will appear in the Widgets section so you can drag widgets to it – http://screencast.com/t/aJZ6TTz7 And use it in your custom page template, instead of <?php get_sidebar(); ?> use dynamic sidebar code:
<?php dynamic_sidebar('extra'); ?>
You can do this if you have basic experience.
Hope this helps!
-
This reply was modified 10 years by
Alin [tagDiv].
-
This reply was modified 10 years by
Alin [tagDiv].
-
This reply was modified 10 years by
Alin [tagDiv].
Hello,
I have purchased and installed Newspaper Theme v6.2 on my website. I am facing following issues with it. Let me know how can it be resolved :
Website URL : http://www.naukrinama.com
1. I want to add a Email Subscription form onto my website. But there is no option for the same in theme. How can i get it done ?
2. The sharing options which is provided with the theme doesn’t show me option to share through whatsapp. Can you tell me how can I add whatsapp sharing option ?
3. When i try to share any of my article link onto social media the details which gets fetched from the URL also shows the Author Name. I don’t want to show Author Name in it. How can it be removed ?
4. I have a category named “States” on my website and its slug url is (http://www.naukrinama.com/states). The theme provides an option to select only fixed templates for category.
But i wanted to create a separate custom page for my category which contains some modules and blocks. For that I created a new page with URL (http://www.naukrinama.com/state-jobs). Now I want to make this page the default page of my category. How can it be done ?
Also how can I add category tags on top of a custom page which i have created like the category template page.
5. The “States” menu on my website contains 36 entries and which isn’t getting displayed onto a single screen in menu dropdown. I want to create a multi column text based mega menu in which there would be 4 columns and each would contain 9 entries. Let me know how can this be done ?
6. The menu in the mobile layout is not working fine. The menu gets scrolled with the page itself and all menu entries start moving towards top. Ideally even if the page scrolls the menu should remain fixed. I am not talking about sticky menu here. I am talking open the menu is expanded and then the page is scrolled. See the screenshots below for reference. Let me know how to resolve it.
Screenshot 1 (When open opened) : http://imgur.com/hwyEruq
Screenshot 2 (When Page scrolled) : http://imgur.com/1xLKSp5
See the scroll of the page. Ideally the page should scroll but the menu shouldn’t
7. Current my website is showing 6 sections in footer with 3 in each row. I want to remove the Editor Picks sections and then want to menu the bottom 3 section into one single section i.e. About Us, Logo and Social Links once below another and place that block in place of Editor Picks. Let me know how can that be done.
Looking forward for a revert from development team on these points.
I need to have different ad blocks for different templates. Is this possible? For example when creating a post, I can select Template A and I have designated ad units that are set up to only appear on that template. I have four towns that I am covering and depending on the articles for the individual town we need to have ads only appear with those articles specifically the article top, article inline and article footer and I would also need a custom ad spot at the top as like a second header ad. I am thinking that it may be possible to set up a structure for a template and when creating a post I can select that template and it will pick up that code.
Hi,
a) You have to make sure that you have the contact form plugin installed and active then create your form and replace that shortcode with your own form shortcode: http://screencast.com/t/rLIPYxzHswle
b) You also have to change the footer template, please see our docs on this here: https://forum.tagdiv.com/footer-templates/
Thanks
I have created a custom page template based off the single.php template file. Everything is working perfect except that the admin toolbar does not display. when i scroll down while logged in the themes header is dropped down as if the toolbar was there, but it is not and it looks really bad. I need to use this toolbar so i need it to display. Here is the basic structure of the page.
require('wp-blog-header.php');
get_header();
show_admin_bar(true); //doesnt make the toolbar show.
#my custom content
get_footer();
https://codex.wordpress.org/Toolbar this is the toolbar that i want to display on my custom pages. Anyone know what im missing here? Any guides say that the theme im using must have wp_footer(); at the end of the </body> tag. Im assuming this is already present since the theme displays the toolbar fine on other pages.
Hi,
1. Unfortunately at the moment we don’t have an official documentation regarding theme’s regular child system and right now just files that are located in theme’s root can be overwritten using the child theme, this means posts template files(in this case just the default post template the single.php file as for the other ones we have some issues which we’re trying to fix as soon as possible), page templates, category/archive/author.. templates as well as the header and footer templates.
For modules and headers/block/modules and so on.. we’ve added the API based system about which you can find more detailed info here: https://forum.tagdiv.com/the-child-theme-method/
We also have this in our attention and plan to improve the child theme overwriting system in the near future. We hope to offer the possibility of overwriting most of theme’s files using the child theme and for that we have to find the best solution for it and the right implementation.
2. You can remove the default google fonts from the config file here: http://screencast.com/t/wmxKL4rF which can’t be edited using the child theme. Sorry!
Thanks for the message!
Hi,
Newspaper 4 had not a template without header and footer. Homepage Blank was something similar with Defautl template from new version(without title and latest articles, just for pagebuilder) – https://forum.tagdiv.com/page-templates/ If you want to create a custom template please take a look at our page template – http://screencast.com/t/ENINuT7K2XE and try to create your own template without header and footer(add it in the root of the theme like the other templates) and set it when you create a page where you don’t want header and footer – https://developer.wordpress.org/themes/template-files-section/page-template-files/page-templates/
Thanks!
Hi Radu,
On your demo website I see that you have the same problem: bbpress.css, js_composer.css, style.css are also in the head and not in de footer:
<link rel=’stylesheet’ id=’bbp-default-css’ href=’http://demo.tagdiv.com/newspaper/wp-content/plugins/bbpress/templates/default/css/bbpress.css?ver=2.5.7-5693′ type=’text/css’ media=’screen’/>
<link rel=’stylesheet’ id=’js_composer_front-css’ href=’http://demo.tagdiv.com/newspaper/wp-content/plugins/js_composer/assets/css/js_composer.css?ver=4.5.2′ type=’text/css’ media=’all’/>
<link rel=’stylesheet’ id=’td-theme-css’ href=’http://demo.tagdiv.com/newspaper/wp-content/themes/011/style.css?ver=6.1d2′ type=’text/css’ media=’all’/>
Are you also using the wrong plugins or is something else not going ok.
This problem I didn’t have with version 6 after commenting the stuf you showed in the screencast.com
1. How do I erase the excess pink space from the top of footer to snap closer to logo and same with bottom of footer to snap closer to social icons?
I think those areas have some padding due to the possibility to include some ads in those spaces. It looks like the height of the footer is hardcoded to be 1164×389. It is element ‘td-footer-wrapper td-footer-template-4’. You could change it in your style sheet.
2. How do I make the social icons in footer menu a bit bigger? And how do I make the hover colour on those icons a solid purple colour instead of the colours constantly changing?
The footer social media icons are designed to be 40×40. You’d have to change the styles too. Look at the following elements in your CSS: td-social-style-2 and td-icon-font. If you’re going to make several edits to the stylesheet, consider making a child theme.
3. Chris’s Pagespeed Custom Code no longer works (the one that you post at the end of the functions.php – will he be coming out with a new one that works with Newspaper 6?)
Have you upgraded to v6.1 of the theme?
4. How do I move the bottom share options (at the end of my posts), above my taboola advertisement so that they appear right at end of article?
Go to your dashboard. Theme Panel>Post Seetings>Sharing. You should see toggles to move the social sharing buttons.
5. Is there a code so that my custom ad 1 will appear underneath (or above) the author box?
I’m not sure if it always inserts it below ads. I think the author box is placed there via the posts template. You can attempt to mess with the posts templates to see if another one places the author box higher. Go to dashboard. Theme Panel>Post Settings>Default Post Template.
Hi,
Please take a look at our page template – http://screencast.com/t/ENINuT7K2XE and try to create your own template without header and footer(add it in the root of the theme like the other templates) and set it when you create a page where you don’t want header and footer – https://developer.wordpress.org/themes/template-files-section/page-template-files/page-templates/
Thanks!
Bună ziua,
În primul rând, felicitări pentru noua versiune grozavă a temei Newspaper! Am instalat-o de îndată ce a apărut și am configurat-o pe site-ul meu și arată super!
Cu toate acestea, am unele întrebări. Nu știu dacă sunt erori sau dacă nu am făcut eu ceva bine, așa că le voi înșira mai jos, poate mă puteți ajuta:
- Cum fac ca reclama „Article top” să fie centrată în pagină? În afară de Google Chrome, unde apare corect, în Safari, spre exemplu, apare mult prea în dreapta și este afișată chiar și sub sidebar (atât pe desktop, cât și pe iPad).
- Cum pot accesa din nou Forumul bbPress? După actualizare nu se mai deschide forumul: https://itutorial.ro/forum/
- Pot să șterg din fișierele temei tot ce este din aprilie și să las numai ce este adăugat în iunie? Am actualizat prin metoda standard tema, fără să văd că recomandați ștergerea versiunii vechi și instalarea celei noi, așa că mi-au rămas unele fișiere vechi. Am văzut că page-homepage-bg.php, page-homepage-bg-loop.php, page-homepage-blank.php, page-homepage-loop.php, page-homepage-timeline.php trebuiesc șterse și le-am șters, însă au mai rămas câteva fișiere vechi, cum ar fi Loop-timeline.php, vc_templates, less_files, rtl.css și altele, din aprilie. Pot să le șterg și pe acelea – mai este nevoie de ele?
- De ce unele resurse javascript, cum ar fi eticheta de la trafic.ro sau Descarcă de pe Magazin Play apar mari în footer – înainte de actualizare nu apăreau supradimensionate?
Cam atât deocamdată. Dacă mai întâlnesc ceva, actualizez postarea asta sau las una nouă :D.
Mersi!
Hi,
– You can change the color for the articles titles from theme panel > theme colors for each module or block title: http://screencast.com/t/vwKgXFnMAG – please note that this will change the article title for all modules or block of that type on your site not only those from your footer section. To change the tiele for only those located in the footer you nneed to use cusom css code, like this: http://screencast.com/t/rDt9Vbjm – this will change the titles color fro all modules/blocks you use in the footer only.
Add the css below in the custom css section in theme panel and change the color value as you want it.
.td-footer-container .td_module_wrap .td-module-title a {
color: red;
}
– To change the content of the footer section you need to chose one of the templates here: http://screencast.com/t/Ctg0uLIy6Sr then add content to the footer section from widgets section: http://screencast.com/t/XCWbXTOg – http://screencast.com/t/ZHR4oujIYK9A
– You can translate those predefined footer template titles from translation section in theme panel: http://screencast.com/t/QhBNBXiSh – http://screencast.com/t/XepRAb1lPDL
Thanks
Hi,
We could not include the official demo in the theme because we wanted to keep the theme as small as possible. The xml was not included in the theme package because wordpress importer is buggy and it doesn’t save the entire data (sidebar, block settings, footer widgets, etc have to be configured manually). We included a smaller demo which comes with the page templates and some posts/widgets which should provide good start.
On our demo’s menu are added only some categories that are set to megamenu and pages with submenu items: http://screencast.com/t/jQxycYphSR You can make your menu that you need by adding your pages and categories like in the screenshot. Also you can import predefined styles(stacks): http://screencast.com/t/JV6ErbioByc – http://screencast.com/t/9zvmGA26
If you also need the xml files of the demo you can make a request for it on email and we will send it to you. Send your request at contact@tagdiv.com and also include a link to this topic.
Thanks!
Hi,
In the theme we included a smaller version of the demo which comes with all page templates and the basic setup for starting a site. We didn’t included the whole demo because we wanted to keep the theme as small as possible. The xml was not included in the theme package because wordpress importer is buggy and it doesn’t save the entire data (sidebar, block settings, footer widgets, etc have to be configured manually).
On our demo’s menu are added only some categories that are set to megamenu and pages with submenu items: http://screencast.com/t/7sffQJtdul You can make your menu that you need by adding your pages and categories like in the screenshot. Also you can import predefined styles(stacks): https://forum.tagdiv.com/installing-the-demo-data/
If you also need the xml files of the demo you can make a request for it on email and we will send it to you. Send your request at contact@tagdiv.com and also include a link to this topic.
Thanks!
I just did this myself…
Note “style 1” has the pre-defined blocks; which you cannot actually change cols 2 + 3; only add stuff to col 1 from the panel. This is quick start for folks to not have empty footer.
I wanted to keep the 3 column, and have col one use the pre-defined logo, block of text and social icons, and then blank cols 2 and 3.
footer settings > templates
So, from the footer settings, click on the little image which shows the first column having stuff in it, and the second/third empty — in my case “style 2”
Then you can use the appearance > widgets to put anything into cols 2 + 3
OR: choose the footer template you want by clicking on the graphic, and then save.
It *is* a little different than last version of Newsmag, but much better I think 🙂
-
This reply was modified 11 years by
simchris.
first thing I need change full website font for custom font I make it in css but it change some places only
and see shots below please cos I’m web host company and I will work with your templates and need you give me a hand to buy more so I need to fix this asap
1 – I need to change footer color to black.
2 – big slide need change thumbnails position to left screen shot below
http://2up.pw/uploads/1426157553831.jpg
3 – any widget header aligned to the left ?
4 – I need to make custom ads 2 and 3 at web site sides how to make it what is the ads short code and how to make body fixed cos its so wide so that side ads cover logo check this
http://2up.pw/uploads/1426157697241.jpg
and tell me how to hide it from mobile and tablets
5- rtl issue in menu please check this
http://2up.pw/uploads/1426157777891.jpg
need to fix it and tell me how to change its fonts
6- blocks font how to change it please cos I change it in menu and other places don’t know how to fix it
check below shot
http://2up.pw/uploads/1426158121462.jpg
please tell me how to fix this and you should make every sing trl so that we not face problems any more
Just for those who tend not to look at changelog, I’ve gone ahead and posted that here, for those who need it — since I was just looking at that myself.
ALSO: suggestion, use my “moving to newsmag” sticky as process for updating theme to minimize the change of “white screen of doom” or the server 500 issue (stupid Visual Composer!!!!) 😉
===================
[ Version 1.6 ]
– fix: when you have background color on site, the color disappear on post style 6
– fix: the two strings that where not translated properly
– fix: arrow list shortcode
– fix: issue with page template options on sites that did not use the english language
– fix: featured image placeholders now work as expected again
– fix: hide and show category label panel setting
– fix: search icon click on affix was going back to top
– fix: excerpt not working for trending now
– fix: excerpt missing for mega menu title
– fix: links that contained only #_and_something did not work
– fix: https issue on backend. TinyMCE font was loaded via HTTP
– fix: astpect ration for vimeo videos
– fix: missing translation
– improvement: better top bar settings
– improvement: social icons moved in their own panel in backend
– improvement: better footer panel with better text and better organization
– improvement: better woocommerce 2.3 compatibility
– improvement: faster category page, the system that pulls the subcategories uses two less queries
– improvement: removed width of the top bar for better spacing
– improvement: removed the texture from parallax templates (prevent flickering)
– new: footer template system
– new: category template system + category top post style template. Currently we do not deliver any new templates but this system paves the way for easy user customizations via plugins and it also allows us to add new styles.
– new: when subcategories don’t fit in the category page, the theme will make a drop down with the excess categories
– new: RGBA color picker in panel. You can now use colors with alpha blending (transparency) on all the elements of the theme that support colors
VISUAL COMPOSER
28.01.2015 – ver 4.4.2
– Extra CSS class can be used in grid elements now
– Single image styles fixed
– added action “vc_load_default_templates_action”
– vc_add_default_templates() fixed
– Added compatibility for older Layer slider
– Background disappearing in row on child element deleting fixed
– Message box backwards compatibility added
– Grid builder ajax stability improved
– Css tpl for Design options regenerated
– Custom query in Grid builder handles correctly ampersand and quote marks
– Compatibility with jwplayer improved
– Compatibility with ACF improved
===================================
Here is a list of all the changes between v 1.5 and v 1.6
===================================
Modified files – 83 files
•category.php
•footer.php
•functions.php
•header.php
•includes\js_files\td_main.js
•includes\less_files\category.less
•includes\less_files\footer.less
•includes\less_files\header.less
•includes\less_files\menu-header.less
•includes\less_files\page.less
•includes\less_files\pagebuilder\shortcodes\blocks.less
•includes\less_files\post-templates.less
•includes\less_files\pulldown-filter.less
•includes\less_files\type.less
•includes\less_files\woocommerce.less
•includes\modules\td_module_mx1.php
•includes\modules\td_module_single.php
•includes\modules\td_module_trending_now.php
•includes\plugins\td-social-counter.zip
•includes\plugins\td-speed-booster.zip
•includes\shortcodes\td_block_big_grid.php
•includes\shortcodes\td_block_mega_menu.php
•includes\shortcodes\td_block_trending_now.php
•includes\td_config.php
•includes\td_css_generator.php
•includes\wp_booster\td_autoload_classes.php
•includes\wp_booster\td_block.php
•includes\wp_booster\td_block_widget.php
•includes\wp_booster\td_css_buffer.php
•includes\wp_booster\td_global.php
•includes\wp_booster\td_global_blocks.php
•includes\wp_booster\td_module.php
•includes\wp_booster\td_page_generator.php
•includes\wp_booster\td_social_icons.php
•includes\wp_booster\td_util.php
•includes\wp_booster\td_wp_booster_functions.php
•includes\wp_booster\wp-admin\content-metaboxes\td_set_post_settings.php
•includes\wp_booster\wp-admin\content-metaboxes\td_set_reviews.php
•includes\wp_booster\wp-admin\content-metaboxes\td_set_smart_list.php
•includes\wp_booster\wp-admin\css\panel\controls.less
•includes\wp_booster\wp-admin\css\panel\navigation.less
•includes\wp_booster\wp-admin\css\wp-admin.css
•includes\wp_booster\wp-admin\css\wp-admin.less
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-ads.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-analytics.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-back.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-background.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-block.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-categories.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-color.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-css.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-excerpts.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-footer.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-header.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-post.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-responsive.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-template.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-translation.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-typography.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-welcome.png
•includes\wp_booster\wp-admin\js\td_wp_admin.js
•includes\wp_booster\wp-admin\panel\td_panel.php
•includes\wp_booster\wp-admin\panel\td_panel_generator.php
•includes\wp_booster\wp-admin\panel\views\ajax_boxes\td_panel_block_settings\td_thumbs_on_modules_and_blocks.php
•includes\wp_booster\wp-admin\panel\views\ajax_boxes\td_panel_categories\td_get_category_section_by_id.php
•includes\wp_booster\wp-admin\panel\views\ajax_boxes\td_panel_translations\td_translations.php
•includes\wp_booster\wp-admin\panel\views\td_panel_block_settings.php
•includes\wp_booster\wp-admin\panel\views\td_panel_categories.php
•includes\wp_booster\wp-admin\panel\views\td_panel_excerpts.php
•includes\wp_booster\wp-admin\panel\views\td_panel_footer.php
•includes\wp_booster\wp-admin\panel\views\td_panel_header.php
•includes\wp_booster\wp-admin\panel\views\td_panel_post_settings.php
•includes\wp_booster\wp-admin\panel\views\td_panel_template_settings.php
•includes\wp_booster\wp-admin\tinymce\tinymce.php
•loop.php
•parts\header\header-menu.php
•parts\header\top-menu.php
•parts\header\top-widget.php
•parts\page-category-big-grid.php
•parts\page-category-header.php
•single.php
•style.css
•td_less_editor-style.php
New files – 105 files
•images\panel\category_templates\icon-category-1.png
•images\panel\category_templates\icon-category-2.png
•images\panel\category_templates\icon-category-top-1.png
•images\panel\category_templates\icon-category-top-2.png
•images\panel\footer_templates\icon-footer-1.png
•images\panel\footer_templates\icon-footer-2.png
•images\panel\footer_templates\icon-footer-3.png
•images\panel\footer_templates\icon-footer-4.png
•images\panel\footer_templates\icon-footer-5.png
•images\panel\footer_templates\icon-footer-6.png
•images\panel\footer_templates\icon-footer-7.png
•images\panel\footer_templates\icon-footer-8.png
•images\panel\footer_templates\icon-footer-9.png
•images\panel\modules\td_module_1.png
•images\panel\modules\td_module_10.png
•images\panel\modules\td_module_11.png
•images\panel\modules\td_module_12.png
•images\panel\modules\td_module_13.png
•images\panel\modules\td_module_14.png
•images\panel\modules\td_module_15.png
•images\panel\modules\td_module_2.png
•images\panel\modules\td_module_3.png
•images\panel\modules\td_module_4.png
•images\panel\modules\td_module_5.png
•images\panel\modules\td_module_6.png
•images\panel\modules\td_module_7.png
•images\panel\modules\td_module_8.png
•images\panel\modules\td_module_9.png
•images\panel\single_templates\single_template_1.png
•images\panel\single_templates\single_template_2.png
•images\panel\single_templates\single_template_3.png
•images\panel\single_templates\single_template_4.png
•images\panel\single_templates\single_template_5.png
•images\panel\single_templates\single_template_6.png
•images\panel\single_templates\single_template_7.png
•images\panel\single_templates\single_template_8.png
•images\panel\single_templates\single_template_default.png
•images\panel\smart_lists\td_smart_list_1.png
•images\panel\smart_lists\td_smart_list_2.png
•images\panel\smart_lists\td_smart_list_3.png
•images\panel\smart_lists\td_smart_list_4.png
•images\panel\smart_lists\td_smart_list_default.png
•includes\block_templates\td_block_template_1.php
•includes\category_templates\td_category_template_1.php
•includes\category_templates\td_category_template_2.php
•includes\category_top_posts_styles\td_category_top_posts_style_1.php
•includes\category_top_posts_styles\td_category_top_posts_style_2.php
•includes\modules\td_module_mx5.php
•includes\modules\td_module_mx6.php
•includes\modules\td_module_mx_empty.php
•includes\wp_booster\external\kint\composer.json
•includes\wp_booster\external\kint\config.default.php
•includes\wp_booster\external\kint\decorators\concise.php
•includes\wp_booster\external\kint\decorators\plain.php
•includes\wp_booster\external\kint\decorators\rich.php
•includes\wp_booster\external\kint\Kint.class.php
•includes\wp_booster\external\kint\LICENCE
•includes\wp_booster\external\kint\parsers\custom\arrayobject.php
•includes\wp_booster\external\kint\parsers\custom\classmethods.php
•includes\wp_booster\external\kint\parsers\custom\classstatics.php
•includes\wp_booster\external\kint\parsers\custom\color.php
•includes\wp_booster\external\kint\parsers\custom\json.php
•includes\wp_booster\external\kint\parsers\custom\microtime.php
•includes\wp_booster\external\kint\parsers\custom\splfileinfo.php
•includes\wp_booster\external\kint\parsers\custom\splobjectstorage.php
•includes\wp_booster\external\kint\parsers\custom\timestamp.php
•includes\wp_booster\external\kint\parsers\custom\xml.php
•includes\wp_booster\external\kint\parsers\parser.class.php
•includes\wp_booster\external\kint\README.md
•includes\wp_booster\external\kint\scripts\source.reg
•includes\wp_booster\external\kint\scripts\source.vbs
•includes\wp_booster\external\kint\view\inc\kint.js
•includes\wp_booster\external\kint\view\inc\original.css
•includes\wp_booster\external\kint\view\inc\solarized-dark.css
•includes\wp_booster\external\kint\view\inc\solarized.css
•includes\wp_booster\external\kint\view\js\_kint.js
•includes\wp_booster\external\kint\view\less\original.less
•includes\wp_booster\external\kint\view\less\solarized-dark.less
•includes\wp_booster\external\kint\view\less\solarized.less
•includes\wp_booster\external\kint\view\less\_kint.less
•includes\wp_booster\external\kint\view\trace.phtml
•includes\wp_booster\external\kint\_main.php
•includes\wp_booster\td_block_template.php
•includes\wp_booster\td_category_template.php
•includes\wp_booster\td_category_top_posts_style.php
•includes\wp_booster\td_css_inline.php
•includes\wp_booster\td_module_single_base.php
•includes\wp_booster\wp-admin\css\panel\color_picker.less
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-social.png
•includes\wp_booster\wp-admin\js\td_edit_page.js
•includes\wp_booster\wp-admin\js\td_wp_admin_color_picker.js
•includes\wp_booster\wp-admin\panel\views\td_panel_social_networks.php
•js\site.min.js
•js\tagdiv_theme.js
•js\tagdiv_theme.min.js
•parts\footer\td_footer_extra.php
•parts\footer\td_footer_template_1.php
•parts\footer\td_footer_template_2.php
•parts\footer\td_footer_template_3.php
•parts\footer\td_footer_template_4.php
•parts\footer\td_footer_template_5.php
•parts\footer\td_footer_template_6.php
•parts\footer\td_footer_template_7.php
•parts\footer\td_footer_template_8.php
•parts\footer\td_footer_template_9.php
Deleted files – 50 files
•.idea\.name
•.idea\encodings.xml
•.idea\misc.xml
•.idea\modules.xml
•.idea\Newsmag.iml
•.idea\scopes\scope_settings.xml
•.idea\vcs.xml
•.idea\workspace.xml
•includes\modules\td_module_big_grid.php
•includes\wp_booster\td_api.php
•includes\wp_booster\wp-admin\images\panel\footer-1.png
•includes\wp_booster\wp-admin\images\panel\footer-2.png
•includes\wp_booster\wp-admin\images\panel\footer-3.png
•includes\wp_booster\wp-admin\images\panel\footer-4.png
•includes\wp_booster\wp-admin\images\panel\module-1.png
•includes\wp_booster\wp-admin\images\panel\module-10.png
•includes\wp_booster\wp-admin\images\panel\module-11.png
•includes\wp_booster\wp-admin\images\panel\module-12.png
•includes\wp_booster\wp-admin\images\panel\module-13.png
•includes\wp_booster\wp-admin\images\panel\module-14.png
•includes\wp_booster\wp-admin\images\panel\module-15.png
•includes\wp_booster\wp-admin\images\panel\module-2.png
•includes\wp_booster\wp-admin\images\panel\module-3.png
•includes\wp_booster\wp-admin\images\panel\module-4.png
•includes\wp_booster\wp-admin\images\panel\module-5.png
•includes\wp_booster\wp-admin\images\panel\module-6.png
•includes\wp_booster\wp-admin\images\panel\module-7.png
•includes\wp_booster\wp-admin\images\panel\module-8.png
•includes\wp_booster\wp-admin\images\panel\module-9.png
•includes\wp_booster\wp-admin\images\panel\module-mx1.png
•includes\wp_booster\wp-admin\images\panel\module-mx2.png
•includes\wp_booster\wp-admin\images\panel\module-mx3.png
•includes\wp_booster\wp-admin\images\panel\module-search.png
•includes\wp_booster\wp-admin\images\post-templates\post-templates-icons-0.png
•includes\wp_booster\wp-admin\images\post-templates\post-templates-icons-1.png
•includes\wp_booster\wp-admin\images\post-templates\post-templates-icons-2.png
•includes\wp_booster\wp-admin\images\post-templates\post-templates-icons-3.png
•includes\wp_booster\wp-admin\images\post-templates\post-templates-icons-4.png
•includes\wp_booster\wp-admin\images\post-templates\post-templates-icons-5.png
•includes\wp_booster\wp-admin\images\post-templates\post-templates-icons-6.png
•includes\wp_booster\wp-admin\images\post-templates\post-templates-icons-7.png
•includes\wp_booster\wp-admin\images\post-templates\post-templates-icons-8.png
•includes\wp_booster\wp-admin\images\post-templates\smart-list-0.png
•includes\wp_booster\wp-admin\images\post-templates\smart-list-1.png
•includes\wp_booster\wp-admin\images\post-templates\smart-list-2.png
•includes\wp_booster\wp-admin\images\post-templates\smart-list-3.png
•includes\wp_booster\wp-admin\images\post-templates\smart-list-4.png
•js\td_site.js
•js\td_site.min.js
•parts\footer\column-1.php
—————-
New files – 105 files
•images\panel\category_templates\icon-category-1.png
•images\panel\category_templates\icon-category-2.png
•images\panel\category_templates\icon-category-top-1.png
•images\panel\category_templates\icon-category-top-2.png
•images\panel\footer_templates\icon-footer-1.png
•images\panel\footer_templates\icon-footer-2.png
•images\panel\footer_templates\icon-footer-3.png
•images\panel\footer_templates\icon-footer-4.png
•images\panel\footer_templates\icon-footer-5.png
•images\panel\footer_templates\icon-footer-6.png
•images\panel\footer_templates\icon-footer-7.png
•images\panel\footer_templates\icon-footer-8.png
•images\panel\footer_templates\icon-footer-9.png
•images\panel\modules\td_module_1.png
•images\panel\modules\td_module_10.png
•images\panel\modules\td_module_11.png
•images\panel\modules\td_module_12.png
•images\panel\modules\td_module_13.png
•images\panel\modules\td_module_14.png
•images\panel\modules\td_module_15.png
•images\panel\modules\td_module_2.png
•images\panel\modules\td_module_3.png
•images\panel\modules\td_module_4.png
•images\panel\modules\td_module_5.png
•images\panel\modules\td_module_6.png
•images\panel\modules\td_module_7.png
•images\panel\modules\td_module_8.png
•images\panel\modules\td_module_9.png
•images\panel\single_templates\single_template_1.png
•images\panel\single_templates\single_template_2.png
•images\panel\single_templates\single_template_3.png
•images\panel\single_templates\single_template_4.png
•images\panel\single_templates\single_template_5.png
•images\panel\single_templates\single_template_6.png
•images\panel\single_templates\single_template_7.png
•images\panel\single_templates\single_template_8.png
•images\panel\single_templates\single_template_default.png
•images\panel\smart_lists\td_smart_list_1.png
•images\panel\smart_lists\td_smart_list_2.png
•images\panel\smart_lists\td_smart_list_3.png
•images\panel\smart_lists\td_smart_list_4.png
•images\panel\smart_lists\td_smart_list_default.png
•includes\block_templates\td_block_template_1.php
•includes\category_templates\td_category_template_1.php
•includes\category_templates\td_category_template_2.php
•includes\category_top_posts_styles\td_category_top_posts_style_1.php
•includes\category_top_posts_styles\td_category_top_posts_style_2.php
•includes\modules\td_module_mx5.php
•includes\modules\td_module_mx6.php
•includes\modules\td_module_mx_empty.php
•includes\wp_booster\external\kint\composer.json
•includes\wp_booster\external\kint\config.default.php
•includes\wp_booster\external\kint\decorators\concise.php
•includes\wp_booster\external\kint\decorators\plain.php
•includes\wp_booster\external\kint\decorators\rich.php
•includes\wp_booster\external\kint\Kint.class.php
•includes\wp_booster\external\kint\LICENCE
•includes\wp_booster\external\kint\parsers\custom\arrayobject.php
•includes\wp_booster\external\kint\parsers\custom\classmethods.php
•includes\wp_booster\external\kint\parsers\custom\classstatics.php
•includes\wp_booster\external\kint\parsers\custom\color.php
•includes\wp_booster\external\kint\parsers\custom\json.php
•includes\wp_booster\external\kint\parsers\custom\microtime.php
•includes\wp_booster\external\kint\parsers\custom\splfileinfo.php
•includes\wp_booster\external\kint\parsers\custom\splobjectstorage.php
•includes\wp_booster\external\kint\parsers\custom\timestamp.php
•includes\wp_booster\external\kint\parsers\custom\xml.php
•includes\wp_booster\external\kint\parsers\parser.class.php
•includes\wp_booster\external\kint\README.md
•includes\wp_booster\external\kint\scripts\source.reg
•includes\wp_booster\external\kint\scripts\source.vbs
•includes\wp_booster\external\kint\view\inc\kint.js
•includes\wp_booster\external\kint\view\inc\original.css
•includes\wp_booster\external\kint\view\inc\solarized-dark.css
•includes\wp_booster\external\kint\view\inc\solarized.css
•includes\wp_booster\external\kint\view\js\_kint.js
•includes\wp_booster\external\kint\view\less\original.less
•includes\wp_booster\external\kint\view\less\solarized-dark.less
•includes\wp_booster\external\kint\view\less\solarized.less
•includes\wp_booster\external\kint\view\less\_kint.less
•includes\wp_booster\external\kint\view\trace.phtml
•includes\wp_booster\external\kint\_main.php
•includes\wp_booster\td_block_template.php
•includes\wp_booster\td_category_template.php
•includes\wp_booster\td_category_top_posts_style.php
•includes\wp_booster\td_css_inline.php
•includes\wp_booster\td_module_single_base.php
•includes\wp_booster\wp-admin\css\panel\color_picker.less
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-social.png
•includes\wp_booster\wp-admin\js\td_edit_page.js
•includes\wp_booster\wp-admin\js\td_wp_admin_color_picker.js
•includes\wp_booster\wp-admin\panel\views\td_panel_social_networks.php
•js\site.min.js
•js\tagdiv_theme.js
•js\tagdiv_theme.min.js
•parts\footer\td_footer_extra.php
•parts\footer\td_footer_template_1.php
•parts\footer\td_footer_template_2.php
•parts\footer\td_footer_template_3.php
•parts\footer\td_footer_template_4.php
•parts\footer\td_footer_template_5.php
•parts\footer\td_footer_template_6.php
•parts\footer\td_footer_template_7.php
•parts\footer\td_footer_template_8.php
•parts\footer\td_footer_template_9.php
==============================
by tagDiv 2014 🙂 | http://tagdiv.com | Our portfolio
Hi
After upload update i need remove this files?
Deleted files – 50 files
.idea\.name
.idea\encodings.xml
.idea\misc.xml
.idea\modules.xml
.idea\Newsmag.iml
.idea\scopes\scope_settings.xml
.idea\vcs.xml
.idea\workspace.xml
includes\modules\td_module_big_grid.php
includes\wp_booster\td_api.php
includes\wp_booster\wp-admin\images\panel\footer-1.png
includes\wp_booster\wp-admin\images\panel\footer-2.png
includes\wp_booster\wp-admin\images\panel\footer-3.png
includes\wp_booster\wp-admin\images\panel\footer-4.png
includes\wp_booster\wp-admin\images\panel\module-1.png
includes\wp_booster\wp-admin\images\panel\module-10.png
includes\wp_booster\wp-admin\images\panel\module-11.png
includes\wp_booster\wp-admin\images\panel\module-12.png
includes\wp_booster\wp-admin\images\panel\module-13.png
includes\wp_booster\wp-admin\images\panel\module-14.png
includes\wp_booster\wp-admin\images\panel\module-15.png
includes\wp_booster\wp-admin\images\panel\module-2.png
includes\wp_booster\wp-admin\images\panel\module-3.png
includes\wp_booster\wp-admin\images\panel\module-4.png
includes\wp_booster\wp-admin\images\panel\module-5.png
includes\wp_booster\wp-admin\images\panel\module-6.png
includes\wp_booster\wp-admin\images\panel\module-7.png
includes\wp_booster\wp-admin\images\panel\module-8.png
includes\wp_booster\wp-admin\images\panel\module-9.png
includes\wp_booster\wp-admin\images\panel\module-mx1.png
includes\wp_booster\wp-admin\images\panel\module-mx2.png
includes\wp_booster\wp-admin\images\panel\module-mx3.png
includes\wp_booster\wp-admin\images\panel\module-search.png
includes\wp_booster\wp-admin\images\post-templates\post-templates-icons-0.png
includes\wp_booster\wp-admin\images\post-templates\post-templates-icons-1.png
includes\wp_booster\wp-admin\images\post-templates\post-templates-icons-2.png
includes\wp_booster\wp-admin\images\post-templates\post-templates-icons-3.png
includes\wp_booster\wp-admin\images\post-templates\post-templates-icons-4.png
includes\wp_booster\wp-admin\images\post-templates\post-templates-icons-5.png
includes\wp_booster\wp-admin\images\post-templates\post-templates-icons-6.png
includes\wp_booster\wp-admin\images\post-templates\post-templates-icons-7.png
includes\wp_booster\wp-admin\images\post-templates\post-templates-icons-8.png
includes\wp_booster\wp-admin\images\post-templates\smart-list-0.png
includes\wp_booster\wp-admin\images\post-templates\smart-list-1.png
includes\wp_booster\wp-admin\images\post-templates\smart-list-2.png
includes\wp_booster\wp-admin\images\post-templates\smart-list-3.png
includes\wp_booster\wp-admin\images\post-templates\smart-list-4.png
js\td_site.js
js\td_site.min.js
parts\footer\column-1.php