mwf113
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Menu doesn't align correctlyNot sure what the problem is – it looks OK on my screen?
Thanks Tim! Happy Holidays!
Forum: Plugins
In reply to: [Magic WP Coupons - Lite] Expired shows for future dateShahzad –
I used Lite. The page is here.
All of the dates were input the same, and the Nov dates are correct, but all of the December dates say expired?
Marna
Forum: Plugins
In reply to: [MyTeam Wordpress] Remove meta data on single pageHow? I was able to “delete” it from entire site, but cannot locate how to modify code to delete on just single page display. I eliminated it with –
p.entry-meta {
display: none;
}Can you please share how I can modify to just impact the single page?
Forum: Plugins
In reply to: [Sliding Panel] How do I make it one widget instead of 3Never mind. I edited the CSS and it works great!!!
Forum: Reviews
In reply to: [CM Tooltip Glossary] Didn't WorkBy accident. I went back and gave it 1 star. Couldn’t delete the original.
Forum: Fixing WordPress
In reply to: Featured Images not working in 3.6.1Check to make sure everything is OK by switching to a default theme such as Twenty Twelve or Twenty Thirteen (which definitely do support featured images) you should find that they become available.
You can also check your theme functions.php file to make sure your theme supports featured images –
add_theme_support( ‘post-thumbnails’, array( ‘post’, ‘page’ ) );
}Worked for me! Hope it helps.
Forum: Fixing WordPress
In reply to: Featured Images not working in 3.6.1Flashmint 5311 – premium theme.
Forum: Plugins
In reply to: [The Events Calendar] Featured image option not availableOn functions.php file, I fixed it by modifying this line:
add_theme_support( ‘post-thumbnails’, array( ‘post’, ‘page’, ‘movie’, ‘tribe_events‘ ) );
}Forum: Fixing WordPress
In reply to: Featured Image Not Working in WP 3.6Thanks! Fixed.
add_theme_support( ‘post-thumbnails’, array( ‘post’, ‘page’, ‘movie’, ‘tribe_events‘ ) );
}Forum: Fixing WordPress
In reply to: Featured Image Not Working in WP 3.6Thanks! Page function was there, but post type was not.
add_theme_support( ‘post-thumbnails’, array( ‘post’, ‘page’, ‘movie’, ‘tribe_events‘ ) );
}Forum: Plugins
In reply to: [The Events Calendar] Featured image option not availableBarry,
The theme does support featured images and works in posts. It’s just not working in this plugin – I have already sent a support request to plugin developer.
Forum: Fixing WordPress
In reply to: Featured Image Not Working in WP 3.6My featured image option works on post, but not on The Events Calendar plugin? Can’t understand why the feature would exist in one and not the other. Have a support inquiry into The Events Calendar, and really don’t want to add another plugin – too many moving parts.
But I have been having several 3.6 upgrade issues on this particular site, and not on others?
Forum: Fixing WordPress
In reply to: jQuery error on 3.6 upgrade jquery-1.10.2.min.map 404I tried removing line 2 and the problem still exists. I’m also getting the same problem with js/lib/backbone-min.map.
Forum: Fixing WordPress
In reply to: How to remove Colorway from home page?Ink Themes provides a support forum here: https://www.inkthemes.com/community/forums/colorway-wordpress-theme.2/
and you can also access pdf or video documentation here: https://www.inkthemes.com/features/documentations/
If you cannot locate the answer in the Theme Options panel, you can ask the question in the support forum for the theme. In the meantime, just upload a 215×55 jpeg box and it should replace the logo, until you have a logo to place there.