Squidpeg9
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I can't remove an old slideshow from my pageWhat plugin are you using for the slideshow? You may want to contact them via their support forum. Have you tried deactivating the plugin and clearing your cookies/cache to see if that clears the problem?
Forum: Fixing WordPress
In reply to: wordpress rning so slowHave you tried changing the theme to the default? Please try that and see if it helps. Can you also tell us which version of WordPress you are using and which browser (and version) you are using?
Forum: Fixing WordPress
In reply to: Need help with putting ADs in my posts pleaseDo you have a child theme set up? It is best to create a child theme and edit the CSS and PHP in this rather than the main theme, as updates will often overwrite your code.
The social customization line is a comment from the person who wrote the code. Developers often use these types of comments to note where sections of code begin and end. It has no effect on your site, but it’s a good idea to keep it in there for your own reference. You can begin adding the custom code below that line.
Possibly a better (easier) solution would be the Simple Adsense Insertion plugin found here.
Forum: Fixing WordPress
In reply to: wordpress rning so slowPlease try these troubleshooting steps:
-Clear the cache/cookies in your browser, then try to view your site/admin area again.
-Deactivate ALL plugins to see if the problem goes away. If it does, activate the plugins one by one to find the culprit.
-Switch to the default theme. If this fixes the issue, then it is theme-specific and you will need to ask for help in the theme’s forum.
Forum: Fixing WordPress
In reply to: remove/edit social bar on the leftWhat theme are you currently using? What plugins are currently active on the site? The social bar is either controlled by a plugin or the theme.
Forum: Fixing WordPress
In reply to: Increase font size text in widget barYou would need to create a child theme and edit the CSS to make the font the size you’d like. For theme-specific help in this, please visit their support forum here: https://www.ads-software.com/support/theme/rundown
Forum: Fixing WordPress
In reply to: Add slider shortcode to product category page.This page may be able to help you with editing the specific category page’s template. If the category page does not exist for that particular category, you will need to create it and upload it to your site.
https://codex.www.ads-software.com/Category_Templates#What_Template_File_is_Used.3FForum: Fixing WordPress
In reply to: Problem with widgetPlease be sure to do the following troubleshooting:
-Deactivate all plugins and check if the issue is resolved, then activate them one by one until the problem reoccurs.
-Reset the theme to the default to see if that fixes the issue.
If neither of these work, please let us know. Did you do a manual or automatic update?
Forum: Fixing WordPress
In reply to: how can i remove the featured image on my blog postHow are you trying to remove the featured image from the posts? Please provide as many details as you can.
Forum: Fixing WordPress
In reply to: How to change static image on embed youtubeDo you mean changing the thumbnail image for the video? You can find more information on this here: https://support.google.com/youtube/answer/72431?hl=en
For help on YouTube videos, please create a thread in the YouTube forums here: https://productforums.google.com/forum/#!forum/youtube
Forum: Fixing WordPress
In reply to: Database Backups with phpMyAdminYou may want to contact your webhost for specific instructions on how to do it with their version of phpMyAdmin. Here is another resource from WordPress on backing up the database that might also help: https://codex.www.ads-software.com/WordPress_Backups#Database_Backup_Instructions
Forum: Fixing WordPress
In reply to: Homepage shows an inner page content?Can you clarify what you mean by “inner page content” Are all of your sites using the same theme and/or plugins? Can you try to deactivate all plugins on one site, see if the issue is resolved, and then reactivate them one-by-one? If plugins are not the issue, try switching to the default theme on that same site to see if the issue is theme-specific.
Forum: Fixing WordPress
In reply to: Can not install Biznez Lite themeThe best place to ask is the theme’s support forum, so the theme developers can help you. Their support forum is here: https://www.ads-software.com/support/theme/biznez-lite
This is usually a theme issue. Have you tired switching to the default theme and deactivating plugins to see if that resolves the problem?
Forum: Fixing WordPress
In reply to: My navigation menu disappearedThe first things to check are your plugins and theme. To do this without access to the Admin menu, use FTP to manually make the changes.
-Deactivate ALL plugins temporarily. If the problem goes away, activate them one-by-one to find the culprit.
-Switch to the default theme by renaming your current theme’s folder in wp-content/themes.
-If the above steps do not resolve the issue, Download WordPress here and replace your copies of everything EXCEPT the wp-config.php file and the /wp-content/ directory with fresh file copies. This should replace your core files without changing your content and settings.