Forum Replies Created
-
AuthorPosts
-
Hi Guys,
I’m trying to get my top secondary menu showing on mobile but i can’t for the life of me work out how to do it. There doesn’t seem to be a definitive answer anywhere on the forum. forgive me if i’ve missed it.
Ideally i’d like the secondary menu adding to the burger menu when in responsive mode. is this achievable?
Logins below.
Many thanks,
AdamHi – can someone please get back to me ASAP as there are a few problems with the site i’m noticing:
Site icons site wide are not working also
Homepage slider has stopped working..
Not sure why this is happening – it seems like a Db issue maybe?
Thanks :)
AdamHi There,
Sorry, i’ve tried sending these details once already but it would appear it didn’t work.
Please find the password below..
Thanks for your help!
Adam
February 8, 2017 at 2:11 pm in reply to: Could not connect to Mailchimp with this API Key. Please try again with a differ #744336Thanks Nikko – i’ve no idea what’s gone on here but seems to have sorted itself…really appreciate the help!
Adam
February 7, 2017 at 2:11 pm in reply to: Could not connect to Mailchimp with this API Key. Please try again with a differ #743913Hi Nikko,
Thanks for the response…Please see details below
Adam
February 6, 2017 at 12:52 pm in reply to: Could not connect to Mailchimp with this API Key. Please try again with a differ #743322Hi Nikko,
Thanks for getting back to me.
Time restricted details below. Hopefully you guys can get in there within the next few hours..?
Many thanks,
AdamRight ok, thank you Nikko, much appreciated!
I’ll change out the font for something different.
Thanks again,
AdamFebruary 19, 2016 at 9:53 pm in reply to: WordPress 4.4.2 update causes Avia Text editor error? #586330Hello,
This seems to be an issue with the theme PHP – can someone please get back to me ASAP as I really need to get this site working :(
Thanks,
AdamFebruary 19, 2016 at 10:02 am in reply to: WordPress 4.4.2 update causes Avia Text editor error? #585935I am getting the same issue, did this get solved?
My site and login details are below…
Many thanks,
AdamDecember 18, 2015 at 12:16 pm in reply to: Show Sidebar Widget on Mobile Woocommerce Category Page #554906It’s ok, I have solved this – I didn’t have display sidebar on smartphones ticked so i apologise. I then used the following code to put any Right Hand Sidebars above the content of the page…in this case the product finder widget. It just means that i can’t have any other pages with a RH sidebar as it’s only the tree finder filter that should logically go at the top of the page on mobile. All the other widgets are things like newsletter signup and such like to i’ve just made sure these are on the LHS on all other pages.
Thanks for your help!
function add_custom_script(){
?>
<script>
jQuery(window).load(function(){
if (jQuery(window).width() <= 480){
jQuery(“aside”).prependTo(“main”);
}
});
</script>
<?php
}
add_action(‘wp_footer’, ‘add_custom_script’);December 18, 2015 at 11:12 am in reply to: Show Sidebar Widget on Mobile Woocommerce Category Page #554891No not yet – we can make a stripped down version of the filter no problem. I guess my question to you Elliot is how do I get the sidebar on the above mentioned link to view on mobile..?
Sorry, maybe i confused it more than i needed to earlier.
Best regards,
AdamThanks Elliot – I’ll have a go at this!
Best regards,
Adam -
AuthorPosts