Live4TheRisk
Forum Replies Created
-
Forum: Plugins
In reply to: [AWS for WordPress] Verify that your AWS credentials are accurate?I haven’t tried this in a month or so, but there was no solution given to me unfortunately.
Forum: Plugins
In reply to: [AWS for WordPress] Verify that your AWS credentials are accurate?@mrsjessicasimpson I dont have that option in my WordPress Plugin Page
@tstachlewski I opened the AWS console and able to write text and listen to audio
As far as the keys go I copy-pasted them in, also checked for whitespace etc…
Still nothing?
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Error code: Dropbox APIYes I am also having similar problems for a few days now.
Glad I’m not the only one.
Got it ok, No problem.
Thanks Tobias!
I have put it on a test server.
Here is link:
solidsurvival.comSteps to reproduce:
Just scroll down to end of table and click Next. You will see how the page just moves down and you can’t see the table. You have to scroll back up.Let me know what you think?
Thanks!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Defining Columns To CollapseI put the code that you added and I’m definitely seeing that the custom commands are being applied.
Now its about just coming up with the right custom command that I’m looking for.
Let me know if you solve this problem, so that I can remove workaround at some point.
Thanks Tobias!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Defining Columns To CollapseNo problem Tobias.
Thanks for looking at this. I hoped I helped by revealing this issue ??
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Defining Columns To CollapseHi,
I put it up on a live server at:
https://www.solidsurvival.comIn this example I have added the following code just to test a basic example of a custom command, but its not being applied.
"columnDefs": [ { "className": "all", "targets": [ 0, 1, 5 ] } ]
Let me know if you figure out why, then I can try different configs.
But basically in this table I want to show columns 0, 1 and 5 in mobile.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Defining Columns To CollapseNot sure this is working Tobias
I have this checked as well:
Use the following features of the DataTables JavaScript library with this table:I tried to make it very simple to test with something like this:
"columnDefs": [ { "className": "all", "targets": [ 0, 1, 5 ] } ]
Just to show three columns always, and thats not working ??
I’m not sure what i’m doing wrong, anyway to debug this?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Defining Columns To CollapseSent you Donation for Great Work Tobias
Ok so in Custom Command I would do the following and change my targets for min-phone-1 in this case only as such:
“columnDefs”: [ { “className”: “all”, “targets”: [ 0 ] }, { “className”: “min-phone-l”, “targets”: [ 1, 2, 5 ] }, { “className”: “min-tablet”, “targets”: [ 2 ] }, { “className”: “never”, “targets”: [ 3 ] }, { “className”: “desktop”, “targets”: [ 4 ] }, { “className”: “none”, “targets”: [ 5 ] } ]
Are these predefined classNames for DataTables?
Do I have to change anything in the shortcode of table to get this to work?
Forum: Plugins
In reply to: [Yoast SEO] Snippet Preview Not Updating?Figured it out bad plugin ??
Had WP Super HeatMap plugin that was causing issue.
Forum: Plugins
In reply to: [Yoast SEO] Think I broke Snippet Preview with Custom Permalinks Plugin?Figured it out bad plugin ??
Had WP Super HeatMap plugin that was causing issue.
I should add that I am using the W3 Total Cache plugin.
Maybe this has something to do with it?
This is the code that gets generated by the plugin after I set it to proxy script.
I can see that that the option got set because its using piwik.php instead of the piwik.js, but it always shows the URL i put on the first page.
<script type="text/javascript">var _paq=_paq||[];_paq.push(['trackPageView']);_paq.push(['enableLinkTracking']);(function() { var u="//SHOWS WHAT I ENTER ON FIRST SCREEN/"; _paq.push(['setTrackerUrl',u+'piwik.php']); _paq.push(['setSiteId',1]);var d=document,g=d.createElement('script'),s=d.getElementsByTagName('script')[0]; g.type='text/javascript';g.async=true;g.defer=true;g.src=u+'piwik.php';s.parentNode.insertBefore(g,s);})(); </script>
Forum: Plugins
In reply to: [Advanced Editor Tools] Editor Menu is Missing – Showing Blank RowMr. Andrew Ozz,
It seems to be working now :). Not sure what happened or if there was an update. After months of this issue I finally see the menu editor.
Although now when I try to drag buttons to customize it nothing sticks. None of the buttons can be edited.