loudivers
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Colors not savinfNo that’s pretty unlikely but for safety sake always take a backup first. You shouldn’t have to uninstall the newer version, you can upload the older one using the plugin uploader and WordPress will overwrite the newer version with the one being uploaded.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Colors not savinfFollow the instructions at this link https://theeventscalendar.com/knowledgebase/accessing-older-plugin-versions/
Thanks for checking this out! It was the security plugin. I had to go in to the .htaccess and remove some of the firewall rules. Good to go now!
Forum: Themes and Templates
In reply to: [Zinnias Lite] Prevent category from showing at the top of postsLooks like you might be able to copy content-post.php and/or content-single.php to your child theme and move the category list to the post meta at the bottom. Or you could just hide it with CSS. If you provide a link to one of your posts I can give you the CSS to use.
Forum: Fixing WordPress
In reply to: How to make normal text slideThat seems like a pretty heavy task if you are not familiar with the code. I would consider changing your mind and go for a free plugin. There are quite a few of them available. I have recently used this one https://www.ads-software.com/plugins/testimonialslider/ – it’s pretty easy to work with.
Forum: Plugins
In reply to: [Sermon Manager] Location of MP3 IssueSame issue here.
Forum: Plugins
In reply to: [Gravitate Encryption] Remove Encryption From Product FieldsThanks for the reply, I understand. I would definitely pay for a premium version of this plugin with the added features.
How can I decrypt everything and deactivate the plugin for now? It’s messing up the price being sent to paypal and I need to get rid of this ASAP. Is it as simple as dropping this in my functions.php
To decrypt data use this PHP code:
~if(class_exists(‘GDS_Encryption_Class’))
{
echo GDS_Encryption_Class::decrypt(‘enx2:JKM3FFR4WP5HN6SG0C4ZAIF5K7H’);
}Forum: Plugins
In reply to: [Post Types Order] PlugIn does not work after latest updateNot showing on Custom Post types anymore for me either. Worked just fine until updating to latest version.
Forum: Plugins
In reply to: [Genesis Responsive Slider] MobileThe “Hide Title & Content on mobile devices” option is not working for me either. My problem is the exact opposite though, when I check the box for that option to be enabled it does nothing. I just added the necessary CSS to hide the title and content on mobile. You may have to do the same.
Forum: Plugins
In reply to: [Sidebar Login] Add tag for %homeurl%That would be a sweet feature.
Forum: Fixing WordPress
In reply to: Can't embed youtube videos!no problem, have you tried using a shortcode or just pasting the link? if you give us a link to the site you are having problems with we will be able to help you better.
Forum: Fixing WordPress
In reply to: Removing Sidebars to widen the Margins of main body/textlook for line 1022 in the style.css, it will look like this
.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content { margin: 0 auto; max-width: 800px; }
you can change the max-width to whatever you desire.
Forum: Fixing WordPress
In reply to: Removing Sidebars to widen the Margins of main body/textAre you trying to get a full width page with no sidebars at all?
Forum: Fixing WordPress
In reply to: Which Registration Plug-in Works Best?You’re welcome. Yes, this is basically how registration works just like it does in any WordPress site. You can check everything you need to know about these plug-ins over on youtube before you go making any purchases.
https://www.youtube.com/watch?v=AlmGpalbUyU
I think they have a whole playlist of tutorials for these plug-ins but hopefully this will get you going in the right direction.
Forum: Fixing WordPress
In reply to: Media uploader thumbnails sized wrongThat looks frustrating. Have you tried completely reinstalling the theme? If not give that a try by deleting the theme and reinstalling from a fresh download.