jessamca11
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot access wp-admin pageYes it is very strange! I did as suggested and it didn’t work, so I removed it.
Forum: Fixing WordPress
In reply to: Cannot access wp-admin pageOk I understand, thanks. Here it is.
define('WP_DEBUG', false);
define('WP_DEBUG_LOG', false);
define( 'WP_ALLOW_MULTISITE', true );
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', false);
define('DOMAIN_CURRENT_SITE', 'earth-mamma.com');
define('PATH_CURRENT_SITE', '/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);
define( 'AUTOSAVE_INTERVAL', 300 );
define( 'WP_POST_REVISIONS', 5 );
define( 'EMPTY_TRASH_DAYS', 7 );
define( 'WP_CRON_LOCK_TIMEOUT', 120 );
/* That's all, stop editing! Happy blogging. */Forum: Fixing WordPress
In reply to: Cannot access wp-admin pageThank you. It was working correctly for years until just recently. The last change I made was using ShortPixel to remove image data, however it still worked after that.
Is there a way I can share that wp-config information with you that can be deleted after?
Forum: Fixing WordPress
In reply to: Cannot access wp-admin pageFor the last several years, for some reason when it got set up, I have to login to each site individually to be able to access them, and only then can I access their dashboards from my main multisite network.
Forum: Fixing WordPress
In reply to: Cannot access wp-admin pageHello, thank you for your response.
My multisite is set up for directories. All of the other ones are working fine and I am able to login.
Forum: Themes and Templates
In reply to: [Astra] menu displaying incorrectlyGot it! I just deleted and recreated it, and it worked 🙂
If its easier, if anyone could just help me with the code required to just center the three tabs on the page – no need to have them all on one single line.
Thank you.
Forum: Plugins
In reply to: [Tabs Responsive - With WooCommerce Product Tabs Extension] formatting tabsHello thank you for your response. It centers them, however it does not remove the box around it. Is there another way this is possible?
Forum: Plugins
In reply to: [Tabs Responsive - With WooCommerce Product Tabs Extension] changing marginsThank you very much for your response
Forum: Plugins
In reply to: [Tabs Responsive - With WooCommerce Product Tabs Extension] changing marginsHello – this is the page I am using the tabs – https://peggilepage.com/becca/
As you can see in the original page without the tabs, the gallery takes up the full width. https://ibb.co/WWY66PW
In this image you can see the page with the tabs, and that there is a margin. Is it possible to also make the tabs container go the full width of the page? https://ibb.co/dgq3x8S
Thank you
Forum: Plugins
In reply to: [Tabs Responsive - With WooCommerce Product Tabs Extension] changing marginsHello, thanks for your response.
Here is the link where I am trying out the tabs – https://peggilepage.com/becca/
Here is the original page – you can see how the content is full screen, and on the tabs it has margins – https://peggilepage.com/models/becca/
Forum: Everything else WordPress
In reply to: remove site title on main page onlyHello, thanks for your response – for the php code, do I need to edit any of those parts?
Forum: Everything else WordPress
In reply to: remove page name on home page onlyThank you. Unfortunately the site is not published yet. However here is the demo, would that be helpful? I have enough understanding of CSS I could modify for my site if so.
Forum: Everything else WordPress
In reply to: removing edit and edit with wpbakerySo that means I can add that code I shared to code snippets?
Forum: Everything else WordPress
In reply to: removing edit and edit with wpbakeryThank you, however this looks a little beyond my skill level.
Is there any suggestions on how to insert a php code like my example into the code snippets plugin, instead of inserting it into the functions.php
- This reply was modified 2 years, 3 months ago by jessamca11.