Search Results for 'regenerate'

    No search results were found in Documentation!

Results from the Forum
Marius
tagDiv Staff

Hi,

1. If you modify the image sizes you need to regenerate the thumbnails to see the changes then inspect the image to be sure there is the correct image size. At this moment your images are at 300x300px. About number of columns, there’s no settings in WooCommerce to do that and this can be changed via a hook(custom code).

2. This will be fixed in the next update, the bug is from the latest WooCommerce version. Untill that you can use this CSS to fix it

.wc-proceed-to-checkout {
clear: both;
text-align: right;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
display: inline-block;
}

3. The issue is not the theme, some plugins need custom integration with each theme to work, like WooCommerce plugin to. You saw that on that plugin with real estate.
I don’t have the plugin to test it, sorry about that, if you want you ca try this from here: https://support.woothemes.com/hc/en-us/articles/203987053-Show-a-custom-template-for-the-vendor-shop-page-taxonomy-

simchris
tagDiv Member

And one I keep forgetting until I do a theme upgrade; this really should have been part of 1.6 core update, but TagDiv helped me with this back on 1.2 or 1.4, which is for the thumbnails used at bottom of posts for “related” items. If you run various pagespeed testing tools, you might get the annoying notice about “not resizing” those images, which are actually 200×150 last time I looked. BUT, the theme resizes them from the 238x thumb vs making new one, when you have the 3 column related items as I do.

SO: here is fix for that; you need to edit /includes/td_config.php

(NOTE: syntax changed from 1.4 to 1.6 with API syntax; so if using older version copy one of the preceding elements and add the additional size).

So, around line 797 in v 1.6 you would need to add this:

td_api_thumb::add('td_200x150',
array(
'name' => 'td_200x150',
'width' => 200,
'height' => 150,
'crop' => array('center', 'top'),
'post_format_icon_size' => 'normal',
'used_on' => array(
'Related articles'
)
)
);

And then in the theme panel for the thumbnails, “activate” the 200×150 size, and sadly YES, once again run “regenerate thumbnails” plugin (since there are no 200×150 thumbs).

So, now when you load the “related” images at bottom of your posts, they will be 200×150 “actual size” and not “resized” 238×00 images.

Not a hyper critical item, but for those trying to get that last dot of speed rating, this is one of the action items.

Hope these all help folks “dial it in.”

🙂

simchris
Participant
#0

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

Lucian
tagDiv Staff

Hi,

I can’t see it on my side, all your icons look fine: http://screencast.com/t/y5o0kkjbczh however we have had some reports regarding this, and not sure for what reasons, seems that the icons are looking like that for some user only.
Please try to regenerate the newsmag fonts then empty cache/purge files again and let me know if this issue persists.
You can also try to regenerate fonts like this:

1. go to https://icomoon.io/app
2. button “import icons”, import from newsmag.svg (in /images/icons/),
3. select all icons;
4. button “generate font”, button “download”;
5. copy the 4 files (.eot, .svg .ttf .woff), in “fonts” folder in the downloaded zip file, rename icomoon.* to newsmag.*, replace old files, done.

Hope this helps!

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and found that you use a page template with big slide, that why you can’t disable it. Please use a template without Big Slider background – https://forum.tagdiv.com/page-templates/ and add Big Slider manually on pages where you need it: http://screencast.com/t/2zRf2U5s7Z

You have that issue with images because you use small featured image as WordPress cannot enlarge thumbnails, only make them smaller. You need to use a plugin like Thumbnail Upscale: https://wordpress.org/plugins/thumbnail-upscale/ to enlarge thumbnail. For upscale use a combination of plugins Thumbnail Upscale + Force Regenerate.

Thanks!

Lucian
tagDiv Staff

Hi,

You also try to add the following code at the end of the functions.php file:

add_filter( 'jpeg_quality', create_function('', 'return 50;' ) );

It will compress all future added images to 50%, but you have to regenerate the thumbs for the images that were already uploaded, you can do it using the Force Regenerate plugin – https://wordpress.org/plugins/force-regenerate-thumbnails/

I also suggest you go trough Chris’s thread/topics regarding this and if you don’t have code knowledge I suggest you get someone to help you with this because is not easy.

Thanks

maz498
Participant
#0

Hello there,
We have the thumbnail issue which the thumbnail appear smaller then thumbnail location,and we use this plugin (Regenerate Thumbnails plugin ) and its not solve the issue.
Still the slider shows the pics small, and if we use pig picture as you know all big pictures with 1MB and more

