Home › Forums › Themes Support › Claue › Blog is not dynamic on Android
- This topic has 12 replies, 2 voices, and was last updated 3 years, 6 months ago by
Harry.
-
AuthorPosts
-
-
August 31, 2019 at 4:31 am #33375
Hello:
My blog looks fine on my web browser, but on the phone, I see all the blogs and you have to scroll through the entire content to get to the next one. There is no organization ‘filing’ system.
Go to sunglassmonster.com/blog/ on your android phone and you will see what is wrong.
How do I fix this? Shouldn’t the phone interface look pretty much like the computer?
Thanks,
Tom Shiao
-
August 31, 2019 at 10:01 am #33378
Hi,
The issue because your code add width to caption https://prnt.sc/ozvto5
Please add below code to fix
@media only screen and (max-width: 800px) { .wp-caption { width: 100% !important; } }
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
September 3, 2019 at 9:20 pm #33414
Hello: sorry, so is this what one of them should look like? sorry, I’m not sure what you mean by just ‘add’ it. Do you mean to just add to the end of the code, or do you want me to replace it? See below: (if not, can you show me an example?) thank you.
-
September 3, 2019 at 9:24 pm #33416
Crap…the html I modified doesn’t show up. Do I just cut and paste code you gave me after
caption id=”attachment_16782″ align=”aligncenter” width=”300″ ????
Or do I replace some of the code ???
Sorry, can you show me what it should look like? Thank you!
-
September 3, 2019 at 9:25 pm #33417
Please add code in Claue > Theme Option > General Layout > Custom CSS
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
September 3, 2019 at 9:26 pm #33418
For the code you add please remove width value
caption id=”attachment_16782″ align=”aligncenter” width=”300″
to
caption id=”attachment_16782″ align=”aligncenter”
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
September 4, 2019 at 1:52 am #33421
So, if the blog fits nicely on mobile, does the customer still have to browse through the entire content of each blog to get to the next blog, or is there a nicer index like on the computer?
-
September 4, 2019 at 1:59 am #33422
Now everything fits on the mobile screen. thank you. But it’s not very user friendly on the mobile and the computer. Isn’t there a like a table of contents format where the customer can see the title of the blog, a picture and maybe a short excerpt…rather than having to scroll through each blog to get to the next one? When we get to more than 10 blogs, it will be cumbersome to scroll through! thanks.
-
September 4, 2019 at 6:57 am #33423
Hi,
Please go to Claue > Theme Option > Blog > Content display on blog list > Excerpt.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
September 4, 2019 at 11:12 pm #33432
Hi there,
Is there any way to insert image (with any size) into the black background ?
Thank you.
-
September 5, 2019 at 8:13 am #33436
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.inside-thumb { background: url("http://janstudio.net/claue/demo/wp-content/uploads/2016/10/shop-category.jpg") no-repeat center center; background-size: cover; }
and change http://janstudio.net/claue/demo/wp-content/uploads/2016/10/shop-category.jpg with your image path.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
August 27, 2021 at 12:40 am #42144
Hi, Is there a way to change the left and right margins on the blogs? Currently the width of the body of the blog is set the same as the rest of the website. The posts appear way too wide and it doesn’t look good. It’s also difficult to read.
See: https://bikershades.com/motorcycle-sunglasses-top-ten-uses/
Thank you, Tom
-
August 27, 2021 at 9:20 am #42146
Hi Tom,
Please add custom code in Claue > Theme Option > General Layout > Custom Css
.single-post .jas-container { max-width: 1170px; }
And change 1170 with your number.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
AuthorPosts
You must be logged in to reply to this topic.