jor_gridRip 3.0

In this section you can share self-made extensions with other users of WYSIWYG Web Builder.
There is a dedicated section for commercial extensions.
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_gridRip 1.0__**UPDATE**__2.0

Post by jordan »

jor_gridRip 2.0 - UPDATE!

01. enhanced: close each - to invert - individual - if multiple grids are grouped (=collapse mode)
02. new: smart content loader (=loader image)
03. enhanced/fix: new option: margin fix
04. new: new option: callback on load/open/close/focus/hide
05. additional: updated jor_gridRip_easystart project + pdf manual
06. additional: other minor improvements

see also a new cool template demo (=yourlovez) that demonstrates jor_gridRip in a compact accordion template setup at jorextensions.com

for full update history, demo and download see top post
User avatar
Islander
 
 
Posts: 54
Joined: Tue Jan 12, 2010 4:03 pm
Location: Mauritius
Contact:

Re: jor_gridRip 1.0__**UPDATE**__2.0

Post by Islander »

Thanks for this again Jordan. Light be with you.
Itab
 
 
Posts: 8
Joined: Sun Oct 16, 2016 1:46 am

Re: jor_gridRip 2.0

Post by Itab »

Hi Jor,

Great extension, thank you.

I just have one question. I need the first hidden grid to be open on webpage loading.
I can get it done with an OnTimer timeout event (Toggle GRID-1) but this is unreliable.

What's a simple way to show GRID-1 when the page is displayed?

Thank you.
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_gridRip 2.0

Post by jordan »

hi Itab,

I do not know how you have setup jor_gridRip ?
It can ie. be done by using the "to invert" property - that could create a specific design with an open grid on start
but I guess you want a basic accordion type on which one grid is open on page load ?
at the moment I have not created a simple setting to do that
there are however ways to achieve that by using the "callback" and some code
at the moment I am working on jor_gridRip3.0, I will add a function to do that, jor_gridRip3.0 is still awhile away tho
if you really really need it now, I can give you the callback/code
I think it is better to wait and have it as a simple setting and not have to remove code afterward
Itab
 
 
Posts: 8
Joined: Sun Oct 16, 2016 1:46 am

Re: jor_gridRip 2.0

Post by Itab »

Thank you.

Yes, it's a basic accordian with 3 button (image) triggers.
I set the opacity of button 1 to 50% to match active state and toggle GRID-1 with a timer on page load.

This works and mimics the operation well. I just don't want to use a timer but couldn't get it to work in HTML.

There must be a simple way to toggle a GRID on page load.
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_gridRip 2.0

Post by jordan »

Itab wrote:There must be a simple way to toggle a GRID on page load.
hello Itab,

it is not just a matter of adding a toggle(?), jor_gridRip has it's internal functions that need to be adjusted
you probably ie. want to disable/enable scroll focus and fx speed, - it also matters which trigger actually is used - etc
jor_gridRip can be used in many different setups, I can not give a simple solution that works for all
that's why I wrote (best to wait) I will add this function to jor_gridRip3.0, - hope to releasev v3.0 soon:)
Itab
 
 
Posts: 8
Joined: Sun Oct 16, 2016 1:46 am

Re: jor_gridRip 2.0

Post by Itab »

Hi Jordan,

Thank you for your reply.

It would also be nice to control the horizontal position of the next and previous arrows.
The default horizontal position does not look good on a big screen.
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_gridRip 2.0

Post by jordan »

Itab wrote:It would also be nice to control the horizontal position of the next and previous arrows.
The default horizontal position does not look good on a big screen.
which next/prev arrows ? - jor_gridRip has no next/prev function ?
Itab
 
 
Posts: 8
Joined: Sun Oct 16, 2016 1:46 am

Re: jor_gridRip 2.0

Post by Itab »

Sorry, I didn't make myself clear.

When displaying a gallery, the right and left arrow keys are positioned on the edges of the screen.

Yor extension allows vertical allignmet of the keys. It would be nice to have control of the horizontal
alignment to bring them closer to the image.

Don't worry about it.

Thank you.
krundt
 
 
Posts: 2
Joined: Sun Dec 04, 2016 9:02 am

Re: jor_gridRip 2.0

Post by krundt »

I have been playing around with this extension for some time and I like the concept. HOWEVER, the extension doesn't seem to work with responsive page breakpoints. Normally when you have layout grids you may not feel the need to have responsive pages, but there are cases when you need them. For example, look at the template AnotherGrid where the main menu does not position itself correctly without the single responsive breakpoint. Now, if you have the jor_gridRip hiding grids in the Default page, you will find that they are not hidden - and cannot be toggled - in a breakpoint version of the page. Or am I doing something wrong :?:
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_gridRip 2.0

Post by jordan »

hi krundt,

glad you like:)
this happens because inline style use !important is enabled
that's too many battles to win . :idea: :mrgreen: .

DISABLE --- Options > HTML > Responsive Web Design > Keep inline styles (use !important)
krundt
 
 
Posts: 2
Joined: Sun Dec 04, 2016 9:02 am

Re: jor_gridRip 2.0

Post by krundt »

Thanks!
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_gridRip 2.0__**NEW**__3.0 EXTENDED

Post by jordan »

jor_gridRip 3.0 EXTENDED - UPDATE!

01. new: EXTENDED OPTION - maintain equal columns height for (fluid) grid
02. new: EXTENDED OPTION - set independent parallax speed/direction/limit for selected grid columns
03. new: EXTENDED OPTION - maintain full width background for grid (=counter max-width)
04. enhanced/new: internal option (advanced) - disable toggle trigger 2
05. enhanced/new: internal option (advanced) - callback on window resize (+enable)
06. enhanced/new: internal option (advanced) - allow scroll focus as an alternate object target
07. enhanced/new: internal option (advanced) - jQuery trigger parameters (triggerState/focusState/returnState)
08. enhanced/new: internal option (advanced) - smart scroll focus/return functions (=smart reset)
09. enhanced/new: internal option (advanced) - callbacks now executes on each hidden grid
10. new: new option: grid starts open on page load
11. additional: updated jor_gridRip_easystart project + pdf manual
12. additional: other minor improvements

see also a new super cool template demo (=arkitek) that demonstrates jor_gridRip3.0 in a template setup at jorextensions.com

for full update history, demo and download see top post
User avatar
BaconFries
 
 
Posts: 5316
Joined: Thu Aug 16, 2007 7:32 pm

Re: jor_gridRip 2.0__**NEW**__3.0 EXTENDED

Post by BaconFries »

Great jordan :D
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_gridRip 2.0__**NEW**__3.0 EXTENDED

Post by jordan »

BaconFries wrote:Great jordan :D
ho ho hO:) - great to hear from you as always amigO !
holy crapoli it's v3.0 it should be v30.0 that's how many versions I made to get to v3.0
glad it's done finally! - aaaaarghhhhH & yeah . :) .
User avatar
BaconFries
 
 
Posts: 5316
Joined: Thu Aug 16, 2007 7:32 pm

Re: jor_gridRip 2.0__**NEW**__3.0 EXTENDED

Post by BaconFries »

Great to see you can still take the time to put extensions out. Have a great Christmas jordan.
User avatar
giula
 
 
Posts: 11
Joined: Sat Nov 14, 2009 11:19 pm

Re: jor_gridRip 2.0__**NEW**__3.0 EXTENDED

Post by giula »

Hello Jordan, congratulations on all your accomplishments! I am especially fascinated by the mousewheel scroll smoothness that you're able to get many of your pages, for example www.jorextensions.com/extensions.
How can we achieve this effect? Thank you very much
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_gridRip 2.0__**NEW**__3.0 EXTENDED

Post by jordan »

