ballyhoos
Forum Replies Created
-
Forum: Plugins
In reply to: [Promotion Slider] Dynamic Height problemActually the above code doesn’t work with more than 1 banner.
Forum: Plugins
In reply to: [Promotion Slider] Dynamic Height problemThe plugin is not responsive due to the ‘position:absolute’ styles on certain containers. Try this as it worked for me.
.promo_slider{ height:auto !important; } .promo_slider .panel{ position: relative !important; } .promo_slider_background_image img{ width:100% !important; height:100% !important; }Forum: Plugins
In reply to: [Plugin : Promotion Slider]Promotion slider plugin for responsive themeThe plugin is not responsive due to the ‘position:absolute’ styles on certain containers. Try this as it worked for me.
.promo_slider{ height:auto !important; } .promo_slider .panel{ position: relative !important; } .promo_slider_background_image img{ width:100% !important; height:100% !important; }Forum: Plugins
In reply to: [Posts Page: Use Page Template] some sort of var dump at top of screenClosed.
Forum: Plugins
In reply to: [Posts Page: Use Page Template] some sort of var dump at top of screenNot sure why it would as there is no output code within the plugin. Are you sure that it’s this plugin that is the issue and not something else?
Forum: Plugins
In reply to: [Posts Page: Use Page Template] Blank pageSorry for the late response. I never got an email that this support ticket was open?
In order for me to understand and resolve it, it would be best that you be a little more descriptive with your issue, as within my own instance of Twenty Twelve it seems to have no issue, as with others.
Have you copied index.php, renamed it, modified the file slightly so you can tell the difference between those two files and set that new file as the custom post page in the reading settings?