Lemnis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Warning: function not found or invalidYes, I changed the domain name.
My .htaccess:
# Handler PHP 5.5 AddType application/x-httpd-php55 .php <IfModule mod_suphp.c> suPHP_ConfigPath /opt/php55/lib/php.ini </IfModule> # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Forum: Fixing WordPress
In reply to: Warning: function not found or invalidI did the migration to another host.
So I did backup of database and files (public_html).I can’t access the administration page, the site was in a redirect looping and now I can see only the homepage with that warning message.
There is a paid wordpress support to solve it?
Thank you so much for your attention!
Forum: Themes and Templates
In reply to: [Customizr] Responsive Youtube with mute without pluginHi, Denzel!
I have some doubts about this issue. Can you help me?
About Iframe API:
I have to place a javascript function (onYouTubeIframeAPIReady). Where do I place this function? Is in functions.php? (I use the child theme).
Where do I place the <iframe>, <script> tags.. html tags?
Is there a way to place these tags in a file other than the page editor?Is very important that all the site be responsive.
Thank you so much for your tips and sorry about my english.
Forum: Themes and Templates
In reply to: [Customizr] Responsive Youtube with mute without pluginThank you so much for your reply!
I’ll try it.If I didn’t get it I’ll try using column layouts + embed plus plugin.
Thanx!
Forum: Themes and Templates
In reply to: [Customizr] oEmbed – Don't work in Customizr ProYes, you are right.
I tried in a paid hosting and it works great.
Thank you for your reply!Forum: Themes and Templates
In reply to: [Customizr] [Child] Customizr Pro – Template: ?Thank you!
Forum: Themes and Templates
In reply to: [Theme Great] Width (max) videoExample:
<iframe width=”400″ height=”225″ src=”https://www.youtube.com/embed/-myvideo” frameborder=”0″ allowfullscreen></iframe>But the youtube video show width with 656px.
And viewing in Chrome and Firefox is different.Someone can help me, please?