jeffcapeshop
Forum Replies Created
-
Forum: Plugins
In reply to: [All Bootstrap Blocks] bootstrap.min.css overriding theme?Perfect, that solves my issue. I actually didn’t notice that entire bootstrap menu, good to know that customisation is available for other scenarios too.
Thanks!
Forum: Plugins
In reply to: [Events Made Easy] Google Maps stopped workinghi – i was getting an error on the map settings page for line 996 in eme-options.php
i noticed that
_( 'Remark: without this API key, Google Maps will not function! ','events-made-easy') );
only has one underscore – changing to
`__( ‘Remark: without this API key, Google Maps will not function! ‘,’events-made-easy’) );’
stopped the error.
Forum: Plugins
In reply to: [WP-Spreadplugin] Basket not working – shows "adding" onlyHi – It seemed to be specific to the default wordpress theme – i assume specifically how it styles buttons. switching to another theme (which i intended to do anyway) solved the problem, otherwise you can edit/override the css for that specific button type
Forum: Plugins
In reply to: [WP-Spreadplugin] Basket not working – shows "adding" onlyHi – An update – i tried different hosting after reading some other support replies, and it works!
Would still be interested in knowing why i might have had problems on my dev server..
Another problem did arise, in that the “add to basket” button shifts when clicked (a css issue) and i have to move the mouse over its new position before release to properly add to basket – easily fixed in my case with css though.
thanks!
Forum: Fixing WordPress
In reply to: Pasting text from MS Word – Different results in FF/IEhmm the reformatting is the biggest issue really.. can i just confirm that “paste from word” pastes as plain text?
Forum: Fixing WordPress
In reply to: Pasting text from MS Word – Different results in FF/IEyep i think that will have to do. unfortunately it means re-doing any bold titles etc..
Forum: Fixing WordPress
In reply to: Pasting text from MS Word – Different results in FF/IEi thought as much!
however i don’t think they really have a choice.. can you think of any solutions?
Forum: Plugins
In reply to: “latest news” box on seperate homepage?great, that looks very promising! will investigate
Forum: Plugins
In reply to: “latest news” box on seperate homepage?i suppose another way of asking the question would be… can i have the equivilent of multiple index.php using different themes? i could certainly make a theme which did what i wanted, but then i wouldn’t have the one i need for the main blog..
Forum: Plugins
In reply to: category archive by month – database error..aha, thanks!