How to run 3000+ PowerBI visuals in One page WordPress? - wordpress

I have 3000+ visuals in the PowerBI account. I can embed them in WordPress using one Plugin. I want to load it in single page using Tabs Nav. I have done using html, jQuery. But the page taking too much time to load, page is not showing any contents, a white blank screen appearing.
Can anyone suggest how to do it in HTML, jQuery?
Thanks

Related

How to set transition from one page to another page using Wordpress

I am very new to WordPress. I just started developed with it this week but I am a experienced front end developer. I attached a link to my working site. When you go to the site the first page will be a top navbar menu with a image in the middle. I want the first page to be an image only and then after a few seconds go to the page you currently see. How do I do this?
In the Dashboard setting for Pages, the page with the image only the Order setting is 1 and the page with the menu is 2.
Is there a easier/better way to do this besides what I'm describing?
I would appreciate any help for this.
Link to site
wns.bc8.myftpupload.com

Wordpress: How to turn page content into a popup

I really appreciate your generosity in taking the time to help me out!
I am working on a portfolio site to showcase my graphic work on wordpress.
For most themes, when you click on a list item on the portfolio it directs you to a new page dedicated to that item. I want it to be that when you click on the link, a big popup (about half the screen) comes up that displays the contents.
Is there a way to make the page content into a popup? Is there a plugin I can use for this?
You can see what I am looking for in this site:http://www.mikekus.com/
When you click on the link for each item, it doesn't redirect you to a new page. A popup comes up with the page information. How can I do that on wordpress?
Thank you in advance for your assistance!
Here is what that site is running on: Dunked.
There are quite a few options out there for this, especially in the WordPress plugin area. One fairly barebones looking one is WP Post Popup which, as the name implies, turns your posts into modal pop-up's instead of a new page.
Not sure if there is anything out of the box that is comparable to popping up on the side like the page you linked. With some CSS work though you could probably make the one I linked above, or any of them for that matter, look as you would like.
If you want to try and make something on your own, I would recommend doing some reading up on modal windows.

Wordpress - Converting static page to simple one page theme

I need to convert simple one page web to the Wordpress side.
All I need to do is be able to change texts, not layout.
Page has a sections. How should I develop the page, to make each section text editable.
As far as I understand, in wordpress menu I will create several pages, which will represent each section in my page.
but how can I do that ? Thank you so much!

Embedding a youtube video on WP site

I'm trying to embed a youtube video on a WP site which uses Suarez theme, and the embedded video loads up as a picture, with no interactive elements. I tried to use both original and short links, the embed code, but none seem to work. Any insights on this topic ?
Thank you in advance.
I tried to use an iframe in the page itself and it worked. Did you try that?
i took a random video then i scrolled down to share and use the embed function. I coped all the code.
Then i went to pages in the wordpress and used my front page for this. Then i went to text in the standaard wordpress editor and pasted the code. hit save and there it was the video
NOTE:
you can make it autoplay when the page loads. and its default to allow full screen.
If you want to make it autoplay paste this behinde your iframe code like this : ?autoplay=1
this src is in you copied iframe tag!
src="https://www.youtube.com/embed/-9r7ezjl1us?autoplay=1"
Cees

Wordpress: Different Image Rotator on every page

The situation:
Wordpress based website for Veterinarian clinic
Image rotator on frontpage, separate header image attached to every page
The desired situation:
Image rotator with several images on every page
Currently it is possible to couple several images with a page, in the backend they are shown in the "Gallery". I would like to show these images in the rotator.
Before I engage in writing my own plugin to do this my question:
Is there a plugin available that can rotate several images on every page?
There are a few ways to do this.
Using your current image rotator, you can create templates for your new pages (page-your-slug.php) and add different images to the rotator on each template file. These are created it your theme folder. Read more here.
Second option is to use the is_page() function. Using that you can write and if statement to display the different images. if(is_page('your_page')) { images }, rinse and repeat.
3rd option is assuming that you want this to be more dynamic and changeable. Install the attachments plugin. this will allow you to upload a variety of images to each page (or post), which you can then loop through in your slider - this method is probably the best.
Hope this helps.

Resources