juggledad
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: HTTP errorit could also be a timeout on the server
one thing you can for the time being is upload the files to teh server using FTP or your File manager and then try the plugin ‘Add From Server” (still works though is is getting a little old…)
Forum: Fixing WordPress
In reply to: Getting rid of wordpress/ without losing social sharesyou could try a htaccess redirect (google ‘htaccess redirect’)
Forum: Fixing WordPress
In reply to: Turning an Image into a Linktry googling ‘html make an image a link’
Forum: Fixing WordPress
In reply to: Can't login, have to ask password reset every time I want to login.if you can setup a subdomain (ie if your domain name is mydomain.com you could set up a subdomain palysite.mydomain.com) you should be able to point the subdomain to a seperate folder…depending on restrictions set by your host.
On my host I have several sites in the ‘/public_html’ so i;’d have
mydomain.com in /publick_html/mainsite
site1.mydomain.com in /publick_html/site1
site1.mydomain.com in /publick_html/site2
etcworks like a charm for me on my host.
Forum: Fixing WordPress
In reply to: Getting null instances everywhere in my codeI use a premimum plugin ‘ackupBuddy’ to move sites but there are some others around or you do it manually. See: https://codex.wordpress.org/Moving_WordPress
Forum: Fixing WordPress
In reply to: Gallery slideshow repeating the same imageinteresting, on my mac mini (10.10.5 Safari 8.0.8) i don’t see the problem BUT on my iPhone, I do see the problem. I suspect this is a Safari bug because I’ve seen something like this on another site – in thqat case the first post always seems to retreive the second post’s video – again only in Safari – FireFox and Chrome are fine.
Forum: Fixing WordPress
In reply to: Getting null instances everywhere in my codeWell you could duplicate the entire site to a test site and debug it there. then you could disable the plugins without effecting the ‘public’ access to the live site.
Forum: Fixing WordPress
In reply to: Getting null instances everywhere in my codeWell then I would suggest you disable ALL the plugins and see if the issue still exists. If it does not, add the plugins back in a couple at a time till you find the culpret.
Forum: Fixing WordPress
In reply to: Registration without restricting accessyour issue with the plugin seems not to be unique (see https://newuserapprove.com/problems-sending-emails/)
have you contacted the plugin author about this? if not, why not?
Forum: Fixing WordPress
In reply to: Assigning posts to Menus, Categories and Pagesone way to have posts show up on a particular page would be to assign them in separate categories.
Say you have posts about sailing and some posts about hiking and you want all sailing posts to be shown on one page and all the posts about hiking on another. You add the category to the appropriate posts then use a plugin like ‘List Category Posts’ and then add the shortcode for sailing on page ‘A’ and add the shortcode for hiking on page ‘B’
Forum: Fixing WordPress
In reply to: Uploaded file exceeds the upload_max_filesizeyou need to increase the size in the php.ini. You may have to ask your host for help doing this.
Or you could use FTP to upload the theme to the theme’s folder.
Forum: Fixing WordPress
In reply to: Getting null instances everywhere in my codeare you using the ‘Easy Responsive Tabs’ plugin by any chance? if so take a look at this thread: https://wordpress.org/support/topic/tabs-do-not-work-just-show-strange-code?replies=4
Forum: Fixing WordPress
In reply to: Can't login, have to ask password reset every time I want to login.is the subdomain with the problem and the subdomain on the test domain on teh same or different servers?
and I’m asking because if they are on different servers then it’s clearly not (completely) a wordpress issue – there may be differences in the software/patches/security betweenteh two servers and you would have to ask your host about this.
Forum: Fixing WordPress
In reply to: I lost my post.Find the post and look at the value in the ‘post_parent” column.
search for the post with that ID so if the value in ‘post_parent’ was 106 you would use
SELECT * FROMwp_postsWHEREID= ‘106’Forum: Fixing WordPress
In reply to: WP too slowI didn’t find how to reduce the number of posts per page to just 1. Is it in the theme options ?
dashboard->settings->reading