-
AuthorPosts
-
May 12, 2017 at 10:55 pm #1033657
For some reason when I’m on a mobile device and checking out my website, the table is off and doesnt show correctly. What could be the issue here? I’m using JCE editor. Could that be the problem?
Also for some odd reason on the home page: the main image/JA slideshow doesnt show on mobile devices as well and there is a black space/void.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 13, 2017 at 7:28 am #1033679Hello
To build your content inside tables and visualize it correctly on mobile screens you should use responsive tables code,
Regarding slideshow not visible on mobiles you can see from image below that you are using a specific command to hide it.
Regards
May 13, 2017 at 1:47 pm #1033735Thank you for the responsive tables tip!
Is there a way to make JCE editor put the "<div style="overflow-x:auto;">” around every table I make instead of manually entering it every time?
Also RE: the slideshow.
I was not the one who put this website together, how can I stop hiding the slideshow since it says it’s hidden?And lastly it seems like my logo on mobile devices is under-lapping the social icons on the right side. Any way I could put that on the right scroll bar & make it static?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 13, 2017 at 5:20 pm #1033767Is there a way to make JCE editor put the "
<div style="overflow-x:auto;">
around every table I make instead of manually entering it every time?
Hello
You should ask this to the JCE support since it is not a joomlart extension.
Regarding slideshow you can see the demo template is not showing it for responsive screens , if you really need it you will need to make customizations over @media css files.
Any way I could put that on the right scroll bar & make it static?
You can move it to the left adding this code to your custom.css file
@media (max-width: 979px) { .navbar .brand { margin-right:40px; } }
You can change the 40 px value to move it as you prefer.
Regards
May 14, 2017 at 3:45 am #1033803Thanks for your answers.
RE: Any way I could put that on the right scroll bar & make it static?
I was referring to the social buttons.
Is there a way to make a module appear on the side scroll bar? or appear static on the right side of the page like your chat module & return to top button?pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 14, 2017 at 6:30 am #1033814Is there a way to make a module appear on the side scroll bar? or appear static on the right side of the page like your chat module & return to top button?
Hello
You can look at the addthis website and from your dashboard configure the tool as you prefer it to appear on your website.
Regards
May 14, 2017 at 11:58 pm #1033888I just checked out the addthis website and there is no option for me to show social buttons on the side of the page.
Is there any basic code I could use? Just to basically show an image attached to the right side of the page.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 15, 2017 at 6:01 pm #1034224I just checked out the addthis website and there is no option for me to show social buttons on the side of the page.
Select sidebar as tool and copy your dashboard code in custom code tab as showed in img below.
Regards
- May 15, 2017 at 11:54 pm #1034271
Thanks Pavit but the problem is that option is only for sharing.
I want people to go directly to my facebook/twitter page by clicking the social icon, not share the page it’s on.
For the "Follow" option, Addthis only has a header & inline method.
Any other route to go?Another question: For some reason there’s a line that appears between each row in a table –
http://backlitdecor.com/technical
How do I remove this grey line?I appreciate the help!
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 16, 2017 at 1:43 pm #1034493Thanks again Pavit,
I added this code to the css, but still the lines are grey are there.
Any reason why?pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 16, 2017 at 2:13 pm #1034503Any reason why?
It seems your website is not loading custom.css file
Could you share as private reply a temp super user account to your backend ?
I will have a look at it
May 16, 2017 at 2:23 pm #1034510This reply has been marked as private.pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 16, 2017 at 6:34 pm #1034538Hello
I disabled thememagic feature from your template manager and now it works fine.
Regards
May 16, 2017 at 7:25 pm #1034547Awesome! Thank you very much.
One minuscule issue – On the main menu, on the far right, there’s now an arrow pointing downwards that I’ve disabled a long time ago but is now reappearing. Why does this show? how can I disable it?
RE: my slideshow question from earlier, I’ve added
@media (max-width: 767px) .items.slideshow {display: block}
to the custom css to allow it to show on mobile devices. Is this code correct?AuthorPostsThis topic contains 17 replies, has 2 voices, and was last updated by pavit 7 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum