Forum Replies Created
-
AuthorPosts
-
Hello,
I have gotten the code to work properly, as can be seen here: http://www.aimgrp.com.au/
However these three buttons seem to sometimes change on hover quickly and without issue and sometimes need to be hovered over for some time before they change. The issue isn’t in the code, I am thinking it might be theme related, or perhaps the images are of to higher quality and take to long to load?
Can anyone offer any ideas on this?
Here is the code I made up;
<img onclick="javascript:window.location.href='http://www.aimgrp.com.au/cabinetry-home/'; return false;" onmouseover="this.src='http://www.aimgrp.com.au/wp-content/uploads/2017/08/Cabinetry-Button-2.png';" onmouseout="this.src='http://www.aimgrp.com.au/wp-content/uploads/2017/08/Cabinetry-Button-1.png';" src="http://www.aimgrp.com.au/wp-content/uploads/2017/08/Cabinetry-Button-1.png" alt="Cabinetry" />
Also tried this:
<img onclick="javascript:window.location.href='http://www.aimgrp.com.au/cabinetry-home/'; return false;" onmouseover="this.src='http://www.aimgrp.com.au/wp-content/uploads/2017/08/Cabinetry-Button-2.png';" onmouseout="this.src='http://www.aimgrp.com.au/wp-content/uploads/2017/08/Cabinetry-Button-1.png';" src="http://www.aimgrp.com.au/wp-content/uploads/2017/08/Cabinetry-Button-1.png" alt="what-ever-you-like" />
Could I please get some help with this??
Tried this but it doesn’t work either as seen on my website http://www.aimgrp.com.au
<a href="http://www.aimgrp.com.au/cabinetry-home/"><img src=" http://www.aimgrp.com.au/wp-content/uploads/2017/08/Cabinetry-Button-1.png" onmouseover="this.src=' http://www.aimgrp.com.au/wp-content/uploads/2017/08/Cabinetry-Button-2.png'" onmouseout="this.src=' http://www.aimgrp.com.au/wp-content/uploads/2017/08/Cabinetry-Button-1.png'" /></a>
<img onmouseover="this.src='http://www.aimgrp.com.au/wp-content/uploads/2017/08/Cabinetry-Button-2.jpg';" onmouseout="this.src='http://www.aimgrp.com.au/wp-content/uploads/2017/08/Cabinetry-Button-1.jpg';" src="http://www.aimgrp.com.au/wp-content/uploads/2017/08/Cabinetry-Button-1.jpg" alt="what-ever-you-like" />
However the update didn’t fix the update;
None of the icon box buttons on my home page work after the update now, these were done using the custom css form on each element, would an update have altered this in anyway?
Thanks,
David.I had the wrong api key, I have updated it, it currently says;
Briefly unavailable for scheduled maintenance. Check back in a minute.
Which I’ve never seen before, but once it works again I’ll check this out.
Hello, I’m currently running 4.0.5. Which shows as the current version on my enfold backend, how can I update this if I can’t do it through WordPress? Do I download the new version from theme forest and upload it again? Will all my settings remain?
Thanks,
David.Also using the Tab Section, is it possible to use the Full width Button to go to different tabs?
Hello, Yes I believe I have now gotten it to work, thank you for your help.
Just managed to fix it so in: public_html/aimgrp.com.au/wp-content/themes/enfold/functions-enfold.php I have added: add_theme_support(‘avia_template_builder_custom_css’); at the top of this file.
Where do I put in the rest of the code? Or have you done this and do I not need to do this?
Hi Jordan, I did this to make the second and third column clickable on the website, I added this code to Enfold Functions.php.
function add_custom_div(){
?>
<script>
jQuery(“.your-custom-css-class”).click(function(){
window.location = jQuery(this).find(“a:first”).attr(“href”);
return false;
});
</script>
<?php
}
add_action(‘wp_footer’, ‘add_custom_div’);Using ftp I have looked in both the functions.php and enfold functions.php and can not find this code to remove it and fix the issue. Via FTP would you be able to take a look, maybe I might need the enfoldfunctions.php and functions.php uploaded again from their original state, which I don’t have.
Hi Jordan, after adding this to the enfold functions.php I am no longer able to view my website, I get the “This page isn’t working” error, image attached.
Thank you
Thanks Jordan. I have changed the name of the original columns file, called ‘OLD COLUMNS FILE’ Let me know if you work it out, thanks.
Thanks Jordan, done that, my 1/3 columns now show as full page columns and the linking feature isn’t woking after editing the column and linking it. http://www.aimgrp.com.au
Hello,
Thanks for that, the file link on that post isn’t available, where do I put that code for this to work?
thanks.
Thank you, I will try that and let you know how I go. Is it possible to make the whole icon box and it’s content one single button?
Thanks Jordan for your reply, if I were to stick with the icon box, is it possible to use a custom icon? I could use the logo to match it in with the brand, is it also possible to make the whole icon box, and it’s contents a button? As a pose to three the icon, text and image being separate buttons. As so the tool tip doesn’t change continuously as you hover over the icon box.
Thanks.
Never mind, just worked out that it was inserting the logo at 300×300 and not the full size
With much work I have solved this, it was an issue on Godaddy’s hosting side with a duplocate ftp account. Thank you for your help though.
I uploaded the actaul folder, not the zip. Thanks for your help, Could this be a part GoDaddy issue? Where do I attach an image to the post?
I uploaded the folder using Filezilla
That’s fantastic, Thank You!!!
Got it working now. Thanks.
I have now fixed this issue by simply adjusting all of the image sizes.
Still after help to the second part of my question here.
Also how can I get the portfolio items on this page to line up in height properly:
Never mind, just updated and the issue was fixed, thanks.
-
AuthorPosts