How much RAM allocated to WP in your wp-config.php file and on server ?
I believe they are working on it, with WP 4.7 compatibility more critical for December. Since most good web hosts allow you to choose version of PHP to use, 5.6x still works very well with opcache. v7 is better, and there *are* some threads on here as to the couple of minor tweaks you can make “right now:” to work with PHP7.
(( I don;t work here … ))
are you including Include jquery.js, jquery.gifplayer.js and gifplayer.css on your site ??
Check your page source to make sure they are loading; check F12 in console for errors in javascript.
Not really theme related question.
And note most CSS classes are CaSe SenSiTive.
-
This reply was modified 9 years by
simchris.
Maybe a bad install? Maybe you have some kind of CDN minification running breaking theme panel?
You should be able to
a) go to wordpress > settings > uncheck allow people to comment; built in option in WordPress
b) on the theme panel > post settings, toggle “off” items you don’t want to see on POSTS
c) on theme panel > block settings > meta … toggle “off” items you don’t want to see on blocks/modules.
If none of that works, then something wrong with your setup, perhaps a plugin is breaking theme functions?
Maybe do a screen capture of WHAT you are trying to remove ?
(( I don’t work here. ))
good luck!
Try turning them off from the theme panel on the post settings?
For modules, go to the modules/templates settings and disable from the “meta” settings.
At least that is what I did.
see the license on Themeforest and which came with the theme download ?
You would likely need a custom plugin; there are various, including Gravity Forms and the like, but vary wildly and it depends on whether you want people to pay or not.
Note that most of the “good” ones are not free, so ….
that being said, here is one example of a free version; with optional paid support
(I have no relationship to this company, but they do really good work …)
https://plugin-planet.com/usp-pro/
(( I don’t work here … but gingerbread tips accepted! ))
I think you can also use ASCII entities for apostrophes.
It’s found on the Themeforest website and in the download ‘all files’ for the Newsmag theme.
You will get automated email from TF when the theme is actually updated. Don’t go by the “last updated” box on right side of TF page as that is just when the info was updated, not necessarily the actual theme.
\\
NEWSMAG Version 3.2 – October 10th, 2016
new: added support for design options on most of the blocks. You can now change the padding, margin and border on blocks
new: added support for retina images on our blocks and modules. You can enable them in the panel.
misc: various core code refactoring and optimizations.
misc: better theme documentation and better help text in panel
misc: added used on for thumbnails in theme panel
misc: file path and names are now visible on each module, smart list, template etc on hover
misc: breadcrumbs markup, added BreadcrumbList schema
fix: our blocks sometimes had issues autoadjuting the column count when placed in a inner row that is in a row
fix: on first install the Visual Composer tooltip was appearing over our tooltip and there was no way to close the last remaining open tooltip
fix: wrong recomanded columns in Visual Composer, new users found it dificult to find out on what colum layouts our blocks work best
fix: background ad on tempalte 8
fix: top menu hover and background ad cursor fix bugs
fix: images that have alignnone now work as expected
fix: main menu was loading without css on first load
fix: modal login button css
The list of modified files
-
This reply was modified 9 years by
simchris.
Weird.
My downloads from Themeforest have never needed a password to unzip them.
Assuming you bought it from Themeforest and not a hacker site?
Look on your page, look at the ‘page source’ to see WHERE the image is being loaded ? That might help.
Yes, it is NOT yet PHP 7 compatible and not advertised as such.
Create a row that is made up of columns.
Contact your host if they dont allow to change settings
been there 😉
Try resaving permalinks;
try runing wp-optimize plugin
Don’t use TagDiv WooCommerce plugins; remove them if previously installed.
If you cannot login, then via ftp do this:
a) rename /wp-content/plugins — to xplugins
b) delete all theme folders except for the stock twenty-sixteen
c) then login
d) then go to appaarance > themes, and change theme to twenty-sixteen
e) rename plugins folder back
f) only activate necessary plugins
g) install theme and plugins fresh, via FTP
once theme working
a) resave permalinks
b) use wp-optimize plugin to optimize your WP dbase
Usually in your hosting panel will be a number of php settings ….
stuff like
memory_limit =
max_execution_time =
upload_max_filesize =
max_input_time =
post_max_size =
max_input_vars:
—
memory_limit: 256M
max_execution_time: 200
max_input_time: 200
post_max_size: 200M
max_input_vars: 100000
Be sure to do a search/replace in your mysql dbase for all the placed http images in posts.
Check all the default theme panel items, including any plugins like Yoast default FB image, any plugins with a fall back image; footer widgets, sidebar widgets, etc.
Did you go into the theme panel under header and footer and change the logos to https ?
Test with Google Pagespeed for “real” score with Google.
Speed cannot decrease by removing things. (note fewer items, smaller size?)
Depending on setup, which presumes an optimized htaccess file also, you may want to load jquery locally, for example with http/2 it may actually be quicker to “bundle” into the packet cache.
Make sure you install just the theme file not the ‘all files.’
Permissions or php time out issue. Increase the php settings, or install via FTP 🙂
I don’t think Opera MINI is supported.