asharke1
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Booking Calendar] Disable Plugin/JS on frontpageI may have actually figured out the issue
instead of just entering /contact-us/
i entereted the entire URL
It appears to be working fine now, but if you wouldn’t mind confirming on your end that would be great!
Forum: Plugins
In reply to: [WP Booking Calendar] Disable Plugin/JS on frontpageThanks for the super quick response and clear directions
However having issues:
Here is the page in question
https://valueimagery.com/contact-us/
I tried implementing only loading on this page, i can see that the JS does not load on the frontpage, however somethng goes wrong with the contact page as the first row as well as the calendar simply don’t load. I disable the the load css/js and it works again.
So you can see what’s happening i’ve enabled the loading only on the contact-us page
Here’w what it is meant to look like:
https://www.dropbox.com/s/34gfn9rav30mm8c/Screen%20Shot%202019-05-12%20at%205.06.09%20pm.png?dl=0Forum: Plugins
In reply to: [Custom Content Shortcode] Mobile Detection Add [isnt_computer]That did fix it.
Forum: Plugins
In reply to: [Custom Content Shortcode] Mobile Detection Add [isnt_computer]Sorry for the confusion.
So on an iphone the homepage should only display the hyperlink “view portfolio” which rests inside the [is_phone] tag
However it is showing the hyperlink inside [is_phone] as well as loading the jb-container. here is my html below:
<div id=”jb-container”>
<div class=”jb-wrap”>[xyz-ihs snippet=”0Portfolio”]</div>
</div>
[is_phone]
<h4 style=”text-align: center;”><span style=”text-decoration: underline;”>VIEW PORTFOLIO</span></h4>
[/is_phone]Forum: Plugins
In reply to: [Custom Content Shortcode] Mobile Detection Add [isnt_computer]that is exactly correct
for my photo gallery pages (images by genre, or images by place) i have your plugin redirect an iOS user to an expanded fullscreen mode of the juicebox gallery (photo slideshow)
For the home page on a computer and tablet i have it configured to show the juicebox gallery normally. But for an iphone, the juicebox gallery isnt very mobile friendly so that is why i have your plugin show the hyperlink “View Portfolio” which in turn takes them to the expanded fullscreen page of the juicebox gallery.
Let me know if that makes sense
Forum: Plugins
In reply to: [Custom Content Shortcode] Mobile Detection Add [isnt_computer]i looked at the developer bar in firefox and see what you are referencing:
This is what i have typed in the pages:
This is for page https://www.alexandersharkey.photography/?page_id=329<div id=”jb-container”>
<div class=”jb-wrap”>[xyz-ihs snippet=”Nautical”]</div>
</div>
[isnt_computer]
[redirect]https://www.alexandersharkey.photography/4.html#expanded[/redirect]
[/isnt_computer]this is for the home page
<div id=”jb-container”>
<div class=”jb-wrap”>[xyz-ihs snippet=”0Portfolio”]</div>
</div>
[is_phone]
<h4 style=”text-align: center;”><span style=”text-decoration: underline;”>VIEW PORTFOLIO</span></h4>
[/is_phone]Forum: Plugins
In reply to: [Custom Content Shortcode] Mobile Detection Add [isnt_computer]It seems to work in recognizing and iphone 4s on ios 6, and an ipad 2 on ios 7.
Interestingly though it doesn’t seem to function properly on my home page.
https://www.alexandersharkey.photography/Here is an example using the new [isnt_computer]
https://www.alexandersharkey.photography/?page_id=329Coded the same way as the home page but the home page shows both the normal content as well as the [isnt_computer] content.
This does the same thing with [is_phone] but again only on the home page. (i’ll actually be using the [is_phone] for the home page, and [isnt_computer] for other pages)
This is making me think it’s on my end and not your plugin.
Any advice?
Forum: Plugins
In reply to: [Custom Content Shortcode] Mobile Detect and RedirectThanks Eliot for putting it back in.
Much appreciated!
You code is very transparent.
In between you putting it back in i had tried using two other plugins to get it to work. And I did, but Custom Content Shortcode is much faster in adding the code to the page and also in application on the user end.
Again much appreciated for the very timely fix!
~Alexander