Jami Gibbs
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: In-page collapsable table of contents?Sure, try aligning it left or adding custom CSS to float:
.rescue-toggle { float: left; }
Forum: Fixing WordPress
In reply to: Can't post comments on my production site but on the test siteWhen you click the “Console” tab in the element inspector, it will either be blank or show you a list of errors. You shouldn’t see the source HTML.
Forum: Fixing WordPress
In reply to: Can't post comments on my production site but on the test siteHowdy!
If you’re using the Chrome browser, right click on the page you’re leaving a comment and select “Inspect Element”. Then click the Console tab. That might give you an idea where an error is located.
Forum: Fixing WordPress
In reply to: assistance with inserting a slideshow galleryHi Orchdork7,
Have you contacted the author of the theme or plugin? They would have far greater knowledge about their product.
Forum: Fixing WordPress
In reply to: Remove gaps on Mystile themeDo you mean the space here?
Forum: Fixing WordPress
In reply to: Can't Edit Primary MenuHi mrking02,
If you’re using the Chrome browser, right click on your site page and select “Inspect Element” and then click the Console tab. That might give you an idea where an error is located.
Forum: Fixing WordPress
In reply to: In-page collapsable table of contents?Hi Esjitu,
I have a simple shortcode plugin that includes a toggle shortcode called Rescue Shortcodes that you might be interested in. For example, once you install and activate the plugin, paste the shortcode below into your page content and enter the information as you’d like it to appear within the toggle box:
[rescue_toggle title=”This Is Your Toggle Title”] Sample Content [/rescue_toggle]
https://github.com/RescueThemes/rescue-shortcodes
There are other shortcode plugins that offer toggles as well.
Forum: Fixing WordPress
In reply to: Contextual Menus or Popup Windows Not Working?Glad that got sorted out in the end. ??
Forum: Fixing WordPress
In reply to: Error establishing a database connectionYour WordPress user login details are different than your database login details. So if you haven’t changed your database login username/password, then when your host it back up, your site should be humming along as usual once more. ??
Forum: Fixing WordPress
In reply to: Contextual Menus or Popup Windows Not Working?Go ahead and try disabling all of your WordPress plugins. This will be temporary while we’re determining if a plugin is causing a conflict.
Forum: Fixing WordPress
In reply to: Contextual Menus or Popup Windows Not Working?Hi roperp,
The first step is to disable all plugins. Once that’s done, go back to your page and try to create a link as you normally would.
Forum: Fixing WordPress
In reply to: WordPress Contact FormHi Deb,
The link you provided is for WordPress.com websites. This forum is for self hosted www.remarpro.com websites. (There are two different flavors of WordPress)
If your website is the self hosted WordPress version, then you’ll most likely need to install a plugin in order to get a contact form up and running.
I recommend using the contact form provided by the Jetpack plugin or use the Contact Form 7 plugin:
Forum: Fixing WordPress
In reply to: Lost Page Data/Not able to editHi Mike,
Are you using a page template for those pages that are display blank?
Forum: Fixing WordPress
In reply to: .htaccess impossible to edit, delete or change permissionsHave you contacted your hosting provider yet? It sounds like perhaps there are some permissions they may be able to help out with.
Forum: Fixing WordPress
In reply to: Error establishing a database connectionHi Victoria,
Navigating to your wp-admin page gives a few more details:
https://www.victoria-larson.com/wp-admin/
This suggests that either your username and password details to your database login are incorrect, or, your hosts database isn’t working.
Have a look at the steps outlined in this article below: