threestyler
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Work on wordpress behind the scene till ready to switchYou could install WordPress on your computer and work on it locally.
Take a look at:
xampp
wamp
mampForum: Fixing WordPress
In reply to: Header Widget UnavailableWhich theme are you using? What is the URL of your website?
Forum: Plugins
In reply to: Not sure what plugin this is?On the site in question it isn’t a plugin. It’s just a drop down menu using jQuery.
Forum: Themes and Templates
In reply to: Selling Services Using FormsIf you need “premium” support then your looking to pay for a service. Gravity Forms may be worth looking at and includes support in the price.
Otherwise WooCommerce is another option although it’s more retail orientated you may be able to get it to suit your needs.
This setting is on by default. Each admin can enable/disable to receive an email whenever someone posts a comment from:
Admin > Settings > Discussion
Options are:
E-mail me whenever:
– Anyone posts a comment
– A comment is held for moderationForum: Fixing WordPress
In reply to: Location selectorHave you looked at the menu settings? Create sub menus that link to each specific page.
Members > Users
Forum: Plugins
In reply to: Basic PHP variable problem – custom fieldsWhat do you have so far?
Forum: Fixing WordPress
In reply to: Job Recruiting software for recruiting companyThere are also quite a few themes specifically for posting jobs. A quick google for “WordPress Job themes” should point you in the right direction.
Forum: Fixing WordPress
In reply to: RSS Error: WP HTTP Error:Looks like your host doesn’t have cURL installed/available.
Forum: Fixing WordPress
In reply to: How to remove default linksOn the twentyeleven theme:
Open
footer.php
Find:
<div id="site-generator"> <?php do_action( 'twentyeleven_credits' ); ?> <a href="<?php echo esc_url( __( 'https://www.ads-software.com/', 'twentyeleven' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyeleven' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s', 'twentyeleven' ), 'WordPress' ); ?></a> </div>
Replace with:
<div id="site-generator"> Some Text </div>
Or remove that block completely (not recommended) as you may want to use it later.
Forum: Fixing WordPress
In reply to: When Permalinks set to post name, no links workCan you give an example of the custom permalink settings you are trying to use?
Also check the codex re pretty permalinks:
https://codex.www.ads-software.com/Using_Permalinks
Finally confirm a .htaccess file is being created in the root of your installation as this is required for custom permalinks.
Forum: Fixing WordPress
In reply to: I can not log in my dashboard please helpPlease don’t shout/type in capitals.
FTP into your website and rename/delete the “wassup” plugin.
Otherwise rename your plugins folder from “plugins” to “plugins-temp”.
Confirm you can login to WordPress then rename your plugins back to the default. You will then need to manually reactivate each plugin. Suggest you remove the plugin causing the error or find a solution so that it works.
Forum: Fixing WordPress
In reply to: Problems im my custom themeYou should use a tool such as firebug for Firefox or Inspect Element for chrome. You will find you need to modify image paths and replace some hard coded references with their WordPress counterparts otherwise for example the theme may be looking for images in the root directory rather than the themes location.
Again using firebug or inspect element you will notice WordPress uses some of it’s own classes/divs which you can specifically target in your css.
Forum: Fixing WordPress
In reply to: Job Recruiting software for recruiting companyHave you tried the plugin repository?
https://www.ads-software.com/extend/plugins/search.php?q=jobs