BestLecture
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Share Boost] Text "Tweet" appears at beginning of excerptWe also need a fix. Please help us.
URL is https://www.gary-tv.com/garymain/?page_id=8Thank you.
Forum: Plugins
In reply to: [Easy Wordpress Parallax Slider] Dropdown menus shown below the sliderThanks for the update.
Forum: Plugins
In reply to: Help with slow performanceAn update:
Though the problem occurred when adding a category (I remember it clearly), now the problem remains also when deactivating polylang plugin.
So my conclusion is that I need to look for the problem somewhere else, not in polylang.
The P3 now shows a a loading time of 1.57 seconds while the loading time is 4+ seconds.
Thank you.
Forum: Fixing WordPress
In reply to: Website hangs / doesn't-response – GoDaddy serverThank you.
The plugins are probably not the problem and deactivating all of them didn’t help.
The problem occurs before the plugins stage.
The website doesn’t response for one minute plus as if something is wrong with the database or the server.We have a second website located besides the main website on the same server:
https://www.gary-tv.com/garytv/All of its plugins are deactivated and it contains only 2 pages.
Yesterday it took one second to navigate between one page and another.
Now it takes 2-3 seconds.What could be the problem? Should we complain to GoDaddy?
Thank you.
Thank you.
I think that “if condition” may work around this issue.
At least in some methods of putting a Like button, Facebook considers the specified address in the Like buttons’s DIV tag, not the URL or meta data. So if change this code to point url X, Facebook will show the number of like for url X, not the url of the page.This is from my experience.
Forum: Plugins
In reply to: Polylang with Graphin theme: can't update language's text directionThe last version solved the text-direction bug, thank you.
We also managed to work around the tags+categories problem by deactivating and reactivating the plugin.
One last issue, before our upgrade from 0.8.7 to 1.0.3, our home page URL was https://www.gary-tv.com/garymain. Now we can’t set it to be the same, the URL is always the full URL: https://www.gary-tv.com/garymain/?page_id=8
This results in much fewer FB likes to the page.Is there any work around to this issue?
Thank you.
Forum: Plugins
In reply to: Polylang with Graphin theme: can't update language's text directionHi again, since our update, every time a post is being edited (including new posts), all the tags (and categories) are being lost.
Are you aware of this issue?
(I can open a new thread if you want)
Thanks.
Forum: Plugins
In reply to: Polylang with Graphin theme: can't update language's text directionOkay, I understand.
The https://gary-tv.com/garymain/ URL is the “more info” page of the root page (https://gary-tv.com) which features a lecture.
Previously, the “more info” button referred to garymain/ . Now we changed it to refer to a specific page.
So overall it is a minor problem, right now.
Thank you for your hard work on this wonderful plugin.
Forum: Plugins
In reply to: Polylang with Graphin theme: can't update language's text directionHi,
The RTL issue has been solved, I added the rtl.css file using if/else condition in the header file. It wasn’t added by default, I guess since the language is set to LTR (since we can’t update the ‘text-direction’).
The one problem we still have is that our WordPress home (https://www.gary-tv.com/garymain/) leads to ‘page not found’ after adding a ‘lang’ parameter by default (https://www.gary-tv.com/garymain/?lang=en).
Thank you.
Forum: Plugins
In reply to: Polylang with Graphin theme: can't update language's text directionThank you for the quick response.
The Hebrew is partially RTL.
The main menu (and also the top icons) is left to right.
https://dl.dropbox.com/u/58211187/LTR-menus.png
(left menu item is the front page)As for the second part:
The language switcher was not set. I set it now:
https://dl.dropbox.com/u/58211187/language-switcher.pngThe Front page has no mirror page in English (on purpose).
Reading settings:
https://dl.dropbox.com/u/58211187/reading-settings.pngThank you!
Thank you very much for this detailed response. I will to see if it can solve my problem. I really appreciate you help.
Thank you.
1. No, I tried on another XP and one Win7. Other computers of admins (one windows, one Mac) didn’t encounter any issues.
2. https://www.gary-tv.com/garymain/
(WordPress is installed inside the “garymain” directory, the root is not WordPress). The problem occurs in all the pages.Thanks again.
That’s true, but how come in other computers everything works fine?
I just did a system restore and it didn’t help either. We afraid of doing upgrade since we use a sensitive plugin for multi-languages, but we will if no solution will come up soon.
Thank you for your response.
Forum: Plugins
In reply to: Polylang with Graphin theme: mirror front page uses normal page themeOkay, great, now everything is fine!
One thing that does not bother us, but you may want to check is that the mirror front page (the English one) still takes settings of a normal page, not the Hebrew front page. Unless I am missing something…
Thank you very much for your great work.
Forum: Plugins
In reply to: Polylang with Graphin theme: mirror front page uses normal page themeHi again.
I upgraded to version 0.7 and there seems to be a new problem:
The line:
define (‘WPLANG’, ‘he_IL’);
does not affect the website.
Before the upgrade, if this line was active, the dir attribute of the html tag was right to left (rtl) and the rtl css files of our theme (Graphine) were loaded.
After the upgrade, if this line is active, the dir attribute of the html tag is left to right (ltr) and the rtl css files of our theme are not loaded.Right now, it is as if our website does not support Right to Left languages, except for the lang attribute of the page which correct according to the language.
This is the website:
https://www.gary-tv.com/garymain/The reason it is right to left right now is due to if-else blocks I wrote in the header.php file in order to load the rtl.css files and to change the dir attribute of the page.
Do you have any solution?
Thank you very much.