TheDev
Forum Replies Created
-
Forum: Your WordPress
In reply to: Review my Websitelol thanks, the theme has since changed.
Although I’m still looking for a theme with boulevard’s great look, but a theme that still keeps WordPress’s Blog look…If you have any suggestions it’d be really appreciated :).
Kind Regards,
TheDev.Forum: Your WordPress
In reply to: Review my WebsiteThe only difference I found was:
/* Homepage Blog */ .homepage-post-wrapper { position: relative; } .homepage-post-wrapper .post-share { position: absolute; top: 0; left: -103px; margin-left: 0; } .more-link { margin: 0; margin-left: 490px; }
But then again, I don’t see what that does.
Forum: Your WordPress
In reply to: Review my WebsiteUmmm, I don’t see the difference…
Also, I thought this area was also to review content… My apologies ??
Thanks anyway…
Forum: Your WordPress
In reply to: Review my WebsiteBought it, why? Here ?? https://themeforest.net/item/boulevard-a-wordpress-magazine-theme/607355
Forum: Hacks
In reply to: Google Search leading to 404 page typeIt would help if you could send me your ACTUAL site link. Also what you typed when you searched for it.
Forum: Fixing WordPress
In reply to: Uploading and DownloadingWhen you create a post you just insert an attachment. Make it preferably a .zip or .rar so they don’t accidentally start it.
Specifically click the “insert media” button when posting :).
Forum: Installing WordPress
In reply to: A fast answered question!You can change the database password…
Check out the wp-config.php in your WordPress folder.Forum: Your WordPress
In reply to: Review my WebsiteI really thought I did, anyways… Check out https://www.young-dev.co.uk
According to JetPack’s site statistics that post referred someone to my website, I’m sure my website doesn’t break any rules so I don’t see why it’d have been removed…Anyways, again. All input is appreciated :).
Forum: Fixing WordPress
In reply to: Can't Access Admin PanelPlease check out: https://codex.www.ads-software.com/Changing_The_Site_URL
Forum: Fixing WordPress
In reply to: Source Code Has Something StrangeThe plugin’s the issue. I can’t tell you exactly what it says, but the plugin you’re using is outdated (from what I can tell) or possibly conflicting with another facebook plugin. I’d recommend using the official Facebook plugin.
Also if you can’t see any plugins it would (obviously) conflict with and the plugin claims to work with your version of WordPress you should contact the plugin Developer.
Forum: Your WordPress
In reply to: Share excellent wordpress themes*apologies*
Also, I posted this before you editing my other post. I actually came back here to remove it/fix it as you did, but you beat me to it.
Although, again… My apologies ??Forum: Your WordPress
In reply to: Share excellent wordpress themes^^ Care to elaborate as to how it “contravenes the trademark policy”?
From what I read it is ok :
The primary purpose of your project is to promote the spread and improvement of the WordPress software.Your project is non-commercial in nature (it can make money to cover its costs or contribute to non-profit entities, but it cannot be run as a for-profit project or business).
Your project neither promotes nor is associated with entities that currently fail to comply with the GPL license under which WordPress is distributed.
The site gives out FREE themes, probably has helped dozens of users too … So please, explain.
*Note, I cannot speak for WordPress, but I’d like to hope they aren’t too strict on their trademark :P*
Forum: Themes and Templates
In reply to: Looking for a theme to emulate a certain siteThanks, I of course bought the official one :). ^^ Didn’t mean to break any rules, just rather point people to a place where they can get it.
Forum: Themes and Templates
In reply to: Looking for a theme to emulate a certain siteI mentioned it next to it :P, Boulevard (it’s a premium theme) but you can download (not a trial, but the full theme for free) here
*note, that’s not my site*Forum: Localhost Installs
In reply to: Put my edited wordpress blog online!^^ In-case you mean you want to host it on your computer. Left-Click the wamp logo in your system tray and click “put online”.
Also, check to see if the Apache module “mod_rewrite” is active or “rewrite_module” (depending on Apache version). If it isn’t activated, activate it (needed later for decent permalinks).
Now, edit your httpd.conf (apache config, accessible via Wamp tray-menu).
Search for “directory”. Look for this (this is how it should look like)<Directory /> Options All AllowOverride All Require all granted </Directory>
^^ Make sure all of those match (Caps needed)
Also
after those lines, you’ll find a few lines of comments then:Options Indexes FollowSymLinks
more comments then:
AllowOverride All
more comments then:
Require all granted
^^ Again, the first bits will be the same but the following words will differ, just make sure they match.
Sorry for being rather vague, but I don’t want to make a majorly large tutorial…
Good Luck with your site ??