sirdragonlord
Forum Replies Created
-
Looks like no one else is noticing this error it is a problem and when I search for it I see all the error logs Google has found with it. Hopefully I’ll find a solution.. If anyone else has any ideas it would be great.
An update on what I have found and some clarification.
The domain mapping plugin I am using is the one from WPMU https://premium.wpmudev.org/project/domain-mapping/ and it is their latest version that has the conflict with TML. It is any version newer than 4.4.0.2. Once I reverted back to that version the registration page started loading correctly as well as my logout started working properly again.
Just another reason to insure that auto updates are off on everything when running a complex website.John Overall
Solved it seems that my theme was calling an outdated version of jquery after an update to that all is well thanks to anyone who had a look.
Thanks for that Christopher, I will add that info into my podcast for the listeners..
Forum: Plugins
In reply to: [WordPrezi] Unable to install from DashboardThe problem discovered here is that the plugin is packed twice in the zip file.. Temp fix to install is to download it unzip it look inside and then manually upload it..
Look forward to seeing it in action glad you have not abandoned it..
Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] Disable HelloBarwhat you can do is to create a custom.css file add it to the directory for wptouch-pro then add that css file url and then go to General > Global General > Advanced section and point WPTouch to your custom css file.
it works great
thanks for the tip on the css code all I need to do was figure out were to put it so it would survive an upgrade.
Glad you ask this question..
Forum: Plugins
In reply to: [DM Albums] [Plugin: DM Albums] Not able to add captions on any browserTo add to this it seems I suddenly cannot sort the photos in the album either.. I have not added any new plugins simply did some updates to plugins in the last day.
Forum: Plugins
In reply to: [DM Albums] [Plugin: DM Albums] Slideshow control does not show in FirefoxFor any else who comes here I found the fix..
at about line 37 in the galleria.classic.css file change to this.. adding the !important tag to height and width.. and all will be well..galleria-thumbnails .galleria-image {
height: 40px !important; ;
width: 60px !important; ;
background: #000;
margin: 0 5px 0 0;
border: 1px solid #000;
float: left;
cursor: pointer;
}done thanks
My apologies I meant to come back sooner.. This has been resolved by moving servers thanks anyway..
Cancel this as I had to move onto an different plugin. So the urls above no longer go to gallery
So has this plugin been abandoned It still does not seem to work? Too bad if it has it seemed to have great potential.
Thanks Nick that makes so much more sense to me now.
For those that follow on this question.
You need to create a custom field like featured-widget place the link in the value section of that then in the widget place the name of the custom field where custom link is at and your good to go.
John Overall
Forum: Plugins
In reply to: (Tweet Old Post) Impossible to save changes, kicked out to the login pageI do believe I have a fix for folks although it may be temp..
The biggest problem I found was that plugin was trying to rdirect to the wrong url i.e. the www version vs the non www version of url here is where I found the issue..
in the top-admin.php file on about line 458 look for following code
<input type="text" style="width:500px" id="top_opt_admin_url" value="' . $admin_url . '" name="top_opt_admin_url" /><br/><b>(Note: If this does not show your current URL in this textbox, copy paste the current URL in this textbox)</b>
Then where it says value=”‘ . $admin_url . ‘” change that to your proper url i.e. https://www.mydomain.com/wp-admin/admin.php?page=TweetOldPost
this solved it for me hope it helps others.
[ Signature moderated per forum rules. ]