- TutorialsDefault Block Settings Guide
Hi,
In your case I believe this happens because of the ad banner you use and which needs to be set at smaller size for each screen width, for tablet landscape you can use this css: http://screencast.com/t/PmPV7OCShOjz
/* responsive landscape tablet */
@media (min-width: 1019px) and (max-width: 1200px) {
.header-logo-wrap img {
margin-left: 33px;
}
.td-header-style-1 {
margin-left: 48px;
width: 640px;
}
}
For portrait tablet screens use this: http://screencast.com/t/hFzRA2teR1
/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1018px) {
.header-logo-wrap img {
width: 200px;
margin-left: 33px;
}
.td-header-style-1 {
margin-left: 20px;
}
}
Hope this helps!
Thanks
Hello – I have the default logo/header selected and every time I add in a logo it pushes it up to a new line. I have it sized smaller than needed and also tried removing the header ad.
Advice would be appreciated. http://semgazette.com/
Hi,
Use this css for category pages: http://screencast.com/t/4ZJOSNPFs6
.archive .td_mod_wrap {
border-bottom: 1px solid #000000;
}
Use this css to adjust the footer logo positioning and change the left value as you liek: http://screencast.com/t/1dMmpfpVpN
.td-footer-wrap .footer-logo-wrap img {
position: relative;
left: -50px;
}
Regarding the analytics code I’m not sure I understated what your issue is, please make sure you paste the code as you receive it from google into the analytics filed from theme panel.
Use this css for the header logo: http://screencast.com/t/w8baH65E
.header-logo-wrap img {
width: 600px;
height: 120px;
}
.header-logo-wrap {
width: 600px;
}
Thanks
Hi,
Unfortunately minifying css and js could cause issues which why we don’t recommend it. You could try if you like to manually minify themes’s css and/or js and avoid this conflict by excluding the js or css causing issues.
The issue you have with the search form is because of some additional styling you have added, you can use this custom css to fix it: http://screencast.com/t/ND6LBfItg9yK
.header-search-wrap .dropdown-menu #td-header-search {
height: 23px !important;
}
.header-search-wrap .dropdown-menu .btn {
height: 33px;
top: 19px;
border-radius: 6px;
}
Thanks
When I use the YouTube Playlist, I continue to get this error on the backend and titles do not show on the actual player. All plugins are disabled/deleted and it still continues:
Warning: file_get_contents(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /hermes/waloraweb095/b2837/moo.toppbottom/topp-bottom-2.com/wp-content/themes/Newsmag/includes/wp_booster/td_video_playlist_support.php on line 183 Warning: file_get_contents(http://gdata.youtube.com/feeds/api/videos/M7HmfcpK8Zc?format=5&alt=json): failed to open stream: no suitable wrapper could be found in /hermes/waloraweb095/b2837/moo.toppbottom/topp-bottom-2.com/wp-content/themes/Newsmag/includes/wp_booster/td_video_playlist_support.php on line 183 Warning: file_get_contents(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /hermes/waloraweb095/b2837/moo.toppbottom/topp-bottom-2.com/wp-content/themes/Newsmag/includes/wp_booster/td_video_playlist_support.php on line 183 Warning: file_get_contents(http://gdata.youtube.com/feeds/api/videos/pXRLYR3VFj8?format=5&alt=json): failed to open stream: no suitable wrapper could be found in /hermes/waloraweb095/b2837/moo.toppbottom/topp-bottom-2.com/wp-content/themes/Newsmag/includes/wp_booster/td_video_playlist_support.php on line 183 Warning: Cannot modify header information – headers already sent by (output started at /hermes/waloraweb095/b2837/moo.toppbottom/topp-bottom-2.com/wp-content/themes/Newsmag/includes/wp_booster/td_video_playlist_support.php:183) in /hermes/waloraweb095/b2837/moo.toppbottom/topp-bottom-2.com/wp-admin/post.php on line 233 Warning: Cannot modify header information – headers already sent by (output started at /hermes/waloraweb095/b2837/moo.toppbottom/topp-bottom-2.com/wp-content/themes/Newsmag/includes/wp_booster/td_video_playlist_support.php:183) in /hermes/waloraweb095/b2837/moo.toppbottom/topp-bottom-2.com/wp-includes/pluggable.php on line 1179
Compression is managed on your server; and hard to believe you would have 92 with that turned off, as that is typically good for 20 points alone, unless your prior theme was all text.
Browser caching is also necessary for all high ratings on PageSpeed Insights.
If you properly set both of those up, your speed should improve by 30 points. No site will rate well with those two elements disabled. Period.
Quick help on both expiration headers for browser caching and also gzip/deflate which should be working on your server to get any decent pagespeed score.
https://forum.tagdiv.com/how-to-make-the-site-faster/
-
This reply was modified 11 years by
simchris.
Hi guys,
on the demo page (http://demo.tagdiv.com/newspaper/) the header logo (complete img incl white border in img file) and the blue line under the home logo is always aligned with the content of the page, e.g. the featured slider. This never changes even if you shrink to browser to observe the change from desktop to tablet landscape and table portrait mode.
However, on our own test page (http://www.zerspanungstechnik.org/wptest/) the header gets wider than the rest of the page when switching from tablet landscape mode. When were are in tablet portrait mode the header logo even overlaps with the header ad.
This seems to be some miscalculation in the theme. Can you help?
Thanks!
@Danijelmo
You don’t need to post the same thing over and over.
Try testing your site with GTMetrix.com as it will tell you specifically what your site problems are and classify them by things like “Server” “Images” etc., with explanations.
Did you setup gzip/deflate on your server? [looks like you did!]
Did you edit your htaccess file (if applicable) to add expiration headers (e.g., mod_expires settings)?
Did you install an optimization plugin for images/thumbnails or change the default setting in your functions.php file?
Are you using the tagdiv speed booster plugin?
Did you disable system hogs like jetpack? Disable all plugins you’re NOT using?
Are you using a caching plugin once all of the above is working?
————
based on this you have some issues:
http://gtmetrix.com/reports/crnjaci.com/fxrIs409
1) you’re loading images off wp.com instead of your own locale; using a CDN for un-optimized images doesn’t make them load any better
2) you need to add instruction to the functions.php file to remove query strings (see my help on that in the pagespeed sticky topic)
3) you have some ridiculously huge images….
•http://i2.wp.com/crnjaci.com/wp-content/uploads/2014/08/IMG_0380.jpg?fit=1024%2C1024 is resized in HTML or CSS from 768×1024 to 291×388. Serving a scaled image could save 253.5KiB (85% reduction).
•http://i0.wp.com/crnjaci.com/wp-content/uploads/2014/08/10250323_10152304836090758_9213683227347813057_n.jpg?fit=1024%2C1024 is resized in HTML or CSS from 1024×768 to 291×219. Serving a scaled image could save 245.6KiB (91% reduction).
•http://i1.wp.com/crnjaci.com/wp-content/uploads/2014/08/DSC03988.jpg?fit=1024%2C1024 is resized in HTML or CSS from 1024×768 to 291×219. Serving a scaled image could save 241.2KiB (91% reduction).
•http://i1.wp.com/crnjaci.com/wp-content/uploads/2014/08/IMG_0594.jpg?fit=1024%2C1024 is resized in HTML or CSS from 768×975 to 291×370. Serving a scaled image could save 238.1KiB (85% reduction).
•http://i2.wp.com/crnjaci.com/wp-content/uploads/2014/08/IMG_0213.jpg?fit=1024%2C1024 is resized in HTML or CSS from 1024×683 to 300×200. Serving a scaled image could save 228.1KiB (91% reduction).
•http://i1.wp.com/crnjaci.com/wp-content/uploads/2014/08/10568980_10150651663339953_7674800880872619968_n.jpg?fit=1024%2C1024 is resized in HTML or CSS from 960×720 to 291×219. Serving a scaled image could save 199.1KiB (90% reduction).
Looks like you need to seriously look at your image optimization problems as your images look to be way too big when actually served on the pages.
Wny would you have a 250kb+ image file? A 1024×768 image if properly optimized should be no more than maybe 75kb.
BTW: optimizing your server/site for PageSpeed is YOUR job, not the theme’s job. Good to learn how to do this by reading up on the topic on Google as well as the docs provided with the theme as a courtesy.
@Danijelmo
You don’t need to post the same thing over and over.
Try testing your site with GTMetrix.com as it will tell you specifically what your site problems are and classify them by things like “Server” “Images” etc., with explanations.
Did you setup gzip/deflate on your server?
Did you edit your htaccess file (if applicable) to add expiration headers (e.g., mod_expires settings)?
Did you install an optimization plugin for images/thumbnails or change the default setting in your functions.php file?
Are you using the tagdiv speed booster plugin?
Did you disable system hogs like jetpack? Disable all plugins you’re NOT using?
Are you using a caching plugin once all of the above is working?
You might need to reduce the width of your logo in your style.css file. I reduced mine to at least 256px (which worked for me) from the settings default of 272px. That’s the only thing I found that would solve the problem when the header ad appears on the right of the logo. The developers might have another solution, however.
@Christopher Here it doesn’t work perfectly bro, social media icons in the header not visible since Newsmag version 1.0 🙁
Hi,
I would like to have different header color on every widget I have in my theme.
Plz check http://www.iserres.gr
i want the weather widjet to have purple line, same as the label, not blue which is the default of the theme
first i created a class on visual composer named “kairos” and then i save on custom css settings the code
.kairos {
position: relative;
font-family: ‘Roboto Condensed’, sans-serif;
border-bottom: 2px solid #8289C1;
}
.kairos span,
.kairos label {
/* label is for jetpack */
background-color: #8289C1;
border-bottom: 2px solid #8289C1;
}
i figure that the border-bottom line wich is purple is shown at the end of the widget and not at the end of the label
so the line is still blue
any suggestions how to fix this??
Basically i want every widjet to have its unique color (label and line) and i try to find a formula
thanks in advance
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 guys,
I need some small changes. Could you help me?
1. Website uses style 9 header and I need a bigger logo on desktop only (max height 54px instead of 44px). Mobile version should be the same.
I tried this by changing this:
.td-main-menu-logo img {
position: relative;
max-height: 54px;
margin: 0px 21px 0px 21px;
AND
.sf-menu > li > a {
padding: 0px 15px 0px 15px;
line-height: 54px;
font-size: 14px;
color: #ffffff;
font-weight: 700;
font-family: ‘Open Sans’, arial, sans-serif;
text-transform: uppercase;
-webkit-backface-visibility: hidden;
But it moved down the logo to much on mobile version…
2. 20x margin between menu and newsgrid 
3. Subfooter: What I have: 
What I need: 
Hi,
You can hide it via css and use this css:
.category .td-g-rec-id-header, .category .td-a-rec-id-header, .tag .td-g-rec-id-header,.tag .td-a-rec-id-header {
display: none;
}
Or use Advanced Custom Fields and this method to achieve this: https://forum.tagdiv.com/topic/function-to-hide-ads-and-function-to-show-author/#post-8993
Hope this helps!
Thanks
Hi,
Is it possible to hide header ad on specific pages ? For exemple i want to hide the header ad on category pages and tag pages and display it on home page and post pages.
Thank you
Hi,
You can use the custom css to fix the issue with the grey background:
@media (max-width: 467px) {
.td-big-grid-post-1,
.td-big-grid-post-2,
.td-big-grid-post-3,
.td-big-grid-post-4 {
width: 50%;
max-height: 110px;
}
}
This fix will be also include in the next theme version so either use this css or you wait until update which will be tomorrow or the monday.
@fbengo The social networks aren’t set to appear on header style 6 so that is why you don’t have them there.
Thanks
installed shop.
when ordering appears incomprehensible code.
Moreover, it appears only in IE.
In Google Chrome’s OK
ie:
http://s017.radikal.ru/i412/1411/d6/7edff2d60762.jpg
google chrome:
http://s57.radikal.ru/i155/1411/c8/cb9203cbeb45.jpg
this is my func file child-theme
<?php
/* ----------------------------------------------------------------------------
WordPress booster framework - this is our theme framework - all the content and settings are there
It is not necessary to include it in the child theme only if you want to use the API
*/
if (!defined('TD_THEME_WP_BOOSTER')) {
include TEMPLATEPATH . '/includes/td_wordpres_booster.php';
}
//Удаление цветовой схемы
remove_action( 'admin_color_scheme_picker', 'admin_color_scheme_picker' );
//Редактирование полей в профиле
function modify_contact_methods($profile_fields) {
// Add new fields
//$profile_fields['twitter'] = 'Twitter Username';
//$profile_fields['facebook'] = 'Facebook URL';
//$profile_fields['gplus'] = 'Google+ URL';
$profile_fields['dopplr'] = 'VK';
$profile_fields['delicious'] = 'Battlelog';
// Remove old fields
unset($profile_fields['google']);
unset($profile_fields['evernote']);
unset($profile_fields['dribbble']);
unset($profile_fields['digg']);
unset($profile_fields['blogger']);
unset($profile_fields['deviantart']);
unset($profile_fields['forrst']);
unset($profile_fields['github']);
unset($profile_fields['googledrive']);
unset($profile_fields['googlemaps']);
unset($profile_fields['grooveshark']);
unset($profile_fields['html5']);
unset($profile_fields['lastfm']);
unset($profile_fields['linkedin']);
unset($profile_fields['myspace']);
unset($profile_fields['path']);
unset($profile_fields['picasa']);
unset($profile_fields['pinterest']);
unset($profile_fields['posterous']);
unset($profile_fields['reddit']);
unset($profile_fields['sharethis']);
unset($profile_fields['slashdot']);
unset($profile_fields['spotify']);
unset($profile_fields['stackoverflow']);
unset($profile_fields['stumbleUpon']);
unset($profile_fields['tehnorati']);
unset($profile_fields['sharethis']);
unset($profile_fields['addthis']);
unset($profile_fields['behance']);
unset($profile_fields['tumblr']);
unset($profile_fields['viddler']);
unset($profile_fields['virb']);
unset($profile_fields['windows']);
unset($profile_fields['woordpress']);
unset($profile_fields['zerply']);
unset($profile_fields['paypal']);
unset($profile_fields['yahoo']);
unset($profile_fields['vimeo']);
unset($profile_fields['rss']);
unset($profile_fields['soundcloud']);
return $profile_fields;
}
add_filter('user_contactmethods', 'modify_contact_methods');
//Удаление админбара для всех кроме админа
add_action('after_setup_theme', 'remove_admin_bar');
function remove_admin_bar() {
if (!current_user_can('administrator') && !is_admin()) {
show_admin_bar(false);
}
}
//логотип при входе
function my_login_logo(){
echo '
<style type="text/css">
#login h1 a { background: url('. get_bloginfo('template_directory') .'/images/logo.png) no-repeat 0 0 !important; }
</style>';
}
add_action('login_head', 'my_login_logo');
//Теперь нам необходимо сделать так, чтобы логотип ссылался не на сайт wordpress.org, а на наш с вами.
//Тут тоже особо трудного ничего нет, добавляем всего лишь еще одну строку
add_filter( 'login_headerurl', create_function('', 'return get_home_url();') );
//Всплывающую подсказку что сайт работает на WordPress надо тоже убрать, и добавить свою фразу.
//Тут нам поможет эта строка:
add_filter( 'login_headertitle', create_function('', 'return "Brothers in Games - Сообщество любителей поиграть вместе";') );
//убрали лого из админбара
add_action( 'wp_before_admin_bar_render', function() {
global $wp_admin_bar;
$wp_admin_bar->remove_menu('wp-logo');
}, 7 );
//убрали ненужные виджеты
function shailan_remove_dashboard_widgets() {
// Remove Quick Press Widget
remove_meta_box( 'dashboard_quick_press', 'dashboard', 'side' );
// Remove Incoming Links Widget
remove_meta_box( 'dashboard_incoming_links', 'dashboard', 'normal' );
// Remove Recent Comments Widget
remove_meta_box( 'dashboard_recent_comments', 'dashboard', 'normal' );
// Remove Latest Plugins Widget
remove_meta_box( 'dashboard_plugins', 'dashboard', 'normal' );
// Remove WordPress Blog Widget
remove_meta_box( 'dashboard_primary', 'dashboard', 'side' );
// Remove Other WordPress News Widget
remove_meta_box( 'dashboard_secondary', 'dashboard', 'side' );
}
add_action('wp_dashboard_setup', 'shailan_remove_dashboard_widgets' );
//удалили версию из футера админки
function my_footer_shh() {
remove_filter( 'update_footer', 'core_update_footer' );
}
add_action( 'admin_menu', 'my_footer_shh' );
//удалили указание на вп в футере
function remove_footer_admin () {
echo '';}
add_filter('admin_footer_text', 'remove_footer_admin');
//удалили таб помощи сверху
add_action('admin_head', 'mytheme_remove_help_tabs');
function mytheme_remove_help_tabs() {
$screen = get_current_screen();
$screen->remove_help_tabs();
}
//убрали метатег из хедера показывающий использование вп
function fjarrett_remove_wp_version_strings( $src ) {
global $wp_version;
parse_str(parse_url($src, PHP_URL_QUERY), $query);
if ( !empty($query['ver']) && $query['ver'] === $wp_version ) {
$src = remove_query_arg('ver', $src);
}
return $src;
}
add_filter( 'script_loader_src', 'fjarrett_remove_wp_version_strings' );
add_filter( 'style_loader_src', 'fjarrett_remove_wp_version_strings' );
//Hide WP version strings from generator meta tag
function wpmudev_remove_version() {
return '';
}
add_filter('the_generator', 'wpmudev_remove_version');
//скрытие пунктов меню слева от посторонних глаз
add_action( 'admin_init', 'my_remove_menu_pages', 999 );
function my_remove_menu_pages() {
// If the user does not have access to publish posts
if(!current_user_can('administrator')) {
remove_menu_page('bsf-dashboard');
remove_menu_page('wpcf7');
remove_menu_page('edit.php?post_type=explandict');
remove_menu_page('tools.php');
}
}
// get the "author" role object
$role = get_role( 'author' );
// add "organize_gallery" to this role object
$role->add_cap( 'unfiltered_html' );
// убираем инфу о неправильном пароле при входе
add_filter('login_errors',create_function('$a', "return null;"));
// убираем из кода страницы упоминание о Yoast WordPress SEO plugin
add_action('get_header', 'rmyoast_ob_start');
add_action('wp_head', 'rmyoast_ob_end_flush', 100);
function rmyoast_ob_start() {
ob_start('remove_yoast');
}
function rmyoast_ob_end_flush() {
ob_end_flush();
}
function remove_yoast($output) {
if (defined('WPSEO_VERSION')) {
$output = str_ireplace('<!-- This site is optimized with the Yoast WordPress SEO plugin v' . WPSEO_VERSION . ' - https://yoast.com/wordpress/plugins/seo/ -->', '', $output);
$output = str_ireplace('<!-- / Yoast WordPress SEO plugin. -->', '', $output);
}
return $output;
}
Hi,
Use this css to have them like this: http://screencast.com/t/X5fjtw6mW
.single_template_5 header .entry-comments-views {
right: 400px;
}
Thanks
Hi,
You can use this custom css: http://screencast.com/t/eAhPvuriK
You also need to edit the td_module.php file and remove this “-” from the right of the author, like this: http://screencast.com/t/xO3zj17gp
Add this css into custom css field from theme panel:
.single .td-block-author {
position: absolute;
right: 20px;
}
.single header time {
font-style: normal !important;
margin-right: 10px;
}
.single header .entry-comments-views {
right: auto;
float: left;
}
Thanks
Hi,
@albnaldo Unfortunately the menu it’s designed like that and you need some custom modifications to make it smaller and also look well on all screen sizes.
A simpler approach would be to add the logo into your menu as a menu item using this method: https://forum.tagdiv.com/topic/moveplace-logo-in-menu-when-scrolled-down-and-menu-fixed/ then edit the header.php file and remove this line: http://screencast.com/t/9JjUa9zq1WM
Hope this helps!
Thanks
Hi,
You need to add your own image banner source and URL(where clicking on the image ad banner should lead to..) and add them into one of the ad places you find to the panel: http://screencast.com/t/71vJTMPVFr13 …you can do the same for your header ad.
You can also read our documentation on ads for more info: https://forum.tagdiv.com/ads/
Thanks
-
This reply was modified 11 years by
Lucian.
1. tiny.cc/tagdiv, exact same problem as user Lastpost. You can see the problem also in google chrome by making screen smaller, like Lastpost mentioned…
2. I am using the 6th header type, so maybe that should be the reason?
Hi, it is http://www.naldotech.com. I disabled that header at the moment because it looks ugly. Please provide a solution.