giula wrote:Hello Jordan, congratulations on all your accomplishments! I am especially fascinated by the mousewheel scroll smoothness that you're able to get many of your pages, for example http://www.jorextensions.com/extensions.
How can we achieve this effect? Thank you very much
hi giula,

great to hear you like:)

that is done with my - JMPv3.0
this momentum scroll function however is not documented - you can not find it in my JMPv3.0 online manual - :wink: .
I created the function but never completely finished it - (still needs improved integration with some other JMP modules)
the function itself works fine tho, I use it myself all the time, it just needs tweaking

you can easily enable the function ... steps ...

1. add JMPv3.0 (=jor_aniMateTEMPLATE) to your project
2. open - EASY TOOLS > easy tools | javascript | after
3. inside add - jormomentum();
4. close - done!

additionally you can pass 2 parameters - jormomentum(speed,easing) - exmp: jormomentum(2000,'easeOutBack')
(recommended: use default setting)

crunch crunch crunch [pacman] ding - "congratulations you unlocked a hidden egg" - :mrgreen: .

NOTE: this function is not official released and may be changed/removed/etc in the future !
User avatar
giula
 
 
Posts: 11
Joined: Sat Nov 14, 2009 11:19 pm

Re: jor_gridRip 2.0__**NEW**__3.0 EXTENDED

Post by giula »

Done! Simple and easy! You're a magician! I think one nice scrolling like this much values ​​the parallax effect. Many thanks
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_gridRip 2.0__**NEW**__3.0 EXTENDED

Post by jordan »

giula wrote:Done! Simple and easy! You're a magician! I think one nice scrolling like this much values ​​the parallax effect. Many thanks
goOd it works!:)
yup, exactly why I wrote it, without it you might as well not parallax:/
pajadt
 
 
Posts: 304
Joined: Sat Mar 16, 2013 11:23 am
Location: Europe
Contact:

Question for jordan if see this post :D

Post by pajadt »

Hi Jordan
I rebuild web site from verion 10 to version 11,
and i used your great extension jor_gridRip 1.0, and work perfect, but where is problem,
when open website first time he show grid which i use, in extesion, which disappears after a half-second, maybe 1 sec, but he visible when open website first time, second time is all OK. Is any way or idea how to solve this. If not, no problem but it be much nicer when open web, specailly if have contrast in color as i have in this web / black - white /.
here is web
http://boutiquedellafotografia.it/chi_sono.html
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: Question for jordan if see this post :D

Post by jordan »

pajadt wrote:Hi Jordan
I rebuild web site from verion 10 to version 11,
and i used your great extension jor_gridRip 1.0, and work perfect, but where is problem,
when open website first time he show grid which i use, in extesion, which disappears after a half-second, maybe 1 sec, but he visible when open website first time, second time is all OK. Is any way or idea how to solve this. If not, no problem but it be much nicer when open web, specailly if have contrast in color as i have in this web / black - white /.
here is web
http://boutiquedellafotografia.it/chi_sono.html
hi pajadt,

I can't see a 0.5-1s delay on your site for jor_gridRip to set in, that would be very long ?

some browsers may display a blink (0.1s?-a millisecond) before the script sets in, yes - (varies by browser)
it also varies on whether you have enabled - Move Javascript to the end of the page - (I see you have enabled)
this function is also the reason I can not create a solid fix for that
if script is placed in the <HEAD> it executes before page render - (fix is possible)
if script is placed in the <BODY/end> it executes after page render - (fix is not possible)

so an all in all fix I can not give, just a - disable - Move Javascript to the end of the page

- would be great if WB would permit script to be placed at the head or bottom manual:)
pajadt
 
 
Posts: 304
Joined: Sat Mar 16, 2013 11:23 am
Location: Europe
Contact:

Re: jor_gridRip 2.0__**NEW**__3.0 EXTENDED

Post by pajadt »

Thank u Friend :D
User avatar
crispy68
 
 
Posts: 2729
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: jor_gridRip 2.0__**NEW**__3.0 EXTENDED

