I see that there is no solution for the problem I have….is there at least an option to disable zooming of site on mobile phone….I mean just to disable resizing of site on mobile phone…?????
Satoko
By header do you mean logo?
You can upload a logo at any size although it will depend on what header style you are using for how large it shows on the site.
If you just want to have text you can change the font in your theme options > main settings.
Ben
Hello,
Sorry if you have answered this before – I searched through the support topics and found a lot of info about changing the text description and possibly some css to change the colour – but I might have put it in wrong as it’s not doing anything.
Ok – so when you look at the products there is no ‘add to cart’ or ‘select options’ visible – so I am assuming that the button is either hidden until hovered or it is white. Then when you hover it turns pink, and hover on the button it turns orange.
I’d like it to be visible in orange whether the visitor is hovering on the product or not. And then when they hover on the button for it to turn pink – as this is how we have it set up in basic styling – but it’s opposite in the shop. Any help would be greatly appreciated
Link *Login to see link
Many thanks
Nic
I have no idea how to create a header…what size should it be…or if I just want to type the name of the site, Where do I choose a typeface
ok, so your server doesn’t have “ZipArchive” turned on. Just contact your hosting service and have them turn it on. It should be a default thing for wordpress sites.
Ben
ok, I just looked through all your settings. And Did some tests. I can’t see why your checkout isn’t working. It works fine if I am logged into your site but as soon as I logout it doesn’t work.
Your htaccess file is not writeable. This isn’t a big deal but does mean I can’t clear it and could cause issues with woocommerce. Please make it writeable. so you can test, be sure to flush the permalinks and also make sure there isn’t anything else in your htaccess file.
Else you would need to contact your host about sessions and make sure those are enabled to work and have them check your error logs and see if anything is coming up.
Ben
This reply has been marked as private.
Can you post a temp login to you site?
would be good to post ftp access so I can check the files.
You can use Set as private reply
Ben
I think we are still not understanding what you want. Is this something you can show us an example of? Maybe in the demo sites?
Ben
Resolved… I had a mobile device switcher plug in activated, when I deactivated it. My mobile site worked.
Hi. I recently upgraded my site to Virtue Premium, and I love it. However the problem that I’m having now is that it’s not showing up on the mobile site. Instead, the previous theme I used called Sketch is still showing up. It says proudly powered by wordpress..Theme: Sketch by wordpress.com. I cleared the cache, and updated my virtue theme, and deactivated mobile in my jetpack, and it’s still showing the old theme components. It won’t show any of my mobile setting or the virtue features. Help!
Ben,
I did reinstall the Cyclone Slider plugin via the theme installer this morning. As soon as I activated it the site would no longer respond.
Any thoughts on what to check?
Hi
On my website http://www.dnaclient.co.uk/pandora/ the mobile-menu icon is not visible. How do I get it to appear and also make sure the logo (Pandora) is not touching the top of the slideshow when viewed on a mobile? Help really appreciated.
Thanks, Greg
I have just puchased the following addon *Login to see link
I was wondering if anyone could help. the drop down menus look differnet within this and the original within the theme and woo comerce and I do have css form option styling and was wondering if anyone new the codding to make this look like the original or guide me how to do it.
*Login to see link
above is our site and the Diamante Design is the option im trying to replicate within this add on
Hi,
How can I make my site banner go from edge to edge along the top of the page. My site is *Login to see link
Thanks.
Saskia
Sorry the link is http://strictlysalesandmarketing.co.uk/wp_strictly2015/the-team/
——————————————————————————————–
Hi,
I have created a team page in order of key positions ie Managing Director, Director, Key Accounts, Financial Controller etc
When the website is viewed on mobile the order changes as the 2nd column goes underneath the 1st column so the order is Managing Director, Financial Controller, Territory Sales Manager etc Ideally it should be in order how it appears on desktop.
How can I resolve this?
Karisma
Hi,
I have created a team page in order of key positions ie Managing Director, Director, Key Accounts, Financial Controller etc
When the website is viewed on mobile the order changes as the 2nd column goes underneath the 1st column so the order is Managing Director, Financial Controller, Territory Sales Manager etc Ideally it should be in order how it appears on desktop.
How can I resolve this?
Karisma
This reply has been marked as private.
Ben, almost there..
Child theme etc all ok, sticking this code:
—————-
add_filter( ‘woocommerce_cart_shipping_method_full_label’, ‘remove_free_from_shipping_label’, 10, 2 );
function remove_free_from_shipping_label($full_label, $method){
return str_replace(‘ (‘ . __( ‘Free’, ‘woocommerce’ ) . ‘)’, “”, $full_label);
}
—————-
into functions.php causes this error:
Parse error: syntax error, unexpected ‘’’ (T_STRING) in /home/mysite/public_html/wp-content/themes/virtue_premium_child/functions.php on line 6
I guess it’s an invalid character(s) but I can’t figure out how to fix it.
Tks if you can help, John
I am trying to get the navigation to stick while in mobile view. I am not using a topbar and do not wish to. I have the header set under the home slider.
You can view my site here: http://www.wineyourwaytours.com
I have the mobile navigation set to the menu I wish to use. I also have sticky nav selected in the theme options. I have also tried the following css (but it still did not work):
#topbar {
position: fixed;
width: 100%;
top: 0;
z-index: 999;
}
.admin-bar #topbar {
top:28px;
}
Is there something I am missing or some code I can use to make the header bar remain sticky while in mobile view..
Thank you,
Elizabeth