jodybarton
Forum Replies Created
-
@worshipdrummer Hi, I’m sorry but I didn’t keep notes. I don’t really have a way of checking. If you have access to your MySQL database then you could do some searches in there for it. Maybe the developer could list the table names if you ask them.
Sorry I can’t really help more.
Many thanks! I must have had some sort of problem but hopefully not the theme as it is totally vanilla Storefront with just a few minor changes in the Customiser. Thanks for your answer.
I also have this issue and it is also fixed by disabling ‘Smart Buttons’.
Forum: Themes and Templates
In reply to: [Storefront] Retina Logo on Storefront ThemeSo true! I suppose that the best practice would be to adjust the logo’s maximum size in the base theme css file (of your child theme of course) and then make the .php code to resize the uploaded image to be 2x ratio of those pixel dimensions.
So for example if your css defines your logo maximum size as 720px wide then you would need to change your .php code to allow a minimum resize to 1440px wide.
I should point out that the solution will work only with a newly uploaded image not one uploaded before the code change. So make your code changes, then upload your hi-res logo for resizing.
Many thanks Job.
Forum: Themes and Templates
In reply to: [Storefront] Retina Logo on Storefront Themesolved
Forum: Themes and Templates
In reply to: [Storefront] Retina Logo on Storefront ThemeI solved it… the answer at least for me is to change the values ‘110’ and ‘470’ in the ‘class-storefront.php’ file. I changed them to 2000 and 3000 respectively.
* Enable support for site logo
*/
add_theme_support( ‘custom-logo’, apply_filters( ‘storefront_custom_logo_args’, array(
‘height’ => 110,
‘width’ => 470,
‘flex-width’ => true,Forum: Themes and Templates
In reply to: [Garfunkel] Building of MasonryResolved – in the sense that I have reluctantly changed themes.
Forum: Themes and Templates
In reply to: [Garfunkel] Building of Masonry<img width="539" height="496" src="http://www.jodybarton.co.uk/blog/wp-content/uploads/2016/03/Sock-Pixel-Mockup.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Sock-Pixel-Mockup" srcset="http://www.jodybarton.co.uk/blog/wp-content/uploads/2016/03/Sock-Pixel-Mockup-450x414.png 450w, http://www.jodybarton.co.uk/blog/wp-content/uploads/2016/03/Sock-Pixel-Mockup.png 539w" sizes="(max-width: 539px) 100vw, 539px" scale="0">In backticks!
Forum: Themes and Templates
In reply to: [Garfunkel] Building of MasonryHi Anders, I just wanted to update this enquiry. I’m pretty sure from using the ‘Web Inspector’ in Safari that the theme is always calling full size images – not medium or thumbnail images.
“<img width=”539″ height=”496″ src=”http://www.jodybarton.co.uk/blog/wp-content/uploads/2016/03/Sock-Pixel-Mockup.png” class=”attachment-post-thumbnail size-post-thumbnail wp-post-image” alt=”Sock-Pixel-Mockup” srcset=”http://www.jodybarton.co.uk/blog/wp-content/uploads/2016/03/Sock-Pixel-Mockup-450×414.png 450w, http://www.jodybarton.co.uk/blog/wp-content/uploads/2016/03/Sock-Pixel-Mockup.png 539w” sizes=”(max-width: 539px) 100vw, 539px” scale=”0″>”
This is an image call from the front page. Looks like it tries to call the thumbnail, but then deprecates to the full size and sizes it instead.
I’m no expert – I certainly couldn’t write a theme!
Any tips? It makes the page very slow to load.
🙂
Thanks
Jody
Forum: Plugins
In reply to: [CampTix Event Ticketing] CampTix AttendeesAh! I figured it out. It’s so much simpler than I thought. Nearly all the styling for the [camptix_attendees] shortcode delivery to a page is in the ‘camptix.css’ file.
thanks for your help
Jody
ecmc2016.comForum: Plugins
In reply to: [CampTix Event Ticketing] CampTix AttendeesDear Ian
it works! The pipe is the key! So cool. Now I only have to format that muddle. Where in the .php files could I go to do that? Or am I asking too much?
many thanks,
Jody
ecmc2016.comForum: Plugins
In reply to: [CampTix Event Ticketing] CampTix AttendeesHi Ian,
thankyou. That’s working great. What’s the form that would return the answers to multiple questions please? I can’t find a syntax guide that I understand.
for example:
First Name, Last Name, City, Country, Messenger Namemany thanks for your help and a great plug-in.
Jody