Digital experiences for all disciplines
Forum Replies Created
-
-
Hi,
The link provided does not work for me?
Thanks.
Hi,
I have fixed the button issue for you. http://220.239.64.180:1234/wordpress-trunk/?page_id=13533
The class ‘smooth-scroll-link’ was being applied to the button parent div, not the actual button itself. To workaround this, you have to copy the button html code out, then delete the button block and replace it with a text block and paste in the html code.
We will add this to the page builder future updates to make it easier.
Thanks,
David.
Hey James,
Sure you can copy the HTML over from the single image to the text box, I have done this for you so you can take a look: http://wanderlustfp.com/travel-camera-bag/
Thanks,
David.Hey,
There were numerous CSS errors in the custom CSS option. I have run those and cleaned the whole lot and amended the above snippet. This now removes the requested title.
.tax-product_cat .page-heading { display: none; }
To answer your second query yes you can but you would need to make a modification. Unfortunately this customisation is beyond our scope of support. However I can give you specific directions to follow:
1) Open the file: ‘tabs.php‘ located in the theme folder ‘/woocommerce/single-product/tabs/tabs.php‘
2) Find line 78
$class = "in";
and comment this out to look like this://$class = "in";
For a change like this I would recommend using a child theme: https://codex.wordpress.org/Child_Themes
Thanks,
David.Hi Peter,
The two pages that fail to use https both use a form post action, the URL is set by the WP ‘Settings => General => Site Address (URL)’. I think that is what is causing the issue.
1) http://glassdomain.co.uk/cart/
2) http://glassdomain.co.uk/wishlist/view/We should need to try a htaccess to redirect those URL’s, could you supply us with a FTP login?
Thanks,
David.Hi JHeck,
Your menu and featured images are loading fine for me, have you tried clearing out your browser cache – if you still get the issues?
To remove the product category archive page title, this little CSS snippet will help you:
.tax-product_cat .page-heading { display: none; }
Thanks,
David.
Hey Johan,
I think a small change to 980px should improve the line up.
If you still get issues getting a pixel perfect line up, could you screenshot it and attach the file here?
Thanks
David.Hi,
Could you post up a link to your site so I can see the menu in use?
Cheers,
David.Hey Johan,
From my testing, it looks like the below media query is altering that view.
Can you add this to your Custom CSS option located in the theme options panel? – If not please add a WP login credential for us to take a look.
@media only screen and (max-width: 1024px) { .mhs-tablet-land #mobile-header { max-width: 970px; margin: 0 auto; border-bottom: none; } #main-container { border-top: solid 2px #e4e4e4; } }
Thanks.
Hey Johan,
Can I ask:
1. What iPad are you using?
2. Do you have a link to a specific page URL?
Thanks
David.
Hey James,
I think with a little tweak to the page builder setup.
Rather than using an image element, use text and then insert the images. Here is an example: http://wanderlustfp.com/travel-camera-bag/
Thanks
David.
Hi,
Thanks, that worked great!
Have you updated the reading settings to use the new https rather than http ?
1) Settings => General => WordPress Address (URL)
2) Settings => General => Site Address (URL)
Thanks,
David.
Hi,
The provided login does not work, can you check and post again?
Thanks,
David.
Hey,
For a change like this I would recommend using a child theme: https://codex.wordpress.org/Child_ThemesTo answer your query, open the file called: ‘my-account.php‘
This is located in the theme folder under ‘woocommerce/myaccount/my-account.php‘
You will see the text there on between lines 20 – 30.
Thanks,
David.June 18, 2015 at 2:42 pm in reply to: Error when using search > Warning: sprintf(): Too few arguments in #185900Hi Gerjan,
I have taken a look and nothing seems out of place, I cannot replicate this on my dev version.
Could you please run through the available updates and update the plugins?
Thanks,
David.
-