Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
On mobile the Vantage theme splits word exactly where it wants. For example a sentence like this.
Welcome to our beautiful site.
Could be looking like this:
Welcome to our bea
utiful site.
Is it possible to choose where the word should split on the mobile theme?
Hi Tor
We could adjust this using some custom CSS
Do you have a public URL where we can take a look at this? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.
Looking forward to hearing from you
This is a private message.
Hi Tor André Sandum
You can change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.
Let me know if that works out for you
Cheers
This is a private message.
Hi Tor
We can try upping the single column collapse point for that layout by inserting the following under Appearance > Custom CSS:
The 680 value can be increased to push the grid layout into a single column at higher resolutions, if required.
I can’t get that code to work even at 1000 px :(
Is that Custom CSS still in place? If you put it back I’ll take a look at what’s going on there. Thanks.
Sorry, the original code you posted is back in now! :)
Hi. The Custom CSS I sent is working. If you adjust 20px value down to 10px to test, you will see the difference below 680px resolution.
Try the following to help the word-wrap situation:
Are we talking about this?
I don’t see any 20 px value in that code?
And what do you mean when you say “the word-wrap situation”?
Sorry for my ignorance :)
Hi Tor André Sandum
Would it be possible for you to create a temporary admin account for us so we can log in and take a look? You can create the account with the following email address:
[email protected]
Just navigate to Users > Add New in your WordPress admin. Enter siteorigin for the username and [email protected] for the email address. Make sure you’ve selected Administrator for the role and enabled the “Send Password” field so we receive the details.
Once we’re finished taking a look, you can delete this account. We’ll let you know when to do that.
Done, thank you very much for all this support guys!
This is a private message.
This is a private message.
Thanks Tor
Advice
Please checkout your child theme style.css. You’re trying to import:
blue.css would have unfortunately been overwritten if it was being stored in the parent theme folder. During theme updates the parent theme folder gets overwritten.
Consider removing header.php from your child theme. Instead you could insert the Facebook script via functions.php:
Search
The search issue resolves if you change back to Vantage parent theme.
searchform.php has been updated. If you definitely need that in your child theme perhaps try merge the new file with your current file. That might resolve the problem.
Original Challenge
Sorry! I’ve lost track of what were working on. Please can you let me know what you still need help on. Sorry for the hassle.
Thank you so much! I would not have known what to do without your help. Things seem to be back on track now, and much tidier!
I only need searchform.php in the child to change the placeholder. Is there any way to do that using a function/filter?
The original challenge was to make it so that the grid loop on a mobile phone shows a 2×2 setup rather than a 2×2 – 1×1 – 2×2 setup :) It looks kind of wierd.
Super, glad to hear we’re making progress.
Searchform
No problem, let’s keep that in your child theme but update it. Replace the contents of your child searchform.php with the following and then update the placeholder again:
Grid
Please make a backup of your Custom CSS and try replacing it as follows:
I’ve cleaned that up.
There is some clearing happening making it hard to split 50% for mobile. What about one column grid from 780px down? An option? Test out the CSS and see if it’s ok.
If you don’t like the way the grid clears after 780px try this. Create a folder in your child theme called “loops”. Then copy /loops/loop-grid.php from the parent to the child theme. Leave the original in the parent theme. Once in the child theme remove this line:
We can try using CSS to clear instead. Let me know if you want to do this.
I love it, thanks!
This is perfect and thanks for cleaning up my code. This must be the best support I’ve ever gotten for any digital product ever. Keep up the good work! :)
Thank you for you kind words Tor :-)
Always feel free to open a new thread whenever you require support
Cheers
I want to change mobile resolution responsive from 680px to 1080px (iphone 6s Plus). Please help me !