So please advice.
thanks

barakji
Participant
#0

Hey guys,

I recently installed Newspaper on my domain. Everything is great, thanks for this amazing theme, I got a lot of positive feedback!

This is a straight forward question with a probably complex answer I’m guessing. I am having issues with page load. According to Google pagespeed test, it’s my images. I also ran the YSlow add-on for Chrome and it said something about external Javascripts and stylesheets, no expiry for headers, and CSS in the body.

For the images, I tried optimizing as much much as I can. I tried EWWW, Smush.it, Imsanity, and Regenerate Thumbnails as recommended by you. Nothing seems to solve my images issue. I might be doing something wrong.

I went through a lot of the forum posts regarding this issue, but I can’t seem to solve mine. To be honest, I am not good with coding, as some posts mentioned code editing. I believe they were posts by Chris if I’m not mistaken.

Can you please have a look into this issue and advise me on what should be done? I wasn’t having this load issue with my previous theme.

URL: http://www.businessbuzz.me

Looking forward to hearing from you!

Abdulla Barakji

Lucian
tagDiv Staff

Hi,

Please also provide your site’s URL so I can inspect this as I’m not sure about this. Please also try to regenerate thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/ ..and re-save your permalinks structure.
Let me know how it goes!

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

Please also try this without any plugins active, leave just Visual Composer active to make sure that is not happening due to other plugins you use, then make sure that you regenerate your thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
After doing this empty cache and check again.
Please let me know how it goes!

Thanks!

Lucian
tagDiv Staff

Hi,

My guess is that somehow your update hasn’t been done well or you have made changes/modifications to the theme as the it seems that this css code is missing or it’s not applied: http://screencast.com/t/jPoIT65Hu
Please also test this after disabling the css minifier/html compressor and make sure you empty cache/purge files afterwards then test again without plugins.
Add this css in theme panel > custom css for the mega menu issue:

.td-mega-menu .td_block_mega_menu {
padding-top: 20px;
}

For the “Related posts” issue, after I inspected your site I noticed that the images are loaded at their original sizes which should not happen so I suggest you follow this guide and regenerate thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
After that please make sure you empty cache and/or purge files.
The line height/ font/ size/ family/ weight.. can be changed from theme panel: http://screencast.com/t/DHO5IQnJrLqW

Thanks

Lucian
tagDiv Staff

Hi,

I’ve checked your site but haven’t found a big slider so I can inspect this. Your screenshots aren’t found also. Please let me know if you still have this issues and provide more details about this.
The image needs to be at least 1074x483px wide so that it can look good in all cases (sliders, modules, blocks). Please make sure you upload and use a large image then regenerate thumbnails again.
You can also check our demo to check how the theme should look: http://demo.tagdiv.com/newspaper/

Thanks

Lucian
tagDiv Staff

Hi,

The thumbs for the images on blocks/modules are created by the theme and loaded at smaller sizes so when on phones or tablets depending on the screen view the thumbs need to get a bit stretched so that they fill their container. You could change this by adding a new thumb size or altering the one you use and have it to use a larger one which would look better on mobiles or tablets.
The size of the images can be changed from functions.php: http://screencast.com/t/FbsZ2g0g
And regenerate thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Please also note that if you alter it’s size it you might need some css modifications.
You could change it’s color via css but only if you’re using different blocks on your sidebar as if you’re using the same block/blocks you can’t target via css just one and change it’s color.
Let me know of your situation I’ll let you know if it can be done easily.

Thanks

Emil G
tagDiv Staff

Hi,

You images are not compressed – http://screencast.com/t/3iC97TdUsA4 you can also set the Browser Leverage – follow this guide (sections 2 and 3) – https://forum.tagdiv.com/how-to-make-the-site-faster/

You also need to regenerate the thumbs, follow this guide – https://forum.tagdiv.com/how-to-fix-strange-thumbnails/

Thank you, Emil G.

Alin [tagDiv]
tagDiv Staff

Hi,

1&2 Please try to regenerate your thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
After doing this empty cache and check again.
Also note that if you have featured images smaller you need to use a plugin like Thumbnail Upscale: https://wordpress.org/plugins/thumbnail-upscale/ as WordPress cannot enlarge thumbnails, only make them smaller. For upscale use a combination of plugins Thumbnail Upscale + Force Regenerate.

3. This should not happen, because the background should have negative z-index. Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/4Tyxyq5OJ

