Engine44
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: WP to NetlifyIs it feasible to move the WP site to an in-house computer. Then use an SSG to create static files and Netlify to deploy?
Forum: Everything else WordPress
In reply to: WP to NetlifyThanks.
Forum: Everything else WordPress
In reply to: How To Round Border of Inside PaddingI figured out a way to do it:
First create a new div class for this h1 element:
<div class=”innerradius”>
and surround the h1 element with the new class. Then use the following code:
.paddingcolor {
border: 1px solid #666;
padding: 15px;
background: #81d742 !important;
background-clip: content-box;
box-shadow: inset 0 0 0 15px #81d742;}.innerradius {
border-radius: 15px;
margin: 0px;
padding: 0px 0px;
color: #000000;
background-color: #328429;
border: 1px solid #666;
}Note that the .paddingcolor has been changed to #81d742. This makes the orignal padding colors equal for the inner and out parts. I suspect that there may be an easier way to do this but this is what I have so far.
Forum: Everything else WordPress
In reply to: Creating A Sticky PostI found it. Thanks.
Forum: Everything else WordPress
In reply to: Highlighting nav bar menu itemsWorks great. Thank you for the detailed response.
Forum: Everything else WordPress
In reply to: Highlighting nav bar menu itemsThank you. My site is currently on localhost and I use the Vantage theme from Site Origin. Of course, it will automatically highlight the current page in the menu. The main issue I have is that when you click on a child in the menu dropdown, how does the program know that you want to also highlight the parent? Somehow, there has to be a code connection between clicking on the child and the highlighting of the parent. Do the classes .current-menu-ancestor and .current-menu-parent have special meaning to the program? Thanks.
- This reply was modified 5 years, 8 months ago by Engine44.
Forum: Plugins
In reply to: [Disable auto-update Email Notifications] Not Working, SorryMy WP email update notifications are for plugins
Forum: Localhost Installs
In reply to: Copy To Local HostYes it’s possible, Following are the steps,
Server Side Steps,
1. Login to your Cpanel (Hosting Panel) of your website
2. Zip public_html directory
3. Download it to your local PC
4. From Cpanel got to PHP my-admin
5. Create Export of you database as sql file
6. Down load the exported sql file
Local Steps,
1. Install Wamp or Xzamp on your local pc
2.Extract the public_html zip
3.Copy all the inner contents to your wamp/xzamp server www directory
4.Open php my admin and create database
5.import sql file in your databaseI have a Mac so I use MAMP. In this case, where would I copy the public_html directory to?
Forum: Localhost Installs
In reply to: Copy To Local HostThank you.
Forum: Fixing WordPress
In reply to: General Backup QuestionThanks
- This reply was modified 6 years, 9 months ago by Engine44.
Forum: Fixing WordPress
In reply to: Installing Wordfence PluginI did find an instance of Wordfence and dedleted it. Then loaded clean copy. Thanks
Forum: Localhost Installs
In reply to: Get Latest PHP VersionThank you. How would I install PHP 7.1.13 into my MAMP?
Forum: Localhost Installs
In reply to: MAMP file location?Thank you.
Forum: Fixing WordPress
In reply to: Can’t Find PageI reloaded WP. Now page loads about 80% of the time. Good enough, lol. Thanks.
Thank you.
- This reply was modified 8 years, 7 months ago by Engine44.