Search Results for 'logo'

Results from the Forum
Lucian
tagDiv Staff

Hi,

I have checked your site and seems that this image appears to be set as logo image: http://screencast.com/t/lsuh4xa7fxs that is why the same image appears on mobile also as when using header style 3 or 6 the same logo used on desktop is also used on mobiles.
Please make sure you add the logo right and check again and let me know!

Thanks

Lucian
tagDiv Staff

Hi,

For the first issue please use the css like this: http://screencast.com/t/kM5UDCHsH

@media (min-width: 1201px) {
.td-main-menu-logo img {
max-height: 54px;
}

.sf-menu .td-menu-item > a {
height: 54px;
padding-top: 5px;
}
}

For the second you can use the css below and add a margin to the bottom of the menu, like this: http://screencast.com/t/h8WUzNmcauED

.td-header-menu-wrap {
margin-bottom: 20px;
}

Hope this helps!

Thanks

sbo
tagDiv Member

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.
Lucian
tagDiv Staff

Hi,

Have you managed to fix this? I have checked your site and haven’t found any issue with the logo: http://screencast.com/t/dpABtYFYxRMu
Please let me know!

Thanks

gusrblanco
Participant
#0

Hi there!

Good template!!!

I’m having trouble with the logo for mobile in this site: http://marionegri.com.ar

I’ve defined this image (300 x 100): http://marionegri.com.ar/wp-content/uploads/2014/11/logomovil.jpg

but when I browse the page through my phone the template shows the header (not mobile) logo but in a tiny version

Regards
Gustavo

andantesash
Participant
#0

I have went to logon to my site today after installing yesterday and Avast Antivirus gives the following warning threats and has blocked me, what has caused this? How do I fix?


null

Lucian
tagDiv Staff

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

Lucian
tagDiv Staff

Hi,

1. Unfortunately the theme doesn’t have an option to remove the date for individual categories and I believe you refer to the date which appears on modules: http://screencast.com/t/m4xfUF2nyJO8 In this case and in order to remove that date you would need to edit the module file you use for you category and for which you want to remove the date. Edit the module file which you can find in the includes > modules folder, like this: http://screencast.com/t/oHyNPCjT
Result: http://screencast.com/t/yKZO8mWzz

2. You can remove the breadcrumbs from here: http://screencast.com/t/q565hatWJ
3. You can use this custom css to target and move the logo, adjust it as you would like: http://screencast.com/t/g6hKn6bJ

.td-footer-wrap .footer-logo-wrap img {
position: relative;
top: -10px;
}

Hope this helps!

Thanks

searchsolutions
Participant
#0

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/

Lucian
tagDiv Staff

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

ZTWP
Participant
#0

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!

fbengo
tagDiv Member

@media (min-width: 1201px) {
.td-main-menu-logo img {
max-height: 54px;
}
}

When I use your 1st fix the menu items will not be centered anymore. So the menu items need a new line-height without affecting the mobile version. How can I do this?

.td-container {
margin-top: 20px;
}

2nd fix is not working as well, because other parts (e.g footer…) are also wrapped in this container.

Atantou
Participant
#0

We’ll I have 3 questions
1. How to remove the date only from specific categories
2. How to remove path (home>…..>…) from all posts and categories
3. How to move a little bit up my footer logo, because I think is below the other

http://Www.iserres.gr
Thank you

simchris
Participant
#0

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.

simchris
tagDiv Member

If 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

simchris
tagDiv Member

Yes, when the aspect ratio of thumbnails is different from the original image, it will be cropped; this is normal and usually works perfectly on photos – not so well with logos. Usually what we do with logos is put them on a gradient background or color backing, and then leave more “white space” around the logo to fit the thumbnail sizes better. This is common to all thumbnail systems — basically if it didn’t crop in some dimension, you’d get distorted stretched image in one x or y direction.

This might not apply to your case, but that has been my own experience.

kungalvsnyheter
tagDiv Member

I would also make my head-logo twice as big. Where can fix that?

Brgds,
Joakim

kungalvsnyheter
tagDiv Member

It solved almost everything, some widget post didn’t got the lines (those not on the home-page).
The footer widget where our logo is are right positioned I would like it to be left.

Also when I add the google analytics code where you have a analytics on the theme the code shows up on top of the webpage.

URL:www.kungalvsnyheter.se

Aedin84
tagDiv Member

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.

dexter
tagDiv Member

Pls my logo is not in the right position. here is a link to a screenshot of what it looks like now http://nimb.ws/acLmPF

Did anyone even notice i had a problem with the logo on my website?
Please help i need to fix this issue.

dexter
tagDiv Member

Pls my logo is not in the right position. here is a link to a screenshot of what it looks like now http://nimb.ws/acLmPF

simchris
Participant
#0

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

simchris
tagDiv Member

That’s what I thought. I don’t think slider is able to do “double loading” — meaning it’s doing ajax or whatever to load each “slide” as an image, but cannot also do “media query check” as each slide loads, as that would mean reloading the slide every time to check for viewport. Horribly complicated and almost means having to do a viewport check, THEN load “desktop slider” vs “mobile slider” with two different setups; meaning loading both large and small images like is done with logo. Problem there, however, is what size would somebody load for mobile since the viewports vary, and traditionally loading larger image and “scaling” it was fine since you’d get benefit of more pixels for retina without having to actually load a denser image.

In our case to this issue, the solution was running mod_pagespeed on the server as this optimizes and caches the most common “rendered size” — so if 80% of your audience was coming in on iPhone, viewing in portrait, and the 1073 image was loading as 573, then mod_pagspeed would make an optimized 573 size image and cache it; which would speed things up AND help with the “resize image” technical “problem” with mobile.

I cannot stress any more highly the benefit of mod_pagespeed for this kind of issue; and the fact it can generate optimized images for Chrome and other WebP image capable platforms (WebP more efficient than jpg).

If you can use a web hosting company using mod_pagespeed you will be amazed. Of course some CDN providers are now offering this, too, if your hosting provider doesn’t yet do so.

Lucian
tagDiv Staff

Hi,

1. Try this css to change the logo height just on desktop screens: http://screencast.com/t/cf4tUQCai7J0

@media (min-width: 1201px) {
.td-main-menu-logo img {
max-height: 54px;
}
}

2. Use this css for the margin: http://screencast.com/t/AqmaZUgMdNWA

.td-container {
margin-top: 20px;
}

3. Please make sure you set the sub footer like this: http://screencast.com/t/fHkDU3Flmp

* http://screencast.com/t/xUAUCLmgw
* http://screencast.com/t/gw7dOD0oMs

Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Thanks Christopher!
This issue is from sliders image which are loaded for the slider at 537px width and scaled on mobile, unfortunately we don’t have any way to prevent this at the moment.
You can add the logo dimensions and add the img width and/or height attributes here: http://screencast.com/t/qslqs9edG
Hope this helps!

Thanks

Viewing 25 results - 11,201 through 11,225 (of 12,143 total)