Forum Replies Created
list of topics you have created till now.
-
-
Got it! Thank you..
When I go to Settings > Visual Composer Settings > Product License
I got message “Please activate your license in Product License tab! ”Did I need to complete this task? Because I don’t know where to find the License Key. Or just leave it there because Visual Composer already working.
Thanks
Hi..
After update to 3.04, I can’t find Visual Composer button. And my post created with Visual Composer didn’t look good, some lines like this
“[vc_row][vc_column width=”1/2″][vc_column_text css_animation=”top-to-bottom”]”
appear on my post.
Try to disable all plugin but still missing Visual Composer.
Thanks
Now it’s working. Just missing some detail but I can figure it out.
thank you
(x) standard post -> http://www.laziem.com/sia-1000-forms-of-fear/
(x) page -> http://www.laziem.com/test/(√) working on Aside post -> http://www.laziem.com/27-januari-2012/
mine too…
Hi, now, my site is working again.. The problem is related to my web host. Sorry about the post, thank you.
I can confirm that “if ( ( $format == false ) || ( $format == true ) )” work on my site http://www.laziem.com/archive/
I hope I can change this via theme options.. thanks :-)
Edit your page and see you URL, you’ll see something like this:
http:// your-website-URL /wp-admin/post.php?post=684&action=edit
^ your page ID # is 684
paste the code in Custom CSS field. Appearance > Theme Options > Style.
Quick edit your page, and disable Allow comments.
Hi JackNP, try my custom css to reduce some white space
/* Reduce gap */
#comments,
#comments #respond { padding-bottom: 0px; }
#comments p.form-submit { margin-bottom: 0px; }
section#main { padding-bottom: 1em; }
.hentry { padding: 1em 0 1.0em 0; }
.site-header .social { margin: 0 0 1.4em 0; }
.site-header hgroup { padding: 1em 0 .4em 0; }
#secondary .widget { padding-bottom: 1em; }
h1.site-title { margin-bottom: .1em; }
.widget-area {padding: 0 0; }
.entry-meta {
padding: 0 0 0 0;
margin-bottom: 0;}
.entry-content { padding: 0 0 0 0; }
.navigation, .post-pagination { padding: 0 0; }
.single .entry-meta { margin-top: 0; }
.about-author { padding: 0 0; }
.nav-single, .navigation { padding: 0 0; }
.comments-area { padding: 0 0; }
.comments-area ol li { padding-top: 1em; }
.commentlist { padding: 0 0 0 0; }
.single-format-aside .entry-content {
margin-bottom: 0; }Thank you…
Already update to v2.3
1. [aside_content] content still not fix in Chrome. —> URL: http://wp.me/pjiG5-6c
2. post format image still did not load on post page (post created with visual composer/page builder)Screenshot :
http://s29.postimg.org/ck1vrsu6f/bug_icon_post_page.jpganother one, hehe.. related to post format image..
Post created with page builder, post format image did not load on post page.
Screenshot :
http://s29.postimg.org/ck1vrsu6f/bug_icon_post_page.jpgURL -> http://wp.me/pjiG5-6n | http://wp.me/pjiG5-bz
#
If I use standard post format, the related post overlap with post tag.
If I use any post format except the standard, related post list work fine, but the post format image at the top did not load.*only for post created with visual composer/page builder
I think I found another bug, related to page builder. Post created with page builder, the Related Post look broken. Related Post list overlap with post tag.
Screen shoot:
http://s17.postimg.org/hsvbbsk8v/bug_related_post_page_builder.jpgURL -> wp.me/pjiG5-c1
OMG! That was fast! thank you.
1. The icon now displayed properly.
2. [aside_content] still error in Chrome (solved in Firefox)
URL -> http://www.laziem.com
thank you
2. Something wrong with [aside_content] background for long paragraph. (not related with question above)
Look like this: http://s24.postimg.org/vgkkp1zph/long_aside.jpg
OMG, thank you!
Thank you, I’ve tried and add some custom css & js from this forum support, and working well :)
css
@media (min-width: 1200px) {
#secondary .widget { padding-left: 2em; }
}
#commentform textarea {
width: 100%;
height: 220px;
}
#comments,
#comments #respond { padding-bottom: 0px; }
#comments p.form-submit { margin-bottom: 0px; }
section#main { padding-bottom: 2em; }
.hentry { padding: 1em 0 1.0em 0; }
.site-header .social { margin: 0 0 1.4em 0; }
.site-header hgroup { padding: 1em 0 .4em 0; }
#secondary .widget { padding-bottom: 1em; }
h1.site-title { margin-bottom: .1em; }
.site-description { margin-top: 0;}
body.home .by-author { display: none; }
body.single .by-author { display: none; }
a.button i {
position: initial;}
.related-posts {
margin-bottom:-15%;}js
jQuery(document).ready(function($) {
$(‘#primary.span7’).removeClass(‘span7’).addClass(‘span8’);
$(‘#secondary.span5’).removeClass(‘span5’).addClass(‘span4’);
});