BigBlack
Forum Replies Created
-
Follow
Forum: Fixing WordPress
In reply to: Redirect all pages to the homeSolution Founded…
Need to replace only this^/?$with that^(.*)The result:
RewriteCond %{HTTP_HOST} ^en\.mysite\.it$ [OR] RewriteCond %{HTTP_HOST} ^www\.en\.mysite\.it$ RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteRule <code>^(.*)</code> "https\:\/\/www\.mysite\.it\/en\/" [R=301,L]No the transposh plugin generate urls for each language. But they are not included in the yoast sitemap. Online there are differents old code to add this function to yoast, but now the code seems have changed.so it doesn’t work anymore.
Forum: Fixing WordPress
In reply to: Can’t Update WordPress with Administrator AccountNo I’ve deactivated all plugin and don’t have no one to block updates.
Yes I noticed, so I’ve blocked files with htaccess and used simple download plugin to make them accessible only to login users.
- This reply was modified 6 years ago by BigBlack.
I changed, I use an online flip free generator and linked to it. Less plugin, more fast, enough options for configuration.
Forum: Plugins
In reply to: [Transposh WordPress Translation] Different Style for Firefox and ChromeIf in the widget I use something different than default, the style don’t change. In firefox I see always the old style dropmenu… It’s the right behaviour?
Forum: Fixing WordPress
In reply to: Blog Root Permalinksmm not this is not what i need. This is for all the subdirectory. My site is not all a blog, it has a blog sub sections, so only the root page for blog must be included in the breadcrumbs.
some ideas?
You can see the result there http://35.214.200.56/~inoxwher/temporaneo/modelli-banchi-pesce/- This reply was modified 6 years ago by BigBlack.
Forum: Plugins
In reply to: [Autoptimize] Lazy Load – Image Dimension ProblemTOP!! Thank you!!!
Forum: Plugins
In reply to: [Autoptimize] Lazy Load – Image Dimension ProblemOk it work, thank you! 🙂
For the home gallery with portfolio-grid class I’ve make the code like that.add_filter('autoptimize_filter_imgopt_should_lazyload','should_lazyload_context',10,2); function should_lazyload_context($flag, $context) { if ( strpos( $context ,'avante-gallery-grid') !== false ) { return false; } else { return $flag; } } add_filter('autoptimize_filter_imgopt_should_lazyload','should_lazyload_context2',10,2); function should_lazyload_context2($flag, $context) { if ( strpos( $context ,'portfolio-grid') !== false ) { return false; } else { return $flag; } }There’s a more clean way?
Forum: Plugins
In reply to: [Autoptimize] Lazy Load – Image Dimension ProblemNo I’ve those galleries in several pages. I’ve posted the code of one of them. However in 29 pages I use the same gallery, so the avante-gallery-grid it’s ok. Then in the home I use another gallery with portfolio-grid
So you don’t see that because is on another page. In the homeForum: Plugins
In reply to: [Autoptimize] Lazy Load – Image Dimension ProblemYes It’s the same gallery used for about 29 pages. Instead 1 use
portfolio-gridThese are the warning found:
pdf.worker.js:1 The provided value ‘moz-chunked-arraybuffer’ is not a valid enum value of type XMLHttpRequestResponseType.
e @ pdf.worker.js:1
(anonymous) @ pdf.worker.js:1
(anonymous) @ pdf.worker.js:1
e @ pdf.worker.js:1
(anonymous) @ pdf.worker.js:1
(anonymous) @ pdf.worker.js:1
(anonymous) @ pdf.worker.js:1
pdf.worker.js:1 The provided value ‘moz-chunked-arraybuffer’ is not a valid enum value of type XMLHttpRequestResponseType.
e @ pdf.worker.js:1
(anonymous) @ pdf.worker.js:1
(anonymous) @ pdf.worker.js:1
e @ pdf.worker.js:1
(anonymous) @ pdf.worker.js:1
(anonymous) @ pdf.worker.js:1
(anonymous) @ pdf.worker.js:1
pdf.worker.js:1 Warning: Could not find a preferred cmap table.
pdf.worker.js:1 Warning: Could not find a preferred cmap table.
three.min.js?ver=5.3.2:154 THREE.WebGLRenderer 84
pdf.worker.js:1 The provided value ‘moz-chunked-arraybuffer’ is not a valid enum value of type XMLHttpRequestResponseType.
e @ pdf.worker.js:1
(anonymous) @ pdf.worker.js:1
(anonymous) @ pdf.worker.js:1
e @ pdf.worker.js:1
(anonymous) @ pdf.worker.js:1
(anonymous) @ pdf.worker.js:1
(anonymous) @ pdf.worker.js:1
2pdf.worker.js:1 Warning: Could not find a preferred cmap table.
pdf.worker.js:1 Warning: TT: more functions defined than expectedStill problem here.. I tryed also to add the cover image but nothing solved..