No search results were found in Documentation!
Hi,
This happens because you use page builder to build your posts which we don’t recommend as it could cause issues of this type.
Use this custom css to fix this: http://screencast.com/t/p68O9bbjUC and also use this to remove this left border which appears on posts: http://screencast.com/t/vjYZZLXGpU7R as it is also happens because of using page builder on posts: http://screencast.com/t/3uO7KC1XDPtV
.td-post-content .td-pb-span12 {
margin-bottom: 0px;
padding-bottom: 0px;
}
.td-post-content .td-pb-span12 {
border-left: 0px solid #e6e6e6;
}
Please let me know if you still have issue after this.
Thanks
Hi,
Add this code: http://pastebin.com/zMYQVeaA to the header-menu.php file like this: http://screencast.com/t/8bQeBbSvA ..then use the custom css from below to make it look like this: http://screencast.com/t/T0kLvJDK5nyS
.header-search-wrap .td-icon-search {
margin-bottom: -3px;
margin-left: 10px;
top: 0px;
position: relative;
width: 16px;
height: 16px;
line-height: 0px;
color: #ffffff;
padding-top: 14px;
padding-left: 14px;
display: inline;
font-size: 13px;
}
.header-search .wpb_button {
margin-top: 6px;
}
Make sure you add the code like I did in the screenshot and remove the <i> tag: http://screencast.com/t/9oU00zbpO and if you don’t like the style of it you can change it as you like.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
1. You need to do this hardcoded as the theme doesn’t have an option for this so you need to edit the posts template file/files you use and add a condition there to show author only if is the category you want. If you don’t know how to do it I suggest to hire a developer or a freelancer to do it for you as you need custom work for this and we cannot provide any at this time because we work hard on development, updates and support.
2. Unfortunately the mega menu is designed to work using subcategories and for this changes you need custom work as well.
3. Use this custom css to remove that white space: http://screencast.com/t/K8uNc3rOTO9
.home .td-pb-row [class*="td-pb-span"] {
margin-bottom: -99999px !important;
padding-bottom: 99999px;
}
.home .td-container {
border-bottom: 0px;
}
4. The thumbs used on mega menu are created when you upload an image, you need to regenerate thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
5. You can edit the post template 2 (single_template_2.php) file and replace the date function using this WordPress function: http://codex.wordpress.org/Function_Reference/get_the_time and get the time format you need.
6. You can use css for this but the issue appears when you try to target it to apply the css just to it as the other sidebar are also added using an text widget so you need to find a way to add a custom class which you can use to target and apply your custom css using the media snippet I’ve pasted below:
@media (min-width: 768px) and (max-width: 1023px) {
add your css code here
}
7. Use this css to hide the views and comments: http://screencast.com/t/Fuptfv3R9jBY
To have the meta section of the slider to look like in the image you need custom work.
Thanks
thanks for your response
i just want to report a bug i found. After creating a new CPT and view a custom post type single item layout, the breadcrumbs doesn’t have CPT name
It is Home >> Post title instead
Home >> CPT name >> Post title
and the meta info such as view count/comment count position are broken and they moved down to the bottom
(continued)
okay, now with Yoast WordPress SEO “on” as well as “Limit Longin Attempts” plugin turned on (security to block repeat hack attempts by password guessing with bots); we now see the “rdfa-node” populated.
The preview still does not show the rating.
Publisher markup now on via Yoast setting, but “not verified publisher markup” error – even though it is verified.
Bookmark section related to item 1 appears to be error; as that is different story than “this page.”
TEST:
am removing all my custom CSS ….. NO CHANGE
TEST:
turn off post setting ‘show related articles’ …… NO CHANGE
except “bookmark” in first box, now shows link to the first item from sidebar under module “what’s new”
TEST:
remove sidebar second Google adsense box …. NO CHANGE
TEST:
remove all sidebar AdSense Ads (2) ….. NO CHANGE
TEST
switch sidebar ads back on; turn off header AdSense ad …. NO CHANGE
TEST
theme based social sharing at top/bottom of post = OFF ….. NO CHANGE
Hi,
Not sure how you could prevent this as that space is added using an inline style which add’s an 56.25% padding to the bottom f the player as you can see here: http://screencast.com/t/QKwcgtnVMky6
You could remove that padding via css and set it to 0 to remove that white space but you would have to add the script into another div container with an custom css class which you can use to target the div which has the padding and remove it.
I suggest to try identify the source of that inline styling and check if this also happens with other PlayWire videos embed codes.
Hope this helps!
Thanks
Hi,
Using header style 3 should be enough to allays show the ad under the menu on all pages. I have also checked your site but haven’t found any header ad set: http://screencast.com/t/kYOH0V3P3Hbf so I can’t guarantee it will work but for the space you have under the banner you could try this css and remove the margin bottom by setting it to 0px or as you like. Here is an example: http://screencast.com/t/ivXEoqh8
.header-content-rec .td-a-rec-id-custom_ad_1, .header-content-rec .td-g-rec-id-custom_ad_1 {
margin-bottom: 0px;
}
Hope this helps!
Thanks
Hi,
Than dose not mean that the plugin doesn’t work, it dose work as I have noticed that most of the theme js and css is located at the bottom and this is happening because when using using rev slider plugin the jQuery js isn’t moved at the footer, this is set by the plugin: http://screencast.com/t/RKRJBE6d
I suggest you should also follow this topics to find more info about this and also different solutions regarding issue that you may encounter while searching for “How to get the best pagespeed score”:
* https://forum.tagdiv.com/topic/can-i-add-plugins-css-to-footer/#post-6348
* https://forum.tagdiv.com/topic/pagespeed/
Hope this helps!
Thanks
I know for running the Font Awesome font on our main business page I went through this in the springtime, where FA 3 would randomly not load in IE from Amazon’s CDN even with the CORS in place, all the additions for file types added to htaccess for fonts, etc. (actually I didn’t try adding the font type to htaccess… hm….), and finally gave up and loaded from our own domain.
In our case, we put the call to the FA icon font at bottom of our style.css but loaded before the external Google fonts.
I know some browsers do have issue loading too many fonts, and that can “time out” on the page rendering (or so I’ve been told).
I will need to look at the style sheet or the files to see WHERE exactly the icon font is being loaded, and possibly move to bottom of the style.css if not there already, as that *might* resolve the inconsistent issues as it did for me on our main website (not running WordPress btw).
It was super annoying and I wasted many an hour back in April or May suffering through that. FA4 didn’t matter … was “when” the icon font was loading in the “stream of things.”
LUCIAN … if you’re monitoring this at all,
can you tell me WHERE the icon font is being loaded… is it coming from style.css, or from a dependent file being loaded on the fly ?
Hi,
1. I see you also managed to find and change the date format.
2. I’m not sure I understand, you refer to this counters: http://screencast.com/t/MbC1s0ryuym
Please let me know and also provide a link to a post that has comments as I haven’t managed to find one.
3. You can change the template like showed below and move the latest articles to the beginning of the page and the page builder below the articles.
Edit the page-pagebuilder-latest.php file and move this part: http://screencast.com/t/44ijcHGT to the bottom of the file like this: http://screencast.com/t/Iqj80diz2H
After this use the “Pagebuilder + latest articles + pagination” template and add widgets using Visual Composer.
Thanks
Hi,
You can see here that the padding for this span tags are the same: http://screencast.com/t/tQDCHMQbahct
the issue appears when you set this top margin to 0: http://screencast.com/t/JwHULeG29r5n and if you remove it like I did in the screen then the title look better so I suggest you leave that margin as it is and remove the padding form the top of the container if you want to remove the white space, like this: http://screencast.com/t/VMQgKEpS
Use this css for that:
.td-footer-container .widget .block-title {
margin-top: 21px;
}
.td-footer-container {
padding: 10px 0px 10px 0px;
}
The border is added at the top of blocks, in your case the border isn’t there because you use a slide there and the slider doesn’t contains a border at top of it, you can use this custom css and add a border at the bottom of block 1, like this: http://screencast.com/t/5bD7mZkUy
Thanks
I apologize, I have tested it with Gallery set and all have a featured image. I am guessing there is supposed to be the featured image at the top of the post itself? I may have hidden it and I have such a long amount of custom CSS that i need to clean up. Maybe if you can help and see if it is in here so I can remove it that would be awesome!
.td-a-rec-id-sidebar {
margin-bottom: 26px !important;
}
.td_mod6 {
margin-bottom: 5px !important;
}
.post {
position: relative;
padding-bottom: 16px !important;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.next-prev {
padding-bottom: 11px !important;
display: none !important;
}
.widget_text {
margin-bottom: 10px !important;
}
div.gallery {
width: 100% !important;
}
div.gallery .gallery-item *{
position: relative !important;
width: 100% !important;
left: 0px !important;
margin-left: 0px !important;
margin-right: 0px !important;
padding: 0px !important;
}
.similar-articles {
padding-bottom: 0px !important;
}
.td_mod2 .meta-info, .td_mod5 .meta-info, .td_mod6 .meta-info {
margin: 2px 0px 22px 0px !important;
}
#ssWidget2797 .ssWidgetTitle strong {
display: block;
height: 0px !important;
line-height: 27px;
font-weight: inherit;
}
.single .page-nav-post {
text-align: center;
}
.single .page-nav span {
min-width: 20px;
min-height: 25px;
font-size: x-large;
}
.ss_item_sb img {
width: 326px !important;
height: 145px !important;
border: 0px solid #D7D7D7;
padding: 2px;
}
#ss_wrapper_sb .ss_link_txt_sb:hover {
color: #333333 !important;
text-decoration: underline !important;
}
#ss_wrapper_sb .ss_link_txt_sb {
color: #333333;
display: block;
font-family: 'Roboto Condensed',sans-serif;
font-size: 21px;
letter-spacing: inherit;
text-decoration: underline;
text-transform: none;
}
.td-social-like-tweet {
margin-bottom: 22px !important;
}
.td-social-sharing {
margin-bottom: 10px !important;
}
.td_mod2 .meta-info, .td_mod3 .meta-info, .td_mod5 .meta-info {
display: none;
}
.header-search-wrap {
display: none;
}
.page-nav-post {
padding: 0px;
margin-bottom: 0px !important;
}
@media (max-width: 767px){
.td-header-bg .header-style-3 .td-logo img {
position: fixed;
top: 3px;
z-index: 3;
width: 180px;
height: 48px;
}
.td-menu-placeholder .td-affix {
height: 48px;
z-index: 2 !important;
position: fixed !important;
}
.container-fluid {
padding: 0 15px !important;
}
.row-fluid .span4 {
margin-left: 1.20% !important;
}
@media (min-width: 1200px)
.row-fluid .span8 {
width: 68.174129353234% !important;
}
#ssWidget2198 .ssWidgetTitle strong {
display: none;
height: 0px;
line-height: 27px;
font-weight: inherit;
}
.top-header-menu, .td-header-menu-wrap .menu-post-and-page-settings-container .menu { margin: 0px 0px 0px 0px !important
}
.td-header-menu-wrap .menu-top-container {
float: left;
}
And if its not in there, what file its in and the line so I can see if I may have manually removed it?
-
This reply was modified 11 years by
sbo.
Hi,
Sorry for the delay! This usually happens when using the speed booster plugin as this plugin moves the css and js automatically to the bottom of the page. This problems were reported when using the latest plugin version which is 3.0 and which was provided with the latest theme version (4.6).
We suggest to deactivate all plugins to make sure this doesn’t happen due to others plugins you use and if this issue persists, download the version 2.5 of the speed booster plugin from here: https://www.dropbox.com/s/nsu8wmwj9mtqswd/td-speed-booster.zip?dl=0
Please let me know if you can’t manage to solve this and also send you site’s URL.
Thanks
Of course, you can try my solution to fix it “right now” by adding the italics to the section after line 902 (or if it moved back to functions.php in v1.1 the appropriate code for droid sans there); or add the italic pull from Google to bottom of style.css.
Built in fix would be optimum, of course.
HI, to make this easier to find, I’m posting this in one place.
This applies to moving from Newspaper to Newsmag, but could also apply to moving from any other theme using Visual Composer, which can be tricky.
At bottom is also a how-to if you already borked (crashed) your site and are getting server 500 error or similar.
======== Christopher’s how-to theme migration =============
Try this:
1) make backup of your site files, as per usual good practices; use tools to export your database from WP panel. Backup images.
Clear cache.
2) make sure you’re running latest version of WordPress (4.1); v 3.9x has cross-site scripting vulnerability; v4.0 has bugs, fixed in 4.1.
3) switch to default theme (e.g., twenty-twelve); do this before disabling visual composer!!!!!
Clear cache again, as applicable.
4) disable ALL plugins
5) DELETE the original theme folder, delete the original plugins for theme (TD speed booster, TD social, Visual Composer)
Then follow my posts on best way to install theme:
================================================
Make sure you upload only the main theme files; don’t install the “all files” zip from ThemeForest… that has docs, psd files, plugins, etc.
You want to install the smaller of the two files on Themeforest, if you’re installing via theme panel with .zip.
BEST WAY TO INSTALL WP THEMES:
Ideal way is still to
1) unzip theme folder “Newsmag” on your HD
2) upload via FTP/SFTP to your /wp-content/themes/ folder
3) upload the plugins unzipped to /wp-content/plugins/
4) switch to default theme from your old theme [should already be done for migration]
5) turn off *all* running plugins [should already be done for migration]
6) clear your cache(s), turn off caching (!),
7) activate the Visual Composer plugin
8) activate the new Newsmag theme
9) launch the theme panel
10) reactivate only the plugins you 100% need to make sure they work (some plugins WILL NOT WORK properly with WP 4.01 until you update the plugins!).
Clear the cache in your WEB BROWSER FULLY and restart web browser; this clears any CSS/Java used by your previous theme admin, and theme, so that you see the new CSS/JS properly (seriously, this is cause for huge number of “my new theme doesn’t load right” or “admin panel doesn’t have any boxes!” errors).
If you’re running WordPress older than 4.0 be aware there is a very serious cross-site scripting vulnerability (e.g., WP 3.9.2). You should be running WP 4.0+ to use this theme properly.
This is standard practice for switching to a brand new theme and good habit to get into doing it this way to ensure you clear cobwebs on old, and cleanly move to new.
Hope that helps! 🙂
Chris
==========
ADVANCED USERS AND WP-CONFIG FILE:
if you or somebody else optimized your site for better PageSpeed score and increase dbase efficiency, by editing the wp-config.php file to add absolute paths to the theme folder, you will need to remove that line prior to doing any theme switch. Some people forget this step and immediately get a server error trying to change themes in the WP admin panel. You should be making backups of your wp-config.php folder periodically anyway and never hurts to open it and view from time to time.
===========
SITE RESCUE IF ALREADY CRASHED
f you already borked your install and are getting server 500 error or similar you will need to do common procedure to reset WordPress:
1) login via FTP, manually delete both Newspaper and Newsmag themes so that all that is in theme folder is default themes; this forces WordPress to restart with default theme
2) manually delete the Visual Composer plugin so there is no VC folder in plugins
3) rename your plugins folder to pluginsX
4) login successfully
5) go to theme panel and SELECT your default twenty-twelve theme to CLEAR the prior selection in dbase of the Newspaper or Newsmag theme no longer running
6) logout
7) via FTP or server side file manager, rename plugins back to plugins
8) login and make sure site is working
9) then do CLEAN install of the Newsmag theme, plugins
(admin feel free to add this to docs if you wish)
Chris
© 2014 Christopher Simmons. May not be reposted on other websites.
You may want to read up on how to use WordPress from the WordPress Codex; you *can* simply rename the theme folder and CSS name for the theme; which is how it’s done for web development, such as for a client, or better security (we do that here, changing theme name to sitename). If you’re comfortable editing the functions.php file, then changing the theme name is done simply by editing the style.css file which is where WP picks up the theme “name.”
Note it won’t change the theme style classes so somebody can very easily “figure out” which theme you’re actually using, if not the version.
Are you removing all the versioning from your site using the commonly available code to put at bottom of functions.php? That is also recommended to hide versions of WP, and also visual composer (see my separate post on how to also hide that code).
TO THE POINT (sorry!):
You can remove that “theme credit” code from functions.php without anything breaking, but be aware it makes it harder if you ask for tech support in the future if the admin here can’t figure out which version of theme you’re using when looking at your page source to debug any of your possible problems with CSS, customizations or running plugins, etc. If you’re comfortable in remembering to always “state” which version you’re using (and keep track of that somewhere), when needing support, you should be fine. 🙂
We actually use mod_pagespeed which just removes *all* commenting for faster page loading, which is recommended if your hosting provider offers that.
You can also further optimize the install by placing the explicit paths to the new name theme folder in your functions.php folder once you’re “set in stone” (obviously if you switch to another theme from admin, it may break) and also the site name URL, but that’s a bit advanced. Research the WP Codex on how to do many things like this (some of that is in my long winded comments in the Newspaper forum under the “Pagespeed” sticky topic).
Hope that helped, versus annoyed 🙂
Hi,
1. Not sure what you mean with double spacing, do you refer to the space between elements? it’s a margin and can be removed using custom css:
.td_mod10.td_mod_wrap{
margin-bottom: 0px;
}
2. The elements are not included in an html list so you can’t add bullets via css. You can try to add something directly into the module, before title – http://screencast.com/t/5wRnf8dmKLU
3. You can doit with css but there’s no id on blocks so it may affect all blocks on that specific page.
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
NEWSMAG 1.1
~ tagDiv 2014 ~
Thanks for your support and feel free to contact us any time 🙂
https://forum.tagdiv.com/
~ Radu O., Marius P., Emil G, Lucian T and Nicu S.
[ V 1.1 ]
– NEW: 17 Predefined Page Templates in Visual Composer Builder.
– NEW: article print css
– NEW: text with title block is now also available as a widget
– NEW: .po/.mo translation support
– improvement: added slider auto play feature
– improvement: wp_booster v3.0 – stability improvements, better compatibility with other plugins
– improvement: new style format for the text editor
– improvement: new elements that can be customized from theme panel -> custom typography
– improvement: responsive go to top arrow (it doesn’t cover the footer text on tablets) (thanks Chris)
– improvement: titles with big fonts now have a better readability (added letter-spacing) (thanks Chris)
– improvement: Ad box shortcode support title (thanks Chris)
– fix: smart sidebar issue on chrome – it was flickering sometimes
– fix: smart sidebar was not positioned properly when ajax content was loaded in the main area of the theme
– fix: missing font when roboto is used as font in the theme panel ( thanks ZTWP / newspaper theme )
– fix: speed booster 3.1 – font loading and speed booster font optimizations. The speed booster uses collections to load fonts now
– fix: homepage full post featured – bug when you were unable to press scroll down arrow.
– fix: homepage full post featured – bug when you were unable to select the dropdown under the featured image.
– fix: extra pixels from bottom body on mobile versions.
– fix: bug images strange position in smart list 2 on safari.
– fix: removed extra closing tag from comments pages.
– fix: video icon on slider to stay centred on resize.
– fix: IOS slider style and functionality
– fix: smart list 3 css fix
– fix: block 14 in footer css bug
– fix: grid 2 columns css bug
– fix: comments pagination bug
– fix: footer search css bug in IE11
– fix: rich snippets reviews
– fix: click on home link and on logo adds a trailing backslash as expected, preventing one redirect
– fix: disqus comments css
– fix: social sharing from Jetpack css
[ V 1.0 ]
– initial release
===================================
Newsmag theme
Here is a list of all the changes between v 1.0 and v 1.1
Modified files – 49 files
•404.php
•comments.php
•footer.php
•functions.php
•header.php
•includes\plugins\td-social-counter.zip
•includes\plugins\td-speed-booster.zip
•includes\shortcodes\td_ad_box.php
•includes\shortcodes\td_authors.php
•includes\shortcodes\td_block_trending_now.php
•includes\shortcodes\td_block_video_playlist.php
•includes\shortcodes\td_popular_categories.php
•includes\shortcodes\td_slide.php
•includes\shortcodes\td_text_with_title.php
•includes\widgets\td_page_builder_widgets.php
•includes\wp_booster\td_cake.php
•includes\wp_booster\td_first_install.php
•includes\wp_booster\td_fonts.php
•includes\wp_booster\td_global.php
•includes\wp_booster\td_menu.php
•includes\wp_booster\td_page_generator.php
•includes\wp_booster\td_review.php
•includes\wp_booster\td_translate.php
•includes\wp_booster\td_widget_builder.php
•js\td_site.js
•js\td_site.min.js
•loop-single-1.php
•loop-single-2.php
•loop-single-3.php
•loop-single-4.php
•loop-single-5.php
•loop-single-6.php
•loop-single-7.php
•loop-single-8.php
•loop-single.php
•parts\footer\column-1.php
•parts\header\header-menu.php
•parts\header\logo-mobile.php
•parts\header\logo-text.php
•parts\header\logo.php
•parts\header\top-menu.php
•parts\menu-mobile.php
•parts\page-search-box.php
•searchform.php
•style.css
•td_less_editor-style.php
•td_less_style.css.php
•translation\default.mo
•translation\default.po
New files – 267 files
•images\pagebuilder\big-slide.png
•images\pagebuilder\blog.png
•images\pagebuilder\clean.png
•images\pagebuilder\contact-temp.png
•images\pagebuilder\fashion.png
•images\pagebuilder\full-post.png
•images\pagebuilder\infinite-scroll.png
•images\pagebuilder\left-sidebar.png
•images\pagebuilder\less-images.png
•images\pagebuilder\loop.png
•images\pagebuilder\magazine.png
•images\pagebuilder\newsmag.png
•images\pagebuilder\newspaper.png
•images\pagebuilder\random.png
•images\pagebuilder\right-sidebar.png
•images\pagebuilder\sport.png
•images\pagebuilder\tech.png
•includes\js_files\td_main.js
•includes\less_files\animations.less
•includes\less_files\animations_compact.less
•includes\less_files\category.less
•includes\less_files\comments.less
•includes\less_files\editor-style.less
•includes\less_files\font-icons.less
•includes\less_files\footer.less
•includes\less_files\galleries.less
•includes\less_files\gallery-slider.less
•includes\less_files\grid\grid.less
•includes\less_files\grid\grid_blocks.less
•includes\less_files\grid\grid_responsive.less
•includes\less_files\header.less
•includes\less_files\ie.less
•includes\less_files\magnific-popup.less
•includes\less_files\main.less
•includes\less_files\menu-header.less
•includes\less_files\menu-mobile.less
•includes\less_files\menu-top.less
•includes\less_files\mixin.less
•includes\less_files\modal-window.less
•includes\less_files\more-stories.less
•includes\less_files\normalize.less
•includes\less_files\page.less
•includes\less_files\pagebuilder\modules\modules.less
•includes\less_files\pagebuilder\modules\module_1.less
•includes\less_files\pagebuilder\modules\module_10.less
•includes\less_files\pagebuilder\modules\module_11.less
•includes\less_files\pagebuilder\modules\module_12.less
•includes\less_files\pagebuilder\modules\module_13.less
•includes\less_files\pagebuilder\modules\module_14.less
•includes\less_files\pagebuilder\modules\module_15.less
•includes\less_files\pagebuilder\modules\module_2.less
•includes\less_files\pagebuilder\modules\module_3.less
•includes\less_files\pagebuilder\modules\module_4.less
•includes\less_files\pagebuilder\modules\module_5.less
•includes\less_files\pagebuilder\modules\module_6.less
•includes\less_files\pagebuilder\modules\module_7.less
•includes\less_files\pagebuilder\modules\module_8.less
•includes\less_files\pagebuilder\modules\module_9.less
•includes\less_files\pagebuilder\modules\module_mx1.less
•includes\less_files\pagebuilder\modules\module_mx2.less
•includes\less_files\pagebuilder\modules\module_mx3.less
•includes\less_files\pagebuilder\modules\td-slide.less
•includes\less_files\pagebuilder\shortcodes\blocks.less
•includes\less_files\pagebuilder\shortcodes\td_ads.less
•includes\less_files\pagebuilder\shortcodes\td_authors.less
•includes\less_files\pagebuilder\shortcodes\td_definition_list.less
•includes\less_files\pagebuilder\shortcodes\td_popular_categories.less
•includes\less_files\pagebuilder\shortcodes\td_social.less
•includes\less_files\pagebuilder\shortcodes\td_text_with_title.less
•includes\less_files\pagebuilder-elements.less
•includes\less_files\plugins.less
•includes\less_files\post-templates.less
•includes\less_files\post.less
•includes\less_files\print.less
•includes\less_files\pulldown-filter.less
•includes\less_files\quote_on_blocks.less
•includes\less_files\retina.less
•includes\less_files\review.less
•includes\less_files\shortcodes_other.less
•includes\less_files\smart_lists.less
•includes\less_files\sprite.less
•includes\less_files\stacks.less
•includes\less_files\style_customizer.less
•includes\less_files\td_loading_box.less
•includes\less_files\td_video_playlist.less
•includes\less_files\timeline.less
•includes\less_files\totop.less
•includes\less_files\type.less
•includes\less_files\variables.less
•includes\less_files\widgets-default.less
•includes\stacks\demo_classic_blog.txt
•includes\stacks\demo_fashion.txt
•includes\stacks\demo_sport.txt
•includes\stacks\demo_tech.txt
•includes\stacks\demo_video.txt
•includes\td_css_generator.php
•includes\td_templates_builder.php
•includes\td_theme_init.php
•includes\td_wp_booster_hooks.php
•includes\wp_booster\external\lessc.inc.php
•includes\wp_booster\td_block_widget.php
•includes\wp_booster\td_ios_redirect.php
•includes\wp_booster\td_theme_style.php
•includes\wp_booster\td_wp_booster_init.php
•includes\wp_booster\wp-admin\content-metaboxes\meta.css
•includes\wp_booster\wp-admin\content-metaboxes\td_set_homepage_loop.php
•includes\wp_booster\wp-admin\content-metaboxes\td_set_homepage_loop_filter.php
•includes\wp_booster\wp-admin\content-metaboxes\td_set_page.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\content-metaboxes\td_set_unique_articles.php
•includes\wp_booster\wp-admin\content-metaboxes\td_set_video_meta.php
•includes\wp_booster\wp-admin\content-metaboxes\td_templates_settings.php
•includes\wp_booster\wp-admin\css\panel\box.less
•includes\wp_booster\wp-admin\css\panel\content.less
•includes\wp_booster\wp-admin\css\panel\controls.less
•includes\wp_booster\wp-admin\css\panel\footer.less
•includes\wp_booster\wp-admin\css\panel\header.less
•includes\wp_booster\wp-admin\css\panel\help-text.less
•includes\wp_booster\wp-admin\css\panel\import_demo.less
•includes\wp_booster\wp-admin\css\panel\navigation.less
•includes\wp_booster\wp-admin\css\panel\page-builder.less
•includes\wp_booster\wp-admin\css\wp-admin.css
•includes\wp_booster\wp-admin\css\wp-admin.less
•includes\wp_booster\wp-admin\external\wpalchemy\MediaAccess.php
•includes\wp_booster\wp-admin\external\wpalchemy\MetaBox.php
•includes\wp_booster\wp-admin\images\AjaxLoader.gif
•includes\wp_booster\wp-admin\images\arrow.png
•includes\wp_booster\wp-admin\images\header-bg.png
•includes\wp_booster\wp-admin\images\ico-delete.png
•includes\wp_booster\wp-admin\images\ico-dot-no.png
•includes\wp_booster\wp-admin\images\ico-dot.png
•includes\wp_booster\wp-admin\images\ico-edit.png
•includes\wp_booster\wp-admin\images\info-homepage-bg-article.jpg
•includes\wp_booster\wp-admin\images\info-homepage-bg-pb.jpg
•includes\wp_booster\wp-admin\images\info-homepage-loop.jpg
•includes\wp_booster\wp-admin\images\menu\ico-categ.png
•includes\wp_booster\wp-admin\images\menu\ico-contact.png
•includes\wp_booster\wp-admin\images\menu\ico-home.png
•includes\wp_booster\wp-admin\images\menu\ico-menu.png
•includes\wp_booster\wp-admin\images\menu\ico-social.png
•includes\wp_booster\wp-admin\images\menu\ico-video.png
•includes\wp_booster\wp-admin\images\panel\ad-center.png
•includes\wp_booster\wp-admin\images\panel\ad-left.png
•includes\wp_booster\wp-admin\images\panel\ad-right.png
•includes\wp_booster\wp-admin\images\panel\arrow-sidebar.png
•includes\wp_booster\wp-admin\images\panel\bg\1.jpg
•includes\wp_booster\wp-admin\images\panel\bg\2.jpg
•includes\wp_booster\wp-admin\images\panel\check_box_button.png
•includes\wp_booster\wp-admin\images\panel\colors-button.png
•includes\wp_booster\wp-admin\images\panel\del-sidebar-opt.png
•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\loading.gif
•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-default.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\panel\no_img_upload.png
•includes\wp_booster\wp-admin\images\panel\panel-breadcrumb.png
•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-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-js.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\images\panel\panel-wrap\menu-arrow-no-shadow.png
•includes\wp_booster\wp-admin\images\panel\panel-wrap\menu-arrow.png
•includes\wp_booster\wp-admin\images\panel\panel-wrap\menu-icon-selected.png
•includes\wp_booster\wp-admin\images\panel\panel-wrap\menu-icon.png
•includes\wp_booster\wp-admin\images\panel\panel-wrap\menu-shadow-bottom-corner.png
•includes\wp_booster\wp-admin\images\panel\panel-wrap\menu-shadow-bottom.png
•includes\wp_booster\wp-admin\images\panel\panel-wrap\menu-shadow-top-corner.png
•includes\wp_booster\wp-admin\images\panel\panel-wrap\menu-shadow-top.png
•includes\wp_booster\wp-admin\images\panel\panel-wrap\menu-shadow-vertical.png
•includes\wp_booster\wp-admin\images\panel\panel-wrap\panel-arrow-close.png
•includes\wp_booster\wp-admin\images\panel\panel-wrap\panel-logo.png
•includes\wp_booster\wp-admin\images\panel\radio-check.png
•includes\wp_booster\wp-admin\images\panel\resp-desktop.png
•includes\wp_booster\wp-admin\images\panel\resp-ipado.png
•includes\wp_booster\wp-admin\images\panel\resp-ipadv.png
•includes\wp_booster\wp-admin\images\panel\resp-phone.png
•includes\wp_booster\wp-admin\images\panel\saved.gif
•includes\wp_booster\wp-admin\images\panel\select_box_arrow.png
•includes\wp_booster\wp-admin\images\panel\sidebar-default.png
•includes\wp_booster\wp-admin\images\panel\sidebar-full.png
•includes\wp_booster\wp-admin\images\panel\sidebar-left.png
•includes\wp_booster\wp-admin\images\panel\sidebar-right.png
•includes\wp_booster\wp-admin\images\panel\tabs.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
•includes\wp_booster\wp-admin\images\td_helper_pointers\vc-columns.png
•includes\wp_booster\wp-admin\images\toggle.jpg
•includes\wp_booster\wp-admin\js\td_wp_admin.js
•includes\wp_booster\wp-admin\js\td_wp_admin_panel.js
•includes\wp_booster\wp-admin\panel\ajax_views\td_category.php
•includes\wp_booster\wp-admin\panel\ajax_views\td_theme_fonts.php
•includes\wp_booster\wp-admin\panel\ajax_views\td_translations.php
•includes\wp_booster\wp-admin\panel\td_panel_data_source.php
•includes\wp_booster\wp-admin\panel\td_panel_generator.php
•includes\wp_booster\wp-admin\panel\td_panel_start.php
•includes\wp_booster\wp-admin\panel\td_view.php
•includes\wp_booster\wp-admin\panel\td_view_custom_fonts.php
•includes\wp_booster\wp-admin\panel\td_view_import.php
•includes\wp_booster\wp-admin\panel\td_view_import_category.php
•includes\wp_booster\wp-admin\panel\td_view_import_export_settings.php
•includes\wp_booster\wp-admin\panel\td_view_import_theme_styles.php
•includes\wp_booster\wp-admin\panel\views\panel_ads.php
•includes\wp_booster\wp-admin\panel\views\panel_analytics.php
•includes\wp_booster\wp-admin\panel\views\panel_background.php
•includes\wp_booster\wp-admin\panel\views\panel_block_settings.php
•includes\wp_booster\wp-admin\panel\views\panel_categories.php
•includes\wp_booster\wp-admin\panel\views\panel_custom_css.php
•includes\wp_booster\wp-admin\panel\views\panel_custom_javascript.php
•includes\wp_booster\wp-admin\panel\views\panel_excerpts.php
•includes\wp_booster\wp-admin\panel\views\panel_footer.php
•includes\wp_booster\wp-admin\panel\views\panel_header.php
•includes\wp_booster\wp-admin\panel\views\panel_post_settings.php
•includes\wp_booster\wp-admin\panel\views\panel_template_settings.php
•includes\wp_booster\wp-admin\panel\views\panel_theme_colors.php
•includes\wp_booster\wp-admin\panel\views\panel_theme_fonts.php
•includes\wp_booster\wp-admin\panel\views\panel_translations.php
•includes\wp_booster\wp-admin\panel\views\panel_welcome.php
•includes\wp_booster\wp-admin\tinymce\customcodes.js
•includes\wp_booster\wp-admin\tinymce\tinymce.php
Deleted files – 248 files
•includes\td_wordpres_booster.php
•includes\wp_booster\demo\files_cookies_settings\demo_classic_blog.txt
•includes\wp_booster\demo\files_cookies_settings\demo_fashion.txt
•includes\wp_booster\demo\files_cookies_settings\demo_sport.txt
•includes\wp_booster\demo\files_cookies_settings\demo_tech.txt
•includes\wp_booster\demo\files_cookies_settings\demo_video.txt
•includes\wp_booster\demo\td_ios_redirect.php
•includes\wp_booster\demo\td_theme_style.php
•includes\wp_booster\td_config.php
•includes\wp_booster\td_css_generator.php
•js\td_external.js
•less_files\animations.less
•less_files\animations_compact.less
•less_files\category.less
•less_files\comments.less
•less_files\editor-style.less
•less_files\font-icons.less
•less_files\footer.less
•less_files\galleries.less
•less_files\gallery-slider.less
•less_files\grid\grid.less
•less_files\grid\grid_blocks.less
•less_files\grid\grid_responsive.less
•less_files\header.less
•less_files\ie.less
•less_files\less\lessc.inc.php
•less_files\magnific-popup.less
•less_files\main.less
•less_files\menu-header.less
•less_files\menu-mobile.less
•less_files\menu-top.less
•less_files\mixin.less
•less_files\modal-window.less
•less_files\more-stories.less
•less_files\normalize.less
•less_files\page.less
•less_files\pagebuilder\modules\modules.less
•less_files\pagebuilder\modules\module_1.less
•less_files\pagebuilder\modules\module_10.less
•less_files\pagebuilder\modules\module_11.less
•less_files\pagebuilder\modules\module_12.less
•less_files\pagebuilder\modules\module_13.less
•less_files\pagebuilder\modules\module_14.less
•less_files\pagebuilder\modules\module_15.less
•less_files\pagebuilder\modules\module_2.less
•less_files\pagebuilder\modules\module_3.less
•less_files\pagebuilder\modules\module_4.less
•less_files\pagebuilder\modules\module_5.less
•less_files\pagebuilder\modules\module_6.less
•less_files\pagebuilder\modules\module_7.less
•less_files\pagebuilder\modules\module_8.less
•less_files\pagebuilder\modules\module_9.less
•less_files\pagebuilder\modules\module_mx1.less
•less_files\pagebuilder\modules\module_mx2.less
•less_files\pagebuilder\modules\module_mx3.less
•less_files\pagebuilder\modules\td-slide.less
•less_files\pagebuilder\shortcodes\blocks.less
•less_files\pagebuilder\shortcodes\td_ads.less
•less_files\pagebuilder\shortcodes\td_authors.less
•less_files\pagebuilder\shortcodes\td_definition_list.less
•less_files\pagebuilder\shortcodes\td_popular_categories.less
•less_files\pagebuilder\shortcodes\td_social.less
•less_files\pagebuilder\shortcodes\td_text_with_title.less
•less_files\pagebuilder-elements.less
•less_files\plugins.less
•less_files\post-templates.less
•less_files\post.less
•less_files\print.less
•less_files\pulldown-filter.less
•less_files\quote_on_blocks.less
•less_files\retina.less
•less_files\review.less
•less_files\shortcodes_other.less
•less_files\smart_lists.less
•less_files\sprite.less
•less_files\stacks.less
•less_files\style_customizer.less
•less_files\td_loading_box.less
•less_files\td_video_playlist.less
•less_files\timeline.less
•less_files\totop.less
•less_files\type.less
•less_files\variables.less
•less_files\widgets-default.less
•wp-admin\content-metaboxes\meta.css
•wp-admin\content-metaboxes\td_set_homepage_loop.php
•wp-admin\content-metaboxes\td_set_homepage_loop_filter.php
•wp-admin\content-metaboxes\td_set_homepage_loop_slide.php
•wp-admin\content-metaboxes\td_set_page.php
•wp-admin\content-metaboxes\td_set_post_settings.php
•wp-admin\content-metaboxes\td_set_reviews.php
•wp-admin\content-metaboxes\td_set_smart_list.php
•wp-admin\content-metaboxes\td_set_unique_articles.php
•wp-admin\content-metaboxes\td_set_video_meta.php
•wp-admin\content-metaboxes\td_templates_settings.php
•wp-admin\css\panel\box.less
•wp-admin\css\panel\content.less
•wp-admin\css\panel\controls.less
•wp-admin\css\panel\footer.less
•wp-admin\css\panel\header.less
•wp-admin\css\panel\help-text.less
•wp-admin\css\panel\import_demo.less
•wp-admin\css\panel\navigation.less
•wp-admin\css\panel\page-builder.less
•wp-admin\css\wp-admin.css
•wp-admin\css\wp-admin.less
•wp-admin\external\wpalchemy\MediaAccess.php
•wp-admin\external\wpalchemy\MetaBox.php
•wp-admin\images\AjaxLoader.gif
•wp-admin\images\arrow.png
•wp-admin\images\header-bg.png
•wp-admin\images\ico-delete.png
•wp-admin\images\ico-dot-no.png
•wp-admin\images\ico-dot.png
•wp-admin\images\ico-edit.png
•wp-admin\images\info-homepage-bg-article.jpg
•wp-admin\images\info-homepage-bg-pb.jpg
•wp-admin\images\info-homepage-loop.jpg
•wp-admin\images\menu\ico-categ.png
•wp-admin\images\menu\ico-contact.png
•wp-admin\images\menu\ico-home.png
•wp-admin\images\menu\ico-menu.png
•wp-admin\images\menu\ico-social.png
•wp-admin\images\menu\ico-video.png
•wp-admin\images\panel\ad-center.png
•wp-admin\images\panel\ad-left.png
•wp-admin\images\panel\ad-right.png
•wp-admin\images\panel\arrow-sidebar.png
•wp-admin\images\panel\bg\1.jpg
•wp-admin\images\panel\bg\2.jpg
•wp-admin\images\panel\check_box_button.png
•wp-admin\images\panel\colors-button.png
•wp-admin\images\panel\del-sidebar-opt.png
•wp-admin\images\panel\footer-1.png
•wp-admin\images\panel\footer-2.png
•wp-admin\images\panel\footer-3.png
•wp-admin\images\panel\footer-4.png
•wp-admin\images\panel\loading.gif
•wp-admin\images\panel\module-1.png
•wp-admin\images\panel\module-10.png
•wp-admin\images\panel\module-11.png
•wp-admin\images\panel\module-12.png
•wp-admin\images\panel\module-13.png
•wp-admin\images\panel\module-14.png
•wp-admin\images\panel\module-15.png
•wp-admin\images\panel\module-2.png
•wp-admin\images\panel\module-3.png
•wp-admin\images\panel\module-4.png
•wp-admin\images\panel\module-5.png
•wp-admin\images\panel\module-6.png
•wp-admin\images\panel\module-7.png
•wp-admin\images\panel\module-8.png
•wp-admin\images\panel\module-9.png
•wp-admin\images\panel\module-default.png
•wp-admin\images\panel\module-mx1.png
•wp-admin\images\panel\module-mx2.png
•wp-admin\images\panel\module-mx3.png
•wp-admin\images\panel\module-search.png
•wp-admin\images\panel\no_img_upload.png
•wp-admin\images\panel\panel-breadcrumb.png
•wp-admin\images\panel\panel-icons\ico-ads.png
•wp-admin\images\panel\panel-icons\ico-analytics.png
•wp-admin\images\panel\panel-icons\ico-background.png
•wp-admin\images\panel\panel-icons\ico-block.png
•wp-admin\images\panel\panel-icons\ico-categories.png
•wp-admin\images\panel\panel-icons\ico-color.png
•wp-admin\images\panel\panel-icons\ico-css.png
•wp-admin\images\panel\panel-icons\ico-excerpts.png
•wp-admin\images\panel\panel-icons\ico-footer.png
•wp-admin\images\panel\panel-icons\ico-header.png
•wp-admin\images\panel\panel-icons\ico-js.png
•wp-admin\images\panel\panel-icons\ico-post.png
•wp-admin\images\panel\panel-icons\ico-responsive.png
•wp-admin\images\panel\panel-icons\ico-template.png
•wp-admin\images\panel\panel-icons\ico-translation.png
•wp-admin\images\panel\panel-icons\ico-typography.png
•wp-admin\images\panel\panel-icons\ico-welcome.png
•wp-admin\images\panel\panel-wrap\menu-arrow-no-shadow.png
•wp-admin\images\panel\panel-wrap\menu-arrow.png
•wp-admin\images\panel\panel-wrap\menu-icon-selected.png
•wp-admin\images\panel\panel-wrap\menu-icon.png
•wp-admin\images\panel\panel-wrap\menu-shadow-bottom-corner.png
•wp-admin\images\panel\panel-wrap\menu-shadow-bottom.png
•wp-admin\images\panel\panel-wrap\menu-shadow-top-corner.png
•wp-admin\images\panel\panel-wrap\menu-shadow-top.png
•wp-admin\images\panel\panel-wrap\menu-shadow-vertical.png
•wp-admin\images\panel\panel-wrap\panel-arrow-close.png
•wp-admin\images\panel\panel-wrap\panel-logo.png
•wp-admin\images\panel\radio-check.png
•wp-admin\images\panel\resp-desktop.png
•wp-admin\images\panel\resp-ipado.png
•wp-admin\images\panel\resp-ipadv.png
•wp-admin\images\panel\resp-phone.png
•wp-admin\images\panel\saved.gif
•wp-admin\images\panel\select_box_arrow.png
•wp-admin\images\panel\sidebar-default.png
•wp-admin\images\panel\sidebar-full.png
•wp-admin\images\panel\sidebar-left.png
•wp-admin\images\panel\sidebar-right.png
•wp-admin\images\panel\tabs.png
•wp-admin\images\post-templates\post-templates-icons-0.png
•wp-admin\images\post-templates\post-templates-icons-1.png
•wp-admin\images\post-templates\post-templates-icons-2.png
•wp-admin\images\post-templates\post-templates-icons-3.png
•wp-admin\images\post-templates\post-templates-icons-4.png
•wp-admin\images\post-templates\post-templates-icons-5.png
•wp-admin\images\post-templates\post-templates-icons-6.png
•wp-admin\images\post-templates\post-templates-icons-7.png
•wp-admin\images\post-templates\post-templates-icons-8.png
•wp-admin\images\post-templates\smart-list-0.png
•wp-admin\images\post-templates\smart-list-1.png
•wp-admin\images\post-templates\smart-list-2.png
•wp-admin\images\post-templates\smart-list-3.png
•wp-admin\images\post-templates\smart-list-4.png
•wp-admin\images\td_helper_pointers\vc-columns.png
•wp-admin\images\toggle.jpg
•wp-admin\js\td_wp_admin.js
•wp-admin\js\td_wp_admin_panel.js
•wp-admin\panel\ajax_views\td_category.php
•wp-admin\panel\ajax_views\td_theme_fonts.php
•wp-admin\panel\ajax_views\td_translations.php
•wp-admin\panel\td_panel_data_source.php
•wp-admin\panel\td_panel_generator.php
•wp-admin\panel\td_panel_start.php
•wp-admin\panel\td_view.php
•wp-admin\panel\td_view_custom_fonts.php
•wp-admin\panel\td_view_import.php
•wp-admin\panel\td_view_import_category.php
•wp-admin\panel\td_view_import_export_settings.php
•wp-admin\panel\td_view_import_theme_styles.php
•wp-admin\panel\views\panel_ads.php
•wp-admin\panel\views\panel_analytics.php
•wp-admin\panel\views\panel_background.php
•wp-admin\panel\views\panel_block_settings.php
•wp-admin\panel\views\panel_categories.php
•wp-admin\panel\views\panel_custom_css.php
•wp-admin\panel\views\panel_custom_javascript.php
•wp-admin\panel\views\panel_excerpts.php
•wp-admin\panel\views\panel_footer.php
•wp-admin\panel\views\panel_header.php
•wp-admin\panel\views\panel_post_settings.php
•wp-admin\panel\views\panel_template_settings.php
•wp-admin\panel\views\panel_theme_colors.php
•wp-admin\panel\views\panel_theme_fonts.php
•wp-admin\panel\views\panel_translations.php
•wp-admin\panel\views\panel_welcome.php
•wp-admin\tinymce\customcodes.js
•wp-admin\tinymce\tinymce.php
by tagDiv 2014 🙂 | http://tagdiv.com | Our portfolio
Hi,
For module 7 which you are using on homepage you need this custom css: http://screencast.com/t/M7t7iqtB8p
.page .post {
border-bottom: 1px solid #000000;
margin-bottom: 40px;
padding-bottom: 0px;
}
This will apply to every page where you use modules.
For sidebars from post pages use this: http://screencast.com/t/oOh0NbVW
.td-post-sidebar .td_mod_wrap {
border-bottom: 1px solid #000000;
}
This will apply to every post sidebar.
To move the title below image you need to edit the each module file and move this line of code:
ex for module 5: http://screencast.com/t/cLf9jhwth
..then use this custom css if you want to set some space to to bottom and reduce the space above it: http://screencast.com/t/JI4C3RxnWlI
.td_mod_wrap .entry-title {
margin: 0px 0px 10px 0px;
}
Hope this helps!
Please let me know if I have missed anything.
Thanks
You can avoid CSS import by not using a child theme.
You can remove query strings by using the functions I have previously recommended for adding to your functions.php file. You can also optimize your thumbnails by editing your functions.php file to set higher compression level for WP, and then run the “Regenerate Thumbnails” plugin.
Add these to bottom of your functions.php file, for one example:
function remove_cssjs_ver( $src ) {
if( strpos( $src, '?ver=' ) )
$src = remove_query_arg( 'ver', $src );
return $src;
}
add_filter( 'style_loader_src', 'remove_cssjs_ver', 10, 2 );
add_filter( 'script_loader_src', 'remove_cssjs_ver', 10, 2 );
add_filter( 'jpeg_quality', create_function( '', 'return 50;' ) );
add_action('init', 'myoverride', 100);
function myoverride() {
remove_action('wp_head', array(visual_composer(), 'addMetaData'));
}
You can optimize your site following the documentation for this theme:
https://forum.tagdiv.com/page-speed-guide/
Okay… as promised, here is some help for this based on what I’ve done in past for Newspaper, translated for what works with this theme. It may be that the italics are not loading properly due to the enqueue method; dunno. I posted this in your other thread, but will also post here for completeness.
(admin – correct me if wrong on any of this !)
Note that in the td_fonts.php file it does appear italic is specified to be loaded from line 889 (this whole block was found in functions.php in Newspaper theme for those who are moving over).
e.g.,
wp_enqueue_style('google-font-rest', td_global::$http_or_https . '://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic|Ubuntu:400,400italic|Open+Sans:400italic,400|Oswald:400,700|Roboto+Condensed:400italic,700italic,400,700'); //used on menus/small text
That “should” be loading the “normal” body font (400 weight) in both normal and true italic (vs oblique/slanted non-italic font).
Check your page source for a post to see if that is actually there.
Similarly at line 902 this is found; presumably this would be enabled and enqueued if selected from the theme fonts selectors:
if(!in_array('g_438', $td_user_fonts_list)) {//'g_438', //Open Sans
wp_enqueue_style('google-font-opensans', td_global::$http_or_https . '://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic'); //used on menus/small text
This has the light, normal, semi-bold, and bold weights, however does not have the italics, which I am not sure appends or replaces the main element at line 889.
Likely if one were so inclined they would edit the line 889 to add all the weights desired for Open Sans, remove the fonts and languages not being used, following the schema spit out from the Google Fonts website font builder:
http://www.google.com/fonts#UsePlace:use/Collection:Open+Sans
e.g., Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700
so, you could edit this code like so:
wp_enqueue_style('google-font-rest', td_global::$http_or_https . '://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700'); //used on menus/small text
For expert users, one might actually remove that block from the td_fonts.php file entirely, edit the style.css to search/replace all fonts to Open Sans, then grab the CSS from Google’s server by loading the above URL in a browser, and putting all the styles at bottom of the style.css sheet (I actually did this for Newspaper on one site, for better PageSpeed Insights score).
I only provide these examples as possible solutions and they may not apply to you. Hope that helps somebody on this topic.
Note that in the td_fonts.php file it does appear italic is specified to be loaded from line 889 (this whole block was found in functions.php in Newspaper theme for those who are moving over).
e.g.,
wp_enqueue_style('google-font-rest', td_global::$http_or_https . '://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic|Ubuntu:400,400italic|Open+Sans:400italic,400|Oswald:400,700|Roboto+Condensed:400italic,700italic,400,700'); //used on menus/small text
That “should” be loading the “normal” body font (400 weight) in both normal and true italic (vs oblique/slanted non-italic font).
Check your page source for a post to see if that is actually there.
Similarly at line 902 this is found; presumably this would be enabled and enqueued if selected from the theme fonts selectors:
if(!in_array('g_438', $td_user_fonts_list)) {//'g_438', //Open Sans
wp_enqueue_style('google-font-opensans', td_global::$http_or_https . '://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic'); //used on menus/small text
This has the light, normal, semi-bold, and bold weights, however does not have the italics, which I am not sure appends or replaces the main element at line 889.
Likely if one were so inclined they would edit the line 889 to add all the weights desired for Open Sans, remove the fonts and languages not being used, following the schema spit out from the Google Fonts website font builder:
http://www.google.com/fonts#UsePlace:use/Collection:Open+Sans
e.g., Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700
so, you could edit this code like so:
wp_enqueue_style('google-font-rest', td_global::$http_or_https . '://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700'); //used on menus/small text
For expert users, one might actually remove that block from the td_fonts.php file entirely, edit the style.css to search/replace all fonts to Open Sans, then grab the CSS from Google’s server by loading the above URL in a browser, and putting all the styles at bottom of the style.css sheet (I actually did this for Newspaper on one site, for better PageSpeed Insights score).
I only provide these examples as possible solutions and they may not apply to you. Hope that helps somebody on this topic.
I’ll like a css code to style my block 6 “READ MORE BOTTOM” i need to have a hover color also removed that line under the word,in version 5 that you guys working on please removed those lines it seem no one like them and it make the site clutter..
Also i need a css code to have a hover color for my breadcrumb category in post..
Hello,
In order to add an H1 to our Homepage, we have created a text block with an H1 title inside. We have added a colour background (red) and put it at the bottom of our homepage.
However, the text blog seems misaligned compared with the other modules (it seems moved to the right). How can we solve this?
http://marronyblanco.com/
Thank you in advance.
Mònica
Is there a way to change the share buttons at the bottom of the article, I would like to add a few more and move it to the top of the page?
Any help would be appreciated!
Thanks!