bxslider with modal popup + safari - safari

If you go there : http://winkstrategies.com/#clients
and you click on the first logo (Les Aliments SRC) you will see the bxslider working, if you close the popup and click back on the same logo the bxslider not seem to be working. Does someone have an idea?
Second problem if you look the same page with safari and click the first logo you will see the 2 slides overlapping each other? in firefox it's ok... what is causing this?
Thanks

Related

Carousel in dialog disappears, Vue and Vuetify

I put the carousel in the dialog, which triggered by clicking the image. But, after a minute (no matter you keep clicking on and off), the pictures in carousel will disappear. No errors in the F12 console. Stuck with hours for no clues.
No errors in F12 console neither.
enter code herehttps://codepen.io/Joey-Deakin/pen/MLpGQQ

slider revolution refreshes page no matter where you click

My slider : https://cosmosdesign.be/web-design/
when i click on the spaceman or text, the page just refreshes. i went trough all the options but there is nothing that worked , anyone else had the same problem?
the page should not refresh when you click on the spaceman or text.
EDIT: I found the problem, the text in my page section on wordpress was linked to the same place so everywhere i clicked it went to that page.
My gf wanted you to know she found this problem, i am ashamed

How to cature screenshot of parralex website with sticky navbar?

Hope you guys doing great. I want to capture whole screen of website (from top to bottom) but failed. It is a parallax site template with sticky navbar and when i try to capture screen it actually repeat background images and sticky navbar.
What i tried so far:
fireshot, iweb2.0, Chrome and Mozilla's built in screenshot plugin.
Thanks in advance.
Did you try to use windows Screen Capture ?
All you have to do is press
ALT + Prnt Scrn
keys together. It will help you to take screenshot of your Active Screen then go Paint and use Paste so you can easly do any editing you like.
If your page is longer then one page I suggest you to use Print to File (as PDF or XPS).
Now you have a full webpage in your hand now all you have to do is Export it to jpg or png.
I hope I understand your question properly and answered your question.

Safari Web Inspector Showing Up In New Window By Default

I've been using Chrome and am going back and forth between switching to Safari or staying with Chrome. My one small issue with Safari though is that the web inspector always shows up in a new window every time I toggle it. I press Command-Option-I and it opens in a new window and when I press Command-Option-I again it does not go away. I love the way the web inspector functions in Chrome and am wondering if there's a way to run the same way in Safari.
Any thoughts are greatly appreciated. Thanks!
I have had the issue for a long time. Here is the solution.
Right-click on a web page and select inspect element.
The console window appears in Fullscreen. Minimize the window like any Safari web page and it should a window like below.
Just above the 'Elements' tab, you should be able to see 2 icons. Clicking the icon on the left, opens the Console in right side of the browser and clicking the icon on the right, opens the Console in bottom of the browser
Hope this helps.
None of the methods upon are working for me (Safari 9.1), if you want to make the docking buttons of the inspector showing up:
open Terminal
type defaults read com.apple.Safari "__WebInspectorPageGroupLevel1__.WebKit2InspectorStartsAttached"
Once you checked if it returns 0,
do:
defaults write com.apple.Safari "__WebInspectorPageGroupLevel1__.WebKit2InspectorStartsAttached" 1
It's a bug in the Safari codebase.
Here is the bugreport and they're working on it (source)!
You could press the leftmost button at the Inspector's status bar and Inspector will dock.
UPDATE: Now, the button is on the right. When Inspector is in a separate window, the two small buttons in its upper right corner make it move to the 1) bottom of the Safari window 2) right side of the Safari window.
The only method that seemed to work for me was to resize the browser to a big enough size that it was big enough to contain the smallest size of an individual Inspect window. This for me, was widening the browser to at least around 65% percent width of the screen, and then you can "Inspect Element" and the default would be that the Inspect window would be at the bottom of the browser, and the browser with the Inspect window in it is resizable to any size now. Hope this helps some people.
Follow these steps to fix safari issue
Go to Develop --> User Agent --> Safari --> Select iphone --> then click on right side top symbol...
Select it and do inspect then you can see the button on left side top corner.
Now set to default setting by redoing the first point.
Please follow the step
Try clicking as shown:
I hope you get as shown:
I noticed when you have an open tab like the start page, the web inspector will pop up in a separate window. Also, there are no icons in the web inspector to attach it to the bottom or side. If you have a webpage open and do the same thing in the same window, that tab will have the web inspector attached to the bottom of the page (or whatever your attachment selection was prior).

Functional Test: SIKULI doesn't work with basic Google Chrome

Someone mentionned me sikuli http://sikuli.org/ seems great.
I just try to go to yahoo with google chrome and it fails to paste the url at step 6 why ?
If you perfrom a mouse click on the textfield with www.google.com in it, it will be marked with blue and so the picture changes. This means that the paste operation will fail because it cant find the picture in your screen.
In this case it would be better to just skip the image and paste it directly after the mouse click.
find("icon.png")
click("icon.png")
wait("textfield.png")
find("textfield.png" )
click("textfield.png" )
paste("yahoo.com")
type(Key.ENTER)
Hope this solves your problem.
i believe that the image of "www.google.com" text had changed after the click operation,either the text getting highlighted or inserting a cursor image.
try to remove the click