bernbe01
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: registration emails rejected as spam or not sentso are you using your gmail settings to authenticate or are you trying to go through unlimitedwebhosting.co.uk?
the server that is rejecting your mail is not a google server:
bash-4.3$ host 149.255.60.65 65.60.255.149.in-addr.arpa domain name pointer mail-gw.unlimitedwebhosting.co.uk.would you mind configuring wp bank mail to send through gmail for a test?
Forum: Fixing WordPress
In reply to: Changing color & removing extra white space on opened page, how?hey there!
to change size of the page title, you will need to add some custom css. i recommend either using a child theme or a custom css plugin
here is some css to try for your first request (play with the font size until you get it how you want)
.entry-title { font-size: 14pt; }and here is some CSS to reduce the space between your menu bar and the page content:
.singular.page .hentry { padding: 0; }Forum: Fixing WordPress
In reply to: registration emails rejected as spam or not sentcool thank you!
these lines appear to imply success as it authenticates, writes a message and then clears the message with reset command, though fromt he server names/ips it doesn’t seem to be going through gmail with WP Bank Mail, is that true or ami just reading it wrong?
thanks!
Forum: Fixing WordPress
In reply to: insert / edit link not workingi’m really just guessing at this point bud, i wish i had something concrete
i would do this next
-copy the clean theme files to a newly named (themenameTEST) folder on local computer
-ftp new theme folder up to wp-content/themes/
-activate newly uploaded clean version of theme
-test insert/edit link buttonif it still doesnt work, then you know it’s theme related
if it DOES work, then we know it’s related to your changes
for your own benefit down the road i do suggest you check out the docs on child-themes as they would help you through things like this rather than modifying theme files
Forum: Fixing WordPress
In reply to: Widgets are not savings / Savings too longdo you know if your server use suhosin?
i encountered a similar problem the other day after going to 4.1.1 with menus
Forum: Fixing WordPress
In reply to: insert / edit link not workingthat one doesn’t necessarily need deactivating, i was just suggesting correcting the css 😛 sorry!
so it works when you change themes
do i remember correctly that the other day you said you changed header.php? also have there been any changes to the themes javascript files?
Forum: Fixing WordPress
In reply to: registration emails rejected as spam or not sentwhen you are filling out the settings for WP Mail Bank, and you go to the Send Test Email tab, there should be output that looks like this which will have very verbose output
please paste that through as it will tell us more than those partial headers
Forum: Fixing WordPress
In reply to: insert / edit link not workinginteresting…..
i see an error currently on the font plugin (it’s looking for the path of localhost and not the server address)…. not sure whats up with that
do you know when/how this CSS was added:
<style type="text/css">@font-face { font-family: 'GothamBook'; src: url('http://www.melaniemendelewitsch.com/wp-content/plugins/font/font_files/GothamBook.eot'); src: url('http://www.melaniemendelewitsch.com/wp-content/plugins/font/font_files/GothamBook.woff') format('woff'), url('http://www.melaniemendelewitsch.com/wp-content/plugins/font/font_files/GothamBook.eot') format('eot'), url('http://www.melaniemendelewitsch.com/wp-content/plugins/font/font_files/GothamBook.ttf') format('truetype'); } PICK AN ELEMENT NOW - or type CSS selector(advanced) { font-size: 30px !important; color: #444 !important; } TR TD SPAN SPAN A { font-family:'GothamBook' !important;} @font-face { font-family: 'GothamBook'; src: url('http://localhost/melmendel/wp-content/plugins/font/font_files/GothamBook.eot'); src: url('http://localhost/melmendel/wp-content/plugins/font/font_files/GothamBook.woff') format('woff'), url('http://localhost/melmendel/wp-content/plugins/font/font_files/GothamBook.eot') format('eot'), url('http://localhost/melmendel/wp-content/plugins/font/font_files/GothamBook.ttf') format('truetype'); } .fontplugin_fontid_10146_GothamBook { font-family:'GothamBook' !important; } </style>Forum: Fixing WordPress
In reply to: Calling WordPress functions from a file.php inside the themehey!
file.php is not part of wordpress, so without including some core wp classes it won’t have access to their vars or functions
if you want to integrate it using the wp classes i believe you can add this line to the top of your php file (it assumes wordpress is *not* installed in a subdirectory)
include_once($_SERVER['DOCUMENT_ROOT'].'/wp-load.php' );another way: is it possible that at the point of link creation (the page before file.php gets called) that you could pass the needed vars as $_SESSION or $_GET vars you define?
Forum: Fixing WordPress
In reply to: insert / edit link not workingok… this may be womething
are you on 4.1.1?
do you have ftp access?
if yes & yes, download a clean zip /tarball of 4.1.1 and extract and reupload *just* the wp-admin folder to your wordpress root
the reason i’m thinking this is because if that core file is missing, others may be
Forum: Fixing WordPress
In reply to: registration emails rejected as spam or not sentwould you be up for trying wp mail bank plugin? it’s debug is a little more verbose
if you do want to try this, i’ll ask that you deactivate wp smtp for the time being
Forum: Fixing WordPress
In reply to: insert / edit link not workingi don’t know if any of those are actually the cause here to be honest
thats the contents of the console *after* you have clicked the insert/edit link button? i just want to double check but i bet it is
also, odd one, do yuo have the chrome extension window resizer running? if yes can you please try it with it disabled?
Forum: Fixing WordPress
In reply to: insert / edit link not workingare you in chrome?
can you access the console (F12) and reload the page please?
then in console if there are any errors paste them through to me
it should be easy, but it’s just forum policy to ask commercial products get supported by their creators
that being said, i’m happy to try helping
send me a link to the pastebin for the template in use on the broken pages please