Viewing 30 results - 1,141 through 1,170 (of 1,181 total)
  • Author
    Search Results
  • #180400

    Topic: wpml

    in forum Enfold
    ELEM
    Participant

    I bought Enfold, installed WPML
    Flags are automatically inserted in the header.

    I don’t want to see flags and I want to see a scroll down menu.
    with the inactive language showing.

    Thanks
    Luc

    #179788

    Topic: Masonry load times

    in forum Enfold
    allegrabillings
    Participant

    Hey guys just a general question. I am loving the aesthetic look of the Masonry elements. But I tried to us the masonry gallery with with about 60 images and ran into some issues. Load times. the script is loading images by default at full resolution. Can you talk about why they don’t render as a bit smaller thumbnails and then load full res if you open the lightbox? that is how the normal enfold gallery works and it load much faster.

    That being said my computer can load the larger masonry galleries pretty well. but I find that if you scroll down the page as it loads it behaves weird in that it will load many squares on top of each other and not expand down the page like it should. then when it is done if refresh the browser or change the window size (calling for a refresh) then it will expand to show all the thumbnails properly.

    Then for mobile. Say an iPhone 4 on a fast wi-fi connection. that same 60 image masonry gallery is like sludge on the phone. It takes for ever to load but then after it is loaded it still hangs almost non stop if you try to scroll up and down the page. And if you want to rotate the orientation of the device it freezes also. Is there some added limitations on mobile devices with the script or something. I would think it was just the connection speed. But with the same connection the phone and computer are in different leagues. I tried to limit the initial load to a smaller amount of images, say 20 or so and then make the user hit the load more button. It was marginally faster initial load, but only slightly, but after it loaded another 20 or more the page froze up again. Is there a way to make the thumbnails be a smaller embedded size or something? If it is using the full size I could obviously upload smaller but other places that need the same image larger would have to be a completely separate image upload. Different than say a normal large size uploaded image that wordpress auto reproduces smaller and then the user picking the display size.

    So basically the question is, is there anything you or I can do to make large masonry image galleries function well on mobile devices?

    #179732

    This is supposed to work with the Enfold Portfolio grid and/or Fullwidth Masonry?

    I’m sorry, but I can’t get it to work. I don’t understand how or what exactly.
    Installed the plugin (your first link), checked the Infinite Scroll Options and changed “Content Selector” to #main. Rest I left the way it was.

    #179398

    Hey DavyE!

    That behavior is called ‘infinite scroll’, please take a look:

    http://wordpress.org/plugins/infinite-scroll/
    http://jetpack.me/support/infinite-scroll/

    Best regards,
    Josue

    #179093

    I’m very enthusiastic about the new Masonry option, but also a bit disappointed by certain limitations. For example:

    • The Masonry Gallery doesn’t seem to allow me to use thumbnails for the grid overview. In my case, where they click to view high quality jpgs, this means they load in a bunch of way too big pictures in the overview. The Media Gallery does have this option, making me wonder why this wasn’t implemented here.
    • It would have been nice to set our own link to the items, for example link an item to a page, image, file (like PDF) or manual link.
    • A “Load more” button instead of automatic loading when the visitor scrolls down.
    #179050
    DavyE
    Participant

    I have hundreds of items in my portfolio grid, so logically the loading takes quite a while. To speed things up I would really like to find a similar solution as seen on sites like behance.net where the page loads 20 or so items and when the visitor scrolls to the bottom it automatically loads the next 20 and so on.

    As this isn’t available in the Enfold theme (at least not at the moment), does anyone know a plugin or code that I can use to make this happen, please?

    #169600

    Hello!

    You could turn off the option that only one toggle can be open at a time so that the others don’t close and the user is only left on the single one they are opening at that time.

    But I don’t know of a quick fix for automatically moving the user to the newly opened tab right now. I’ll add it as a request/issue however and see if Kriesi can think of something.

    Regards,
    Devin

    #169023
    Michae1
    Participant

    If there is a lot of content in an entry, and you scroll down to click the next entry, the whole item can move off the screen.

    How can I set the accordion menu system to automatically scroll to the the top of the opened item?

    #166935
    josephgut
    Participant

    Hi,

    I’m trying to use Enfold with the very popular Scroll Triggered Box plugin (http://wordpress.org/plugins/dreamgrow-scroll-triggered-box/), but every time I install it my site crashes (had this with Enfold and WP Supercache btw), or the box appears hidden behind the footer. The purpose of this plugin is to offer a scrolling box where someone can subscribe easily to a newsletter and it auto-scrolls as they continue viewing the page.

    Is Enfold just incompatible with this plugin? Thanks for any assistance on this.

    – Joseph

    #165894

    Thank’s, thats a bit more idiot proof. Unfortunately that didn’t work. In fact, it introduced some other bugs.

    Enfold 2.2 is trying to set the width on the image to 296px, but is not setting the height, resulting in the warping. My logo image is 300x91px. Under Enfold v2.1 this scales to 257x78px, because the image scales to the container size (.logo img { width:auto;height:auto; } in base.css).

    When scrolling a small amount from the top of the page, the width stays fixed to 296px but the height shrinks, distorting the image massively.

    It did fix the logo size changing when resizing the window width above and below 1160px.

    tldr;
    If you’re going to set the logo size with js, I think you need to set both dimensions, and remove the auto in base.css. Also you need to fix the behavior when scrolling.

    A question: Should my logo image be smaller?

    Cheers,
    Jason

    #161905

    Try:

    div.tubepress_container div.pagination {
    width: auto !important;
    }

    It seems to have some odd css on it that forces it to be larger than the window and gives it a horizontal scroll.

    #29345
    LD3
    Participant

    Hi – love the Enfold theme so far, but have a couple of items I hope you can help me with.

    Here is the site I am building – http://www.pat-bach.com/breitercapital/

    1. Footer size – How can I simply adjust the footer height size (specifically, make it smaller / shorter)? I’ve spent quite a bit of time researching / looking around / experimenting to no avail … is there a simple method that I am missing?

    2. Menu item issue – I wanted to stop the header / menu from auto-sizing to smaller when scrolling. After some research / looking around for fixes, I added some quick CSS to achieve the desired result. However, now the individual dropdown menu item areas are huge. How can I make the dropdown menu item areas smaller without affecting the size of the overall header?

    I am using the Small fixed Header type with the following quick CSS added:

    #header_main .container, .main_menu ul:first-child > li a {

    height: 78px !important;

    line-height: 88px !important;

    padding-top:3px !important;

    font-size: 14px;

    }

    #header_main {

    border-bottom: none;

    }

    #top .main_menu .menu ul li a {

    font-size: 14px;

    }

    .main_menu .menu li {

    height: 60px;

    }

    .logo img {

    height: 128px;

    width: 269px;

    }

    body .logo{

    height:200%;

    }

    Hope this all makes sense … Thanks a million for any help you can offer!!

    Thanks!

    davidteosk
    Participant

    Hello developer,

    I have encounter this bug which is happening only on Android based tablet like Samsung and xoom on lanscape mode. I think my client just hit the “INTERNET” icon from this tablets which is the default android browser.

    Just launch website recently using enfold template. Very happy with everything except for this bug which needs a solution or way-out.

    website: http://www.autogate.com.sg

    i am facing a super weird issue with the menu in which it keeps showing on the 2/3 bottom of the screen instead on the top.

    See images:

    https://docs.google.com/file/d/0B480dDdNRBAHMUx6WWhuWXdUeVk/edit?usp=sharing

    https://docs.google.com/file/d/0B480dDdNRBAHcl9aMk41bjN3UzA/edit?usp=sharing

    All Desktop, Android mobile, iphone, even iPAD, Chrome, Safari, IE are all working perfectly. The menu is kept at the top. It only happens to android tablets which i think it is bigger than 1024px in width after looking at the camera shots on tablets.

    I have tried with all kinds of configuration and this weird behavior is there there, happening.

    Using Enfold Version 2.0.1

    Tried with all kinds of config already but problem is still there.

    Configuration

    1. Responsive: Responsive Layout Default (1030px), Responsive Layout Large (1210)

    2. All kinds of header settings: Fixed, Non-Fixed, with or without social icon. etc..

    3. I have change code to have a fixed logo without resizing when scrollling but problem still there.

    Question:

    1. Is there a known fixed for the weird behavior of the menu showing on 2/3 below the page?

    2. Besides forcing the menu into responsive menu by detecting the width of that tablet which i don’t think is the solution as it is wider than 1024px, is there other possible solution?

    3. Is there other code fixes i can try to test it out?

    Hope for an answer. thank you.

    #135233

    Devin,

    I turned off Jetpack, logged out of admin mode in WordPress, reset Safari (the browser I was using to effect the deactivating of Jetpack; in fact, the only browser I had running at the time), shut down Safari, restarted Safari, and ran some more tests. Here are my results:

    Visited the site’s home page, but did not log in.

    The headings in the header were colored blue, which is not correct. See this screen shot: http://bit.ly/1587FfC

    Scrolled the page, which causes the heading to collapse

    The background color of the collapsed header was not preserved, See this screen shot: http://bit.ly/17oUhGa

    Logged in and changed from Salsa to Sunshiney

    –Looks good (checked front page only)!

    Changed from Sunshiney to Lobster

    –Front page bad, but Digital Resources and About looks good!

    Changed from Lobster to Yellowtail

    –Front page, About Us, Digital Resources are all bad (“bad” — here and elsewhere — meaning HelveticaNeue is being rendered instead of the requested font)

    Refresh Safari

    –Front page, About Us, Digital Resources are all bad

    Reset Safari

    –Front Page bad, About us and Digital resources good

    Log in to site (previous reset forced logout)

    —Styling options still set to Yellowtail

    —Home page, About Us, and Digital Resources all looks good

    Changed from Yellowtail to Mate SC

    –Front page, About Us, Digital Resources are all bad

    Changed from Mate SC to Yellowtail

    –Front Page bad, About us and Digital resources good

    Changed from Yellowtail to Salsa

    –Front page, About Us, Digital Resources are all bad

    Switched from Safari to Firefox (23.0.1)

    Viewed site without logging in

    –Home page good, About Us and Digital Resources bad

    Refreshed Firefox

    –Home page good, About Us, and Digital Resources bad

    Switched from Firefox to Safari (already logged into site on that browser)

    –Home page good, About Us, and Digital Resources all bad

    Refresh Safari

    –Front page, About Us, Digital Resources are all bad

    Inadvertently hit my Add to ReadLater toolbar button

    After new tab showed up, on which Read Later login page displayed, closed that tab

    The earlier preset tab, showing home page, refreshed automatically, and was now good!

    Revisted About Us and Digital Resources, which were bad

    Revisited Home page, which was now bad!

    Reset Safari

    Revisit home page, which is good

    –About us and Digital resources bad

    Refresh Digital Resources

    —Digital Resources still bad, as is About Us; home page still good

    Switched from Safari to Firefox

    Viewed site without logging in (Home page still showing Salsa from earlier visit)

    Refresh Firefox

    Home page still good; About Us and Digital Resources bad

    #27861

    Topic: Mini Logo squeezed IE8

    in forum Enfold
    mediaclear
    Participant

    My logo looks great in all browsers but IE8. The larger logo looks fine, but when I scroll down the page and it changes to the ‘mini logo,’ it looks squeezed. This only happens in IE8. I’ve imported the logo at 200×100. Any help would be greatly appreciated!

    This is the only custom css I have:

    #menu-item-search {

    display: none;

    }

    img {

    height: auto;

    width: auto/;

    max-width: 100%;

    }

    #133113

    That is completely different than what I’m suggesting and really we are not able to walk you through creating it. We don’t have an open book for every effect possible with the LayerSlider.

    What that appears to be is a LayerSlider slideshow set to autorotation with multiple slides of the same image repeated and animated on top of itself 8 times.

    So this image: http://clientbased.com.au/wp-content/uploads/2013/07/CBS-client-logos.jpg is in the LayerSlider 8 times and each is animated to get that effect.

    The exact details of it are unknown without seeing it live.

    For the above settings, if you have multiple images in your slideshow and they are not animating you are probably on WordPress 3.6 but not Enfold version 1.9.1. If you are not, then you need to add multiple images in order for the slider to animate.

    #133112

    Nope. That didn’t help. I was asking what those settings would be?

    The options are as follows…

    Slideshow Image Size

    (I check ‘no scalling’ which doesn’t work either, makes it smaller than it really is)

    Slideshow Transition

    ( Checked to ‘Slide’)

    Autorotation active?

    (Checked to ‘Yes’)

    Slideshow autorotation duration

    (You have several options to choose from beginning from 3 seconds to 100)

    The image just sites on the screen and does nothing.

    None of these options allow the big long strip of logos to scroll from left to right in a seamless endless loop????

    PS. This is what I want to do…

    http://clientbased.com.au/projects/

    #133111

    On your Advanced Layout Editor layout drag and drop an Easy Slider into your layout. Next, click the button to add an image and add your image(s) into the slideshow.

    Now that your images are in the slideshow you can adjust the options to make it transition, autorotation, autorotation duration and that is all there is to it.

    To see an example of adding an Easy Slider watch this video at the marked time where I add one in and modify its settings: https://vimeo.com/64927358#t=183

    #133109

    Hi Devin.

    Thanks for replying. As mentioned in my original request what you’ve said is what Ismael said originally but doesn’t help. I know the logos are one long strip (That’s the obvious part) but what exact settings are used to create ‘Auto Rotate’? I can’t find it.

    This does not make sense…

    “You then add that as a “slide” for any of the sliders and make it auto rotate with similar images showing multiple inline logos.”

    I can assure you that I am not an idiot. So far this has been the only thing that has stumped me with the theme. It is surprisingly difficult to make this simple transition happen. I am not alone as others have asked the same question and have given up. I almost gave up too and had to do a hack version just to keep my client happy.

    So could I please get step by step instructions on how to do it as originally requested. Even screen shots would be bloody nice.

    Regards

    Jamie

    #133108

    Hi jmr7877,

    I believe what that user did was create a strip of logos that were a single image. Not each logo individually but one wide image with all of the logos on it.

    You then add that as a “slide” for any of the sliders and make it auto rotate with similar images showing multiple inline logos.

    Regards,

    Devin

    #130428

    In reply to: Enfold tablles

    Hi,

    You are using version 1.6 of the theme while the current version is 1.81 , please update since quite a lot has improved.

    —-

    I looked at your code. you have links with this js onclick=”window.open(this.href,’livedealer_popup’,’height=500,width=500,scrollbars=yes,menubar=no,resizable=0,status=0,titlebar=0′);return false”

    That will look bad on smart phones since height is in there.

    Ok I will show you here briefly how to target the table and use media queries to resize it. We will take control away from html so your 100% width tag will be ignored, and give it to css. We will be targeting 4 screen sizes (you can add more yourself since this isn’t rocket science exactly): monitor, tablet landscape, table portrait / smartphone landscape, and smartphone portrait. Just add the code below to /css/custom.css … If your pages are pretty much the same format as this one, the code i will give will work for all pages.

    .entry-content tr:nth-child(odd) {
    background-color: #fbfbfb !important;
    }
    /*odd*/
    .entry-content tr:nth-child(even) {
    background-color: #e8ecee !important;
    }
    /* even*/
    .entry-content tr:hover {
    background-color: #fffbae !important;
    }
    /* hovering */
    .entry-content table {
    display:inline-table;
    border:collapse;
    width: auto;
    }
    /*
    */
    @media only screen and (min-width:768px) and (max-width:989px) {
    .entry-content table {
    font-size:.7em;
    }
    .entry-content table tr td {
    font-size:1.2em;
    }
    .responsive .container {
    width:97%;
    }
    .responsive .container .twelve.units {
    width: 99%;
    }
    }
    /*
    */
    @media only screen and (max-width:767px) {
    .entry-content table {
    font-size:.6em;
    }
    .entry-content table tr td {
    font-size:1.1em;
    }
    .responsive .container {
    width:77%;
    }
    .responsive .container .twelve.units {
    width: 79%;
    }
    }
    /*
    */
    @media only screen and (max-width:479px) {
    .entry-content table {
    font-size:.6em;
    }
    .entry-content table tr td {
    font-size:1.1em;
    }
    .responsive .container {
    width:67%;
    }
    .responsive .container .twelve.units {
    width: 69%;
    }
    }
    /*
    */

    You need to play with the numbers while at different screen sizes to get it just right, but you have enough there to get you started.

    But I think on smartphone screen sizes, the only viable thing would be to remove about 1/2 the columns and only leave the 3-4 most relevant ones. That can also be done with css.

    Thanks,

    NIck

    #26217
    formateins
    Participant

    Hey Guys,

    as I thought, my customer wants some modification to the main layer of the avia navigation. You may take a look at http://www.pcamobile.de/startseite/. You’ll notive the white right aligned area within the header… yeah, the menu should go there. *yikes*

    I’ve figured out everything so far (reverse css engineering, doh), but there are a few difficulties.

    1. The header size is set via jQuery (avia.js > avia_header_size) depending on the scroll event.

    2. Repositioning with top:xx won’t do it…

    Wait, I think I got an idea… if I would change the height of the top css too… gonna try it now…

    Yep, works. Sometimes you have to start a thread to get the idea… lol… I’ll post this anyways.

    So if someone likes to modify the avia menu position, you should add this css:

    /* Main Navigation Mods */

    .main_menu {height:25px; top:92px; right:-30px;}

    .main_menu ul li a {height: auto !important; line-height: 20px !important;}

    .main_menu ul:first-child > li > a {padding:0 7px; font-size:11px;}

    #header .avia_mega_div {margin: -1px 0 0 0; padding: 1px 0 0;}

    If you like the dynamic height of the header, you’ll have to mess with the avia.js located in js/ folder. I reposition the whole menu using a distance from top on .main_menu wrapper. So you have to add this to the function avia_header_size(). I’ve added top_height = $(‘.main_menu’).height() to get the current height of the header, set a static value topH for both full and half size. Then simply add it to the css class: $(‘.main_menu’).css({top: topH + ‘px’});

    Don’t get it? Nevermind… it looks crappy anyways… :-/

    #128771

    In reply to: Quform not working

    Hi,

    Please edit footer.php, find this code

    <a href='#top' id='scroll-top-link' class='avia-font-entypo-fontello'></a>
    <div id="fb-root"></div>

    Below, add this code:

    <script type="text/javascript">

    jQuery(document).ready(function ($) {
    var $link = $('#iphorm_fancybox_51e102a0950da');
    if ($.isFunction($.fn.fancybox) && !$link.data('iphorm-initialised')) {
    $link.fancybox($.extend({
    inline: true,
    href: '#iphorm-outer-51e102a0950da',
    onStart: function () {
    $('#fancybox-outer').css('opacity', 0);
    },
    onComplete: function () {
    $('#fancybox-wrap, #fancybox-content').css({width: 'auto'});
    $.fancybox.center(0);
    setTimeout(function () {
    $('#fancybox-outer').animate({opacity: 1}, 400);
    $('#fancybox-overlay').css({height: $(document).height()});
    }, 1);
    }
    }, {})).data('iphorm-initialised', true);
    }
    });

    </script>

    Regards,

    Ismael

    #127220

    Hi,

    A non-fixed header is the type of header that this page has, so when you scroll, the header disappears. The fixed header shrinks but stays on top of the page when you scroll down.

    Your question is about a non-fixed header (like the header on this page you are reading now) though I think you are asking about the fixed header.

    The fixed header shrinks by 50% including the logo by use of jQuery. I don’t think opacity is used. Logo size on the demo site ( kriesi.at/themes/enfold is 231w/116h and it shrinks down to 116w/58h automatically via jQuery. The code is located in /js/avia.js in the function that starts on line 809 called avia_header_size()

    Thanks,

    Nick

    #126302

    In reply to: button in menu

    Hi,

    Ohh, I thought that was the design, lol.

    Ok in that case:

    1) replace the button code you are using with this (i trimmed some of the fat off it, and lot more can go i think, but ok for now):

    .menu #menu-item-2193 a {
    -webkit-backface-visibility:hidden;
    -webkit-perspective:1000px;
    background:#a1ce5e url(https://d7uu0v95k7d3j.cloudfront.net/wp-content/themes/enfold/images/layout/bg-button.png?6c6f23) repeat-x;
    border-bottom:1px solid #a1ce5e;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
    border-image-outset:0;
    border-image-repeat:stretch;
    border-image-slice:100%;
    border-image-source:none;
    border-image-width:1;
    border-left:1px solid #a1ce5e;
    border-right:1px solid #a1ce5e;
    border-top:1px solid #a1ce5e;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    color:rgba(0,0,0,0.5);
    cursor:auto;
    font:normal normal 600 14px 12px 'Open Sans',HelveticaNeue,'Helvetica Neue',Helvetica,Arial,sans-serif;
    height:30px !important;
    line-height: 19px !important;
    margin-left:0;
    margin-right:0;
    min-width:90px;
    outline:rgba(0,0,0,0.5) none 0;
    padding:5px 16px 10px;
    text-align:center;
    text-decoration:none;
    text-shadow:rgba(255,255,255,0.09) 0 1px 0;
    top:-10px;
    vertical-align:text-top;
    zoom: 1
    }

    2) open up /js/avia.js and find block of code between lines 809-846 and replace it with this one below, they should look nearly identical but for 3 lines:

    function avia_header_size()
    {
    var win = $(window),
    header = $('.fixed_header #header'),
    logo = header.find('.logo img'),
    elements = $('#header_main .container, .main_menu ul:first-child > li > a:not(.avia_mega_div a)'),
    element_button = $('.menu #menu-item-2193 a'),
    el_height = $(elements).filter(':first').height(),
    isMobile = 'ontouchstart' in document.documentElement,
    scroll_top = $('#scroll-top-link'),
    set_height = function()
    {
    var st = win.scrollTop(), newH = 0, newTopMargin =0;

    if(st < el_height/2)
    {
    newH = el_height - st;
    //header.removeClass('shadow');
    newTopMargin = 52;
    }
    else
    {
    newH = el_height/2;
    newTopMargin = 23;
    //header.addClass('shadow');
    }

    elements.css({height: newH + 'px', lineHeight: newH + 'px'});
    element_button.css({'margin-top': newTopMargin + 'px'});
    }

    if(!header.length) return false;

    if(isMobile)
    {
    return false;
    }

    win.scroll(set_height);
    set_height();
    }

    Ok now if you ever change the menu, when you go to a live server, you need to remember to edit line 815 which has the menu-id hardcoded in there (#menu-item-2193) and to change it, as well as change it in the css, since any new website will obviously have new ID numbers.


    Check you quick css, you have a block of css commented out, dont know if accidently or on purpose starting with this block below the button code –> /*blockquote {

    Thanks,

    Nick

    #125876

    Hi George,

    After opening that slideshow go to the Global Settings tab and then scroll down to Slideshow. The first option needs to be set to be on (the green should show). It has the description “If enabled, slideshow will automatically start after loading the page.”.

    Regards,

    Devin

    #126179

    Hi!

    The autorotation not playing is actually a bug, thanks for noticing and reporting it. It will be fixed with the next version :)

    If you want to disable the slideshow links you would need to do that manually be editing the file config-temlatebuilder/avia-shortcodes/slideshow.php

    scroll down to line 382 and edit the following:

    http://pastie.org/8078318

    Best regards,

    Kriesi

    #124167

    In reply to: Problem with Form

    Hello Nick,

    Many thanks!!!

    Last questions, is it possible to add a automatic Read more in excerpt on the blog?

    http://blueberrywebsites.com.br/bbmarketing/blog/

    and how to put a Read More like this:

    http://prntscr.com/1ag15n

    http://blueberrywebsites.com.br/uromais/noticias/

    And can I increase the height of the menu when it scrolled or increase the size of the logo when it scrolled?

    #124527

    Hi,

    You are using photon.js which is resizing your images. I think that is part of jetpack plugin. Please turn off jetpack as in my experience that plugin is responsible for a quarter of all support issues or at least turn off its image resizing.


    I use duplicate and then I decouple the duplication http://www.clipular.com/c?6288338927484928=Lk87W4U0oBA-iq67-c5Afr7gGoE&f=.png

    Have the 3 main plugins of WPML running. translation management, string translation + main plugin.

    To use copy, when you make and save the original text, scroll down to the bottom of the page and you will see a number of radio buttons with 3 choices as seen below. Make sure that you set Copy for the ones i listed below and click Apply right next to the radio buttons

    http://www.clipular.com/c?6348812067012608=RcNhuaYzAhgIfpLbTLLxtNiqp6c&f=.png

    _thumbnail_id	 Don't translate   Copy   Translate
    _wp_old_slug Don't translate Copy Translate
    _aviaLayoutBuilder_active Don't translate Copy Translate
    _aviaLayoutBuilderCleanData Don't translate Copy Translate
    _avia_builder_shortcode_tree Don't translate Copy Translate
    layout Don't translate Copy Translate
    sidebar Don't translate Copy Translate
    header

    _portfolio_custom_link Don't translate Copy Translate
    _portfolio_custom_link_url Don't translate Copy Translate
    _preview_ids Don't translate Copy Translate
    _preview_display Don't translate Copy Translate
    _preview_autorotation Don't translate Copy Translate
    _preview_columns Don't translate Copy Translate
    _preview_text

    When you now initially ho tosecond language page you should see something like this on top

    http://www.clipular.com/c?5038743962517504=TSs6blsbN8gIk2NADgINR1ExqMg&f=.png

    What’s interesting is that at that moment when you click copy content, even though nothing can be seen , it really is there. just click publish or save draft and when the page refreshes again you will see that indeed everything copies over.

    So just remember to save as draft as first thing you do in order to make everything show up.


    check the radio buttons for copy, thats the key to the whole copying business. I tested it and it copies perfectly, including the ajax bit.

    http://www.clipular.com/c?6348812067012608=RcNhuaYzAhgIfpLbTLLxtNiqp6c&f=.png

    Thanks,

    Nick

Viewing 30 results - 1,141 through 1,170 (of 1,181 total)