gabrielcastillo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Page search results displays post title but NO postTry saving your peramlink settings again.
Forum: Fixing WordPress
In reply to: Use a page as a frontpage for a seperate blogIs your front page a blog roll or a homepage? You can use settings to define Home page and Blog page.
Or
If you want your home page as a blog roll and another page as a blog roll. you could use a custom post type for this.
Forum: Fixing WordPress
In reply to: Cannot select menu drop down itemsWhat is the problem exactly?
Forum: Everything else WordPress
In reply to: Links not working – permalink broken?Goto your settings->permalinks and click on the save button. This will reset your permalinks in your htaccess file. If that does not work, try renaming your htaccess file to .htaccess.tmp
Also, check if you have plugins that are causing errors. You can do this by disabling all of them to see if the problem is fixed, then enable one at a time.
Forum: Fixing WordPress
In reply to: Updated to WP 4.0 and site disappearedCheck if you have and index.html file in your document root. If so rename or remove.
Also try commenting out your htaccess file.. or rename to .htaccess.tmp to see if this will fix your issue.
If you would like to roll back your wordpress version, you can do this by downloading an older version of wordpress, FTP into your host and copy replace the main files. Be careful not to lose the wp-content files. this is where all you theme, plugins, uploads are being held.
Forum: Fixing WordPress
In reply to: Changing relative URL pathsyou can try defining your url and paths within you config file..
define('WP_HOME','https://example.com/dev'); define('WP_SITEURL','https://example.com/dev');
Docs: Documentation
Forum: Fixing WordPress
In reply to: Posts Protected with PasswordWell, my friend, if you read the documentation. You will know that WP stores the password in a browser cookie. So with that information, you should be able to create a solution to your problem.
However, seems like you do not want to work out the problem or don’t know how to figure it out. So I will tell you.
To create a solution to your question: You want visitors to enter a password on each page visit.
Solution: Remove browser cookie after each successful login. This is a simple task that can be done within five mins.
How do you like that, for not knowing something.
Forum: Fixing WordPress
In reply to: how to remove comment boxCheck you comments in the admin section.. Do you see duplicate comments? If so delete what you dont want.
Forum: Fixing WordPress
In reply to: links in POST ONLY are white and can't be seen! HelpChange the color values
/*-------------------------------------------------------------- 5.1 Links --------------------------------------------------------------*/ /* unvisited link */ a:link { color: #FF0000; } /* visited link */ a:visited { color: #00FF00; } /* mouse over link */ a:hover { color: #FF00FF; } /* selected link */ a:active { color: #0000FF; } /*--------------------------------------------------------------
Forum: Fixing WordPress
In reply to: Posts Protected with PasswordCheck out the documentation for using password protection.
Forum: Fixing WordPress
In reply to: How to send a link to a file on my siteUpload your pdf file with the media uploader.. Then use the link created to send out.
The file will be located in you uploads directoryForum: Plugins
In reply to: [WP THEME FILE UPLOADER] Filename case gets changedThanks for the letting me know.. I don’t really use uppercase in my file names so, I didn’t think about that.. Making the change wouldn’t be hard to do.
Forum: Fixing WordPress
In reply to: Slider WidthHere is what you are looking for. This is the slider being used on the link you showed.
Forum: Plugins
In reply to: [WP THEME FILE UPLOADER] some fixes and translationSorry for the long delay in response. Thank you for your input and help. I will update the plugin shortly.
Forum: Reviews
In reply to: [WP THEME FILE UPLOADER] So Far so Good!your welcome! I am hoping to update this plugin soon to add some more features.