Viewing 30 results - 141,811 through 141,840 (of 142,818 total)
  • Author
    Search Results
  • #114941

    Hi

    Ohh, I have translated the files to Russian. Twice. First time the theme pot, and once again the LayerSlider pot too, because I didn’t see this message before beginning. I have killed 3 working days on it, really.

    You guys can download translated files from this link: download RUS po-mo files (100%, for both of pot).

    Also I have already placed the layerslider ru_RU.mo and ru_RU.po into enfoldconfig-layersliderLayerSliderlanguages folder. But unfortunately, the translation of LayerSlider interface doesn’t appear for my customer. Something needs be allow there, please, check this.

    Regards

    #24974
    #125183

    In reply to: icons for iconbox

    #24971

    Topic: Move breadcrumbs

    in forum Enfold
    DavyE
    Participant

    Any way I can move the breadcrumbs to right above the footer instead of below the header?

    Want to keep the top part of the site clean and simple, not cluttered with this kind of info. However, I do want it visible on the page, so right above the footer would suit me best.

    Hi,

    Please add this on your custom.css or Quick CS

    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
    width: 25%;
    max-height: 147px;
    height: 147px;
    }

    #top div .avia-gallery img {
    height: 100%;
    max-height: 100%;
    }

    Cheers,

    Ismael

    #123771

    Hi!

    Insert following code into the quick css field

    #top .avia-slideshow-arrows a {
    text-indent: -600%;
    }

    Regards,

    Peter

    #124735

    In reply to: Accordion Question

    No, that’s not possible. This hack wouldn’t make much sense too because it would also affect all other toggles and you can’t change this behavior on a case by case basis, etc. However you could add your idea to the wishlist: https://kriesi.at/support/topic/enfold-feature-requests/page/3#post-118752 – maybe Kriesi wants to add such a feature to the toggle shortcode.

    #124459

    Hi,

    @benjaminrig: Please follow this link. Do the recommendations listed on the thread.

    https://kriesi.at/support/topic/no-texts-are-found-in-the-sample-pages

    Regards,

    Ismael

    #122761

    In reply to: Input control

    Hey!

    Try:

    #top .advanced_mortgage_calculator_content input[type="text"] {
    display: inline !important;
    }

    Best regards,

    Peter

    #125238

    You could try http://codex.wordpress.org/Function_Reference/wp_redirect -to redirect the user to another page. Add the function to the very top of search.php. You can retrieve the user input (search query) with: http://codex.wordpress.org/Template_Tags/get_search_query

    #123533

    Hey there,

    Ive now turned off the background image in theme options and applied your ID Controls but now the png just fills the section instead of just doing a line.

    a) How do I make just 1 row of the png?

    b) How do I turn off the container top line just above my png

    c) How do I control the margin height so that the portfolio starts further down the page but the container above it (the one with the x3 skills options and massive slab font) has less margin at the foot of its container

    to see what im talking about please refer to my site:

    http://www.andydpeck.co.uk

    #123891

    Hi there – Tried to change the z-index (tried it multiple ways, even swapping gravitas of number values but it still didnt work.

    Heres my css…

    /*

    DESKTOP STYLES


    Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

    @media only screen and (min-width: 768px) {

    /* Desktop styles go here */

    /* CREATES TOP MENU FEINT LINE */

    #top .main_menu {

    z-index: -1 !important;

    height: 30px;

    border-bottom-color: #5e5957 !important;

    border-bottom-width: 1px;

    border-bottom-style: solid !important;

    }

    /* Main Menu – HIGHLIGHT BLOCK */

    #top .avia-menu-fx {

    z-index: 0 !important;

    display:block;

    position:absolute;

    top: 30px;

    border-style:solid;

    border-width:2px;

    }

    }


    cheers

    andy

    #116623

    I came across this more recent post that addresses this issue: https://kriesi.at/support/topic/galery-pictures-load-effect

    Hi,

    Open up enfold/js/shortcode.js and search for following code around line 205:

    //trigger displaying of thumbnails

    gallery.on(‘avia_start_animation’, function()

    {

    images.each(function(i)

    {

    var image = $(this);

    setTimeout(function(){ image.addClass(‘avia_start_animation’) }, (i * 110));

    });

    });

    change it to:

    //trigger displaying of thumbnails

    gallery.on(‘avia_start_animation’, function()

    {

    images.each(function(i)

    {

    var image = $(this);

    setTimeout(function(){ image.addClass(‘avia_start_animation’) }, (i * 110));

    });

    }).trigger(‘avia_start_animation’);

    and the gallery thumbs should load immediately.

    I have implemented it and it seems to work, but my question is, why hasn’t this been written into the code for us? It doesn’t make any sense to have to scroll down a complete page of thumbnail images before you get to see them not greyed out! Now I may have to amend the code everytime I do a theme update, so is there a good reason this fix hasn’t been applied to the code for us?

    Thanks,

    Matt

    #124971

    In reply to: Using Excerpts

    Thanks Ismael,

    I already had the post created..with an excerpt already in place.

    But it will continue to show the entire post.

    Inserting the “More” link does create the link and stops the entire post from displaying to the insert point. But I would prefer to use the excerpt feature. Can you verify that it is working?

    #125012

    Hey!

    Hey! Not sure why this is happening either, cant reproduce the issue yet. Mind deactivating the plugins you use and try it again? maybe one of them is interfering?

    Regards,

    Kriesi

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    @media only screen and (max-width: 989px) and (min-width: 768px){
    .responsive #top #header {position: fixed;}
    }

    I don’t know what issues this may cause however as it is currently set by the theme to not have the fixed option on tablet size. It could be a bug fix added by Kriesi or something to prevent issues on tablets but I’m just not sure.

    Either way that should force it to be fixed on tablets.

    Regards,

    Devin

    #125089

    Hi xrisxal2000,

    You would need to use an iframe with the youtube video set with the autoplay option and the option not to show other related videos after.

    Regards,

    Devin

    #125056

    In reply to: Google Maps

    This is not possible without creating a new layout element. Even if you’re using a fullwidth content element you’re limited by the content area width of 1210px. You can add your idea to the wishlist though: https://kriesi.at/support/topic/enfold-feature-requests – maybe Kriesi is interested in such a content/map element.

    #125011

    I tagged this thread for Kriesi because I can’t find a js error. Chrome shows me an error message

    Blocked a frame with origin "http://player.vimeo.com" from accessing a frame with origin "http://posa.dk". Protocols, domains, and ports must match."

    which seems to be related to the vimeo video but I’m not sure if it affects the slider.

    #123264
    #125156

    Sorry the fixed layout is still not working (well it works as such, but menu’s and layout is all skewed), so no I will need just a standard browser site…

    http://www.dalat.org/main/ – click on the resources top level menu and you will see what i mean (on an iPad)

    #24859
    Qjay
    Participant

    Hey Kriese,

    Thanks for a great theme :)

    I have a small problem, my slider doesn’t work, it´s only show first slider and second slider, slider 3. and slider 4 doesn’t show up.

    I have updated jQuery to the newest version, but it doesn’t help.

    Can you please help me?

    I am using Easy Slider, I have also updated my theme to 1.6, but it still dosent working.

    Non of my slider works, its, stop working, after 2. image.

    Can you please help me with this.

    my website is:

    http://www.posa.dk

    Regards

    Qjay

    #24424
    agarkitekter
    Participant

    Hi!

    I had this problem a while ago which Kriesi helped me with: https://kriesi.at/support/topic/strange-behavior-in-portfolio-with-1366×768. It seems that the problem still exist, though just in IE and 1280×1024; looks like this: https://dl.dropboxusercontent.com/u/3884801/ie-problem.jpg

    Edit: It’s that the portfolio titles don’t show that is the problem.

    The error occurs when I just arrive to the portfolio page, when I sort something out or change the size of the web browser, it changes and displays correctly.

    Since I have gotten help through codeable.io (they have changed some core files) I cant upgrade to the latest version, Im still on 1.3.1.

    #125152

    1) In wp-contentthemesenfoldincludeshelper-template-logic.php replace:

    $result = avia_get_option($layout);

    with

    $result = avia_get_option($layout);
    if(get_post_type() == 'portfolio') $result = 'fullsize';

    2) In functions-enfold.php replace:

    if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));

    with

    if($breadcrumb && get_post_type() != 'portfolio') $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));

    3) https://kriesi.at/support/topic/footer-7#post-109976

    4) Yes, unfortunately WP will use the taxonomy name on portfolio category pages and you can’t change the slug without changing the taxonomy name. On the other hand you can’t change the taxonomy name because we hardcoded/use it on various places within the framework.

    #125007

    You can create a color section with

    [av_section color='main_color' custom_bg='' src='' position='top left' repeat='no-repeat' attach='scroll' padding='default' shadow='no-shadow']

    Your custom text....

    [/av_section]

    I’d suggest to use Ismaels debug code above – it actually allows you to build your template with the template builder and then you can just copy/paste the shortcode into the standard editor.

    #24916

    Topic: Iconbox icon alignment

    in forum Enfold
    MM
    Participant

    Hi, I’m using v1.6 but I am not getting the option for centre alignment of the icon in an iconbox, just ‘left’ and ‘top’. I have only updated the files mentioned in the update logs on themeforest from v1.5 (which is the version of my base install) as opposed to just updating the entire theme folder. Could this be why (and so your update log is not 100% correct?!)

    Thanks,

    Matt

    #124981

    In reply to: Update & Menu

    Hi danfarberoff,

    For updating, I made a quick how-to for updating via FTP here: https://vimeo.com/channels/aviathemes/67209750

    There is also a child theme video here: https://vimeo.com/channels/aviathemes/67221517

    How you handle updates and keeping changes is up to you but what I typically do is create a personal change log that I write down any changes to files that I make.

    To center the logo above the menu you would need to add the main css changes to your custom.css file in the css folder. Adding them to the desktop media query will allow the theme to still adjust without issue for tablet and below sizes but you can also add additional css to change things there too.

    Regards,

    Devin

    #124802

    Please post the code of the advanced layout template. Open up functions.php and insert this code at the very top

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    – insert it before:

    global $avia_config;

    2) The debug field will be displayed underneath the editor. Copy this code and post it here.

    #125039

    In reply to: Tabs and Contact Form

    Please post the code of the advanced layout template. Open up functions.php and insert this code at the very top

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    – insert it before:

    global $avia_config;

    2) The debug field will be displayed underneath the editor. Copy this code and post it here.

    #124994

    In reply to: bug in the footer

    1) Can you post a link to the page/post where the bug occurs?

    2) Use following css code – insert it into the quick css field

    #top .main_menu .menu>li>a {
    color: #333;
    font-size: 20px;
    }

    If you want to change the sub menu dropdown styling too use:

    #top .main_menu .menu li>a {
    color: #333;
    font-size: 20px;
    }

    3) You can change the number of columns (“Blog Grid Columns” option) and you can set the number of items per page (Post Number). Both options will determine how many lines are displayed. If you use the 5 column structure you need to set the post number to 25 because 5 columns x 5 lines = 25 posts, etc.

Viewing 30 results - 141,811 through 141,840 (of 142,818 total)