Mark Shirley
Forum Replies Created
-
Forum: Plugins
In reply to: Need to change word "Tax" to "VAT" in Cart66 liteSame problem here I have installed cart66 on a mamp install and have tried to add vat, just doesnt seem to work the guys at cart66 just dont seem to want to know, shame it looks a nice product. PS there is a great plugin called roman cart thats british, they are helpful unlike cart66.
Forum: Fixing WordPress
In reply to: How to stop my header collapsing on a iphone etcSorry ignore last comment i have not resolved this issue
Forum: Fixing WordPress
In reply to: How to stop my header collapsing on a iphone etcI have resolved this
Forum: Fixing WordPress
In reply to: How to stop my header collapsing on a iphone etcPlus I have noticed the page title (SEO) is appearing I have coded it so as not to appear on the main browsers and this has never happened on other sites I have done.
Forum: Fixing WordPress
In reply to: wide page content in twenty-elevenThis is how i’ve done it.
Select Theme options in your admin area.select one column, no sidebar – then add code below to your child themes css.
.one-column #page {
max-width: 1000px;
}/* PAGE CONTENT WIDTH */
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
width: 110% !important;
margin: 0px 0px 0px -38px;
}Forum: Fixing WordPress
In reply to: wide page content in twenty-elevenIm alraedy using a child theme just need some nice clean code for expanding the content in a page.
Forum: Fixing WordPress
In reply to: create a wide-page template in twenty-elevenThanks yes I’m sure this is the case but the question was how – what would be the code because it’s structured differently its a quarter of the code of twenty-ten and seems to just call a few things. Perhaps it’s now just easier to style pages in the css than use page templates to do it. If you compare the page.php in twenty-ten and twenty-eleven you’ll see what I mean.
Forum: Fixing WordPress
In reply to: create a wide-page template in twenty-elevenHi – Thanks for the reply
RE: (your link) that’s the sort of thing I was doing in twenty-ten but if you look at twenty-elevens page.php its completely different from twenty-tens.
the difference is we need 2 styles of contact form but both sending to the same email address. When ever I build the second and use the same email address it will not work, if I use a different email address in the second email it will work. Cant find anything on the site that will tell me if I can’t do this, and have been trying to get an answer for a few months now.
Hi thanks for the reply it’s a problem that I have tested on all our wordpress sites we create a new contact form shortcode copy it create a new page paste, save, the page the contact form appears we send the info we get a confirmation it has been sent but the email is never recieved. the original contact from always works.
You can see here contact2 is the problem
Hi has anyone got an answer to this. I have tried for hours to get a second contact form to work.
Forum: Fixing WordPress
In reply to: Installing Jquery sripts into wordpressmaybe I need to include something like this that targets the child theme
add_action(‘get_header’, ‘metric_load_scripts’);
function metric_load_scripts() {
wp_enqueue_script(‘follow’, CHILD_URL.’/lib/js/follow.js’, array(‘jquery’),’1′,TRUE);
}Forum: Fixing WordPress
In reply to: Installing Jquery sripts into wordpressThanks again vjpo still cant get it to work – works in the html example I downloaded – I’ll leave it and find a plugin – found one thats 90% there just judders every now and then it’s an iframe example here’s the link if anyone needs it
https://www.gopiplus.com/work/2011/07/24/wordpress-plugin-wp-iframe-images-gallery/
Forum: Fixing WordPress
In reply to: Installing Jquery sripts into wordpressNo – thanks for the advice still cant get it to work I think with all the hassle related to this scroller, I think I’ll try to find a plugin that is similar just havn’t found one that works yet
https://codecanyon.net/item/jquery-horizontal-image-scroller-w-lightbox/112734
Forum: Fixing WordPress
In reply to: Installing Jquery sripts into wordpressHi vjpo thanks for the advice, can i ask when you say “(now it’s loading to the footer)” do you literaly mean this is happening or is this an instruction to load from the footer, …Thanks