ingvijonasson
Forum Replies Created
-
Forum: Reviews
In reply to: [Easy Social Icons] breaks on IE8Rating one star because it is broken in ie8 is just wrong!
Forum: Plugins
In reply to: [IW Magnific Popup] Disable for small screensWith the Magnific popup API this is possible:
$(‘.some-link’).magnificPopup({
disableOn: 400,
});Would be nice to see the possibility to set a number on the options page.
Forum: Plugins
In reply to: [IW Magnific Popup] Disable for small screensWith the Magnific popup API this is possible:
$(‘.some-link’).magnificPopup({
disableOn: 400,
});Would be nice to see the possibility to set a number on the options page.
Forum: Reviews
In reply to: [TC Custom Taxonomy Filter] Needs a step threeAt top it is showing an empty select/options fields before I created an instance of my custom taxonomy. Maybe it was also “often lost”‘s case?
Forum: Installing WordPress
In reply to: Permalinks acting weirdSorry about the links they are just dummy links.
here is the site currently using the Numeric permalink structure: https://dev.eogco.is/Forum: Plugins
In reply to: [Unique Headers] [Plugin: Unique Headers] WordPress Custom HeadersI totally agree on that. The plugin does not need and should not have a setting page.
Forum: Plugins
In reply to: [Unique Headers] [Plugin: Unique Headers] WordPress Custom HeadersHi Ryan, I think it would be great to have this as a default behaviour. It would also be ideal to have a check box:
Use default image / parent image for child pages: Yes/No
Since there is not a settings page I do not know how it would be best to implement such a thing from the administration area. But since the implementation that has to be done in the header.php and the functions.php I was hoping that there would be a solution that could be done there.
Forum: Plugins
In reply to: [Unique Headers] [Plugin: Unique Headers] WordPress Custom HeadersTim, thanks for clearing this out. Works great on my theme.
I am developing a theme/site with over 50 pages. 8 pages are parent pages and each one has three to five child pages. I was wondering if you or someone has a solution to make child pages inherited a custom header image from the parent page?