citra
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post, but not to the front page.You can write a code to exclude certain categories from the front page. So if your video posts are all under ‘video’ category, you just exclude them out of your ‘loop’.
If you are uncomfortable with that, there are many plugins that can do that as well.
Forum: Fixing WordPress
In reply to: The requested URL /index.html was not found on this server.Link would be helpful so we can see what’s going on.
Also, do you mean index.php?
Forum: Installing WordPress
In reply to: Installing WordPress on my siteDepending on what your needs are, WordPress.com might be sufficient for you.
Also, have you read through the documentations yet?
https://codex.www.ads-software.com/Getting_Started_with_WordPressForum: Fixing WordPress
In reply to: Transferring Stats to Self HostedI believe you can just install Jetpack plugin and connect to your WordPress.com account and get your stats that way. I could be wrong though.
If you need help with merging subscriptions, I believe you need to contact .com support.
If you haven’t read this already, here is the guide from WordPress.com
https://move.wordpress.com/Forum: Fixing WordPress
In reply to: How to install fonts correctly?The source url is incorrect right? The file does not seem to be there but it works with the ‘webroot’ removed.
https://ubcmun.org/UBCMUN2017/wp-content/themes/sydney/fonts/KlinicSlabBold.otfForum: Fixing WordPress
In reply to: change the name of the host to hosted by WordPressAs Mark stated above, you are currently using a paid theme so we have no idea how the theme is setup. It could be as simple as changing a theme option but we can’t be sure. Your best bet is to contact ThemeForest and ask for support.
Forum: Fixing WordPress
In reply to: Warning message display when try to log in to my websiteHi. Were you in the middle of updating when this happened?
Do you have access to your website via your host? Or can you connect to your site via FTP?
Whichever method you choose, go and change the name of your plugins folder to something else. Then you should be able to login through your login page.
Also, check out the codex page for more detailed info.
https://codex.www.ads-software.com/Login_TroubleForum: Fixing WordPress
In reply to: Question about WordPress install and hostAre you looking for a text editor to post/edit your posts, like dbking suggested? Or are you looking for something to edit php files such as wp-config file?
If you wanted to try to install WordPress on your laptop, read through the following page and see if it is something that you can do.
https://codex.www.ads-software.com/Installing_WordPress#Installing_WordPress_on_your_own_ComputerForum: Fixing WordPress
In reply to: Images uploading twiceIt sounds to me like your theme is using your image from the post and making a feature post on the homepage with an enlarged image. Check your theme options and try to remove feature post and see if that double image problem disappears.
Forum: Localhost Installs
In reply to: WAMP "local host refused to connect"I haven’t watched the video so I don’t know how accurate it is but… that video was published on May 1, 2014. WordPress and WAMP both changed a lot in the past 2 years. So the information in the video might not be accurate.
Make sure all your services are running such as your server, db, php etc. This could also be happening because something is blocking your access to localhost such as other programs or your firewall.
Also for your reference, WAMP has their own forum at https://forum.wampserver.com/list.php?1.
Forum: Fixing WordPress
In reply to: what is filter and action hooksIf you haven’t already, try reading through https://codex.www.ads-software.com/Plugin_API which explains the difference.
btw, this is the installation forum. You might want to try posting on a different forum for people to chime in.
Forum: Fixing WordPress
In reply to: Malware Keeps Coming BackRead through the official codex for My Site Was Hacked.
https://codex.www.ads-software.com/FAQ_My_site_was_hackedAnd I would definitely take the time to update the theme as that might be the culprit.
Forum: Fixing WordPress
In reply to: My site is stuck in maintenance modeCheck your root folder for a file called .maintenance and delete the file. You should be able to get back in.
Forum: Fixing WordPress
In reply to: Media library cannot load in 4.5.2It could be because your server is using an outdated version of Imagick.
The following was stated by @james Huff(Volunteer Moderator)
Image uploads may fail on servers with an older version of Imagick. (See Trac ticket #36534) Note: while a fix for WordPress is in progress, updating Imagick on the server is also a solution.
You should definitely check out the 4.5 Master List as most of the issues are posted there.
https://www.ads-software.com/support/topic/read-this-first-wordpress-45-master-list?replies=7Forum: Fixing WordPress
In reply to: Change Browser TitleIt might be under your theme options or plugin options, if you are using some type of seo plugin.