Aidas
Forum Replies Created
-
Forum: Plugins
In reply to: [NM Contact Forms] GET form field that is not editableFor everyone wondering this has been resolved since version 1.1.8.
Read-Only option was added to the field options.Forum: Fixing WordPress
In reply to: Popup jQuery not workingdo you see any errors in the console?
Forum: Fixing WordPress
In reply to: Popup jQuery not workingThe problem is that you do not prevent default behaviour of
<a>
element. Try the code below:$(document).ready(function($) { $('.wolfnet_listingLink').addClass('popup'); $('.popup').click(function(e) { e.preventDefault(); var NWin = window.open($(this).prop('href'), '', 'scrollbars=1,height=400,width=400'); if (window.focus) { NWin.focus(); } return false; }); });
Forum: Fixing WordPress
In reply to: help with font size & line spacingOn which particular block do you want to change your styles? is it homepage post excerpts?
Forum: Fixing WordPress
In reply to: Blank thumbnails in the library!!Hey,
Could you check if those images actually get uploaded to wp-content/uploads folder?
Another thing I would suggest is to check console for javascript errors, it could be that you using some old plugins that registers old WP media scripts and they conflict.Thanks,
AidasForum: Fixing WordPress
In reply to: New PostsInstall jetpack.
Easily allow any visitor to subscribe to all of your posts via email through a widget in your blog’s sidebar. Every time you publish a post, WordPress.com will send a notification to all your subscribers.
All users that has Subscriber role will receive the latest content by email.
Forum: Fixing WordPress
In reply to: Lost email infoNo problem ?? let me know if it helped.
Forum: Fixing WordPress
In reply to: Lost email info@stevesterndatacom should have googled before writing the tutorial, anyway, maybe will come in handy to someone.
Forum: Fixing WordPress
In reply to: Major website problems@macmanx Sorry about that.
I hope thread author can tell us more info once he enables WP_DEBUG so we can help him.
Forum: Fixing WordPress
In reply to: Lost email infoHere you go:
[link moderated – keep support on this site]
I hope this is informative enough.Forum: Fixing WordPress
In reply to: Lost email infoLet me create a tutorial for this one. Will edit this post once done.
Forum: Fixing WordPress
In reply to: Major website problemsI would suggest to open wp-config.php and change
define('WP_DEBUG', false);
to
define('WP_DEBUG', true);
Instead of blank screen this should make actual error to appear. Once you do that, copy error here.
If you need some private help, drop me an email to [removed].
Forum: Fixing WordPress
In reply to: How to add badge/tag/sign to portfolio items?I would suggest using ACF plugin, but that would involve some template coding too. If you need help with setting up ACF, drop me an email to [removed].
Forum: Fixing WordPress
In reply to: Not able to set front page / static pageDo you use any static caching plugins? Could it be that you need to flush cache?
Could you provide the link to your website?Forum: Fixing WordPress
In reply to: Restoring 6gb WP Backup .tar.gzI put a quick tutorial how you can import it using SSH:
[keep support on this site]
Do not solicit work or ask for contact info in these forums. See https://codex.www.ads-software.com/Forum_Welcome#The_Bad_Stuff