Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: layerslider in header #397801

    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?
    mAqq

    in reply to: Custom ID for all items in template builder #391361

    oh. did not see this before.
    Thanks. this is great.

    in reply to: masonry layout full width images #187869

    hello,
    well, maybe you do, look at the masonry layout while W<768px
    i already solved my issue
    Tomas

    • This reply was modified 10 years, 5 months ago by mAqq.
    in reply to: Add page builder to custom post type #187302

    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.
    mAqq

    in reply to: masonry layout full width images #187176

    the 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 10 years, 5 months ago by mAqq.
    in reply to: masonry layout full width images #187162

    Hello,
    what do you mean by size settings? the masonry is set to max width 1210 and the images are standards about 300*300
    mAqq

    in reply to: masonry layout full width images #186877

    Hello Peter,
    well not exactly. try to lower your screen resolution to 1680 * 1050
    Tomas

    in reply to: Instant search not matching search results #134319

    in 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

Viewing 8 posts - 1 through 8 (of 8 total)