osilvab
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress LiveRacers] Java script errorsThe thing is that I’m not using the plugin anymore. so right now the problem can not be reproduced.
But if it helps, the plugin was being used on the siderbar that was visible only on homepage. But in other pages where sidebar was hidden then it was showing those errors and the format of the page (full width) was misplaced.
Now i’m using the manual approach with the codes found in the liveracers page. I have the script on the <head> of the webpage and a custom html widget instead of the wp-liveracers plugin. It works well, but not in https.
Forum: Plugins
In reply to: [WordPress LiveRacers] Java script errorsThanks for the reply 🙂
I think i never managed to “fix” it. what i did was not use the plug-in directly but use a Custom HTML widget with the instructions at:
http://liveracers.com/Support/Widgets/Widget/Live
using the code:
<div id="lr-servers" orientation="horizontal" width="300px" canjoin="true"></div>and it was working for sometime. later I got a SSL certificate for the website and so the script stopped working whenusing https, I changed the URL in the <head> in to https:
<script type="text/javascript"> window._lr = { url: 'httpS://liveracers.com', domains: ['domain'] //or multiple domains: ['domain1', 'domain2'] }; (function () { var lr = document.createElement('script'); lr.type = 'text/javascript'; lr.async = true; lr.src = window._lr.url + '/Scripts/api.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(lr, s); })(); </script>But it didnt work anymore.
so right now it doesnt show any server unless i forced the use of non-secure http.
- This reply was modified 7 years, 6 months ago by osilvab.
Apparently the error is not due to permissions, but due to in the new hosting the path has changed but updraft is still trying to access the previous one. I reinstalled the plugin but it didnt solve the problem.
Is there any way i can change the corresponding path for the upload folder?
update:
i edited the config file and wrote manually he client id and key and now its working again. however i still have another problem that will report in other thread.
It showed up once it was published.
Thanks Jeff. I fixed that and now it’s working well.
Forum: Plugins
In reply to: [WP Tiles] Can each tile have a destination urlNo, I just found it out after realizing that the link argument was’nt there. maybe it is that both plugins don’t interact well together and the custom links overwrite the other.I don’t know.
Forum: Plugins
In reply to: [WP Tiles] Can each tile have a destination urlI found how to make “WP Gallery Custom Links” work. you need to define in the code the “link” argument. example:
[gallery tiles="true" id="Simple" ids="674,675,676,673" small_screen_grid="Mobile" breakpoint="400" padding="40" pagination="ajax" grid_selector_color="#444444" link=post]
Forum: Plugins
In reply to: [wpForo Forum] RSS general feed urlThis would be a good solution to get notifications of the forum activity in other apps/platforms. Im trying to get notifications in Slack in anyway, In trying RSS, email, but I haven’t got a good solution.
As it is now each topic requires its own RSS and it will be impossible to maintain the RSS sources updated when several users create new topics.
If we could have a general RSS feed including all topics/posts/replies that would be very useful.
Forum: Plugins
In reply to: [Twitch Menu Status] help! it doesn’t work!I managed to fix it!
Forum: Plugins
In reply to: [Twitch Menu Status] help! it doesn’t work!Ok it seems the problem is only on the mobile. apparently the class changes or the id.
Forum: Plugins
In reply to: [Twitch Menu Status] help! it doesn’t work!I have tried with the default setup. i have changed it to “nav:div.head ul:#menu-primary.menu” and to “nav:div.head ul:#menu-primary.menu, #primary-navigation ul:first, .site-navigation ul:first” but it never shows in the menu.
Can someone give me a hand on how to conigure this jQuery selector?