Landon
Forum Replies Created
-
For those of you who do not have the Pro version, you can go to the General tab under Core Settings and place this in the Custom Code section:
<style> #slider a p.featured-date { display: none !important; } </style>
Forum: Plugins
In reply to: [Max Mega Menu] Custom CSS ClassesThanks Tom, can’t believe I missed that. I was in need of using the Alligator Menu Popup plugin which uses the mpopup class. I ended up having to modify the plugin to use mega-mpopup.
Do you know of any better way to do this?
Forum: Plugins
In reply to: [List category posts] Catlist order by title not working in version 0.62I’ve had this problem in the past where someone specified post order in functions.php . You might have a plugin causing this too.
Forum: Plugins
In reply to: [List category posts] Give each a classFigured this out. Just ended up making a custom template.
Forum: Plugins
In reply to: [Advanced Excerpt] Images shown in excerpt and out of placeYou can activate strip tags, select all, de-select img.
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Admin Page Builder Button RemovalHi Misplon,
I was using Ink from Themeforest, but I have since changed themes and the problem was resolved. Thanks for your willingness to help though.Forum: Plugins
In reply to: [Max Mega Menu] Plug in adds header graphic to every pageThe reason it did not work is my css was wrong. It should be:
#exodus-banner {
display: none;
}Not:
.exodus-banner {
display: none;
}Sorry about that.
Looks like I am going to have to get my client to do some digging for the account information. Is there any other way I can get the update since it doesn’t appear that updates are built into the theme? (I know this is wp-property’s support)
Thanks Maria.
Forum: Plugins
In reply to: [Max Mega Menu] drop down menu and sub menu not workingLooks like you got this figured out over the weekend?
Forum: Plugins
In reply to: [SSL Insecure Content Fixer] Youtube Videos in iframeHi,
thanks for your reply. The videos are being embed using a plugin called Youtube wpress. It displays a list of Youtube videos from a playlist. I wish it were as easy as just removing the http bit. I’m sorry, but I cannot post a link as it a Members only page.My Denali version is 3.1.3 and WP-Property is 1.42.4 . What is the latest Denali version?
Forum: Plugins
In reply to: [Max Mega Menu] drop down menu and sub menu not workingAppearance > Max Mega Menu > General Settings – Verify that “Save to filesystem is selected”
Also, Appearance > Max Mega Menu > Tools – Click the “Regenerate CSS” button.
Update us on if this fixes your proble.
Forum: Plugins
In reply to: [Max Mega Menu] Plug in adds header graphic to every pageYou are correct. Any changes to your theme that you don’t want undone on update should go in your child theme.
Forum: Plugins
In reply to: [Max Mega Menu] Plug in adds header graphic to every pageHi dhock,
I would add something like this to your stylesheet as long as you don’t care for the banner on any page..exodus-banner {
display: none;
}Forum: Plugins
In reply to: [Max Mega Menu] How to set header in submenus columns?No problem. I prefer Tom’s way too (the right way). I’ve had several opportunities to use this plugin on projects and always learn something new and useful in this form. Glad you were able to find what you needed.