- NewspaperAutoptimize Plugin – install and configuration
- NewspaperCache plugin – install and configure
- NewsmagInstall via WordPress
- NewsmagInstall via FTP
- NewsmagInstalling pre-built websites
- TutorialsHow to install Revolution Slider
- NewspaperInstalling Pre-built Websites
- NewspaperHow to Install Newspaper via FTP
- NewspaperHow to Install Newspaper via WordPress
- TutorialsHow to Install bbPress forum
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperHow to edit modules for Flex Block X
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperWoo Brands
- NewspaperStripe Setup
- NewspaperModal Popup
- NewspaperPayPal Setup
- NewspaperFlex Block Settings Guide
- NewspaperHow to setup the Contact Page
- NewspaperAdd Cryptocurrency Price Ticker Widget
hi i have purchased newspaper theme but after installation images are not showing on home page..
You may want to read up on how to use WordPress from the WordPress Codex; you *can* simply rename the theme folder and CSS name for the theme; which is how it’s done for web development, such as for a client, or better security (we do that here, changing theme name to sitename). If you’re comfortable editing the functions.php file, then changing the theme name is done simply by editing the style.css file which is where WP picks up the theme “name.”
Note it won’t change the theme style classes so somebody can very easily “figure out” which theme you’re actually using, if not the version.
Are you removing all the versioning from your site using the commonly available code to put at bottom of functions.php? That is also recommended to hide versions of WP, and also visual composer (see my separate post on how to also hide that code).
TO THE POINT (sorry!):
You can remove that “theme credit” code from functions.php without anything breaking, but be aware it makes it harder if you ask for tech support in the future if the admin here can’t figure out which version of theme you’re using when looking at your page source to debug any of your possible problems with CSS, customizations or running plugins, etc. If you’re comfortable in remembering to always “state” which version you’re using (and keep track of that somewhere), when needing support, you should be fine. 🙂
We actually use mod_pagespeed which just removes *all* commenting for faster page loading, which is recommended if your hosting provider offers that.
You can also further optimize the install by placing the explicit paths to the new name theme folder in your functions.php folder once you’re “set in stone” (obviously if you switch to another theme from admin, it may break) and also the site name URL, but that’s a bit advanced. Research the WP Codex on how to do many things like this (some of that is in my long winded comments in the Newspaper forum under the “Pagespeed” sticky topic).
Hope that helped, versus annoyed 🙂
Switch back to default theme; delete the Newsmag theme folder; delete the visual composer folder in /wp-content/plugins
Follow the install instructions here
https://forum.tagdiv.com/installation-newsmag/
Best method is to install via FTP;
where you upload the unzipped theme and manually upload the plugins. Good thing to learn if new to you; as it’s the best way to manage WP sites where sometimes “permissions” preclude install from the WP panel. Basically what can happen is that WordPress might not have “permission” to install things.
i mess up with my hosting account and theme i will send you my wp admin user name and pass can you fix it please and install the theme ?
Try to manually install the plugin by downloading the theme file from themeforest and uploading it to your site in the admin menu….
Installing Plugin: Visual Composer ( required )
Plugin file does not exist.
Unpacking the package…
Installing the plugin…
Could not create directory. /home/howstech/public_html/wp-content/plugins/js_composer/
Plugin install failed.
Return to Required Plugins Installer
So, I received your file, but haven’t been able to import it. I keep receiving the following error:
“File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini.”
Now this seems to be an issue that indicates the PHP setup is inadequate for what I’m trying to do. This is how PHP is setup on 1&1 wordpress accounts:
PHP 5.4
allow_call_time_pass_reference – not supported
allow_url_fopen – active
display_errors – active
error_reporting – 22517
html_errors – active
include_path – .:/usr/lib/php5.4
log_errors – deactivated
magic_quotes_runtime – not supported
magic_quotes_sybase – not supported
max_execution_time – 20
memory_limit – 30M
post_max-size – 8M
prescision – 14
safe_mode – deactivated
short_open_tag – active
upload_max_filesize – 40M
zend framework – v2.4.0
I think the problem is with those settings.
I’m on a shared 1&1 account, but I have manually installed the normal wordpress (not using the 1 click installer). I can upload a php.ini. However I am not allowed to use SSH in order to make an uploaded php.ini recursive, which means that I have to manually upload a php.ini to wherever the importer does something. Since I do not know where that may be, I have gone ahead and copied a php.ini to any place that has .php files and even some additional ones (like upload folder).
This is how my php.ini looks:
<?php
/**
* Custom WordPress configurations on "wp-config.php" file.
*
* This file has the following configurations: MySQL settings, Table Prefix, Secret Keys, WordPress Language, ABSPATH and more.
* For more information visit {@link http://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php} Codex page.
* Created using {@link http://generatewp.com/wp-config/ wp-config.php File Generator} on GenerateWP.com.
*
* @package WordPress
* @generator GenerateWP.com
*/
/* MySQL settings */
/* define( 'DB_NAME', 'database_name_here' );
/* define( 'DB_USER', 'username_here' );
/* define( 'DB_PASSWORD', 'password_here' );
/* define( 'DB_HOST', 'localhost' );
/* define( 'DB_CHARSET', 'utf8' );
/* MySQL database table prefix. */
/* $table_prefix = 'wp_';
/* Authentication Unique Keys and Salts. */
/* https://api.wordpress.org/secret-key/1.1/salt/ */
/* define( 'AUTH_KEY', 'put your unique phrase here' );
/* define( 'SECURE_AUTH_KEY', 'put your unique phrase here' );
/* define( 'LOGGED_IN_KEY', 'put your unique phrase here' );
/* define( 'NONCE_KEY', 'put your unique phrase here' );
/* define( 'AUTH_SALT', 'put your unique phrase here' );
/* define( 'SECURE_AUTH_SALT', 'put your unique phrase here' );
/* define( 'LOGGED_IN_SALT', 'put your unique phrase here' );
/* define( 'NONCE_SALT', 'put your unique phrase here' );
/* WordPress Localized Language. */
/* define( 'WPLANG', '' );
/* PHP Memory */
define( 'WP_MEMORY_LIMIT', '64' );
define( 'WP_MAX_MEMORY_LIMIT', '40' );
php_value upload_max_filesize 32M
php_value post_max_size 40M
ini_set('max_execution_time', 300); //300 seconds = 5 minutes
/* Zip Compression Activation
zlib.output_compression = On
/* Absolute path to the WordPress directory. */
/* if ( !defined('ABSPATH') )
/* define('ABSPATH', dirname(__FILE__) . '/');
/* Sets up WordPress vars and included files. */
/* require_once(ABSPATH . 'wp-settings.php');
I still get the same error though, so I have tried a few other things:
1. Changing the .htaccess file to include the change to php limits -> leads to the site being offline, giving me an error 500 page.
2. Using various other php.ini files with different code snippets from various sites and wordpress threads -> Same error, still no cigar.
3. Uploading a gzip file -> I receive a no WXR XML data error message.
4. Allowing czip compression in php.ini and uploading the zip -> Memory exceeded = Memory error on line 460 in some .php file leading me to believe that this isn’t gonna work out either.
Now 1&1 suggests for me to get Cygwin and mirror my folder setup and then just tinkering around more with my php.ini, so that I at least do not have to find every single php.ini and manually change it to a newer version. They were of the opinion that my php.ini looks fine and it should work. They also swear to me, that I have the rights needed for adding the php.ini (meaning it should be effective).
I am running out of patience here and still haven’t come one bit closer to being able to actually import the .xml I received.
Does anybody have any idea as to what I am doing wrong here or what else I could try in order to finally get a successful import of the full demo content?
Regards
Peter
-
This reply was modified 11 years by
Petewashere.
-
This reply was modified 11 years by
Petewashere.
-
This reply was modified 11 years by
Petewashere.
Hi,
Sorry for the inconvenience, try to update to version 4.6 and install speed booster 2.5. Clear the cache and see if the issue is still there. If you don’t have version 2.5 i can send it to you via email, just write at contact@tagdiv.com .
Thank you, Emil G.
Hi,
We changed the theme a lot from version 2.2. An approach would be to use winmerge to compare the unmodified version 2.2 of the theme with the modified one, identify and extract the custom modifications. Install the latest version on a local setup and reapply the custom code. Once everything is fine update the live server.
Thank you, Emil G.
Hi all,
I installed the newspaper theme from you guys which is working perfectly.
But the pagination on our forum is just not showing up, and I have no clue anymore why it is not showing up.
I even tried the plug-in bbPress threaded replies from Jennifer M. Dodd, but this is showing me like 16 numbers of pages linking me to the same page over and over again without bringing me to a second page of new replies.
Right now I want it to have 10 replies under each other, then it should leave a second page sending me to other replies.
Right now it is showing 26 “long” posts under each other without pagination, giving me a realy realy long page of scrolling before reading the newest answer.
Thanks for the help!
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
Hello
I am updating a highly customized site from version 2.2 to 4.0. I was wondering how the best way to go about this would be. In the live preview much of the formatting and layout seems to have been removed. I have no custom CSS.
I realize this is an extremely old version of the theme, would it be easiest to simply install 4.0 and rebuild from the ground up? Is it possible to limit the reformatting if i to update 2.2 to 2.3 then to 2.4 etc? are these theme versions still available?
Thanks
-a noob
Hi,
After updating the theme to 4.6 (4.5d in my case) when refreshing the site a text version of the menu was shown before the actual menu (and site) was loaded.
I managed to take a partial screenshot: http://www.mamaplein.nl/menu.png
After disabling widgets, plugins and removing them and re-installing them again all night long and nothing happened. I went back to 4.5 and the problem was gone 🙂
How can I prevent this from happing again?
Thanks!
Jalo
I backed up the theme, uploaded child theme and activated, and it was okay with the original theme. I updated the Newspaper theme to latest update and that seemed to break the site because it stripped the menu and duplicated logo and messed up the site. I thought this was an issue with the new theme, but it appears to be the combination with the old child theme, because when I activated the main theme it fixed the site, and it appears to have the settings I setup when using the last version of the main Newspaper theme.
Again, I think I would have saved a issues now and in the future if I was advised to start with Child theme when installing.
Going forward is there a way to create a child theme that doesn’t mess up the site? I’m just concerned that updating the main theme in the future will mess up changes I make.
Please Advise.
Not sure this is the answer, but check to see if the optimized sizes are actually being created; possibly add those sizes as the default sizes under WP > media settings so they are made in addition to the theme sizes. Problem with “mobile” images is they are responsive but no specific phone uses the same “sizes” for the viewport “width” so technically I suppose images will always end up being resized larger or smaller.
Google mod_pagespeed helps with this issue if your server/hosting company offers that.
But try the media sizes being served added to your media settings, regen thumbnails, then retry. Not sure that will solve it, but worth a try.
I admit I have not yet tested my install of Newsmag for page speed as still messing with the home page and logos today 🙂
I saw that there was an update available for newspaper and in the updating documentation it says I could lose changes if I hadn’t created a child theme. This has me perplexed because the main installation instructions advised activating the main theme and didn’t recommend using the “child theme”, which it really should have.
I see now that you have a lot of documentation on Child themes but it doesn’t appear to help me now that I didn’t start with it to begin with as I should have apparently. I wasn’t even aware that this was possible and that a child theme is provided with theme, because the install instructions didn’t mention it.
Do I have to make a child theme from the changes I’ve already made and if so how do I go about doing that? I noticed that there are different directories and files include than the original.
Please Advise how I can create a child theme from the already custom theme.
I’m doing this right now…. it’s not terribly hard. You can save some of your custom CSS, but redoing the home page, redoing the ads, and setting up sidebar modules does need to be redone.
Biggest issue is making sure you switch off the old theme, switch off all plugins, fully delete the old Newspaper plugins from server, and do fresh install with the new theme; don’t try to re-use the old Newspaper plugins with the new theme. I crashed my WP install (500 server error), being a very experienced dude with WP, because I forgot to deactivate stuff in right order. Tricky that. Visual Composer is kind of a POS with WP theme switching, to be frank.
installed shop.
when ordering appears incomprehensible code.
Moreover, it appears only in IE.
In Google Chrome’s OK
ie:
http://s017.radikal.ru/i412/1411/d6/7edff2d60762.jpg
google chrome:
http://s57.radikal.ru/i155/1411/c8/cb9203cbeb45.jpg
this is my func file child-theme
<?php
/* ----------------------------------------------------------------------------
WordPress booster framework - this is our theme framework - all the content and settings are there
It is not necessary to include it in the child theme only if you want to use the API
*/
if (!defined('TD_THEME_WP_BOOSTER')) {
include TEMPLATEPATH . '/includes/td_wordpres_booster.php';
}
//Удаление цветовой схемы
remove_action( 'admin_color_scheme_picker', 'admin_color_scheme_picker' );
//Редактирование полей в профиле
function modify_contact_methods($profile_fields) {
// Add new fields
//$profile_fields['twitter'] = 'Twitter Username';
//$profile_fields['facebook'] = 'Facebook URL';
//$profile_fields['gplus'] = 'Google+ URL';
$profile_fields['dopplr'] = 'VK';
$profile_fields['delicious'] = 'Battlelog';
// Remove old fields
unset($profile_fields['google']);
unset($profile_fields['evernote']);
unset($profile_fields['dribbble']);
unset($profile_fields['digg']);
unset($profile_fields['blogger']);
unset($profile_fields['deviantart']);
unset($profile_fields['forrst']);
unset($profile_fields['github']);
unset($profile_fields['googledrive']);
unset($profile_fields['googlemaps']);
unset($profile_fields['grooveshark']);
unset($profile_fields['html5']);
unset($profile_fields['lastfm']);
unset($profile_fields['linkedin']);
unset($profile_fields['myspace']);
unset($profile_fields['path']);
unset($profile_fields['picasa']);
unset($profile_fields['pinterest']);
unset($profile_fields['posterous']);
unset($profile_fields['reddit']);
unset($profile_fields['sharethis']);
unset($profile_fields['slashdot']);
unset($profile_fields['spotify']);
unset($profile_fields['stackoverflow']);
unset($profile_fields['stumbleUpon']);
unset($profile_fields['tehnorati']);
unset($profile_fields['sharethis']);
unset($profile_fields['addthis']);
unset($profile_fields['behance']);
unset($profile_fields['tumblr']);
unset($profile_fields['viddler']);
unset($profile_fields['virb']);
unset($profile_fields['windows']);
unset($profile_fields['woordpress']);
unset($profile_fields['zerply']);
unset($profile_fields['paypal']);
unset($profile_fields['yahoo']);
unset($profile_fields['vimeo']);
unset($profile_fields['rss']);
unset($profile_fields['soundcloud']);
return $profile_fields;
}
add_filter('user_contactmethods', 'modify_contact_methods');
//Удаление админбара для всех кроме админа
add_action('after_setup_theme', 'remove_admin_bar');
function remove_admin_bar() {
if (!current_user_can('administrator') && !is_admin()) {
show_admin_bar(false);
}
}
//логотип при входе
function my_login_logo(){
echo '
<style type="text/css">
#login h1 a { background: url('. get_bloginfo('template_directory') .'/images/logo.png) no-repeat 0 0 !important; }
</style>';
}
add_action('login_head', 'my_login_logo');
//Теперь нам необходимо сделать так, чтобы логотип ссылался не на сайт wordpress.org, а на наш с вами.
//Тут тоже особо трудного ничего нет, добавляем всего лишь еще одну строку
add_filter( 'login_headerurl', create_function('', 'return get_home_url();') );
//Всплывающую подсказку что сайт работает на WordPress надо тоже убрать, и добавить свою фразу.
//Тут нам поможет эта строка:
add_filter( 'login_headertitle', create_function('', 'return "Brothers in Games - Сообщество любителей поиграть вместе";') );
//убрали лого из админбара
add_action( 'wp_before_admin_bar_render', function() {
global $wp_admin_bar;
$wp_admin_bar->remove_menu('wp-logo');
}, 7 );
//убрали ненужные виджеты
function shailan_remove_dashboard_widgets() {
// Remove Quick Press Widget
remove_meta_box( 'dashboard_quick_press', 'dashboard', 'side' );
// Remove Incoming Links Widget
remove_meta_box( 'dashboard_incoming_links', 'dashboard', 'normal' );
// Remove Recent Comments Widget
remove_meta_box( 'dashboard_recent_comments', 'dashboard', 'normal' );
// Remove Latest Plugins Widget
remove_meta_box( 'dashboard_plugins', 'dashboard', 'normal' );
// Remove WordPress Blog Widget
remove_meta_box( 'dashboard_primary', 'dashboard', 'side' );
// Remove Other WordPress News Widget
remove_meta_box( 'dashboard_secondary', 'dashboard', 'side' );
}
add_action('wp_dashboard_setup', 'shailan_remove_dashboard_widgets' );
//удалили версию из футера админки
function my_footer_shh() {
remove_filter( 'update_footer', 'core_update_footer' );
}
add_action( 'admin_menu', 'my_footer_shh' );
//удалили указание на вп в футере
function remove_footer_admin () {
echo '';}
add_filter('admin_footer_text', 'remove_footer_admin');
//удалили таб помощи сверху
add_action('admin_head', 'mytheme_remove_help_tabs');
function mytheme_remove_help_tabs() {
$screen = get_current_screen();
$screen->remove_help_tabs();
}
//убрали метатег из хедера показывающий использование вп
function fjarrett_remove_wp_version_strings( $src ) {
global $wp_version;
parse_str(parse_url($src, PHP_URL_QUERY), $query);
if ( !empty($query['ver']) && $query['ver'] === $wp_version ) {
$src = remove_query_arg('ver', $src);
}
return $src;
}
add_filter( 'script_loader_src', 'fjarrett_remove_wp_version_strings' );
add_filter( 'style_loader_src', 'fjarrett_remove_wp_version_strings' );
//Hide WP version strings from generator meta tag
function wpmudev_remove_version() {
return '';
}
add_filter('the_generator', 'wpmudev_remove_version');
//скрытие пунктов меню слева от посторонних глаз
add_action( 'admin_init', 'my_remove_menu_pages', 999 );
function my_remove_menu_pages() {
// If the user does not have access to publish posts
if(!current_user_can('administrator')) {
remove_menu_page('bsf-dashboard');
remove_menu_page('wpcf7');
remove_menu_page('edit.php?post_type=explandict');
remove_menu_page('tools.php');
}
}
// get the "author" role object
$role = get_role( 'author' );
// add "organize_gallery" to this role object
$role->add_cap( 'unfiltered_html' );
// убираем инфу о неправильном пароле при входе
add_filter('login_errors',create_function('$a', "return null;"));
// убираем из кода страницы упоминание о Yoast WordPress SEO plugin
add_action('get_header', 'rmyoast_ob_start');
add_action('wp_head', 'rmyoast_ob_end_flush', 100);
function rmyoast_ob_start() {
ob_start('remove_yoast');
}
function rmyoast_ob_end_flush() {
ob_end_flush();
}
function remove_yoast($output) {
if (defined('WPSEO_VERSION')) {
$output = str_ireplace('<!-- This site is optimized with the Yoast WordPress SEO plugin v' . WPSEO_VERSION . ' - https://yoast.com/wordpress/plugins/seo/ -->', '', $output);
$output = str_ireplace('<!-- / Yoast WordPress SEO plugin. -->', '', $output);
}
return $output;
}
Hi,
Thanks @mnguyen87!
Glad it’s all working out for you!
@Pauline
If you are updating from a theme to another you can also use the patch provided with the files and replace only the modified files.
Please make sure you make a back-up of your current theme installation first.
Thanks
Hi,
When you are upload an image the them automatically adds and create other thumbs for that image besides the ones set by WordPress so this may occur if the theme doesn’t have writing permissions or gd library installed: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Please make sure you have this installed and set right and try again.
Thanks
Hi,
First you should localize your WordPress: http://codex.wordpress.org/WordPress_in_Your_Language
Install WordPress in your language then automatically the theme will use the rtl.
Search the forum for suggestion and fixes for the issue you may encounter with this and you should also consider that unfortunately we recently have decided that starting with the next theme update we will not include rtl support within the theme. You can still use the theme as it id but unfortunately you cannot updated it as you will lose the rtl support.
Sorry for the inconvenience!
Thanks for the message and for understanding!
Hi,
Another plugin that you already have installed and active could interact with it. Have you tried this without any plugins activate? Also please make sure you download and use the latest theme version and that rev slider plugin within the theme files from plugins folder.
Try this without the plugins and also make sure you empty cache and purge files if you use cache and/or any CDN host services and let me know how it goes.
Thanks
Install 2.5 for now @orcn!
Hi,
I would recommend installing 2.5 while the issues are sorted out with the Speed Booster Plugin.
I have uploaded it for you here: https://www.dropbox.com/s/nsu8wmwj9mtqswd/td-speed-booster.zip?dl=0
I too have some customized things in my theme. Just curious what was changed in this update prior to installing it.