Post by crispy68 »

Hi Jordan,

I downloaded your extension and loaded the sample provide but when I try to preview, nothing is working. The hidden panels are not hidden. I can't figure out why its not working. I've tried changing settings but nothing seems to work.

This is how it looks:

Image

Any ideas?
User avatar
crispy68
 
 
Posts: 2729
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: jor_gridRip 2.0__**NEW**__3.0 EXTENDED

Post by crispy68 »

UPDATE:

I happened to go back thru all the posts and found a small post about having a .js folder set up and to remove it. When I did this, it is now working.

I really like having a .js folder. Is there any workaround for this?
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_gridRip 2.0__**NEW**__3.0 EXTENDED

Post by jordan »

crispy68 wrote: Thu Mar 30, 2017 12:25 am I really like having a .js folder. Is there any workaround for this?
hi crispy68,

not a clean workaround, no
- you can do it manual by copy/paste the jor_gridRip folder into your .js folder - (important: copy don't move)
- or automatic by using WB File Publisher to do that for you - (important: File Publisher must be last to publish - ie. create a last page)
you can try these options to see if that fits your needs, other then that, nope nothing I can do:\
User avatar
crispy68
 
 
Posts: 2729
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: jor_gridRip 2.0__**NEW**__3.0 EXTENDED

Post by crispy68 »

Jordan,

Copying it into the .js folder worked perfect.

The extension is awesome.

I do have one additional question. I'm currently have image links for larger layouts set up to open the layout grids and it works perfect. However, when the site gets to a certain point, I switch to using the panel menu for mobile. What I would like to do is have the text link within the panel menu trigger the grids just like the image links do.

I see there are 2 triggers. I used trigger 1 for the image links (ex: trigger1). I gave a different id for trigger 2 (ex: trigger2) within the extension. Since the panel menu creates links using <ul> I tried manually adding the id to the <li> in the code but nothing is happening. If I assign anything else on the page this unique id seems to work.

For example, if the panel menu code looks like this, I simply added the id:

<ul class="sub-menu">
<li><a href="#">Link 1</a></li>
<li><a href="#">Link 2</a></li>
<li id="trigger2"><a href="#">Link 3</a></li>
<li><a href="#">Link 4</a></li>
</ul>

Any thoughts on how to get the text link in the panel menu to fire?
User avatar
crispy68
 
 
Posts: 2729
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: jor_gridRip 2.0__**NEW**__3.0 EXTENDED

Post by crispy68 »

UPDATE:

In messing with it, I found out you need to add the 'wb_' to the id to make it work.

So the ID would be: wb_trigger2

Hey Jordan, I noticed that Trigger 2 toggle can be disabled. How exactly would I accomplish this? I read the instructions but still a bit confused. Does this make it act just like Trigger1 with toggle set to false?
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_gridRip 2.0__**NEW**__3.0 EXTENDED

Post by jordan »

crispy68 wrote: Sun Apr 02, 2017 2:30 am UPDATE:

In messing with it, I found out you need to add the 'wb_' to the id to make it work.

So the ID would be: wb_trigger2

Hey Jordan, I noticed that Trigger 2 toggle can be disabled. How exactly would I accomplish this? I read the instructions but still a bit confused. Does this make it act just like Trigger1 with toggle set to false?
hi crispy68,

normally you want to use trigger1 to open and trigger2 to close, that's how I designed it
so, each trigger for a specific task ...

what you want to do instead is trigger multiple links by the "same" trigger
you can do that by using the trigger input as a selector input (by design it will auto switch)
- input trigger1 like this ---- #wb_myFirstTrigger, #wb_mySecondTrigger
now trigger1 will execute on both triggers

---
as far as disabling trigger2 toggle goes, yes it can be disabled
but that is more used in an advanced callback kind of situation
they above is more suited for what you want I think
User avatar
crispy68
 
 
Posts: 2729
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: jor_gridRip 2.0__**NEW**__3.0 EXTENDED

Post by crispy68 »

What you said I believe is correct.
- input trigger1 like this ---- #wb_myFirstTrigger, #wb_mySecondTrigger
now trigger1 will execute on both triggers
Sorry for the stupidity, but exactly where do I put this? Am I putting this in the extension somewhere and, if so, where exactly?

I tried this but it didn't work.
Image

EntreeBtn is the id of an image to open the grid. I want EntreeBtn2 to be the id associated with the <li> in the panel menu to open the grid as well. Setting EntreeBtn2 as trigger 2 in your extension does work but it allows for the grid to be closed as well (toggled) which I don't want. By your explanation above, I understand why it works this way. So yes, I want to have 2 different links be able to open the same grid.


UPDATE: after messing with it for a while and re-reading what you said, I have figured it out. Using my example, I would type on trigger1 the following: #wb_EntreesBtn,#wb_EntreeBtn2

and once I added the 2nd id to the <li> lines of the panel menu, it is now working.

Thanks Jordan for your help and an excellent extension!
GrahamW
 
 
Posts: 240
Joined: Sat Jul 08, 2017 5:02 am

Re: jor_gridRip 3.0

Post by GrahamW »

hI,

I use WWB12 and I have notices with this script google chrome gives a warning saying this. You only see the warning when uploaded not on preview of site.

You are trying to load scripts from unauthenticated sources

Graham
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_gridRip 3.0

Post by jordan »

GrahamW wrote: Mon Oct 02, 2017 2:45 am hI,

I use WWB12 and I have notices with this script google chrome gives a warning saying this. You only see the warning when uploaded not on preview of site.

You are trying to load scripts from unauthenticated sources

Graham
hello GrahamW,

I do not see such message when using jor_gridRip
there is nothing unsafe about the script, I wrote it myself and use it myself, it does not load or use any other (external) script
?
- does this happen for you when you try the - jor_gridRip_easystart project - online ?
- can you post a link on which this occurs for you and maybe a screenshot with the message ?
GrahamW
 
 
Posts: 240
Joined: Sat Jul 08, 2017 5:02 am

Re: jor_gridRip 3.0

Post by GrahamW »

Hi Jordan,

thanks for getting back to me.

open google chrome then view this page

https://www.grahamscomputers.net/testin ... tanks.html

look in the very top right hand corner near the bookmark star you will see it. Your gridrip script is the only one on this page and you can see it when you go to the tank quote section of the page.

If I remove the script from the page the error goes away

Graham
User avatar
crispy68
 
 
Posts: 2729
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: jor_gridRip 3.0

Post by crispy68 »

This is what I see on my chrome for your site after I load the script:

Image

I've used GridRip on a site here:

http://www.losreyesmarietta.com/menu.html

and I don't have that issue popping up on my chrome like your site.

since your site is using https: have you asked your host as to why this is coming up? I would think if it was the script itself, then I would see it on my site as well.

Per the Google notes it says:

You'll see a warning if the content you're trying to see is dangerous or deceptive. These sites are often called "phishing" or "malware" sites.
Phishing and malware detection is turned on by default. When it's turned on, you might see the following messages. If you see one of these messages, we recommend that you don't visit the site.

----This page is trying to load scripts from unauthenticated sources: The site you're visiting is not secure.

Looks like they give you an option to request a review of your site if it is being marked as dangerous.
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_gridRip 3.0

Post by jordan »

GrahamW wrote: Tue Oct 03, 2017 1:36 am Hi Jordan,

thanks for getting back to me.

open google chrome then view this page

https://www.grahamscomputers.net/testin ... tanks.html

look in the very top right hand corner near the bookmark star you will see it. Your gridrip script is the only one on this page and you can see it when you go to the tank quote section of the page.

If I remove the script from the page the error goes away

Graham
hi GrahamW,

jor_gridRip is not the only script on your page
all the mixed content blocking that I can see on your site is from - fonts.googleapis.com
can you post a link with my - jor_gridRip_easystart project (found in my download) - online - to see if this occurs with just jor_gridRip ?

#crispy68 - thanx for your input:)
GrahamW
 
 
Posts: 240
Joined: Sat Jul 08, 2017 5:02 am

Re: jor_gridRip 3.0

Post by GrahamW »

Hi Jordan,

where is the easy start project I cant locate it can you give a link please

As to the issue that Crispy was mentioning that is not the issue its over the right had side of the page. If I could upload images on this forum I would show a screenshot of the issue but i have no way up posting an image

This is what I see Jordan, if I remove gridrip it goes away, it only happens in Chrome any other browser I use I dont see it (IE, EDGE)

https://www.screencast.com/t/gYmdvb28pFu


Graham
GrahamW
 
 
Posts: 240
Joined: Sat Jul 08, 2017 5:02 am

Re: jor_gridRip 3.0

Post by GrahamW »

Hi Jordan and Crispy

I found where the issue is with gridrip.

Everything works perfect on any web page with it but in WWB if you go into options>HTML then at the bottom of the page under web fonts select
use Google Fonts for non web-safe fonts.
Then upload the page and you will then see the image I posted in my previous post in the top right corner of your Google Chrome Browser.

Graham
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_gridRip 3.0

Post by jordan »

so this only occurs when jor_gridRip is on your page + google fonts is enabled + https is used ?:\
please try this ...
in jor_gridRip there is a - margin fix - option, set it to true - (SETUP GRIDRIP > SETTINGS > margin fix > true)
does that help ?
GrahamW
 
 
Posts: 240
Joined: Sat Jul 08, 2017 5:02 am

Re: jor_gridRip 3.0

Post by GrahamW »

Hi Jordan,

i made that change and it made no difference.

I can confirm it only happens when google fonts is enabled + https is used

I uploaded the site to its correct location that is only http and google fonts enabled and it works perfect

Graham
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_gridRip 3.0

Post by jordan »

GrahamW wrote: Fri Oct 06, 2017 3:31 am Hi Jordan,

i made that change and it made no difference.

I can confirm it only happens when google fonts is enabled + https is used

I uploaded the site to its correct location that is only http and google fonts enabled and it works perfect

Graham
glad to hear that works for you! ...

but, I do not see that you have changed the - margin fix - on your test site ?
always post a revised version so I can see the result please:\

other then that I'm clueless, I don't see how jor_gridRip can be the cause of this behavior ?
can you please post two tests for me ...

1. test ONE
leave jor_gridRip on the page, but, remove the entry that creates the effect
so, simply jor_gridRip on your page, that does nothing, no effect

2. test TWO
remove jor_gridRip completely

=====

two live test at the same time please, so I can see the result, - very strange this, hm:\
GrahamW
 
 
Posts: 240
Joined: Sat Jul 08, 2017 5:02 am

Re: jor_gridRip 3.0

Post by GrahamW »

Hi Jordon

is there any way to make the transition a bit smoother

https://www.grahamscomputers.net/testin ... staff.html

if you cn test it on the and tell me what I need to change that would be great
Thanks
Graham
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_gridRip 3.0

Post by jordan »

hello GrahamW,

hmm, AFAICS on that page your using jor_gridRip directly on WB Text objects ?
jor_gridRip is made to be used on WB Layout Grids exclusive
if you want a text object to open then the text object must be placed inside a grid, - then target the grid
solution: use nested grids, target the Grid that holds the text

does that help?
GrahamW
 
 
Posts: 240
Joined: Sat Jul 08, 2017 5:02 am

Re: jor_gridRip 3.0

Post by GrahamW »

it actually is inside a nested grid.
i have it on another site and it works perfect all I did was copy the grid from one project to another and it has identical settings but the other site has no issue like this one

Graham
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_gridRip 3.0

Post by jordan »

GrahamW wrote: Wed Jul 04, 2018 12:53 pm it actually is inside a nested grid.
i have it on another site and it works perfect all I did was copy the grid from one project to another and it has identical settings but the other site has no issue like this one

Graham
AFAICS your targeting WB Text objects, your targeting - megantext, romolatext, etc
which to me seem to be WB Text objects
they are placed inside a grid named - LayoutGrid2 - but your not targeting this LayoutGrid2
instead you are targeting the Text object themselves

code on your page reads:
$.jor_gridRip ({toOpen:'megantext',to ...

on the page that it does work correct you ARE targeting the Layout Grid (=target is LayoutGrid2)

code on your page reads:
$.jor_gridRip ({toOpen:'LayoutGrid2',to ...
GrahamW
 
 
Posts: 240
Joined: Sat Jul 08, 2017 5:02 am

Re: jor_gridRip 3.0

Post by GrahamW »

yes that is correct as the grid is called megantext, Romolatext and so on
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_gridRip 3.0

Post by jordan »

GrahamW wrote: Thu Jul 05, 2018 6:12 am yes that is correct as the grid is called megantext, Romolatext and so on
meaning - (it is a grid) ?

again, AFAICS the target you use are Text objects, - megantext is a Text object not a Grid object

object on your page ...
===========================================================================================
<div id="wb_megantext" style="overflow: hidden; border-width: 0px;" jorgrtar1="#wb_Text14" jorgrtar2="#wb_not used" jorgrcls="not used">
<span style="color:#000000;font-family:'Open Sans';font-size:16px;">
<strong>Preschool Room Leader<br><br></strong>Diploma of Children’s Services &amp; Working Towards Bachelor of Early Childhood Education<br>Megan commenced
work at Possums back in 2008, and she previously worked in preschool settings specialising with children with additional needs.
Megan is studying towards her Bachelor of Teaching birth to 5 years at CSU. Megan has been leading the service as the Director since 2014,
but working from the floor as the Preschool Room Leader while Romola supports the service. Megan leads the program and practice of the service through
her role as director and also educational leader of the service. <br>
</span>
</div>
===========================================================================================

this does not look like a Layout Grid object to me, the object has no row/columns, has a span element
how did you get the text (span) inside this "Grid" ?

- this is not a grid inside a grid, it is a text object (megantext) inside a grid (LayoutGrid2)

the megantext should be placed in it's own grid, then you target that grid
GrahamW
 
 
Posts: 240
Joined: Sat Jul 08, 2017 5:02 am

Re: jor_gridRip 3.0

Post by GrahamW »

I fixed it there was a left over script on the page causing things to not show correct once I removed it all started to work as was in the first place

thanks
Graham
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_gridRip 3.0

Post by jordan »

GrahamW wrote: Thu Jul 05, 2018 12:34 pm I fixed it there was a left over script on the page causing things to not show correct once I removed it all started to work as was in the first place

thanks
Graham
don't know about any script you removed or if that matters
but, you now have placed the text in a grid and target the grid, goOd, - that's why it now works correct!
anyway, good it works for you now;)
pajadt
 
 
Posts: 304
Joined: Sat Mar 16, 2013 11:23 am
Location: Europe
Contact:

Re: jor_gridRip 3.0

Post by pajadt »

Hi Jordan
Today i try to use your great extesions, but in WWB 15 not work iI'm very sad :cry: . when is the best ectension not working. is it possible in the future for your perfect extensions to work in WWB 15 64 bit version.
Thank You
Pajadt
User avatar
BaconFries
 
 
Posts: 5316
Joined: Thu Aug 16, 2007 7:32 pm

Re: jor_gridRip 3.0

Post by BaconFries »

@pajadt jordan was Last active:Fri Oct 19, 2018 3:08 pm This may mean he may or may not read this, so any answer may not be soon.
Post Reply