Often the problem with a robots.txt file is that it can, by default, block areas of the WP install which actually have the elements needed to render the mobile version, such as the theme folder, or similar. However, this is usually done by a developer, or an automatic file created by server side hosting WP auto-installers, etc.
The theme is responsive, which means the same theme is being loaded for desktop and mobile devices, and only the CSS changes for the “viewport” … meaning, the same style.css file is loaded by either device, but the mobile deice “reads” the part of the CSS that pertains to that size (“viewport”).
Technically, if you have an issue in your robots.txt file, you can actually open that and look at it; and remove everything except any special blocking you might have in place for an abusive content bot, or any directive to Google to NOT index something like a /members/ folder, etc.
Put another way, simply empty your robots.txt file if you feel it’s blocking something! WordPress technically doesn’t use it for anything.
Old school folks might want to put link to their xml sitemap for those spiders which don’t know how to find it (e.g., Google and Bing – you should be submitting that in your webmaster accounts); and again might want to put in some directives for certain bots to not scrape content — but bad bots ignore those anyway.
-
This reply was modified 11 years by
simchris.
Can I add some css code to make the wordpress search field stand out against the white bg? I want to add a bigger border.
Hi
I’m using Header Style 3 (full width logo + menu)for my homepage and uploaded a 3000×300 logo image. (I want a bigger logo than 300×100)
I’ve also used 3000×300 for mobile logo too, but the display seems too small on the top right corner. Can I make the mobile logo bigger across the header? The website is http://www.konenok.com
Do I have to make changes to css? If so, which files do I need to edit? Or where can I add the code? (I’m using a child theme)
Thank you for your help
Ken
Hi there,
I added this code to my custom css:
@media(max-width:479px){
.home .td_block_big_grid{
display: none;
}
.home .td-grid-wrap {
padding: 0px !important;
}
@media (max-width: 767px) {
.container .span12 .row-fluid .span4 {
display: none;
}
}
@media (max-width: 767px) {
.td_mod8 .meta-info,
.td_mod8 .td-post-text-content {
display: none;
}
.td_mod8 .item-details {
margin-left: 0 !important;
margin-bottom: 10px;
}
.td_mod8 .thumb-wrap img {
position: relative !important;
width: 100% !important;
max-width: none !important;
max-height: none !important;
margin-bottom: 10px;
}
}
@media(max-width:479px){
.home .td_block_big_grid{
display: none;
}
.home .td-grid-wrap {
padding: 0px !important;
}
@media (max-width: 767px) {
.container .span12 .row-fluid .span4 {
display: none;
}
}
@media (max-width: 767px) {
.td_mod8 .meta-info,
.td_mod8 .td-post-text-content {
display: none;
}
.td_mod8 .item-details {
margin-left: 0 !important;
margin-bottom: 10px;
}
.td_mod8 .thumb-wrap img {
position: relative !important;
width: 100% !important;
max-width: none !important;
max-height: none !important;
margin-bottom: 10px;
}
}
That line of code deletes the big slider and the sidebar on my iphone 6 and also makes the article pictures bigger. However, when i flip my iphone to landscape it brings back the sidebar and the big slider ( http://www.screencast.com/t/rWB4JA3qZV )( http://www.screencast.com/t/MVr7oxewTjZO ) and the article pictures are showing up small.
How can i remove the big slider and the sidebar also from the phone landscape mode and make the pictures look like in the portait mode ?
The best solution would be that the big slider showed up in a nice way on the phone screen. You can see this ( picture http://www.screencast.com/t/rFozORlR7n ) , the pictures are wrong size and the titles are a mess. How can i make this to look better ?
Hello,
How do i change the height of the footer of the newsmag-theme?
I can only find css solutions for the newspaper-theme on the forum & this does not work..
Thx!
Thank you but it’s not that.
Finally I removed the top menu. In “Custom css” I entered it for the shift:
.td-header-style-1 .td-a-rec-id-header{
top: 0;
}
#inner-wrap{
padding-top: 136px;
}
#outer-wrap {
max-width: 1170px;
margin: 0 auto;
}
It remains only to make clikable the background above outer-wrapper
Thanks a lot !!
Hi,
Please edit this file and add date code like this: http://screencast.com/t/acjitdQ9
. " - " . $this->get_date()
After this please add this css in Theme Panel > Custom Css: http://screencast.com/t/dpnDQrZg
.td-trending-now-display-area .td-post-date{
display: inline-block;
font-family: 'Open Sans', arial, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 19px;
color: #444444;
}
.td-trending-now-display-area .entry-title{
display: inline-block;
}
.td-trending-now-display-area .entry-date{
top: -2px !important;
position: relative;
}
Hope this helps!
Hi,
Please try this css code in Theme Panel > Custom Css, I also added some css for you header ad: http://screencast.com/t/ABF0JcAG
.td-header-menu-wrap{
padding-bottom: 0px !important;
}
.td-header-style-1 .td-a-rec-id-header{
top: 0;
}
Result: http://screencast.com/t/dpc7b2GMh
Hope this helps!
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/4KbqrURgcvK
.td-full-logo .container-fluid, .td-full-logo .td-grid-wrap{
padding-left:0;
padding-right:0
}
If this is not working please provide a link so I can inspect.
Hope this helps!
Hi,
You can delete comments code from single.php file: http://screencast.com/t/gQj7qR4DRIw and add this code in loop-single.php also this changes: http://screencast.com/t/2dK26S9Ll
<?php comments_template('', true);?>
Result: http://screencast.com/t/yk2CMqJmFz
If you want to add an icon to the bottom with link to your comments you will need custom work, unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support. If you don’t have php/html/css knowledge you can always get a freelancer from sites like: http://studio.envato.com/
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
1. Please try this custom css:
.post footer{
margin-top: 0;
}
2. Please provide a link, so I can inspect this. If your plugin has a shrtcode you can add it in post template that you use in footer section: http://screencast.com/t/urkpnA0g9K
Thanks!
Hi,
1. Unfortunately there is no changes to order megamenu’s categories. We will try to add this on Newspaper 5.
2.You can delete this code, but this it will apply to all blocks: http://screencast.com/t/AX1kIB3Xps
Result: http://screencast.com/t/hcHeQGOp
Or you can hide it via css code in Theme Panel > Custom Css only for block 1: http://screencast.com/t/qFQoOTaB
.td_block1 .block-child-cats li:first-child{
display: none;
}
Thanks!
Hi,
I’m not sure I understand! Do you want to show Big Slider only on desktop and hide it on others screen views?
If you want that please use this custom css in Theme Panel > Custom Css to hide it:
@media(max-width:1200px){
.iosSlider.td_block_big_grid{
display: none;
}
}
Result: http://screencast.com/t/re7fm4QQxd8 – http://screencast.com/t/2Aqsy9lE
If this is not your issue please provide more details.
Thanks!
Thank you so much for helping. I have unfortanely already tried that one and it´s not the best quality plugin :-/
Seem like I might have made it work myself though, by using some of the styling from the pagination that is already included in the theme.
By putting this code on the page:
<div class="page-nav page-nav-post">
<h4 class="block-title">Navigering</h4>
<a href="natverk/2/">Kapitel 1. USB Wi-Fi-adapter</a>
<a href="radlost-natverk/2/">Kapitel 2. PCI-E Wi-Fi-nätverkskort</a>
<a href="tt-tradlost-natverk/2/">Kapitel 3. Moderkort med inbyggt Wi-Fi</a>
</div>
<!--nextpage-->
and this in the Custom CSS:
/* Custom Table Of Contents - navigation */
.nav-margin { margin: 0 0 0 10px !important; padding: 0 !important; }
.nav-margin.nav-current { color: #4c9eeb; }
.page-nav.page-nav-post { margin: 0 !important; padding: 0 !important; }
I´ve been able to achive the results of picture 1 and I´m actually totaly happy with that. I do however have two questions.
1. On picture 2. How do I target the <footer>-section to get rid of the martin-top?
2. On picture 3 I have enabled (Easy Social Share Buttons – plugin. I have this on every post but for the ones with pagination and my custom table of contents-map I have to disable them by the bottom of the page otherwise whey interfear and gets put in between the pagination and the table of contents.
Is there a way to move the pagination-div up to be directly below the actual post-text? So that the Social Share buttons get placed below the 1, 2, 3 Next pagination.

-
This reply was modified 11 years by
MrOrsh.
Just for those who tend not to look at changelog, I’ve gone ahead and posted that here, for those who need it — since I was just looking at that myself.
ALSO: suggestion, use my “moving to newsmag” sticky as process for updating theme to minimize the change of “white screen of doom” or the server 500 issue (stupid Visual Composer!!!!) 😉
===================
[ Version 1.6 ]
– fix: when you have background color on site, the color disappear on post style 6
– fix: the two strings that where not translated properly
– fix: arrow list shortcode
– fix: issue with page template options on sites that did not use the english language
– fix: featured image placeholders now work as expected again
– fix: hide and show category label panel setting
– fix: search icon click on affix was going back to top
– fix: excerpt not working for trending now
– fix: excerpt missing for mega menu title
– fix: links that contained only #_and_something did not work
– fix: https issue on backend. TinyMCE font was loaded via HTTP
– fix: astpect ration for vimeo videos
– fix: missing translation
– improvement: better top bar settings
– improvement: social icons moved in their own panel in backend
– improvement: better footer panel with better text and better organization
– improvement: better woocommerce 2.3 compatibility
– improvement: faster category page, the system that pulls the subcategories uses two less queries
– improvement: removed width of the top bar for better spacing
– improvement: removed the texture from parallax templates (prevent flickering)
– new: footer template system
– new: category template system + category top post style template. Currently we do not deliver any new templates but this system paves the way for easy user customizations via plugins and it also allows us to add new styles.
– new: when subcategories don’t fit in the category page, the theme will make a drop down with the excess categories
– new: RGBA color picker in panel. You can now use colors with alpha blending (transparency) on all the elements of the theme that support colors
VISUAL COMPOSER
28.01.2015 – ver 4.4.2
– Extra CSS class can be used in grid elements now
– Single image styles fixed
– added action “vc_load_default_templates_action”
– vc_add_default_templates() fixed
– Added compatibility for older Layer slider
– Background disappearing in row on child element deleting fixed
– Message box backwards compatibility added
– Grid builder ajax stability improved
– Css tpl for Design options regenerated
– Custom query in Grid builder handles correctly ampersand and quote marks
– Compatibility with jwplayer improved
– Compatibility with ACF improved
===================================
Here is a list of all the changes between v 1.5 and v 1.6
===================================
Modified files – 83 files
•category.php
•footer.php
•functions.php
•header.php
•includes\js_files\td_main.js
•includes\less_files\category.less
•includes\less_files\footer.less
•includes\less_files\header.less
•includes\less_files\menu-header.less
•includes\less_files\page.less
•includes\less_files\pagebuilder\shortcodes\blocks.less
•includes\less_files\post-templates.less
•includes\less_files\pulldown-filter.less
•includes\less_files\type.less
•includes\less_files\woocommerce.less
•includes\modules\td_module_mx1.php
•includes\modules\td_module_single.php
•includes\modules\td_module_trending_now.php
•includes\plugins\td-social-counter.zip
•includes\plugins\td-speed-booster.zip
•includes\shortcodes\td_block_big_grid.php
•includes\shortcodes\td_block_mega_menu.php
•includes\shortcodes\td_block_trending_now.php
•includes\td_config.php
•includes\td_css_generator.php
•includes\wp_booster\td_autoload_classes.php
•includes\wp_booster\td_block.php
•includes\wp_booster\td_block_widget.php
•includes\wp_booster\td_css_buffer.php
•includes\wp_booster\td_global.php
•includes\wp_booster\td_global_blocks.php
•includes\wp_booster\td_module.php
•includes\wp_booster\td_page_generator.php
•includes\wp_booster\td_social_icons.php
•includes\wp_booster\td_util.php
•includes\wp_booster\td_wp_booster_functions.php
•includes\wp_booster\wp-admin\content-metaboxes\td_set_post_settings.php
•includes\wp_booster\wp-admin\content-metaboxes\td_set_reviews.php
•includes\wp_booster\wp-admin\content-metaboxes\td_set_smart_list.php
•includes\wp_booster\wp-admin\css\panel\controls.less
•includes\wp_booster\wp-admin\css\panel\navigation.less
•includes\wp_booster\wp-admin\css\wp-admin.css
•includes\wp_booster\wp-admin\css\wp-admin.less
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-ads.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-analytics.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-back.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-background.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-block.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-categories.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-color.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-css.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-excerpts.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-footer.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-header.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-post.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-responsive.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-template.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-translation.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-typography.png
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-welcome.png
•includes\wp_booster\wp-admin\js\td_wp_admin.js
•includes\wp_booster\wp-admin\panel\td_panel.php
•includes\wp_booster\wp-admin\panel\td_panel_generator.php
•includes\wp_booster\wp-admin\panel\views\ajax_boxes\td_panel_block_settings\td_thumbs_on_modules_and_blocks.php
•includes\wp_booster\wp-admin\panel\views\ajax_boxes\td_panel_categories\td_get_category_section_by_id.php
•includes\wp_booster\wp-admin\panel\views\ajax_boxes\td_panel_translations\td_translations.php
•includes\wp_booster\wp-admin\panel\views\td_panel_block_settings.php
•includes\wp_booster\wp-admin\panel\views\td_panel_categories.php
•includes\wp_booster\wp-admin\panel\views\td_panel_excerpts.php
•includes\wp_booster\wp-admin\panel\views\td_panel_footer.php
•includes\wp_booster\wp-admin\panel\views\td_panel_header.php
•includes\wp_booster\wp-admin\panel\views\td_panel_post_settings.php
•includes\wp_booster\wp-admin\panel\views\td_panel_template_settings.php
•includes\wp_booster\wp-admin\tinymce\tinymce.php
•loop.php
•parts\header\header-menu.php
•parts\header\top-menu.php
•parts\header\top-widget.php
•parts\page-category-big-grid.php
•parts\page-category-header.php
•single.php
•style.css
•td_less_editor-style.php
New files – 105 files
•images\panel\category_templates\icon-category-1.png
•images\panel\category_templates\icon-category-2.png
•images\panel\category_templates\icon-category-top-1.png
•images\panel\category_templates\icon-category-top-2.png
•images\panel\footer_templates\icon-footer-1.png
•images\panel\footer_templates\icon-footer-2.png
•images\panel\footer_templates\icon-footer-3.png
•images\panel\footer_templates\icon-footer-4.png
•images\panel\footer_templates\icon-footer-5.png
•images\panel\footer_templates\icon-footer-6.png
•images\panel\footer_templates\icon-footer-7.png
•images\panel\footer_templates\icon-footer-8.png
•images\panel\footer_templates\icon-footer-9.png
•images\panel\modules\td_module_1.png
•images\panel\modules\td_module_10.png
•images\panel\modules\td_module_11.png
•images\panel\modules\td_module_12.png
•images\panel\modules\td_module_13.png
•images\panel\modules\td_module_14.png
•images\panel\modules\td_module_15.png
•images\panel\modules\td_module_2.png
•images\panel\modules\td_module_3.png
•images\panel\modules\td_module_4.png
•images\panel\modules\td_module_5.png
•images\panel\modules\td_module_6.png
•images\panel\modules\td_module_7.png
•images\panel\modules\td_module_8.png
•images\panel\modules\td_module_9.png
•images\panel\single_templates\single_template_1.png
•images\panel\single_templates\single_template_2.png
•images\panel\single_templates\single_template_3.png
•images\panel\single_templates\single_template_4.png
•images\panel\single_templates\single_template_5.png
•images\panel\single_templates\single_template_6.png
•images\panel\single_templates\single_template_7.png
•images\panel\single_templates\single_template_8.png
•images\panel\single_templates\single_template_default.png
•images\panel\smart_lists\td_smart_list_1.png
•images\panel\smart_lists\td_smart_list_2.png
•images\panel\smart_lists\td_smart_list_3.png
•images\panel\smart_lists\td_smart_list_4.png
•images\panel\smart_lists\td_smart_list_default.png
•includes\block_templates\td_block_template_1.php
•includes\category_templates\td_category_template_1.php
•includes\category_templates\td_category_template_2.php
•includes\category_top_posts_styles\td_category_top_posts_style_1.php
•includes\category_top_posts_styles\td_category_top_posts_style_2.php
•includes\modules\td_module_mx5.php
•includes\modules\td_module_mx6.php
•includes\modules\td_module_mx_empty.php
•includes\wp_booster\external\kint\composer.json
•includes\wp_booster\external\kint\config.default.php
•includes\wp_booster\external\kint\decorators\concise.php
•includes\wp_booster\external\kint\decorators\plain.php
•includes\wp_booster\external\kint\decorators\rich.php
•includes\wp_booster\external\kint\Kint.class.php
•includes\wp_booster\external\kint\LICENCE
•includes\wp_booster\external\kint\parsers\custom\arrayobject.php
•includes\wp_booster\external\kint\parsers\custom\classmethods.php
•includes\wp_booster\external\kint\parsers\custom\classstatics.php
•includes\wp_booster\external\kint\parsers\custom\color.php
•includes\wp_booster\external\kint\parsers\custom\json.php
•includes\wp_booster\external\kint\parsers\custom\microtime.php
•includes\wp_booster\external\kint\parsers\custom\splfileinfo.php
•includes\wp_booster\external\kint\parsers\custom\splobjectstorage.php
•includes\wp_booster\external\kint\parsers\custom\timestamp.php
•includes\wp_booster\external\kint\parsers\custom\xml.php
•includes\wp_booster\external\kint\parsers\parser.class.php
•includes\wp_booster\external\kint\README.md
•includes\wp_booster\external\kint\scripts\source.reg
•includes\wp_booster\external\kint\scripts\source.vbs
•includes\wp_booster\external\kint\view\inc\kint.js
•includes\wp_booster\external\kint\view\inc\original.css
•includes\wp_booster\external\kint\view\inc\solarized-dark.css
•includes\wp_booster\external\kint\view\inc\solarized.css
•includes\wp_booster\external\kint\view\js\_kint.js
•includes\wp_booster\external\kint\view\less\original.less
•includes\wp_booster\external\kint\view\less\solarized-dark.less
•includes\wp_booster\external\kint\view\less\solarized.less
•includes\wp_booster\external\kint\view\less\_kint.less
•includes\wp_booster\external\kint\view\trace.phtml
•includes\wp_booster\external\kint\_main.php
•includes\wp_booster\td_block_template.php
•includes\wp_booster\td_category_template.php
•includes\wp_booster\td_category_top_posts_style.php
•includes\wp_booster\td_css_inline.php
•includes\wp_booster\td_module_single_base.php
•includes\wp_booster\wp-admin\css\panel\color_picker.less
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-social.png
•includes\wp_booster\wp-admin\js\td_edit_page.js
•includes\wp_booster\wp-admin\js\td_wp_admin_color_picker.js
•includes\wp_booster\wp-admin\panel\views\td_panel_social_networks.php
•js\site.min.js
•js\tagdiv_theme.js
•js\tagdiv_theme.min.js
•parts\footer\td_footer_extra.php
•parts\footer\td_footer_template_1.php
•parts\footer\td_footer_template_2.php
•parts\footer\td_footer_template_3.php
•parts\footer\td_footer_template_4.php
•parts\footer\td_footer_template_5.php
•parts\footer\td_footer_template_6.php
•parts\footer\td_footer_template_7.php
•parts\footer\td_footer_template_8.php
•parts\footer\td_footer_template_9.php
Deleted files – 50 files
•.idea\.name
•.idea\encodings.xml
•.idea\misc.xml
•.idea\modules.xml
•.idea\Newsmag.iml
•.idea\scopes\scope_settings.xml
•.idea\vcs.xml
•.idea\workspace.xml
•includes\modules\td_module_big_grid.php
•includes\wp_booster\td_api.php
•includes\wp_booster\wp-admin\images\panel\footer-1.png
•includes\wp_booster\wp-admin\images\panel\footer-2.png
•includes\wp_booster\wp-admin\images\panel\footer-3.png
•includes\wp_booster\wp-admin\images\panel\footer-4.png
•includes\wp_booster\wp-admin\images\panel\module-1.png
•includes\wp_booster\wp-admin\images\panel\module-10.png
•includes\wp_booster\wp-admin\images\panel\module-11.png
•includes\wp_booster\wp-admin\images\panel\module-12.png
•includes\wp_booster\wp-admin\images\panel\module-13.png
•includes\wp_booster\wp-admin\images\panel\module-14.png
•includes\wp_booster\wp-admin\images\panel\module-15.png
•includes\wp_booster\wp-admin\images\panel\module-2.png
•includes\wp_booster\wp-admin\images\panel\module-3.png
•includes\wp_booster\wp-admin\images\panel\module-4.png
•includes\wp_booster\wp-admin\images\panel\module-5.png
•includes\wp_booster\wp-admin\images\panel\module-6.png
•includes\wp_booster\wp-admin\images\panel\module-7.png
•includes\wp_booster\wp-admin\images\panel\module-8.png
•includes\wp_booster\wp-admin\images\panel\module-9.png
•includes\wp_booster\wp-admin\images\panel\module-mx1.png
•includes\wp_booster\wp-admin\images\panel\module-mx2.png
•includes\wp_booster\wp-admin\images\panel\module-mx3.png
•includes\wp_booster\wp-admin\images\panel\module-search.png
•includes\wp_booster\wp-admin\images\post-templates\post-templates-icons-0.png
•includes\wp_booster\wp-admin\images\post-templates\post-templates-icons-1.png
•includes\wp_booster\wp-admin\images\post-templates\post-templates-icons-2.png
•includes\wp_booster\wp-admin\images\post-templates\post-templates-icons-3.png
•includes\wp_booster\wp-admin\images\post-templates\post-templates-icons-4.png
•includes\wp_booster\wp-admin\images\post-templates\post-templates-icons-5.png
•includes\wp_booster\wp-admin\images\post-templates\post-templates-icons-6.png
•includes\wp_booster\wp-admin\images\post-templates\post-templates-icons-7.png
•includes\wp_booster\wp-admin\images\post-templates\post-templates-icons-8.png
•includes\wp_booster\wp-admin\images\post-templates\smart-list-0.png
•includes\wp_booster\wp-admin\images\post-templates\smart-list-1.png
•includes\wp_booster\wp-admin\images\post-templates\smart-list-2.png
•includes\wp_booster\wp-admin\images\post-templates\smart-list-3.png
•includes\wp_booster\wp-admin\images\post-templates\smart-list-4.png
•js\td_site.js
•js\td_site.min.js
•parts\footer\column-1.php
—————-
New files – 105 files
•images\panel\category_templates\icon-category-1.png
•images\panel\category_templates\icon-category-2.png
•images\panel\category_templates\icon-category-top-1.png
•images\panel\category_templates\icon-category-top-2.png
•images\panel\footer_templates\icon-footer-1.png
•images\panel\footer_templates\icon-footer-2.png
•images\panel\footer_templates\icon-footer-3.png
•images\panel\footer_templates\icon-footer-4.png
•images\panel\footer_templates\icon-footer-5.png
•images\panel\footer_templates\icon-footer-6.png
•images\panel\footer_templates\icon-footer-7.png
•images\panel\footer_templates\icon-footer-8.png
•images\panel\footer_templates\icon-footer-9.png
•images\panel\modules\td_module_1.png
•images\panel\modules\td_module_10.png
•images\panel\modules\td_module_11.png
•images\panel\modules\td_module_12.png
•images\panel\modules\td_module_13.png
•images\panel\modules\td_module_14.png
•images\panel\modules\td_module_15.png
•images\panel\modules\td_module_2.png
•images\panel\modules\td_module_3.png
•images\panel\modules\td_module_4.png
•images\panel\modules\td_module_5.png
•images\panel\modules\td_module_6.png
•images\panel\modules\td_module_7.png
•images\panel\modules\td_module_8.png
•images\panel\modules\td_module_9.png
•images\panel\single_templates\single_template_1.png
•images\panel\single_templates\single_template_2.png
•images\panel\single_templates\single_template_3.png
•images\panel\single_templates\single_template_4.png
•images\panel\single_templates\single_template_5.png
•images\panel\single_templates\single_template_6.png
•images\panel\single_templates\single_template_7.png
•images\panel\single_templates\single_template_8.png
•images\panel\single_templates\single_template_default.png
•images\panel\smart_lists\td_smart_list_1.png
•images\panel\smart_lists\td_smart_list_2.png
•images\panel\smart_lists\td_smart_list_3.png
•images\panel\smart_lists\td_smart_list_4.png
•images\panel\smart_lists\td_smart_list_default.png
•includes\block_templates\td_block_template_1.php
•includes\category_templates\td_category_template_1.php
•includes\category_templates\td_category_template_2.php
•includes\category_top_posts_styles\td_category_top_posts_style_1.php
•includes\category_top_posts_styles\td_category_top_posts_style_2.php
•includes\modules\td_module_mx5.php
•includes\modules\td_module_mx6.php
•includes\modules\td_module_mx_empty.php
•includes\wp_booster\external\kint\composer.json
•includes\wp_booster\external\kint\config.default.php
•includes\wp_booster\external\kint\decorators\concise.php
•includes\wp_booster\external\kint\decorators\plain.php
•includes\wp_booster\external\kint\decorators\rich.php
•includes\wp_booster\external\kint\Kint.class.php
•includes\wp_booster\external\kint\LICENCE
•includes\wp_booster\external\kint\parsers\custom\arrayobject.php
•includes\wp_booster\external\kint\parsers\custom\classmethods.php
•includes\wp_booster\external\kint\parsers\custom\classstatics.php
•includes\wp_booster\external\kint\parsers\custom\color.php
•includes\wp_booster\external\kint\parsers\custom\json.php
•includes\wp_booster\external\kint\parsers\custom\microtime.php
•includes\wp_booster\external\kint\parsers\custom\splfileinfo.php
•includes\wp_booster\external\kint\parsers\custom\splobjectstorage.php
•includes\wp_booster\external\kint\parsers\custom\timestamp.php
•includes\wp_booster\external\kint\parsers\custom\xml.php
•includes\wp_booster\external\kint\parsers\parser.class.php
•includes\wp_booster\external\kint\README.md
•includes\wp_booster\external\kint\scripts\source.reg
•includes\wp_booster\external\kint\scripts\source.vbs
•includes\wp_booster\external\kint\view\inc\kint.js
•includes\wp_booster\external\kint\view\inc\original.css
•includes\wp_booster\external\kint\view\inc\solarized-dark.css
•includes\wp_booster\external\kint\view\inc\solarized.css
•includes\wp_booster\external\kint\view\js\_kint.js
•includes\wp_booster\external\kint\view\less\original.less
•includes\wp_booster\external\kint\view\less\solarized-dark.less
•includes\wp_booster\external\kint\view\less\solarized.less
•includes\wp_booster\external\kint\view\less\_kint.less
•includes\wp_booster\external\kint\view\trace.phtml
•includes\wp_booster\external\kint\_main.php
•includes\wp_booster\td_block_template.php
•includes\wp_booster\td_category_template.php
•includes\wp_booster\td_category_top_posts_style.php
•includes\wp_booster\td_css_inline.php
•includes\wp_booster\td_module_single_base.php
•includes\wp_booster\wp-admin\css\panel\color_picker.less
•includes\wp_booster\wp-admin\images\panel\panel-icons\ico-social.png
•includes\wp_booster\wp-admin\js\td_edit_page.js
•includes\wp_booster\wp-admin\js\td_wp_admin_color_picker.js
•includes\wp_booster\wp-admin\panel\views\td_panel_social_networks.php
•js\site.min.js
•js\tagdiv_theme.js
•js\tagdiv_theme.min.js
•parts\footer\td_footer_extra.php
•parts\footer\td_footer_template_1.php
•parts\footer\td_footer_template_2.php
•parts\footer\td_footer_template_3.php
•parts\footer\td_footer_template_4.php
•parts\footer\td_footer_template_5.php
•parts\footer\td_footer_template_6.php
•parts\footer\td_footer_template_7.php
•parts\footer\td_footer_template_8.php
•parts\footer\td_footer_template_9.php
==============================
by tagDiv 2014 🙂 | http://tagdiv.com | Our portfolio
Hi,
If you want you can hide it with css: http://screencast.com/t/qs8AEROrJ
.comments .needsclick #url {
display: none;
}
Or remove this code: http://screencast.com/t/j8pU5HuvAqK
Result: http://screencast.com/t/zQ4JihwS
Thanks!
Hi,
You can try this css to color border(removing border may brake the grid), but it will change the color of border between sidebar and latest articles: http://screencast.com/t/7KRNXDbwCQPz – http://screencast.com/t/9XNOe4KpqZ
.td-pb-border-top{
border-color: white;
}
.td-pb-row [class*="td-pb-span"]{
border-color: white;
}
Also if you use page template with Latest Articles, maybe you want to color container border: http://screencast.com/t/DCquwnMP6
.td-container{
border-color: white;
}
Hope this helps!
Hi,
Unfortunately theme doesn’t have an option to have different header on category page, you will need custom work for that. We would have gladly made it for you but we work very hard on the updates and features for all the users, sorry for this.
Here you can find an example one header on homepage and different header on all other: https://forum.tagdiv.com/topic/one-header-on-homepage-different-on-all-other/
It is not an easy task to do that for each category and if you don’t have basic php/html/css experience I suggest that you hire a professional developer to make this custom modification for you.
After you install the Demo Data you can import 6 different styles (Stacks).
Thanks!
You can’t run two themes at same time with one install unless you’re running WP multi-user (“WPMU”).
You shouldn’t use child theme for any kind of testing, really, as it’s a redirect.
But yes(!), you could install
wp-content/themes/Newsmag
wp/content/themes/Newsmag2 *
*(edit style.css with new name)
then switch between them after making modifications to each one.
okayyyyy…..
need to do tutorial on this, but have been waiting (ahem) on next version of Newsmag theme.
First things:
1) search/replace all Google fonts in the style.css main file with web safe stack
2) make sure you have all font settings to default in the theme panel
3) you will also need to comment out the roboto and open sans sections in the … um…
/includes/wp-booster/td_wp_booster_functions.php file
which I *think* is this around line 140
// enqueue the fonts
if(!in_array('g_438', $td_user_fonts_list)) {//'g_438', //Open Sans
wp_enqueue_style('google-font-opensans', 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,latin-ext'); //used on menus/small text
}
if(!in_array('g_522', $td_user_fonts_list)) {//'g_522', //Roboto condensed
wp_enqueue_style('google-roboto-cond', 'https://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700&subset=latin,latin-ext'); //used on content
}
might need to comment this one
wp_enqueue_style('google-font-rest','https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,700italic,700,400|Open+Sans:400italic,600italic,700italic,400,700,600'); //used on menus/small text
For v1.5, I changed those to https for a local test thing for trying to run WooCommerce with Newsmag (what I’ll be trying to finalize this weekend).
I was waiting for 1.5.1 (1.6?) before messing with complete removal and moving the Google styles to bottom of the style.css file. Getting trickier with the various pieces here.
I think I also tried removing the Google fonts from
/td_fonts.php
In this test ecom thing, I just deleted everything after Open Sans, for my purposes.
You’ll have to experiment with what to comment/remove in the booster functions file.
Sorry, Alin, that was just referring to the title background padding.
I still haven’t figured out how to apply the css to module MX1 or module 1, 2, 3, etc.
Can you provide the correct tags for editing any of the modules/blocks? Similar to this…bolded part is what I need.
.td-big-grid-overlay:after{
opacity: 0.7;
}
.td-image-gradient:before{
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 90%);
}
thanks!
Brad
Hi,
I guess that you want background color when you hover it: http://screencast.com/t/DJNBQDqDTR2
.category .td-subcategory-header .td-category a:hover{
background-color: pink;
}
If you refereed to the categories background when you don’t hover please use this css in Theme Panel > Custom Css: http://screencast.com/t/6voWJhAR
.category .td-subcategory-header .td-category a{
background-color: pink;
}
Thanks!
Hi,
Unfortunately using the Speed Booster plugin could cause issues of this type, because the plugin moves resources to the footer. We will investigate this and make some tests and we will fix it in next updates.
You can try to change fonts for elements that you need directly in style.css file. Also please empty cache and purge your files if you use CDN.
Sorry for inconvenience and thanks for the message!
https://natuurlijkhosting.nl/category.jpg
Hello,
Check my screenshot above – I can not seem to get the CSS code right to change the category background pink – it is now black (on mouse over does work, but the regular view not) – can you help with the right code?
And a big thumbs up for your theme – it is amazing!
Niels
Hi,
Please use this custom css in Theme Panel > Custom Css, for link’s color on posts: http://screencast.com/t/aCw2ZHKdy
.td-post-content a{
color: #4db2ec;
}
Result: http://screencast.com/t/nPXf9NKO9jq
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].