Forum Replies Created
-
AuthorPosts
-
It looks it was a hosting issue. Thanks
And the theme options menu doesn’t load! Weird. May you check?
- This reply was modified 9 years, 9 months ago by aymanati.
I’ve done that already. No change.
Hi. I tried in different browser, Safari, and the problem still exists. And why is the loading so slow? What could be the issue?
Hi. I just did. The problem still exists.
Hmmm. I used the video as background in Color Section. The image background there wouldn’t mask the video.
I’m using Fullwidth slider, and sometimes video background in the color section. Is there any way to do it there?
Hmmmm. Sorry I didn’t get the difference between the quick CSS and child theme CSS. I know they’re different, but I thought quick CSS should handle any CSS change. So as a rule of thumb, what should I post in the quick CSS and the CSS file?
Fixed it by adding
body{ font-family: "Droid Arabic Kufi" !important; }
However, it should work without this addition I think.
Sorry problem again.
I edited an element in the Advanced Styling, then removed it. Now the font type won’t render like before!
Great :)
ThanksNo luck. Didn’t work. Not only the font type, even the font sizes changes are not reflected.
Thanks. RTL is fixed. But the font is not rendered.
I used this
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Droid Arabic Kufi'] = 'Droid Arabic Kufi'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Droid Arabic Kufi'] = 'Droid Arabic Kufi'; return $fonts; }
Hello, did you have a chance to look at it?
Thanks
This reply has been marked as private.Thanks. I added it but it’s not working. I’ll give you access to the website in a next private reply.
It exists: http://almobadarat.com/site/wp-content/themes/enfold/css/rtl.css
Do you mean this file?
yes:
http://almobadarat.com/site/I can give you access if needed.
Hi. It still didn’t work. This is what I did:
in wp-config.php I used:
define('WPLANG', 'ar_AR');
In the child theme, I added this to the child functions.php:
wp_enqueue_style( 'avia-rtl', get_template_directory()."/css/rtl.css", array(), '1', 'screen' );
I also added this:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Droid Arabic Kufi'] = 'Droid Arabic Kufi'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Droid Arabic Kufi'] = 'Droid Arabic Kufi'; return $fonts; }
Why it didn’t work? Still no RTL.
- This reply was modified 10 years, 2 months ago by aymanati.
But will this still work is I update the theme or WordPress in the future?
I tried ‘ar’ but it didn’t work.
How do I enable RTL? I don’t want to change the back end, only front end.
I used this in wp-config.php file but no change:
define('WPLANG', 'ar_SA');
I removed the calendar and it worked.
Hi. Check: http://ekoncept.net/phrs
Easy slider. Even the post slider had the issue.
-
AuthorPosts