Forum Replies Created
-
AuthorPosts
-
I’ve changed the width!!! It looks soo much better thank you for pointing this issue out. I’ve kept the letter spacing but reduced it to 0.04em so that there is a little spacing between the letters.
Thank you so much for the help Guenni007 really appreciate it!
Thanks,
MattHi Guys,
Thanks for the support I will edit the CSS value and let you know how it goes.
Guenni007 I thought the site was already set to responsive so will check these setting too and let you know.
Thanks,
MattSorry to be a pain
Can anyone help with this issue?
Thanks,
MattHi Guenni,
Thanks for the reply.
I below is the code that I have used in the past. I have just tested it on our staging site too and it works.
function font_awesome_styles() {
wp_enqueue_style( ‘Font-awesome’, ‘//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css’ );
}
add_action( ‘wp_enqueue_scripts’, ‘font_awesome_styles’ );function insert_frontside_image(){
?>
<script>
(function($){
$(document).ready(function(){
$(‘.icongrid-frontimage .article-icon-entry .avia-icongrid-front’).each(function(){
var backside_img = $(this).next().find(‘img:first-child’).attr(‘src’);
$(this).find(‘.avia-icongrid-icon’).css(‘display’, ‘none’);
$(this).prepend(‘<div class=”frontside_background”></div>’);
$(this).find(‘.frontside_background’).css({
‘background-image’: ‘url(‘+backside_img+’)’,
})
});
});
})(jQuery);
</script>
<?php
}
add_action(‘wp_footer’, ‘insert_frontside_image’);Let me know what you think it may be.
Thanks,
MattHi Rikard,
Thanks for the quick response. I will try adding the code via FTP.
Thanks,
MattHi Rikard,
Ok I will send them a message. What caching plugin would you recommend?
Thanks,
MattHi Rikard,
I have just done as you said above the element is now showing on the front end. However, when the caching plugin is reactivated it returns back to how it appears above. How can we keep the appearance whilst the caching plugin is active?
Thanks,
Matt- This reply was modified 2 years, 5 months ago by GoodfishGroup_Marketing.
Hi Rikard,
Thanks for getting back to me. The columns have background colour when in the admin console and editing but when viewed as a visitor do not. Yes I want them to have backgrounds and look how they look when editing.
I have posted the temp login link in private.
Thanks,
MattRikard,
Just a quick one… why are the columns displaying differently on the front end On our contact form?
Thanks,
MattHi Rikard,
Thanks for getting back to me. It looks to have worked!
I will keep an eye on it over the weekend.
Thanks,
MattHi Rikard,
Thanks for your response.
I have checked the billing and it is all correct. However, the “Free Trial” on the google cloud platform account had expired. I have selected to upgrade the account and the google maps is now working.
Would you know roughly how much a month it is to have the Google maps on the website. This is a great feature but do not want to be paying for it, as its only there to show our three site locations around the UK. Also it costs nothing for customers to simply do a google maps search if you know what I mean.
Thanks,
MattHi Guys,
All of a sudden the google maps have stopped working on our contact form. The API key is still the same on as a couple of a months ago and we’ve not touched the maps since. Is there a reason for this? Have I missed something?
Thanks,
MattHi Ismael,
My bad! All sorted now. Thank you for your help!
We have three locations in the UK. I’ve added the locations but only the first location can be seen unless the user zooms out of the map. Is there a way of displaying all three waypoints without the user needing to zoom out?
Hope this makes sense and again thank you.
Thanks,
MattHi Ismael,
Still can’t get it to work. I’ve re added the key changed the restrictions but still can’t get it to work.
I imagine it something so simple I’m overlooking.
I’ve shared the api key in private.
Thanks,
MattHi Ismael,
I will re add the key and check the restrictions and let you know if it works.
Thanks,
MattHi Rikard,
Ok I will continue using it and take your advice onboard.
I ran a site audit through the semrush platform and its given me some errors most of them I understand but the above resource link is just one of 45 that semrush is saying broken. However, I can’t seem to find it on the pages to fix it. Just wondered if you knew anything about it?
Thanks,
MattHi Rikard,
Life saver thank you for sorting that out!
What plugin or method would you suggest using to improve page speed?
Also semrush is pulling up the following error: “45 issues with broken internal JavaScript and CSS files” with almost all of my pages having the same issue see one example in private. How can I fix this issue?
Thanks,
Matt- This reply was modified 2 years, 7 months ago by GoodfishGroup_Marketing.
Hi Ismael,
Thanks for getting back to me.
I have created an api key and entered it but the map is still not working.
I have also opened a new support ticket as a lot of the elements on the website have stopped working making the site appear broken.
Could someone take a look please as I have deactivated the plugins and that has not resolved the issue.Thanks,
MattHi Rikard,
I have tried again and get the error message: Google changed the way google maps work. You now need to
enter a valid Google Maps API Key.The Google map is also blue on the contact page once I’ve added the coordinates manually.
I’ve deactivated all plugins and still nothing.
I added a link to screen shots of the error message in private.
Thanks,
MattHi Rikard,
Thanks for getting back to me.
I have re added the key now and still no joy.
Thanks,
MattHi Rikard,
Thanks for getting back to me please see the temporary login link in the private content.
Any issues or need anything else from myself please let me know.
Thanks,
MattHi All,
I do apologies.
This issue is resolved thank you.
Kind Regards,
MattThanks Guenni007 appreciate it.
Have you removed the above css?
Thanks,
MattHi Guenni007,
Thanks for the reply.
So, I’ve added two images into the the icon grid backside content area as mentioned above. I’ve also added the script to the function.php and added the quick css as recommended. The front image is there, however when flipped around both images are shown on the backside. Have I missed something?
The flip boxes on the link (https://consulting.webers-testseite.de/leistungen2/) look really nice with the image on the front and description with button on the back. I think this could work else where on our site to showcase our capabilities with a button/link to the page. If you send me info on how to set this up that would be great.
Thanks,
MattHi Mike,
I’ve followed the CSS and its worked!
I now would like to align the icon grid title at the bottom of each tile, if you could possibly help with that please?
Thanks,
MattHi Mike,
Thanks for getting back to me.
I will try the above and get back to as to how I get one.
Thanks,
Matt -
AuthorPosts