LiveComposer
Forum Replies Created
-
Forum: Plugins
In reply to: [Live Composer - Free WordPress Website Builder] Not workHi,
If you visit a regular page ( the ones from WP admin > Pages ), does the “activate editor” show up?
If you’re on the homepage which is not powered by a static page the button will not show up because that is not a regular page. You’d need to set a regular page as homepage ( front page ) in WP admin > Settings > Reading.
Can you also let me know what is the URL where the theme you are using can be found?
Regards,
SlobodanThe category/tag description field can not be outputted at the moment. But we’ll be adding that soon, most likely version 1.0.3
Regards,
SlobodanNot sure I understood correctly, but if you want to change the permalink slugs you can do that in WP admin > Live Composer > Slugs.
Regards,
SlobodanJust to make sure I understood correctly, the ability to output the content ( main WP content editor of a post/page ) into another post/page, correct?
Hi,
“The Content” module displays the regular content of the page ( the main text editor in the admin ). I assume the page you’re adding it on does not have any content at the moment.
–
The module you are looking for ( to add text/content from within the front end editor itself ) is “Text” module.
–
However “The Content” module should have displayed placeholder text when the page does not have content, I just tested on my installation and the placeholder text did not show up, I’ll get that sorted out.
Regards,
SlobodanForum: Plugins
In reply to: [Live Composer - Free WordPress Website Builder] Donation LinkMarking as resolved 🙂
Forum: Plugins
In reply to: [Live Composer - Free WordPress Website Builder] Donation LinkHi,
You’re welcome and thank you for the kinds words, I’m happy that you like Live Composer.
As for the donation, will see about setting that up. If you want you can rate the plugin, it would really help out.
Regards,
SlobodanForum: Plugins
In reply to: [Live Composer - Free WordPress Website Builder] LIVE COMPOSER ISSUESHi Daren,
Happy to hear it’s resolved.
As for the updates, you can get the official updates but as the theme’s support person mentioned they’re testing out the updates for compatibility and ensuring it all works fine with the theme.
–
Hi. Can you please make a separate support request, this one is for the issue @darendarius encountered.
Regards,
SlobodanForum: Plugins
In reply to: [Live Composer - Free WordPress Website Builder] LIVE COMPOSER ISSUESHi,
You are using a commercial WordPress theme powered by Live Composer. The author of the theme offers support for the theme and Live Composer, you can ask him for assistance.
If he’s unsure what’s going on he’ll contact us for assistance, he has access to our premium support.
Regards,
SlobodanForum: Reviews
In reply to: [Live Composer - Free WordPress Website Builder] Fantastic page builderThank you Darron 🙂
Regards,
SlobodanForum: Fixing WordPress
In reply to: Having a nightmare centering a Youtube EmbedCan you share the URL to that page on which you have the video?
Forum: Fixing WordPress
In reply to: Having a nightmare centering a Youtube EmbedWrap it in a div that has text-align set to center.
Like this http://codepen.io/anon/pen/eNqNRQ
Forum: Plugins
In reply to: [Codestyling Localization] Is this gone?I can’t find any info on this, shame, was an awesome plugin I directed my theme/plugin users to when they needed to translate.
There’s a download link on the plugin’s website thou, http://www.code-styling.de.
It’s a long page, the download link is just above the comments.
Hi guys,
Happy to hear this is sorted out.
Thanks Julien, fantastic support.
Regards,
SlobodanHi,
The issue with the amount of tickets is sorted out now. Was caused by LC, we’re hooking into pre_get_posts to alter the amount of posts in the main WP query on author archives page ( when the author archive is LC Powered ) but was not specific enough with the conditionals so it affected that listing as well.
———————-
As for the second thing, about the single ticket page.
Both the support plugin and LC hook into the_content filter to display their content, since that allows to either put content before the current one, after the current one or completely replace the current one, the ticket output can not go between the header and footer, since the header and footer are LC powered and come from the_content filter.
A solution would be a shortcode for displaying a ticket, that way it can be called in the main area ( between header and footer ) using a text/html module.
Regards,
Slobodan