Digital experiences for all disciplines
Forum Replies Created
-
-
August 4, 2015 at 5:26 am in reply to: If and how to disable "Please enable JavaScript to view this website" #200406
That makes no difference.
Also can I ask why flexform thought it was a good idea effectively block visitors who don’t have JS enabled? Is it just because we want to give everyone the feature rich experiance or something else like blocking scraper bots?
The solution to the layout problem was that I put each element in its own cell of a table using
https://wordpress.org/support/plugin/tablepress
And I am happy with the layout but there is another problem that sometime the chart graphic elements do not appear, only the plain text that should appear inside the circle appears. Sometimes it works as it should though, if it works and you want to see it not working try a different browser or devise, a US IP or clearing browsing cache.
There is no dynamic cache on the site to clear.
How can we make the charts always work in a table in a sidebar widget?
Thanks
August 3, 2015 at 10:47 am in reply to: If and how to disable "Please enable JavaScript to view this website" #200079You can replicate it by disabling JS in your browser.
August 3, 2015 at 10:01 am in reply to: If and how to disable "Please enable JavaScript to view this website" #200059Its site wide on all flexform sites, mine is
the “Please enable JavaScript to view this website”? is supposed to show for visitors who do not have JS enabled, it is working as it should. I want to know how to turn it off.
August 3, 2015 at 8:07 am in reply to: If and how to disable "Please enable JavaScript to view this website" #199991If you read the post you will see I am not asking how to enable JS in my browser. I am asking how to disable the full-page dark filter saying “Please enable JavaScript to view this website”? on my site.
This reply has been marked as private.July 30, 2015 at 9:20 am in reply to: possible to change text size in top nav bar and breadcrumb thread? #199238Done and makes no difference to anything.
I have also tried deactivating all plugins except SEO by yoast (that is the breadcrumb plugin) and that also makes no difference.
I found a solution to this, still nee help
possible to change text size in top nav bar and breadcrumb thread?
and
July 29, 2015 at 4:07 pm in reply to: possible to change text size in top nav bar and breadcrumb thread? #199042As I said that custom css is already there, it has always worked and now it has stopped working.
July 29, 2015 at 12:40 am in reply to: mobile Content not sized to viewport Horizontal width/scrolling problem #198761Okay, I meant the other tables on the site are actually made by the tablepress plugin where I can just check the button “ad horizontal scroll” button.
This is a plugin, the plugin code is where it says
<style type=”text/css”>
html {
min-width: 550px;but even if this element is not responsive shouldn’t a horizontal scroll appear on any page where the content must be wider than the screen (it used to)? I checked my custom css and found
@media (max-width: 479px) {
body.page-id-5540 {
overflow: visible;
}I don’t know what page-id-5540 is, how can I find out? Applying this to the page in question does give us the horizontal scroll on mobile but do we like this solution? do you think it solves google complaint of “Content not sized to viewport”? Should it be applied site wide?
July 29, 2015 at 12:16 am in reply to: possible to change text size in top nav bar and breadcrumb thread? #198756Site wide, all pages and posts with breadcrumbs
Page
http://www.bitedge.co/bitcoin-sportsbook-reviews/cloudbet-sportsbook-review/Post
http://www.bitedge.co/blog/why-to-chose-co-over-biz-info-io-or-me/I want to make the breadcrumbs 14px site wide
Already there and not having the desired effect, even after adding !important
If you watch a post load you can actually see the correct width=”640″ height=”360″ space is made on the screen for the video to sit in then at the last second it expands itself to full size.
There is another piece of custom css that used to work that is being ignored here
possible to change text size in top nav bar and breadcrumb thread?
I wonder if the fix to
Is causing this…its that or the latest theme update.
July 28, 2015 at 3:27 am in reply to: mobile Content not sized to viewport Horizontal width/scrolling problem #198370Sorry I misunderstood Eds first post, I thought you were telling me to add the custom css
html {
min-width: 550px;
}So I did but I guess you were saying that was the cause of the problem. The reason I got confused is because that custom css was never present on the site, at least its not in the custom css field, the child theme css sheet or the theme css sheet. Now I have added it and taken it away all the extra problems I found since the first post are gone and Ed is spot on the solution to
http://www.bitedge.co/blog/cloudbet-vs-nitrogen-sports-bitcoin-sportsbook-comparison/ was to add a scrool to the table.So to reset this thread there is only one problem page
http://www.bitedge.co/sports-betting-tools-and-resources/overround-and-probability-calculator/
Its not a table so I cant add a scroll to the table can we add a horizontal scroll to the page? I am sure it used to work, perhaps until the last theme update I did.
And if you can use the login I gave we also have these outstanding
possible to change text size in top nav bar and breadcrumb thread?
Thanks
July 28, 2015 at 2:59 am in reply to: possible to change text size in top nav bar and breadcrumb thread? #198365I did this for my breadcrumbs from Yoast and it worked perfectly.
Today all of a sudden it has stopped working… the custom css I have is
#breadcrumbs {
font-size: 14px !important;
}its simply not being applied. How can we fix this?
July 28, 2015 at 2:34 am in reply to: mobile Content not sized to viewport Horizontal width/scrolling problem #198360This reply has been marked as private. -