Forum Replies Created
-
AuthorPosts
-
ok. thanks. that is also an option. Anyway i though that you will may be help me with the insert of the layerslider php function into the header after the meta. would that be a way?
mAqqoh. did not see this before.
Thanks. this is great.hello,
well, maybe you do, look at the masonry layout while W<768px
i already solved my issue
Tomas- This reply was modified 11 years, 1 month ago by mAqq.
of course, open:
wp-content/themes/enfold/config-templatebuilder/avia-template-builder/config/meta.php
line5 / custom post type is bold/ or add your custom post type name, for own custom post types your will need plug in “types” // http://wordpress.org/plugins/types/:array( ‘title’ =>__(‘Avia Layout Builder’,’avia_framework’ ), ‘id’=>’avia_builder’, ‘page’=>array(‘portfolio’,’page’, ‘post’), ‘context’=>’normal’, ‘priority’=>’high’, ‘expandable’=>true ),
array( ‘title’ =>__(‘Layout’,’avia_framework’ ), ‘id’=>’layout’, ‘page’=>array(‘portfolio’, ‘page’ , ‘post’), ‘context’=>’side’, ‘priority’=>’low’),dont treat this as official support answer.
mAqqthe problem is somewhere here:
#shortcodes.css
line:1920
@media only screen and (min-width: 989px) and (max-width: 1340px) {
.responsive .av-masonry-entry{width:33.3%;}
.responsive .av-masonry-entry.av-landscape-img{width:66.6%;}
}while: stretched layout, max-width masonry set to 1210px;
solution:
@media only screen and (min-width: 989px) and (max-width: 1920px) {
.responsive .av-masonry-entry{width:33.3%;}
.responsive .av-masonry-entry.av-landscape-img{width:66.6%;}
}- This reply was modified 11 years, 1 month ago by mAqq.
Hello,
what do you mean by size settings? the masonry is set to max width 1210 and the images are standards about 300*300
mAqqHello Peter,
well not exactly. try to lower your screen resolution to 1680 * 1050
Tomasin relevanssi you can change the weighing of the POST/PAGE/TAXAMONY etc i think.
it would be nice when the ajax search uses the relavanssi query.
mAqq
-
AuthorPosts