wollyroger
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] slider images zooming??
Forum: Themes and Templates
In reply to: [Customizr] slider images zoomingHI all,
I went through all your suggestions again this morning and I seem to have got it to display correctly by using the 1170 width as @debshadovitz suggested. I hadn’t purged the site cache the first time I did this, which is why I didn’t see any difference in appearance lat time.
Thanks you all for your help ??
Forum: Themes and Templates
In reply to: [Customizr] slider images zoomingHi Deb,
Thank you for the reply,
Unfortunately the images appear as ‘zoomed’ on my phone and iPad too. They do not show as full width on any device.
I have tried different image sizes and ratios (including 1170), but with no joy also
Forum: Themes and Templates
In reply to: [Customizr] slider images zoomingIt seems to serve up the correct image initially before changing (after half a second) to the zoomed-in version.
I just tried removing all HTML content on the homepage and the problem still persists also…
Forum: Themes and Templates
In reply to: [Customizr] slider images zoomingHI emranemranx
Thanks for your replay and your suggestions,
I have gone through each suggestion here and the problem still persists unfortunately (both on Microsoft edge and chrome). Here are some screen shots which should exemplify the issue hopefully…
How image appears on site:
How it should appear:
I understand there may be some cropping of the height to fit it into the 500 pixel height viewport, but I would expect to see the full width…?
Kind regards,
Roger- This reply was modified 5 years, 5 months ago by wollyroger.
Forum: Fixing WordPress
In reply to: should I change my site to www for backlink purposes?Thanks Jan
Although not entirely sure how I might ask a question about URLs without using the URLs, but I take your point regarding spam…
Will post in google webmaster forum also ??
Kind regards,
RogerForum: Plugins
In reply to: [Contact Form 7] Mobile formattingHi,
Thanks for this – finally found some time this morning to have a play with this…! I am pleased to say your suggestion worked (with a few tweeks).
For information (in case anyone else is having a similar issue)…
My original code was this
<label> Your Name (required) [text* your-name] </label> <label> Your Email (required) [email* your-email] </label> <label> Your Telephone [tel tel-618] </label> <label> Type of Event [radio radio-906 "Wedding" "Corporate" "Birthday" "Other"] </label> <label> Date of Event (required) [date* date-406] </label> <label> Location of Event (required) [text* text-985] </label> <label> Your Message [textarea your-message] </label> [submit "Send"]
The label tags didn’t work with the bootstrap grid system, so these needed to be removed. The following gave me an identical appearance but with the responsive capability:
<div class="col-md-12 form-controls"> <div class="row"> <strong> <div class="col-md-12"> Your Name (required): [text* your-name] </div> <div class="col-md-12"> Your Email: (required) [email* your-email] </div> <div class="col-md-12"> Your Telephone: [tel tel-618] </div> <div class="col-md-12"> Type of Event: [radio radio-906 "90s event" "Corporate" "Birthday" "Wedding" "Other"] </div> <div class="col-md-12"> Date of Event (required): [date* date-406] </div> <div class="col-md-12"> Location of Event (required): [text* text-985] </div> <div class="col-md-12"> Your Message: [textarea your-message] </strong> </div> </div> </div> [submit "Send"]
Thanks for your help Whimsy Collective…!
Rog
- This reply was modified 7 years, 7 months ago by wollyroger.
- This reply was modified 7 years, 7 months ago by wollyroger.
Just had a message back from support (the following day) with a fix ??
- This reply was modified 7 years, 10 months ago by wollyroger.
Forum: Themes and Templates
In reply to: [Customizr] Social icons showing as boxes since updateI have attempted stripping out my custom css to see if that helps, but it has no effect. Have rolled-back my site to before I updated in the meantime…
Forum: Themes and Templates
In reply to: Centering Menu in Hemmingway RewrittenHi,
Thanks for the reply (apologies for not relaying sooner!),
Just tried the code you suggested in my child theme’s styles css, but it hasn’t worked.
Could it be anything to do with the plug in i am using for the menu images (overiding the child theme css)?
site has moved to https://www.debbiesebire.co.uk
Thanks,
Rog
Forum: Themes and Templates
In reply to: [Customizr] Adding 'sameas' code to head or bodyThanks for this,
I found it worked if I removed the opening <?php (as this gave a syntax error). For reference, the full code read like this:
add_action('wp_head','sameas_code', 20); function sameas_code() { ?> <script type="application/ld+json"> { "@context" : "https://schema.org", "@type" : "Organization", "name" : "Your Organization Name", "url" : "https://www.your-site.com", "sameAs" : [ "https://www.facebook.com/your-profile", "https://www.twitter.com/yourProfile", "https://plus.google.com/your_profile" ] } </script> <?php }
Forum: Themes and Templates
In reply to: [Moesia] minifying issueHi there,
I’m having the same issue – did you ever find a solution?
Kind regards,
Roger
Forum: Themes and Templates
In reply to: [Customizr] plug in update has removed my stylingHi Frank,
Have just gone through the steps you suggested. The link to the test result is here:
https://www.webpagetest.org/result/160111_W2_10JH/
I have since deactivated the plug in without emptying the cache as requested…
Also, I found out today that Autoptimize’s ‘optimize javascript code’ option is causing my Form Maker Pro forms not to work (the calendar in the date box doesn’t ‘pop up’ and the submit button doesn’t work). Any idea how to solve this also (i have this option unchecked at the moment)?
Kind regards,
Roger
Forum: Themes and Templates
In reply to: [Customizr] plug in update has removed my stylingHi Frank,
Just updated the plug ins one by one and it was autoptimize which was stripping the styling. Like you suggested, I disabled the CSS optimisation check box and the site looks fine again.
Any ideas why this would affect my site specifically?
Kind regards,
Roger
Forum: Themes and Templates
In reply to: [Customizr] plug in update has removed my stylingThink it may well be Autoptimize, just found this post:
https://www.ads-software.com/support/topic/20-immediately-broke-my-js-site?replies=14