Loomisoft
Forum Replies Created
-
Forum: Plugins
In reply to: [Reusable Content & Text Blocks by Loomisoft] So strange, please helpThanks for that.
We duplicated your content block and page contents on our test site and we noticed that on our site, Site Origin produces the button code so:
<div class=”so-widget-sow-button so-widget-sow-button-wire-04a92d42d0ef”><div class=”ow-button-base ow-button-align-center”>
1 </span>
</div>
</div>On your site that turns to:
<div class=”so-widget-sow-button so-widget-sow-button-wire-cd9ae4249a18″><div class=”ow-button-base ow-button-align-center”><p> <br /> <span></p><p> 1 </span><br /> </div></div>
It looks like another plugin might be running wpautop again and converting the extra carriage returns to <p> tags. It might be worthwhile turning off (and on) the other plugins one by one and seeing which it is.
That way we can investigate more thoroughly what is going one
Forum: Plugins
In reply to: [Reusable Content & Text Blocks by Loomisoft] So strange, please helpHi @fususu
We’ve tried to recreate the issue here but so far we haven’t managed to. Everything seems to be working fine.
You actually can import/export from Site Origin … On the content block edit page, could you:
- Click the Layouts button
- On the popup that appears click Import/Export
- Click the Download Layout button
- Send us the json file you download
Also, can you reconfirm:
- Are you using Site Origin to edit the containing page?
- How you are embedding in the page (e.g. via shortcode or widget)?
Regards,
Artem
- This reply was modified 9 years, 3 months ago by Loomisoft.
Forum: Plugins
In reply to: [Reusable Content & Text Blocks by Loomisoft] So strange, please helpIt seems to be working at this end. Exactly what button text are you using? Just the number?
Also, how are you embedding the block in the page? Via widget or shortcode?
Forum: Plugins
In reply to: [Reusable Content & Text Blocks by Loomisoft] So strange, please helpSomehow there is an extra paragraph (p tag) kicking in that generates the second box in each column.
Are you in any way able to send us the source for the content block to [email protected]?
Forum: Plugins
In reply to: [Reusable Content & Text Blocks by Loomisoft] Feature requestHi @dheil
Just to let you know, we have implemented your suggested functionality in version 1.3.0. It’s been committed to WordPress, so it should be available for download/upgrade soon directly from your website’s WordPress admin area.
Regards, Artem (@Loomisoft)
Forum: Plugins
In reply to: [Reusable Content & Text Blocks by Loomisoft] Feature requestHi @dheil
That’s actually not a bad idea and fits in with the core purpose of the plugin. Thanks for suggesting it. Leave it with us. We’ll give it some thought here and schedule the work for the next update.
Regards, Artem (@Loomisoft)
PS. Glad you like the plugin.
Forum: Reviews
In reply to: [Reusable Content & Text Blocks by Loomisoft] Great plugin and timely supportThanks for the comments and review. Glad to have been of help.
- This reply was modified 9 years, 3 months ago by Loomisoft. Reason: typo
Forum: Reviews
In reply to: [Reusable Content & Text Blocks by Loomisoft] Great PluginYou’re welcome. Thanks for the positive comments and review.
We’ve looked a little further into this. It turns out that if an outer wrapper has overflow: hidden, which may actually be part of the theme (as is the case for instance in the twenty Ten theme), the VC stretch row function does not work.
We tested it with the Twenty Ten theme and we also did a second test with the original theme we were using before, but by putting our own div with overflow hidden around the row.
Both tests confirmed this … i.e. the row did not stretch.
Could it be this is what’s going on in the case of your page?
Sorry – you’re right the stretch row does stretch across the screen by setting negative margins on load.
We’ve just tested a stretched row in a page with a background image and one in a content block also on the same page. Both stretch okay. See http://downloads.loomisoft.com/vc-stretch-row-test/vc-stretched-row-in-content-block.PNG.
For reference, in both cases we’ve set the image to “cover” and in both cases we have used para=”full in the shortcode. Are you using these settings?
Hi @andreeabutiu.
Thanks for the comments and glad you like the plugin.
Re the VC full width question, (if I am understanding the issue correctly) to the best of my knowledge, if you have a full width row in VC, then the row expands (horizontally) to the width available to it within the containing block. So, for example, in the context of a normal page/post, if your theme is set to full width and you have a full width row, then the row will extend to the left & right of the screen. However, if you have a boxed theme or if you have a sidebar, the same row will only extend to the space available.
With that in mind, if you have a full width row in a content block, and that content block is added inside a non-full width area or page or post, then it will only extend as far as it can.
I think this answers your question, but if I have misunderstood, do let me know.
Regards,
Artem (@Loomisoft)
Forum: Reviews
In reply to: [Reusable Content & Text Blocks by Loomisoft] AwesomeGlad the plugin is useful to you. Thanks for the positive review. Much appreciated.
Glad to have been of help and many thanks for the positive review.
Glad to be of help
It looks like shortcodes are disabled by default in MyMail. If you are familiar with PHP, you might try this https://help.revaxarts.com/how-can-i-use-shortcodes-in-mymail-campaings/.
Do let us know if that works.