Abdallah Nofal
Forum Replies Created
-
Not working in the new versions.
Forum: Plugins
In reply to: [ACF: Star Rating Field] Not appearing as an optionThis plugin didn’t updated 2 years ago.
Forum: Plugins
In reply to: [Instant Articles for WP] RTL SupportIt depends on the plugin that you used for multilingual. WPML supports that, and I think qtranslate too.
Forum: Networking WordPress
In reply to: Error: Too many RedirectsHello Just define these two lines at wp-config.php
define(‘WP_HOME’,’http://yourdomain.com’);
define(‘WP_SITEURL’,’http://yourdomain.com’);
and make sure that you are using the correct htaccess- This reply was modified 9 years, 4 months ago by Abdallah Nofal.
Forum: Plugins
In reply to: [Instant Articles for WP] RTL SupportThanks, worked for me but Instead of line 266 just search about
$html = $document->createElement('html');
and add this line after it
$html->setAttribute('dir','rtl');Forum: Plugins
In reply to: [Search & Filter] Plugin not using taxonomy slug after updateReally thanks, It really bothered me and I was going to disable the plugin or remove custom slugs … please @designsandcode Update it.
i just delete the spaces below the last line, because i remember i pressed enter a lot at the end of the page so i don’t know why it gaves me error