Carolyn Melo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove Redirect Chain Astra ThemeGoDaddy is the host — is this something they would add?
Forum: Themes and Templates
In reply to: [Astra] Post Not Mobile Friendly on Google AnalyticsUpdate — I even looked at the posts on my phone and they look fine — I am so confused!
Forum: Themes and Templates
In reply to: [Astra] Post Not Mobile Friendly on Google AnalyticsI ran the test with Astra and TwentyTwenty, same result, not mobile friendly. The result is that text is too small and clickable elements are too close.
I looked at the page with the how to fix it notes, but I am reluctant to start messing around with CSS; I am strictly a template person 🙂
I don’t know which text is too small; I am using H3 throughout.
I also don’t know which clickable elements are too close — how do I identify what needs to be fixed?Thanks in advance
Forum: Plugins
In reply to: [Redirection] Homepage is Redirected to Another PageI removed the plugin and had it remove all redirects and the site is working now.
When I had the plugin running, https://www.uniquebabyquiltboutique.com/ was redirecting to https://www.uniquebabyquiltboutique.com/handmade-baby-quilts-3/ or https://www.uniquebabyquiltboutique.com/handmade-baby-quilts-2.
I would like to be able to use the plugin for redirects but I don’t want to have this problem again.
Any information on updates?
Forum: Fixing WordPress
In reply to: Unsupported ProtocolI tried that but it didn’t work.
IS there someone I could hire to fix this?
Forum: Fixing WordPress
In reply to: Unsupported ProtocolI read it several times and I don’t see where to change this. Here is the file:
<?php
//define(‘WP_CACHE’, true); // WP-Optimize Cache
/**
* The base configuration for WordPress
*
* The wp-config.php creation script uses this file during the
* installation. You don’t have to use the web site, you can
* copy this file to “wp-config.php” and fill in the values.
*
* This file contains the following configurations:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://codex.wordpress.org/Editing_wp-config.php
*
* @package WordPress
*/[redacted]
define( ‘DB_CHARSET’, ‘utf8’ );
/** The Database Collate type. Don’t change this if in doubt. */
define( ‘DB_COLLATE’, ” );
/**#@+
* Authentication Unique Keys and Salts.
*
* Change these to different unique phrases!
* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
* You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
*
* @since 2.6.0
*/[redacted]
/**
* WordPress Database Table prefix.
*
* You can have multiple installations in one database if you give each
* a unique prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = ‘wp_pr7fmxwtn7_’;
/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*
* For information on other constants that can be used for debugging,
* visit the Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define( ‘WP_DEBUG’, false );
//define( ‘WP_CACHE’, true );
require_once( dirname( __FILE__ ) . ‘/gd-config.php’ );
define( ‘FS_METHOD’, ‘direct’ );
define( ‘FS_CHMOD_DIR’, (0705 & ~ umask()) );
define( ‘FS_CHMOD_FILE’, (0604 & ~ umask()) );
/* That’s all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( ‘ABSPATH’ ) ) {
define( ‘ABSPATH’, dirname( __FILE__ ) . ‘/’ );
}
/** Sets up WordPress vars and included files. */
require_once( ABSPATH . ‘wp-settings.php’ );Where do I change it and what do I change it to?
- This reply was modified 6 years, 10 months ago by Steven Stern (sterndata).
Forum: Fixing WordPress
In reply to: Unsupported ProtocolWhere do I set the site url to http://example.com ?
Sorry to be such a pest
Forum: Fixing WordPress
In reply to: Unsupported ProtocolThanks for the reply, but I have no idea what any of this means. Do I try to edit a file on the messed up site? Do I do this via ftp?
Truly, I am clueless here
Forum: Plugins
In reply to: [WooCommerce] Automatic Featured ProductThanks for the information, but I have no idea where this is supposed to go, and what the output will look like.
I would like to have a block with a product image, description, and price, with a product gallery. I have no idea how to code something like that, or where I should put the code.
Should I create the block and populate it with the first product? DO I need a special category?I am totally lost when I hear the phrase php 🙂
Can you help in layman’s terms? Thanks from a newbie.
Forum: Fixing WordPress
In reply to: Combining ShippingThanks for the suggestion. I tried that but haven’t heard anything so I thought I would try here
Anyone out there? I have not gotten any response yet.
Hi, any information on when the updates might be posted? Thanks
Thanks, I will look for the updates on Monday
My concern is for the tag not showing up in the SEO scans. I have the tags on the images in my media library, but they do not show up.
This is what it looks like:
Other images on the page have this code:

The only images on the page without the alt are the ones in the hover plugin. Can you recode this? Thanks