Your comments

Hello, 
Glad to hear that was helpful. I actually hadn't heard of CSS Hero until you mentioned it- thank you for bringing it to my attention it looks very cool.

From what I can tell reading their documentation, it looks like they're storing their CSS in the Plugin's database tables and not altering any theme files. That means that updates to the theme aren't going to affect your CSS Hero modifications, they'll stick around as long as you have the plugin active on your site.

Generally speaking, you'll want to use CSS Media Queries for CSS rules affecting different screen sizes rather than trying to use two different themes. Let us know what you're struggling with, we'll be happy to provide some help making sure your site is looking good on mobile.

Hello,

Thanks for the great question. Probably the easiest way to accomplish this is to save a custom Block in your Post and Page Builder Block Library.

Using this method, you would edit the page that you want to duplicate, select all content and copy it to your clipboard. Then, navigate to Post and Page Builder -> Add New Block and paste the content into your new block. Give it a name that you can easily remember, and then you'll be able to find it from the Add Block -> Block Library selection.

Another way to accomplish this is with a plugin like Duplicate Page

I hope this helps!

Hello,

Thank you for the excellent question. All of the customizations you make in the Customize menu are actually stored in the database, not in a file. That way, when you update your theme the customizations remain.

Specifically, they're stored in the database entry wp_options -> theme_mods_{theme-name}. If you do decide to create a child theme, you can use a tool like Customizer Export/Import to export your customizations from the parent theme, and then import them into the child.

I hope this helps!

Hello Mike-

Thanks for the question, I'm sorry to hear that you're not able to create backups as expected.

This is a pretty strange error- creating a backup uses the same database credentials that your overall WordPress website uses, meaning that if your website is working at all then you shouldn't see that error.

The first possibility that comes to mind is that your web host may have disabled Database Exports for your MySQL user. You can test that possibility if you have command-line access, by running the command:

mysqldump -u {Your MySQL Username} -p {Your MySQL Password} export.sql

You can get the username and password from your wp-config.php file. You can also try this command if your host includes WP-CLI on your server:

wp db export

If these commands don't work, I'd recommend contacting your web host to see if your database user has the correct permissions to export the database.

I hope this helps!

Hi David- 
Sorry to hear that you're still having trouble. 


Since you removed the W3 Total Cache plugin directory manually, you'll also need to delete the file mentioned in the error message, /wp-content/advanced-cache.php. 

May I ask what leads you to believe that Media Folders is connected with the issue? I highly recommend keeping your active plugins up to date, even if you rarely use them, as they might be fixing errors with new WordPress versions or patching security flaws. Consider deactivating the plugin, if you no longer need to use it at all.

I hope this helps!

Hello David-

Thank you for the question, I'm sorry that you're not able to activate W3 Total Cache.

Generally speaking, the error message you're seeing is caused by an extra whitespace character on line 1 of the file, e.g.

<?php 
     ^-Look for a space or special character here after php

This may have been caused by opening the file in a non-standard code editor and saving the file. You may also want to delete the plugin and re-install it from the WordPress repository.

I hope this helps!

Hello Céline,

Thanks for the excellent question. I'm not precisely sure I understand what you're looking for regarding "text that appears when scrolling."

However, you can accomplish something very similar using the Gallery's On Image Hover option for captions. This will make the text appear when your user's mouse hovers over the image.

Then, if you select the Custom Link option, you can create a link for each image to visit another page:

This will give you the following effect:

Hello-

Thank you for the excellent question. At this time, we aren't partnered with HostPapa.

 

That being said, you can use BoldGrid on any Web Host that supports WordPress. All you need to do is install WordPress on your HostPapa account and then install the BoldGrid Inspirations Plugin, and you'll be building your new site. 

If your website is already built using WordPress, you can also install the BoldGrid Easy SEO plugin which you can use on each one of your Pages and Posts to increase your content's SEO value.

Thanks for that!
I tested on Chrome for Android and Safari for iPhone, and I was able to open your menu on both of them, as well as see the CSS rule being implemented.

It's possible that your mobile has the CSS for the website cached, causing you to see the website without your new z-index rule.

Here's how to clear the cache on iPhone and how to clear the cache on Android.

Please let me know if you're still seeing the behavior after clearing your cache, and which broswer/device you're seeing the issue on.

The "Link to Attachment Page" actually links to a separate post, where the image itself is the only content. It's generally not used in galleries.