lmcclamb
Forum Replies Created
-
Anyone find an answer to this? I too am experiencing this problem.
I was able to solve the problem. This plugin doesn’t get updated like you normally would. In order to update to Ninja Forms 3 without loosing your forms and previous submissions, you must go to Forms=>Settings=>Advanced Settings=>Update & Convert Forms.
I had the same problem on two of my sites. I had to restore from backup until we can get a fix.
Forum: Plugins
In reply to: [Imsanity] Nothing happens after clicking 'Resize Checked Images…'I was able to solve the problem.
In my case, the problem was with the file permissions on the server. I changed the permissions on the uploads folder, subfolders and image files from the more the restrictive 775 for folders and 664 for files to 755 for folders and 644 for files. You can do this through FTP or the File Manager in your cpanel. Once I made those changes, the problem went away.
If you aren’t able to change the permssions, it may be due to ownership settings. I had to have the hosting service fix the ownership before I could make the permissions changes as that was a bit out of my expertise.
Forum: Plugins
In reply to: [Imsanity] Nothing happens after clicking 'Resize Checked Images…'I’m having the same problem. It was working fine and then just stopped.
I could use a fix for this myself.
Experiencing the same problem in firefox only. Safari gives a message that email was submitted.
Forum: Plugins
In reply to: [WooCommerce] Testing site, blank page after paying, no shortcodeI am having this exact same issue. Have you made any progress in resolving it?
I’m experiencing the same problem. Can you enlighten me on the fix. My ul has the class of sub-menu.
Forum: Fixing WordPress
In reply to: custom content types option is missingI ran across this post while trying to figure out the same problem. I’ve found the solution so I thought I would share.
The option for “Your Custom Content Types” found under settings>writing only appears if you have setup jetpack and activated that feature.
Forum: Themes and Templates
In reply to: [Moesia] installing themeAfter updating everything seems to be working fine. My site is now at version 1.19 and the styles.css file is there.
I’m all set now. Thanks for your help.
In case you were interested, here is a link to a screen shot of what the theme zip file looks like if I download it from the repository and unzip it. It has styles.php but no styles.css
https://mindseyedesignstudio.com/images/moesia-1-19.pngForum: Themes and Templates
In reply to: [Moesia] installing themeThanks and yes, I did attempt to install via the dashboard first. It gave me the error message about the missing styles.css file. I only attempted to install from the zip file found at athemes.com after installing through the dashboard didn’t work.
Since my post, I was able to install a older version (1.06) that I had saved without any problems. I don’t know when the last update was launched but I think someone needs to double check the version currently offered.
Forum: Themes and Templates
In reply to: [Virtue] Portfolio Pagination not working with custom permalinksThat did the trick!
Although, I don’t have any other pages with “portfolio” in it’s slug for it to have conflict with. I’m guessing it may have been the new wordpress “portfolio” post type that came with one of the recent updates. It’s not currently enabled but was for a short time.
Thanks again!
Forum: Plugins
In reply to: [Post Tiles] image is bigger than colored box?It seems to be using the images that wordpress generates when you upload media. Try going to settings > media and adjusting the medium size thumbnail settings the max width and/or height to match your tile size. It worked for me.
Note: You may have to regenerate thumbnails afterwards. A plugin like Force Regenerate Thumbnails will do the trick
Forum: Themes and Templates
In reply to: [Serene] Menu not showing properly in iphoneGive “#et_mobile_nav_menu ” a negative margin of at least 40px. Problem solved.
Code should look like this
@media only screen and (max-width: 768px) {
#et_mobile_nav_menu {
margin-top: -40px;
}
}