Connection lost when using Page Builder

By warrenkoid, 7 years ago
HI, I am running a wordpress site using Edge Theme. Every time i am using Page builder to create my page, it show connection lost. if no, it will also can’t be saved or published. I tried to loop my post in same category on a page. or create a page with button. both were…

Please make SiteOrigin Video Player responsive!

Currently the SiteOrigin Video Player is not responsive. When I embed YouTube videos in my clients’ websites, I use this method to make them responsive: https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php However, in order for my clients to add videos to their own website, they have to use SiteOrigin Video Player (not responsive) or I have to tell them to…

Uptade a widget with a field

By Roman Ranniew, 7 years ago
I have a custom widget written. Pages are already created containing that widget. How can I add a field or an variable to all of the same widgets type instances at once? I need a static ID of each widget created. Would creating a hidden input and running wp_update_post function would suffice? Or maybe there…

Read more not linking to posts

Hi, I have a standard page setup with the builder, and if i use either Blog list or Blog Grid the readmore button will only link back to the page again that is setup with blog grid and not the individual post. How do i correct this? http://prntscr.com/dckpo6 http://prntscr.com/dckqj8 I have two pages setup the…

Hero Image mobile responsive text

By Jeffrey Ng, 7 years ago
Hello, Regarding the Hero Image widget, I know it is not responsive for mobile. I do however want the text to be responsive, so it is contained within the borders of the phone and does not run off-screen. My problem is exactly like this thread: https://siteorigin.com/thread/hero-image-mobile-responsive-text/ but I am unsure of how to do this…

Column Fonts being weird

Hi So on my page I made 4 different columns. Each of them have a heading and subheading. 3 out of 4 of the headings are fine. But one of them keeps shrinking the font to a really small size, and there isn’t a font resizer option, so I am really confused as to why…

Image Croping Problem

Thanks for giving me a wonderful plugin. I have faced the following image croping problem. method 1 is working perfectly, but i want to mention the size directly so i can use the method2 but method2 is not working, Is there any mistake? method1: add_image_size( ‘new_image_size’, 380, 350, true); siteorigin_widgets_get_attachment_image_src( $image, ‘new_image_size’, $image_fallback ); method2:…