Viewing 30 results - 140,941 through 140,970 (of 141,464 total)
  • Author
    Search Results
  • #120957

    Hey!

    Insert following code into the quick css field:

    #top div .avia-gallery {
    clear: both;
    }

    We’ll fix this in the next version.

    Best regards,

    Peter

    #118731

    In reply to: Portfolio instructions

    #120823

    Hi,

    Open config-templatebuilder > avia-shortcodes > testimonials.php, find this code

    //final output

    $output .= "<div class='avia-testimonial {$class}'>";
    if($grid) $output .= $avatar;
    $output .= "<div class='avia-testimonial-content'>";
    $output .= wpautop(ShortcodeHelper::avia_remove_autop($content));
    $output .= "</div>";
    $output .= "<div class='avia-testimonial-meta'><div class='avia-testimonial-arrow-wrap'><div class='avia-arrow'></div></div>";
    if(!$grid) $output .= $avatar;
    $output .= "<div class='avia-testimonial-meta-mini'>";
    if($name) $output .= "<strong class='avia-testimonial-name'>{$name}</strong>";
    if($subtitle) $output .= "<span class='avia-testimonial-subtitle'>{$subtitle}</span>";
    if($link) $output .= " &ndash; <a class='avia-testimonial-link' href='{$link}'>{$linktext}</a>";
    $output .= "</div>";
    $output .= "</div>";
    $output .= "</div>";

    Replace it with

    //final output

    $output .= "<div class='avia-testimonial {$class}'>";
    if($grid) $output .= $avatar;
    $output .= "<div class='avia-testimonial-content'>";
    $output .= wpautop(ShortcodeHelper::avia_remove_autop($content));
    $output .= "</div>";
    $output .= "<div class='avia-testimonial-meta'><div class='avia-testimonial-arrow-wrap'><div class='avia-arrow'></div></div>";
    if(!$grid) $output .= $avatar;
    $output .= "<div class='avia-testimonial-meta-mini'>";
    if($name) $output .= "<strong class='avia-testimonial-name'>{$name}</strong>";
    if($subtitle) $output .= "<span class='avia-testimonial-subtitle'>{$subtitle}</span>";
    if($link) $output .= " &ndash; <a class='avia-testimonial-link' target='_blank' href='{$link}'>{$linktext}</a>";
    $output .= "</div>";
    $output .= "</div>";
    $output .= "</div>";

    Cheers,

    Ismael

    #121061

    In reply to: custom js ?

    Hi,

    You can add additional javascript on functions.php. Find this code

    //register js
    wp_register_script( 'avia-compat', $template_url.'/js/avia-compat.js', array('jquery'), 1, false ); //needs to be loaded at the top to prevent bugs
    wp_register_script( 'avia-default', $template_url.'/js/avia.js', array('jquery'), 1, true );
    wp_register_script( 'avia-shortcodes', $template_url.'/js/shortcodes.js', array('jquery'), 1, true );
    wp_register_script( 'avia-prettyPhoto', $template_url.'/js/prettyPhoto/js/jquery.prettyPhoto.js', 'jquery', "3.1.5", true);
    wp_register_script( 'avia-html5-video', $template_url.'/js/mediaelement/mediaelement-and-player.min.js', 'jquery', "1", true);

    wp_enqueue_script( 'jquery' );
    wp_enqueue_script( 'avia-compat' );
    wp_enqueue_script( 'avia-default' );
    wp_enqueue_script( 'avia-shortcodes' );
    wp_enqueue_script( 'avia-prettyPhoto' );
    wp_enqueue_script( 'avia-html5-video' );

    You can add your own there. We cannot assure you that every javascript is compatible with the theme.

    To register another script add something like this

    wp_register_script( 'new-script', $template_url.'/js/new-js.js', 'jquery', "1", true);

    Then link the new script with this

    wp_enqueue_script( 'new-script' );

    Regards,

    Ismael

    Hi,

    It is not possible according to Kriesi.

    https://kriesi.at/support/topic/caption-in-lightbox

    Regards,

    Ismael

    #120326

    Hi,

    Ok. Please remove the previous code and use this instead. It will anchor it this time.

    #top .cart_dropdown.visible_cart {
    right: -1px;
    top: 21px;
    display: inline-block;
    position: absolute;
    }

    Thanks,

    Nick

    #120346

    Hi,

    Please make sure all categories have a description, because when there is no description: Choice 1 below will push down from the category image and on pages with no description everything will look good, however on pages that have a description, Choice 1 will push the description down as well. Choice 2 will push from the category description , creating a space between the description and product images. However if there is no category description, the description container will also be missing, so nothing will change on those pages. So please make sure that **every category and sub-category** have a description and an image.

    Use 1 or 2 (read above for explanation, if both are used, there will be space between category image and description, and space between description and product images)

    1. To create the space between category title and products please add this css, and adjust bottom margin as needed (it is 0 currently).

    #top.tax-product_cat .page-thumb {
    margin-bottom: 50px;
    }

    2. To create the space between category description and products use this css.

    #top.tax-product_cat .term-description {
    margin-bottom: 50px;
    }

    ==================

    To add a separator will be more difficult and will involve editing the plugin. Since you didnt specify , i just included instructions above on how to add space.

    =========

    To change the size/color etc. of title this is the current css (i didnt modify anything, change font size below)

    #top.tax-product_cat .title_container .main-title {
    font-size: 16px;
    min-height: 36px;
    line-height: 2.3em;
    font-weight: 400;
    }

    ==================

    To modify the space between product images change the % in the code below (top, right, bottom, left) . So keep 2 of the 4 at 0%

    You can use decimals so 1.1% is a good place to start

    #top.tax-product_cat .shop_columns_3 .products .product {
    margin: 0% 1% 1% 0%;
    }

    Thanks,

    Nick

    #120513

    Hi Ismael, thanks for your answer. However, it seems that you didn’t understand: the first cell of the first column, in Desktop view, disappears from the table in Mobile view. Please see my screenshots (http://imgur.com/a/f5Xuh): in the mobile view (first image) the first cell should read: “Contest date” no “Total Days”, just as it reads in the Desktop view (second image). See also this page in my site: http://test.crowdini.com.php53-17.ord1-1.websitetestlink.com/home-login and check the table titled “All Active Contests”: the column header “CONTEST” gets replaced by “USERS LEFT” when you change fro desktop to mobile view.

    #23804
    #23802
    agarkitekter
    Participant

    http://agwp.agarkitekter.se/projekt/

    User: test

    Password: test

    I looks ok with a normal none widescreen. But at home on my laptop with 1366×768 and web browser maxed, there is a strange effect with the portfolio titles not showing properly (look at the links below). The problem i solved when making the web browser window smaller, and also when I hold the mouse over a portfolio (though this solution is only temporary).

    Chrome: https://dl.dropboxusercontent.com/u/3884801/chrome.png

    IE: https://dl.dropboxusercontent.com/u/3884801/IE10.png

    Im using windows 7 and the latest Chrome and version 10 of IE.

    #121010
    #117625

    Hey!

    Hey!

    Seems to be easily fixable:

    add this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at enfold->styling:


    #top{overflow:visible;}

    Best regards,

    Kriesi

    #23793
    theworldawaits
    Participant

    Hey there,

    I am wondering if I can make a slight change to the breadcrumb header on my portfolio page.

    http://godsfingerprints.net.s168021.gridserver.com/?portfolio=come-near-to-god

    Right now, the portfolio title is displaying on the left of the ‘breadcrumb header’. I would like to display the name of the category instead. For example, display ‘Desktop Wallpapers’ would make much more sense from a usability point of view on this page (instead of displaying the portfolio title twice).

    Please let me know.. thanks so much!

    Jason

    #23791

    Topic: strange behavior

    in forum Enfold
    rsg2
    Participant

    hello,

    please take a look at my site: http://www.tfbc.org/welcome

    i’m using WPML to translate the site into english & korean. i’m having issues on the homepage.

    #1. the top mega menu is misaligned when in korean language

    #2. the fullwidth slider in the middle of page is showing but not displaying the images

    can you please look into this? your help is greatly appreciated.

    thanks!

    chris

    #23781

    Topic: Isotope-gallery

    in forum Enfold
    artistic24459
    Participant

    http://riaextended.com/isotope-gallery/

    Would this plugin with with enfold? I’m guessing is would not with with the page builder?

    #23777
    andypeck
    Participant

    hi there,

    having worked out how to add space above and under my menu (in fixed mode) as well as knowing how to move my menu. logo around & stopping the shrinking effect… I find myself left with a few small challenges

    a) How to control the transparency of the background underneath the menu?

    b) As ive now created more space under my menu, my slider is too far up and is appearing underneath the partially transparent background under the menu. How can I move the slider down?

    c) How do I reset the drop down menu to the right position, as its now not starting on the line (below menu) and also the depth of each drop category has altered to being too deep. How do I adjust the vertical linespacing in the dropdown menu to reset it. Ive obiously altered something by accident

    Cheers

    Andy

    #121074

    Hey!

    You can use following css code – insert it into the quick css field:

    #top .main_color .av_promobox{
    background: #fcfcfc;
    }

    Regards,

    Peter

    #119813

    No, unfortunately this is not possible due to a bug (or tbh it’s more a limitation) of the get_next_post()/get_previous_post() function – see: https://kriesi.at/support/topic/is-it-possible-to-create-two-completely-seperate-portfolios

    Probably the WP devs will fix this in WP3.6 or 3.7 and then you can also use these functions with custom post types and the portfolio.

    #120784

    In reply to: Wrap box-shadow

    Unfortunately it’s not possible to add a shadow to the box if you’re using a background image. The problem is the html structure which does not allow you to add the shadow to the box itself but you must apply it to the body element. If you can live without background image you can use following code:

    .responsive .boxed#top{
    -moz-box-shadow: 0 0 15px #111;
    -webkit-box-shadow: 0 0 15px #111;
    box-shadow: 0 0 15px #111;
    }

    Otherwise you can’t add a shadow to the box at the moment – I’m sorry.

    #119812

    Hey there,

    I tried that and it simply took away the portfolio ‘prev/next’ navigation entirely.

    You can check it out here: “http://godsfingerprints.net.s168021.gridserver.com/?portfolio=his-way-is-perfect&#8221;

    I have two items in ‘Desktop Wallpapers’ and two items in “Facebook Covers’

    If you land on the page above.. I want to only be able to navigate to the other “Desktop Wallpapers” by using the Prev/Next. Same thing if you happen to be viewing a “Facebook Cover”. You should only be able to prev/next within the category you’re in.

    Here is the current code (for the line you specified):

    function avia_post_nav($same_category = true)

    #119791

    Hi,

    Follow this link

    https://kriesi.at/support/topic/enfold-instagram-icon

    Regards,

    Ismael

    Hi,

    You didn’t follow the instructions correctly. Cut this code

    $phone = avia_get_option('phone');
    $phone_class = !empty($nav) ? "with_nav" : "";
    if($phone) echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>";

    Now, paste it under this code which is the code responsible for the logo.

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');

    Add this on your custom.css to position the phone number correctly.

    .social_header .phone-info {
    font-weight: bold;
    height: 30px;
    line-height: 10px;
    right: 200px;
    top: 40px;
    position: absolute;
    }

    .social_header .phone-info.with_nav span {
    border: none;
    }

    Regards,

    Ismael

    #121040

    Hi,

    You can set an excerpt for each post. Edit the post, look for Screen Options (top right), tick the Excerpt option. You can place the excerpt there.

    Regards,

    Ismael

    #120898
    #121027

    Hi,

    Just add this on your custom.css

    #top .main_color input[type="text"] {
    border-color: gray;
    background-color: red;
    color: blue;
    }

    Regards,

    Ismael

    #120782

    In reply to: Wrap box-shadow

    Hi,

    Try this one. Please remove browser cache the reload the page. It is working on our end.

    .boxed#top {
    -moz-box-shadow: 0px 30px 30px #000;
    -webkit-box-shadow: 0px 30px 30px #000;
    box-shadow: 0px 30px 30px #000;
    }

    Can you give us a link to your website?

    Regards,

    Ismael

    #23440
    theworldawaits
    Participant

    Hey there,

    I really love the prev/next feature on the portfolio items (navigation on the left and right of portfolio item). However, I was wondering if it’s possible to limit them to be Category specific?

    For example, I have portfolio categories of Desktop Wallpapers and another one for Facebook Covers. I noticed that even though I have different pages and sections for these – the prev/next go right from one category to another.

    Is it possible to only have the prev/next go to the same category of the portfolio item being displayed?

    Please let me know. Thanks so much!

    Jason

    #119452

    No problem. Enjoy the theme!

    Thanks,

    Nick

    #120780

    In reply to: Wrap box-shadow

    This is exactly what I have:

    .responsive .boxed#top {

    box-shadow: 0px 30px 30px #371015;

    -moz-box-shadow: 0px 30px 30px #371015;

    -webkit-box-shadow: 0px 30px 30px #371015;

    }

    It won’t work for me. Even forced out of the browser and cleared my cache.

    #114632

    Built in:

    Carousel

    Social Media Widget

    Mega Menu with ability to put in html/multimedia <<Edit by Devin: This is possible inside the third level menu item if you set it as a text block. As well as inside description boxes for the 2nd level items>>

    Facebook OG/app id/aiblity to modify metadata

    Timeline

    Ajax Sidebar navigation

    ============

    SVG support.

    Sensei support

    a Centered Logo header option

    ability to alter the top header background to anything

    ============

    Full google web font support by heading level (with ability to choose which font weight is used)

    ===

    just looked over the request list, I’d like to add myself to many of those, should I list them out?

    Nick Wrote: To show support for a particular feature, please let Kriesi know by posting
    that you also want particular feature(s) asked for in earlier posts or suggest something new.
    In an effort to keep this thread from becoming too long (and thereby useless for the reader)
    we concatenate multiple posts from the same name into a single post (one below the other),
    so nothing is discarded.

Viewing 30 results - 140,941 through 140,970 (of 141,464 total)