Daiv Mowbray
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to find root directoryYour WordPress is installed in the domain http root which is probably public_html
to upload, you would want to do so in wp-content/Forum: Fixing WordPress
In reply to: Rafflecopter code is disappearing from my postsAdding a js file link directly into your post is not the proper method.
Yes WP strips that type of code from post content by default.
You might want to try a plugin specifically designed to add javascript to your post, superslider-perpost-code may work for you, designed to add js code, but not for linking js files. To link js files to your post search for a plugin just for that.Forum: Fixing WordPress
In reply to: Widget hasn't activatedTinyMCE is very persistent in cache.
Try connecting from another browser to test.Forum: Fixing WordPress
In reply to: WP 3.5 Media Manager user interface not showingGlad that worked,
keep on publishing!Forum: Fixing WordPress
In reply to: How could I change portfolio permalink?Is portfolio a category name?
where does the word portfolio come from?
check: admin – settings – permalinks – Category baseForum: Fixing WordPress
In reply to: display pdf files using an embed commandTo control the display size of your file would probably need some css coding, especially if you are using:
<embed src="NAME OF FILE.pdf" width="500" height="375">
if the pdf is not presenting at 500px wide.
send a sample link of your issue.Forum: Fixing WordPress
In reply to: Posts Missing ScheduleHello,
this may be due to WordPress cron, (which I believe is the file which activates the posting of future posts) well it needs to be manually activated. The way the WP system activates the cron is when someone visits the site. “Missed Schedule” would imply that cron did not activate the posts publishing time.try to visit the front side of your site on the day your post needs to be posted, after the time to post.
HTH.
Forum: Fixing WordPress
In reply to: Visual Editor GoneTo be clear:
your visual editor is gone from every site?
every site is a different domain?
on the same or different servers?
all with a new plugin, or recently updated plugin?
do you use better-wp-security plugin?
disable all plugins and test.
if the editor re-appears, the issue is a plugin.
change themes, if the editor re appears the issue is a theme.
if none of this works,
let us knowForum: Fixing WordPress
In reply to: sample page deletedSounds like you need to go into your admin – settings – reading
and set “Front page displays” to either a static page which could be any page, or Your latest posts.(be sure that the page actually is available)
save the settings.
test
then go to admin – settings – Permalink Settings
and ensure that they are set as you desire, then save those.
ensure your permalinks are working,
testForum: Fixing WordPress
In reply to: Gallery Page Spontaneously Adding MediaI am taken to an attachment page when I click the image link.
This attachment page has a next button, clicking through does take me to image five, then to image six. The previous next buttons in this case is in reference to the post type of attachment, not specific to the gallery.So, this works as expected.
If you want the attachment page to only display next and previous for the images attached to that post, you will need to edit your attachments.php file in your theme.You might just go for a lightbox pop over for viewing the images at a larger scale.
Forum: Fixing WordPress
In reply to: change permalink affect attachmnt links?Before you do a change with your permalink structure you should get a plugin to handle the 301 permanently redirected issues.
To make a global change for content in all posts you can use search and replace plugin. if you needed to change all instances of w-content/uploads to my-content/uploads for example.
Forum: Fixing WordPress
In reply to: All my widgets have disappearedThis issue has been resolved.
resetting the wp-config file to the old data base brought all posts and content back to life.Forum: Fixing WordPress
In reply to: can't log in to the website, only get a white screen.Do a search here for the white screen of death.
There are solutions.Forum: Fixing WordPress
In reply to: how to change default text in main columnHave you looked in the theme options/ settings pages,
go through the options pages under: admin – appearance –
you are using the pagelines theme,oh, you have the footer info(address) in a text widget,
go to appearance – widgets – find the text widget named “Peter G. ReJune Licensed Realtor Broker…”
edit the text and or title of this widget.Forum: Fixing WordPress
In reply to: Links redirect to securesignupoffers.orgHello,
http://perfectbody-tomaszow.pl/
works,
links do go to http://145749765106991.securesignupoffers.org/h/
this is not a top level htaccess issue, check if you have htaccess in a sub directory.
Basically it seams as though your site has been hacked.