This topic has 16 replies, 2 voices, and was last updated 7 years, 1 months ago ago by Rose Tyler
Hi,
In the “Theme Options” panel, there is the section “Blog Layout” section where I can choose between Default, Grid, Timeline, Small, Mosaic.
Well, where I can choose to create a page that works as a blog? I don’t find the blog in any place.
In the setting of a new page, I can choose only between Template standard, Blank page, Custom registration page and Portfolio. There isn’t blog.
If I a do all things from scratch with Visual Composer I’m not able to obtain the effect showed in your demo. Moreover, it is very slow (on the contrary your demos are fast).
In your provided documentation this is not explained at all.
PS: I cannot import demo content anymore because I don’t want to risk to lose all the work made on the customization until now.
Thanks for the explanation. Happy to know that is so simple.
Regards
You’re welcome!
Regards
Hi, I need a small help again. I did the blog section with visual composer.
I noted that if the width of the browser is 667 pixels or less, all changes and the pagination of the page becomes ugly.
In past, you help me to solve this precise thing in the “portfolio” post section (see pics 01 and 02, in pvt content, to see the good result after your script).
Now I have the same problem with “normal” post section (see pics 03 and 04, to note the difference).
If I’ve two columns and, in small windows, it shows me only one column, I don’t understand why it also changes the layout of the content (from 3 miniatures to 1 miniature) ruining the aesthetic.
Could you help me providing the right code to maintain 3 small miniatures (instead of 1 giant like now) in the smaller browser’s window of the blog section?
Hello,
You may add this code in Custom css for this page:
@media only screen and (max-width: 768px){
.vc_grid-item.vc_clearfix.vc_col-sm-4.vc_visible-item {
width: 33.33%;
display: inline-block !important;
}
}
Regards
Thank you very much, it works very well on the two sections on the top.
On the bottom part (under where there is written “Gallery zoom”) the miniatures are still big. Could I make smaller them too?
Change the previous code to:
@media only screen and (max-width: 768px){
.vc_grid-item.vc_clearfix.vc_col-sm-4.vc_visible-item, .vc_masonry_grid .vc_grid.vc_row .vc_grid-item {
width: 33.33%;
display: inline-block !important;
}
}
Regards
Now, it’s perfect. Many thanks.
A last question… but could be possible to make still smaller ONLY the icons of the Gallery Zoom section, in EVERY size of the window (that is both desktop and mobile version)?
Use this code in Custom css for page:
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon {
font-size: 2.5rem;
}
Regards
Scuse me, there was a misunderstanding… I meant miniatures of the Gallery Zoom section of the page.
I would like that they are the half of the size of the other minuatures.
Sorry, a bit unclear for me, please provide screenshot for better understanding.
Regards
Here are two pics to better understanding (see below in pvt)
This depends on http://prntscr.com/gt1ge0 – option, and I do not recommend to use custom css to change it.
Regards
I know, but the problem is that from this VC control panel you can select at maximum 6 element per row, I was hoping I could put more with CSS. I will do some test
Feel free to ask if you have any other questions.
Regards
You must be logged in to reply to this topic.Log in/Sign up