Post Loop display posts not working
When I’m using Post Loop, should I need to install any widget? This is my settings Post type – ‘post’ Post in – ‘ ‘ Taxonomies – ‘category:band’ Date range – ‘From 2016/01/01 To 2018/01/01’ Order by – ‘post ID’…
Support Forum
Browse community answers for this topic or search for a specific issue.
When I’m using Post Loop, should I need to install any widget? This is my settings Post type – ‘post’ Post in – ‘ ‘ Taxonomies – ‘category:band’ Date range – ‘From 2016/01/01 To 2018/01/01’ Order by – ‘post ID’…
My website has lot the page builder layout and reverted to HTML. I am using the Nirvana theme. Please could you advise a fix?
I have just updated WordPress to 4.5.3 and page builder has disappeared from all of my pages. I have seen others have had this issue but can’t see a solution. The plugin is still active but on each page, the…
I have just updated WordPress to 4.5.3 and page builder has disappeared from all of my pages. I have seen others have had this issue but can’t see a solution. The plugin is still active but on each page, the…
Hi, I am very new at WordPress and I have created a website www.edencounselling.co.uk I managed to add the logo for counselling pagesin columns under contact on that website, however I got the link and logo from the counselling pages…
I am currently trying to create a new website using the Create Theme from ThemeTrust (http://themetrust.com/themes/create/). I have been having problems with pagebuilder not working correctly. I can’t add new rows, widgets or even prebuilt layouts when using pagebuilder. I…
Hello – I logged into my WP to do some work on my site and noticed that the Page Builder tab on all my pages and posts is missing and all my pages/posts have been converted back to normal layout.…
Hey, I have the SiteOrigin Widgets Bundle and Page Builder by SiteOrigin plugins as the only ones enabled. I am running WordPress 4.5.3. When I try to access the Live Editor when editing a page, there is a progress bar…
Hey SiteOrigin Support I’m having problems with a form I made using the Gravity Forms plugin not showing the captcha box. You can see an example at the very bottom of this page https://www.telluridelibrary.org/contact-us/ I contacted Gravity Forms support, and…
I am using Page Builder (V2.4.9 for now) for more than 1 year on our site without any problem. But since I updated Woocommerce from : Woocommerce 2.5.5 to Woocommerce 2.6.2 No more PageBuilder Tab in page or post creation…
Hi, I’ve tried adding this to the css style sheet of my theme and then written as a row class for the row I want to hide on mobile devices, but it’s not working. I’m building a new version of…
Is there an action that fires when a layout is added to the editor, or is that pure JS? We’d like to be able to do some processing on the JSON data for the layout either before or while it’s…
Does anyone know how to load site origins style sheets if a popup is using it? The actual content shows, but everything is missing their styles and classes. tkc.jaywolfelabs.com is the dev environment. I’ll continue to play. But right now…
Firstly thanks so much for creating (and supporting) such a fantastic plugin. I’ve only recently discovered it but plan on integrating it closely with all sites we create at the agency i work at. Because of that I have a…
Hi guys, I’ve got an issue with page builder. I’ve tried to call an associated post on an another post via single template with the following code : $post_id = 37; $queried_post = get_post($post_id); $content = $queried_post->post_content; $content = apply_filters(‘the_content’,…