pgDarkness
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Quest] rtl.cssOK, I spent some of my time today for this and I’ve got some results.
The root of my two problems I mentioned before is the order of objects getting inserted into it.
Something I think can not be fixed by CSS and I need to modify the PHP function responsible for creating that item. Hear the rest of story and correct me if I’m wrong.This is what I did :
1. I’ve created a complete RTL version of main style.css.
2. I’ve placed new style.css into root folder of my child theme.
3. Modified my child theme functions.php so it won’t use the parent style.css.At this point there were broken things because of their order (like social icons and Copyright text in footer) and I figured I need to change PHP functions to fix them.
4. So I modified footer.php and swapped those to functions.
5. And finally removed previous rtl.css. This is my child theme directory now :fonts {a folder containing my own fonts} style.css {RTL version of original style.css} footer.php {modified to reorder items in footer} functions.php screenshot.png
Wild journey. Now I need help to do the rest.
My next problem is to modify the rest of php codes to reorder the rest of broken things (like navigation or quest_title_bar) and the problem is their code is located in a subdirectory.
For example to fix quest_title_bar, I need to modify template-tags.php located in :.\inc\template-tags.php
I’ve created the same directory with modified php file in my child theme but no luck. Then I find out there is a function in functions.php @line 385 that calls that file :
/** * Custom template tags for this theme. */ require get_template_directory() . '/inc/template-tags.php';
I tried to modify the function in my child theme functions.php but it broke the website.
So what do I do now?
Forum: Plugins
In reply to: [Telegram Bot & Channel] Error: incorrect parametersGood job with tracking down and fixing the Persian numbers conversion problem.
For you who might have the problem, update the plugin.
Thanks again for your time and effort.Forum: Plugins
In reply to: [Telegram Bot & Channel] Error: incorrect parametersI did, no response.
check your spam?!Forum: Themes and Templates
In reply to: [Quest] rtl.cssanyone care to comment?
Forum: Reviews
In reply to: [WP Quick FrontEnd Editor - WordPress Plugin] Not WorkingI’m looking for a reason to not to use this plugin and I find this review!
Trolls everywhere…Forum: Plugins
In reply to: [Telegram Bot & Channel] Error: incorrect parametersI mean this picture.
I cut the last digits for privacy reasons.Forum: Plugins
In reply to: [Telegram Bot & Channel] Error: incorrect parametersI noticed the section I covered with * in log on my first post, which I figured should do some thing with subscriber identity, is in Persian numbers while the same section for other log entries with successful sent is in English.
Does that have to do with anything? Maybe codepages while parsing the arguments went wrong in my case?Forum: Plugins
In reply to: [Telegram Bot & Channel] Error: incorrect parametersEveryone
??Forum: Plugins
In reply to: [Telegram Bot & Channel] Error: incorrect parametersSame problem with only english alphabet.
My website is in Persian language, would it matter?Forum: Plugins
In reply to: [Telegram Bot & Channel] Error: incorrect parametersThis was the message :
Darkness Solutions – Automation Solution is official | https://pgdarkness.ir/automation-solution
Forum: Plugins
In reply to: [Telegram Bot & Channel] SSL and RSSConsider deploying the feature in plugin options instead. Because some people like me use applications like “Open Live Writer” to publish posts and there wouldn’t be any box there.
Keep up the good work.
btw, I’m using your Zappier app atm to do the updates in channel. Great job there too.
Forum: Reviews
In reply to: [Telegram Bot & Channel] Perfect Team Perfect Plugin.Where is the translation?
Forum: Plugins
In reply to: [Telegram Bot & Channel] how to send latest post in responseShortcodes with plugin “Amr shortcode any widget” would do the trick.
Thanks.Forum: Themes and Templates
In reply to: [Quest] No more Google FontsWell, thx mr Case, that was helpful.
Forum: Themes and Templates
In reply to: [Quest] No more Google FontsThere is a “Font Awesome” section in “/quest/assets/css/quest-all.css” that is using @font-face.
Besides that I don’t see anything else.ok, so let me check if I got it right.
Because of “quest-all.css” file that is using “@font-face”, the google fonts api is being called.
The only way to get rid of this, is to remove all “@font-face” codes from the related file.
But if I do this, at the next Theme Update, I have to do it again.Right?