Aaron
Forum Replies Created
-
Forum: Plugins
In reply to: [301 Redirects - Easy Redirect Manager] Invalid Destination URLUnfortunately I just edited the .htaccess file and entered in the redirections manually!
E.g.
Redirect 301 /old-page.php /new-page/
Luckily my site only had less then 10 pages to redirect, hate to have 50 or 100 pages to redirect manually…
Hopefully there is a solution!
I googled a similar problem and found this post, and suspect our friend desert_king may have needed to include this in his shortcode limit=”-1″.
Your plugin will by default only show the first 15 items if they are of the type post IIRC. Code I am using on one of my sites is shown below, if I don’t include the limit=”-1″, only the first 15 of these items will appear.
[pods name=”single_colours_chart” order_by=”name” template=”Single Colour Template” limit=”-1″]
For future reference, you can visit this link (https://pods.io/docs/learn/shortcodes/pods/) and see the extra attributes that you can include to extend your short code.
Hope this solves our friends problem, it solved mine!
Forum: Plugins
In reply to: recaptcha plugin error line 505I would like to confirm that the solution idzat provides does indeed work. Thank you!
Forum: Fixing WordPress
In reply to: 2.8 upgrade killed visual editorThe advice from user “rfruchtman” worked for me!
For those that skipped through all the posts to the end here, all I did was;
1) Simply download 2.8 manually (from the wordpress homepage) and unzip and navigate to the js/tinymce folder.2) Copy the ENTIRE tinymce folder and paste it over the tinymce folder in my existing website.
3) Upload the new tinymce folder and its contents to your ftp.
4)Refresh cache and page and my wysiwyg and kitchen sink all appeared!
5) Hallelujah!
6) Wait a few weeks or months between wordpress minor upgrades so you don’t have to do all this crap in future!