Viewing 30 results - 140,671 through 140,700 (of 142,457 total)
  • Author
    Search Results
  • #129868

    Hi,

    Can you please recreate the Easy Slider from scratch? I can easily add 3 or more images on the Easy Slider on my end without it stopping or causing issues.

    Please increase the wordpress php memory limit:

    http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Regards,

    Ismael

    #130979

    Hey,

    Glad the solution worked. The template-builder is a bit tricky. Please try this:

    Edit template-builder.php, remove everything then paste this code: http://pastebin.com/QDsWKWPP

    Regards,

    Ismael

    #130881

    Hey dude thanks for the reply.

    1. your code for centering logo doesnt have any affect so I reverted to this:

    /*center logo*/

    div .logo {

    float: left;

    position: absolute;

    left: 50%;

    margin-left: -250px

    }

    This code does – but both logo and menu are not centered when the screen is shrunk…

    the same as below with the menu.. centered in hd.. lower res and the margin throws it off to the right along with the responsive menu.

    /*center menu*/

    #top .main_menu {

    left: 175px !important;

    }

    gallery code just playing with now.

    and the vimeo embed Im thinking its the same as gallery – ignoring any size on the vid and stretching it to full column width ?

    Thanks for the reply :-)

    #129397

    I edit: /* General Custom CSS */

    Same thing.

    Sure:

    http://power-vinyasa-yoga.de/

    Name: test

    PW: test

    #131046

    Try following – open up wp-contentthemesenfoldjsshortcodes.js and replace

    gallery.on('mouseenter','.avia-gallery-thumb a', function()
    {
    var _self = this;

    big_prev.attr('data-onclick', _self.getAttribute("data-onclick"));
    big_prev.height(big_prev.height());
    big_prev.attr('href', _self.href)

    var newImg = _self.getAttribute("data-prev-img"),
    oldImg = big_prev.find('img').attr('src');

    if(newImg != oldImg)
    {
    var next_img = new Image();
    next_img.src = newImg;

    big_prev.stop().animate({opacity:0}, function()
    {
    big_prev.html(next_img);
    big_prev.animate({opacity:1});
    });
    }
    });

    with

    gallery.on('click','.avia-gallery-thumb a', function()
    {
    var _self = this;

    big_prev.attr('data-onclick', _self.getAttribute("data-onclick"));
    big_prev.height(big_prev.height());
    big_prev.attr('href', _self.href)

    var newImg = _self.getAttribute("data-prev-img"),
    oldImg = big_prev.find('img').attr('src');

    if(newImg != oldImg)
    {
    var next_img = new Image();
    next_img.src = newImg;

    big_prev.stop().animate({opacity:0}, function()
    {
    big_prev.html(next_img);
    big_prev.animate({opacity:1});
    });
    }
    return false;

    });

    #130880

    1) You can try to center the logo with

    .logo.bg-logo{
    left: 50%;
    margin-left: -100px;
    }

    and instead of -100px insert a custom negative value. You need to calculate it by dividing the image width by 2.

    3) We use the standard wordpress oembed api: http://codex.wordpress.org/Embeds and afaik it does not support any additional parameters for the url. You can try to insert the iframe directly though.

    4) Yes by default Enfold will always “stretch” the columns to fill out the entire width. The thumbnail size will only change the image inside the column and the thumbnail may look distorted if it’s too small. You can try following code css code:

    #top div .avia-gallery img {
    width: auto;
    }

    it will overwrite the default width:100% code and the thumbnail shouldn’t re-size if the column width is bigger than the thumbnail width.

    #26520
    jamfreefall
    Participant

    Hi,

    Thanks for the theme firstly.

    I am having a problem with my Portfolio grid not showing correctly. When the page loads you can briefly see the outline of where each box should be and then once the page is fully loaded it looks like they are all on top of each other meaning you can only see one at a time.

    The page I am talking about is http://www.dogtech.com.au/dogtech-trainers

    Things I have already tried –

    – I upgraded with the latest version of Enfold last week. It seemed to fix the problem until I added more portfolio items

    – deactivated all my plugins

    – tried all the settings for display size, both manual and automatic

    Thanks

    1) No, this is not possible. Just one slug is supported

    2) Insert following code into the quick css field

    .avia-slideshow .image-overlay {
    display: none !important;
    }

    3) Enfold displays a headline on all tag archive pages. By default it’s “Tag Archive for: XX”. If it doesn’t work on your website please post a link to the tag archive page. The taxonomy pages (portfolio categories) also display a headline – see: http://kriesi.at/themes/enfold/portfolio_entries/css/ (Category “CSS”)

    4) Please insert following code into the quick css field

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

    #130242

    Hey!

    If you’re using the streched layout try the “header background image option”. Go to Enfold > Styling > Header and search for “Custom Background Image”. There you can upload your custom image.

    Best regards,

    Peter

    thank you!

    #129396

    Hey!

    Can you post a link to the website please – I’ll investigate the css code. You can also try to add the code to a child theme stylesheet or to enfold/css/custom.css.

    Best regards,

    Peter

    #130703

    Hi!

    Please try to insert following code into the quick css field

    #top .main_menu .menu li#menu-item-search  a{
    font-family: 'entypo-fontello' !important;
    }

    Best regards,

    Peter

    #26648
    bmacstudio
    Participant

    I see you closed this topic, but don’t see that the issue was fixed….

    Firefox on PC….it over the header.

    I see that on Chrome, it starts over the header and then moves behind.

    Internet Explorer 10, over the top of the header.

    #26646
    Mkieling
    Participant

    Hello Guys,

    I added an easy slider to my index. There are 3 images that are supposed to be rotating, but they’re not. Only the first two show and then it stops. When it stops, I can’t click next or previous. It’s locks.

    All 3 images are the same exact size: 1200 x 430 px.

    Any ideas what’s causing it?

    Thanks!

    #130896

    Hi,

    Please add this css to /css/custom.css

    #top .ls-nav-prev, #top .ls-nav-next {
    display:none !important;
    visibility:none !important;
    }
    .ls-bottom-nav-wrapper {
    display: none;
    }

    Thanks,

    Nick

    `

    #130871

    Hi,

    There is a plugin from 2005 that does that, not sure why nobody updated it or even if it works but … its a bold link in top of article http://pericat.ca/unlock/2005/02/20/explicit-category-sort-plugin

    And i think a more recent suggestion , (though no spring chicken itself) can be found here http://www.blogherald.com/2007/05/31/quick-tip-how-to-make-the-categories-box-bigger-when-writing-wordpress-posts/ .. In one of the comments a person suggests how to get it to autosize so it automatically expands until all the categories are shown and no more and no less.

    Thanks,

    Nick

    #130194

    Hi,

    I looked at your page (nice job by the way), and I can’t tell the difference. I checked the alignment of the key and the front of the motorcycle as I shrank the screen with Chrome from my 1360 wide laptop down and everything remained for me exactly where it started off. Perhaps I am not catching it, do you have a snapshot or something where we can see what you mean?

    Thanks,

    Nick

    #126512

    On the same topic of responsiveness…

    Certain elements are also not formatting properly at the tablet screen size. For example the first promo box on the homepage.

    http://businessoceans.com/bomarketing/

    #129867

    Thank you for this information. But as I told weeks ago (https://kriesi.at/support/topic/easy-slider-problem), we don’t use any plugins beside template Enfold :( So this should not be the case …

    #130978

    Thank you for all your help and suggestions. I think I am close to having it working, except for the template-builder.php file. This may be my last issue that I need help with, as I’ve tried everything, without success. If anyone can help, it would be greatly appreciated.

    #130879

    Seeing as im self ticking these off I may as well leave them here for others!

    1. is party sorted with

    #top .main_menu {

    left: 175px !important;

    }

    Logo not centered tho..

    #129075

    Thanks! You can take a look here:

    http://goo.gl/wnu1uy

    The text currently has soft returns entered so that the text didn’t overlap the box in standard desktop view. Please advise.

    #130964

    Switching on the fly without saving doesn’t cause you to lose anything. Its only after saving that the other content is cleared out.

    With that in mind I can’t really see a point where you would want to jump between two completely different versions of the same page but I’ll tag the topic for Kriesi as he is the final word on these things.

    In the mean time however I’ll close the topic as I don’t want to it really turn into a deep back and forth on the issue.

    #130877

    Finally got 2. to work – including aliasing the google font

    fyi adding font-weight: normal; fixes that jagged font issue

    /*top menu font & size*/

    #top .main_menu .menu li > a {

    font-family: “Pathway Gothic One”, sans-serif;

    font-size: 20px;

    font-weight: normal;

    }

    /*Top submenu size*/

    #top .main_menu .menu li ul a {

    width: 100%;

    height: auto;

    font-size: 16px;

    font-weight: normal;

    }

    #130957

    Hi seven_style,

    On the portfolio item page go to the top right corner of the screen and click Screen Options. Make sure the box for Advanced Layout Editor is checked.

    Regards,

    Devin

    #130875

    I’ll add the form idea to the Enfold feature request topic.

    Regards,

    Devin

    #130922

    In reply to: Top navigation

    Hi,

    When I use your css the menu goes over the photo when I make the screen smaller, this is my point (see above). Also I would like the searchbox to stay right.

    Regards,

    Daan

    Hi

    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:

    #top .social_bookmarks li {
    float: right;
    }
    .sub_menu {
    left: 0;
    }

    That should be it if you are using the top sub menu for the phone number but if not we would need to see your site live to see what else would be needed.

    Regards,

    Devin

    #129158

    I hope that sorts you out Pete… it also fixes the issue with uploading media.. drove me nuts as the media would look like it was there – there was a thumb you could add to gallery.. but the gallery would not show those images and instead choose the first ones uploaded to the page, not even added… these things are sent to try us.. I am hoping for some help with my issues here:

    https://kriesi.at/support/topic/some-help-with-a-new-install-formatting ;-)

    HighschoolAustralia
    Participant

    As far as I can see there is a bug in the contact form of the avia layout builder: I created a contact form with about 17 fields and corresponding questions for the fields. It seemed to work fine but after submitting the form it showed, that some fields were missing in the incomming email.

    It took me some time to find out that it had to do with full stops or dots in the title. I had several full stops in combination with shortcuts like “bzw.” or “z.B.” or “bspw.”. All these fields were not sent. After avoiding all of them everything worked perfectly. But of course it would have been much easier if this system would accept full stops. so maybe you can fix this with the next update.

    Yours,

    Harald

Viewing 30 results - 140,671 through 140,700 (of 142,457 total)