Problems with my wordpress template made with bootstrap - php

I have been developing a site for the prelaunching campaign of our product on kickstarter.
I had coded the site in bootstrap and then ported it to wordpress.
The thing is that I installed the wordpress prelaunchr plugin. When I try to add the shortcode [prelaunchr] and update the page, appears nothing new on it.
Any kind of hint will be much appreciated.
I have checked the plugin with other wordpress themes and there is no problem so the root of the problem is the bootstrap ported template.
(here is the site, the only thing left is the input for the email which is the thing that prelaunchr generates)
www.pysmile.com

Related

Migrating html & css website into wordpress issue

Hello fellow developers,
I have an issue that I am running up against regarding WordPress and the current website I am working on.
I have been give a task to revamp a website, and to insert that website into WordPress. I have been working on a "custom theme" which I succeeded in luckily. The problem with that theme is, the theme shows the homepage of the website I have revamped, and when I wish to add another page to said WordPress installation. All it shows is a blank editor page.. (The same with the "view" and "edit") on the homepage of that website.
TL;DR
I want to use my custom theme to add another page to the wordpress website, problem is it shows a blank page. And the preview of a new page just shows the theme page (so the add page refuses to do anything).
Is there a good and efficient way to migrate my current HTML & CSS website to wordpress? If so how?
Thanks for the read, it's really hard to explain the situation
So the problem comes when you try to add a new page, within WordPress? Did you accidentally edit that function? Try reinstalling WordPress. Since your theme is ready, you will just need to copy it to the new installation.

How to change content of elementor widget by code without UI

I am developing WordPress plugin that can be generated pages with elementor template. After generating pages, I want to change the content of page from plugin without accessing elementor UI.
Pages generating part has been completed.
Now my problem is changing elementor widget content according to plugin settings when submitting plugin settings.
I have gone through the elementor developer documentation and still couldn't find a solution.
Elementor save entire page content in one database row of WordPress database.
IT would be really appreciated if anyone has a solution with this from elementor side or database side.

How to Create load more pagination for my wordpress theme without a plugin

I am developing a wordpress theme for the first time. I have done pretty much everything I need to do except the pagination.
I know that by default, wordpress will load 10 pages on homepage. I did my research on how to create load more button for wordpress themes and all I am seeing involves downloading a plugin called "Ajax" from the wordpress store.
But that means there won't be any pagination if the user doesn't download the plugin.
In other words, all I'm saying is that I want to create a theme with a load more pagination baked into it.
Can anyone help me out with this.
Thanks.

Customising a plugin for Genesis/Studiopress Wordpress

I have created a carousel (not perfect yet - images are not showing but it could work) with custom control icons ("next" "back") with Boostrap:http://homepage160630-v3.bitballoon.com/travel
Being not familiar with PHP, I found it difficult to integrate a CMS like Wordpress into my code, so I am trying to re-create the same site as a Genesis/Studiopress Wordpress site based on the Genesis Sample theme:
http://paulheartfieldphotography.com/home/portraits/
My biggest problem is to create the carousel. I have looked at "Easing Slider" plugin: of course it does not allow to position the control icons or even to create my own.
I wonder what shall I do? try to create the custom carousel by transforming my Bootstrap code into PHP or try to edit the plugin? or something else?
https://en-gb.wordpress.org/plugins/easing-slider/
I think your best option is to get bootstrap shortcode plugin like this one https://wordpress.org/plugins/bootstrap-3-shortcodes/
However there are a bunch of them and you should check what works best for you. The link above is just to visualize.

Wordpress custom template doesn't show up for the rest of the world

I am trying to add a custom php page to my wordpress site. this page should be in plain text (no theme or other wordpress b*ullsh*t). So i created a new template in my theme folder, created a new page from wp administration page. Everything worked perfect. But when i logout and try to access to this page, it shows me just an empty wp template with no content in it. I checked that i made the page public.
what's wrong? why is wp showing two different pages for admins and the rest of the world ???
I feel stupid but the answer is very simple: the theme folder for admin and other users were actually different.

Categories