JungleSpace.net
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Ads linking to my blogDid you happen to activate any plugins? Try deactivating your plugins.
Or perhaps installed a non-default theme?
Forum: Installing WordPress
In reply to: Can't log inThe parked webpage could be the index.html. You would need to remove the index.html from your public_html folder. WordPress uses index.php.
Otherwise if it is not the case, you would need to wait for a max of 72hr for your new domain dns to fully propagate on the servers.
Forum: Fixing WordPress
In reply to: Problems with WP e-Commerce 3.8.9.1You may try to save the grid view options again through the settings panel.
Though you can find better support from the community over at WP E-Commerce forum.
Forum: Fixing WordPress
In reply to: check out downYou can find better support from the community over at WP E-Commerce forum. You may also use their support ticket system since you have purchased their plugin.
https://getshopped.org/forums/
*Since this forum is geared towards providing support to WordPress, however for plugins, the community here may or may not be able to provide in-depth support.
Forum: Fixing WordPress
In reply to: Stylesheet only for single pagesif( is_single() ){
//call stylesheet
}else{
//call main stylesheet
}Forum: Fixing WordPress
In reply to: Stylesheet only for single pagesYou would need arrange the css file such that it loads after the main css. In other words put the line
<link …>
after the main css line.
Use can use logical statement to only load CSS on specific pages using functions like is_page(), is_single().
https://codex.www.ads-software.com/Function_Reference/is_page
Forum: Fixing WordPress
In reply to: What Am I Doing Wrong?Use text-align: center on the paragraph element.
<p style="text-align:center">
Forum: Fixing WordPress
In reply to: Article shows odd message: "page not found" above a post.Edit your article in source mode/html. Find if there is a section like this below. Remove it.
<div class="ad"> ... .. </div>
Either you have accidently copied and paste it or an AD plugin is inserting it.
Forum: Fixing WordPress
In reply to: SOME hypertext links aren't workingPaste your text widget content at pastebin and post the link here.
Forum: Fixing WordPress
In reply to: Recover page content for specific pagesYou can import the sql into a new database(new name). It wont affect the live site as long WordPress is not set to connect to the new database.
You can also setup WordPress on your own computer using the backup sql data.
https://codex.www.ads-software.com/Restoring_Your_Database_From_BackupForum: Fixing WordPress
In reply to: CSS won't update.The plugin creates a cache on the server. You would need to delete the cache from the server. You can do it through the plugin setting page.
Forum: Fixing WordPress
In reply to: check out downSeems it is related your e-commerce plugin. It probably tried to call to an undefined function.
Turn on debug mode, view the page in error and you can view the error in the error log file under the wp-content folder.
Forum: Fixing WordPress
In reply to: Page is not linking because of /#!/From your html source code the url link given in the anchor tag does not have a hash.
You might want to check your javascript files whereby it adds a slash or hash to the url.
Check your plugin/theme.
Forum: Plugins
In reply to: Checkout Page Locked upYou might find better support from the Woocommerce forum or team as this is the support forum for WordPress installations.
Softaculous will create the database for you. You do not need to create it manually.
You would need to free up one database for Softaculous by deleting one you have just created.