stuudio
Forum Replies Created
-
Forum: Plugins
In reply to: [Table Field Add-on for SCF and ACF] Request for installation instructionsAnyone?
Same here, it’s back.
BTW, it was fine for a while.
I have not added any new plugins and theme is same.
Forum: Themes and Templates
In reply to: [Cudazi Mono theme] how to remove logolook into /mono/images/ and replace logo.png with your own logo file.
EDIT: huh, I replied to wrong thread ??
Forum: Reviews
In reply to: [Events Planner] Free Version LimitedI wish I had seen this comment before I even started to waste my time with it ??
PayPal… huh, I am keeping my distance.Forum: Installing WordPress
In reply to: "automated WordPress update has failed to complete"Can anyone with programming background help me out here?
Please tell me what files to edit and what code I must add to find out why I can not update.Thank you.
Forum: Installing WordPress
In reply to: "automated WordPress update has failed to complete"respectyoda, sure I can but this is not a solution for this particular problem.
I need to figure out, what is wrong and why is this happening so I can avoid it later.Forum: Installing WordPress
In reply to: "automated WordPress update has failed to complete"Did that too. Nothing useful.
I do not mind editing php files involved to get more useful feedback, but I need precise instructions.Forum: Installing WordPress
In reply to: "automated WordPress update has failed to complete"there is pleny of space
website’s A(Address) record
Do you mean your DNS record?
You can try using your “hosts” file (PC you work from) and define your https://www.newsite.com
PS! Why do you waste your time with crappy MS Windows server is unclear but never mind that, it’s your site
Forum: Installing WordPress
In reply to: Problem on how to use the WordPressYou do not know how to write an article and publish it or what?
Can you be more precise?Forum: Plugins
In reply to: How to Log Users IP address when they register?Am I really the only WP user who needs this functionality? o_O
Or is there a better way to find like minds who can actually write the code for this?
I can not even write “hello world” from scratch. So I am obviously not a programmer but I can help testing ??
Forum: Plugins
In reply to: How to Log Users IP address when they register?For now, I tail|grep log file and get the IP addresses, and add those to my htaccess file.
Guess what, same compromised computers keep banging on the registration and login pages.
For a while I even informed the admins, who manage particular IP range but that was total waste of time.Here is just an example of IP that host compromised computers.
Sure, some ranges are huge but I really do not care for traffic from those countries ??107.161.82. 107.183.16. 120.37. 123.13. 142.4.212.217 162.248.102. 162.250.188. 178.238.133. 178.33. 183.207. 204.93.54. 27.159. 37.187. 37.247.52. 46.105.248. 5.79.81. 67.220.144. 69.167.81. 72.46.152. 85.17.227.
So, long story short – this non existing plugin must not only show the registration IP but also enable WP site admins to ban specific IP or a subnet.
2) and show number of comments for the article in the front page.
Number of comments was really easy.
<?php comments_number( 'no responses', 'one response', '% responses' ); ?>.
must be added to content.php and featured-content.php
1) change “2 days ago” type of “date” to a real date
looks more complicated
Forum: Themes and Templates
In reply to: [Expound] Align header img with nav-menuYou can try this in your child theme css
.navigation-main { clear: both; < -- comment this out display: block; float: right; width: 60%; < -- was 100%, adjust }
Forum: Themes and Templates
In reply to: [Expound] Menu background colourHow can I change the background colour of the main menu bar?
Start by adding this to your child-theme css
.navigation-main { background: none repeat scroll 0 0 #COLOURCODEHERE; }
and install Firebug to make working with css easier.
Also, when I create a new page the title appears in the main menu bar
Go to Appearance > Menu and look at the “Menu Settings”