.td-big-slide-background .backstretch{
z-index: -999998!important;
}

Please provide your site url if this not helps.

Thanks!

Emil G
tagDiv Staff

Hi,

The theme doesn’t require code modifications, all solutions provided by me are either server optimizations (gzip compression, browser leverage), image optimization (when you deliver uncompressed/uncropped images and your page has 4-6Mb multiplied with a large number of visitors it will certainly lead to a blockage), cache. The Speed Booster is not that important, it will just move js and css at the page end giving the illusion that the page loads faster because the js/css executes after the other content elements are loaded. All those optimizations should be done regardless of the theme used and unfortunately we couldn’t include them in the theme as an automatic feature. I’ve made a guide here – https://forum.tagdiv.com/how-to-make-the-site-faster/ – the setting presented on the guide were taken from our demo server – also it requires to regenerate the thumbs – https://forum.tagdiv.com/how-to-fix-strange-thumbnails/

There are also discussions on the forum on this subject – https://forum.tagdiv.com/topic/pagespeed/https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/

Sorry for all the trouble you encountered with our theme, we can offer a full refund, just send us an email at contact@tagdiv.com and we’ll discuss the details.

PS – We’re testing the latest version of VC, on our tests it behave properly, we’re trying to identify why it uses so many resources on some of our clients servers. We advise anyone who has trouble with the latest version to switch to the previous one (4.3.5) which should work fine.

Thank you, Emil G.

  • This reply was modified 11 years by Emil G.
  • This reply was modified 11 years by Emil G.
Alin [tagDiv]
tagDiv Staff

Hi,

1. Please deactivate all plugins, leave only Visual Composer active, also clear cache and try again.
If this is not working, please provide your site URL and some screenshots with your font settings.

2. Please set to display after 1 paragraph and see if it works. Also provide your site URL, so I can inspect this, if you still have issues.

3. If you have images smaller you need to use a plugin like Thumbnail Upscale: https://wordpress.org/plugins/thumbnail-upscale/ as WordPress cannot enlarge thumbnails, only make them smaller. For upscale use a combination of plugins Thumbnail Upscale + Force Regenerate.

4. Please add tabs in a page and copy the shortcode: http://screencast.com/t/zGAHK6GPtrWqhttp://screencast.com/t/cJ0IqhKjk
Paste the shortcode in a post like this: http://screencast.com/t/EE34b3iu
Result: http://screencast.com/t/DOGckvQVqyr5

Thanks!

Emil G
tagDiv Staff

Hi,

First backup the database and the files.
If you don’t move on another host/domain, install and activate the Newspaper theme, then regenerate the thumbs – https://forum.tagdiv.com/how-to-fix-strange-thumbnails/ , set the menus (top, main, bottom), set the sidebar(s), create the main page and set it as a homepage from Settings -> Reading

You can find more details on how to configure each section in the documentation – https://forum.tagdiv.com/newspaper-documentation/

Thank you, Emil G.

Alin [tagDiv]
tagDiv Staff

Hi,

You can use this guide to regenerate thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
If you have images smaller you need to use a plugin like Thumbnail Upscale like Christopher said: https://wordpress.org/plugins/thumbnail-upscale/ as WordPress cannot enlarge thumbnails, only make them smaller.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try to regenerate your thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
After doing this empty cache and check again.

Thanks!

SveinDahlberg
tagDiv Member

I installed the “regenerate thumbnails” plugin, and for some photos it worked. But some still are out of size.

simchris
tagDiv Member

For existing posts, you would need to use the “regenerate thumbnails” plugin (this info used to be in theme docs… not sure where that is now) to rebuild all the thumbs to the size you want to use. You can get plugin from wordpress.org plugin repository.

Also see the theme panel for modules/blocks to activate the thumb sizes you wish the theme to generate for the site.

SveinDahlberg
tagDiv Member

I add Pictures to Media, then add it at highlighted image when creating New post. I do not think I usa a regenerate thumbnails plugin. How can I check?

simchris
tagDiv Member

Did you use the regenerate thumbnails plugin to make the thumbs in right sizes for theme?

kestasve
Participant
#0

Hello,
I have a question what is wrong with on my website’s frontpage images why its so small? Im using block 3. I tried to regenerate thumbnails still same issue.
Any help?
Website http://www.beast.lt/

And another issue with images alingment between featured image and post images please check screenshoot.
http://prntscr.com/62posm

Viewing 25 results - 1,801 through 1,825 (of 2,090 total)