Forum Replies Created

Viewing 30 posts - 121 through 150 (of 159 total)
  • Author
    Posts
  • in reply to: open content in lightbox, edit lightbox #572700

    left sidebar, Button “Jetzt online buchen!” opens the form for online-booking. This form needs 1000-1200px width and at least 90% height for best usability.

    in reply to: header transparency, no alternate color #536537

    works, thank you for all your support – every day.

    in reply to: header transparency, no alternate color #536526

    ok, thanks – this is cool for the navigation. Is there also an option for the logo?
    So the logo appears in original color and not the “white” transparency-style.
    Or is it possible to have an transparent header without all alternative colors and no background?

    in reply to: Script for Newsletter not showing in footer #536427

    works, thankx

    in reply to: tons of session files in tmp folder #529389

    Hi Elliott,
    you are right. Hosting Provider just gave me feedback and there was a problem with some php-settings.

    http://ca.php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime

    resolved, thanks

    in reply to: Remove title from masonry gallery #498133

    works perfect,
    thankx

    in reply to: Script for Newsletter not showing in footer #497634

    Hi, if you can tell me how to configure the footer to get 25%, 25%, 50% without shortcode – then i can take the text-widget.

    But if you look at the site (url in 1. post) at the bottom, you can see the newsletter-subscription in the content-block from the main site. The same code is used for the footer, but it shows instead of the subscription
    [avia_codeblock_placeholder uid=”2″]
    [avia_codeblock_placeholder uid=”3″]
    There is no java-script error visible.
    Can you help me to put the subscription for the newsletter into the footer?
    thanks.

    in reply to: Script for Newsletter not showing in footer #490268

    Its ok when i dont need the shortcode, but i guess its also ok do use it. And its easier to style the footer with avia-shortcodes. Here is the unbelievable code for newsletter sign-up.

    <script>
    function loadjQuery(e,t){var n=document.createElement("script");n.setAttribute("src",e);n.onload=t;n.onreadystatechange=function(){if(this.readyState=="complete"||this.readyState=="loaded")t()};document.getElementsByTagName("head")[0].appendChild(n)}function main(){
    var $cr=jQuery.noConflict();var old_src;$cr(document).ready(function(){$cr(".cr_form").submit(function(){$cr(this).find('.clever_form_error').removeClass('clever_form_error');$cr(this).find('.clever_form_note').remove();$cr(this).find(".musthave").find('input, textarea').each(function(){if(jQuery.trim($cr(this).val())==""||($cr(this).is(':checkbox'))||($cr(this).is(':radio'))){if($cr(this).is(':checkbox')||($cr(this).is(':radio'))){if(!$cr(this).parent().find(":checked").is(":checked")){$cr(this).parent().addClass('clever_form_error')}}else{$cr(this).addClass('clever_form_error')}}});if($cr(this).attr("action").search(document.domain)>0&&$cr(".cr_form").attr("action").search("wcs")>0){var cr_email=$cr(this).find('input[name=email]');var unsub=false;if($cr("input['name=cr_subunsubscribe'][value='false']").length){if($cr("input['name=cr_subunsubscribe'][value='false']").is(":checked")){unsub=true}}if(cr_email.val()&&!unsub){$cr.ajax({type:"GET",url:$cr(".cr_form").attr("action").replace("wcs","check_email")+$cr(this).find('input[name=email]').val(),success:function(data){if(data){cr_email.addClass('clever_form_error').before("<div class='clever_form_note cr_font'>"+data+"</div>");return false}},async:false})}var cr_captcha=$cr(this).find('input[name=captcha]');if(cr_captcha.val()){$cr.ajax({type:"GET",url:$cr(".cr_form").attr("action").replace("wcs","check_captcha")+$cr(this).find('input[name=captcha]').val(),success:function(data){if(data){cr_captcha.addClass('clever_form_error').after("<div style='display:block' class='clever_form_note cr_font'>"+data+"</div>");return false}},async:false})}}if($cr(this).find('.clever_form_error').length){return false}return true});$cr('input[class*="cr_number"]').change(function(){if(isNaN($cr(this).val())){$cr(this).val(1)}if($cr(this).attr("min")){if(($cr(this).val()*1)<($cr(this).attr("min")*1)){$cr(this).val($cr(this).attr("min"))}}if($cr(this).attr("max")){if(($cr(this).val()*1)>($cr(this).attr("max")*1)){$cr(this).val($cr(this).attr("max"))}}});old_src=$cr("div[rel='captcha'] img:not(.captcha2_reload)").attr("src");if($cr("div[rel='captcha'] img:not(.captcha2_reload)").length!=0){captcha_reload()}});function captcha_reload(){var timestamp=new Date().getTime();$cr("div[rel='captcha'] img:not(.captcha2_reload)").attr("src","");$cr("div[rel='captcha'] img:not(.captcha2_reload)").attr("src",old_src+"?t="+timestamp);return false}
    
    }
    if(typeof jQuery==="undefined"){loadjQuery("//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js",main)}else{main()}
    
    </script>

    and if you take a look at the website i posted you can see it works as content, but does not work in the footer area.

    in reply to: htaccess, redirect 301, index.php #488816

    Hi Josue,
    got it.
    This is the htaccess Code that redirect old urls vom typo3 to wordpress

    # Redirect 301 from eg /cms/index.php?id=6 to /file/#anchor
    
    RewriteCond %{QUERY_STRING} id=6
    RewriteRule ^cms/index\.php$ /lodenwalke/#geschichte? [NE,L,R=301]
    
    in reply to: htaccess, redirect 301, index.php #487681

    Hi Josue,
    Now i tried this code

    
    RewriteCond %{QUERY_STRING} ^id=6$
    RewriteRule ^cms/index\.php$ /lodenwalke/ [R=301,L]

    and the redirect goes from
    http://www.lodenwalker.at/cms/index.php?id=6
    to
    http://www.lodenwalker.at/lodenwalke/?id=6
    which is pretty close. So i only need to skip the variable ?id=6
    Do you know how?
    thanks.

    in reply to: Tooltip Caption Team Member #487588

    Hi,
    not me either.
    http://stage21.ramsau.com/abenteuerland/langlaufen/
    Its not working on responsinator or when you resize the browser window. It works on my iPhone 4 and iPhone 5. But its definetly not the perfect code.
    Any suggestion to make the full-width image-slider responsive?

    thanks

    in reply to: htaccess, redirect 301, index.php #487581

    Hi Josue,
    not really. This plugin redirects post and pages inside wordpress. With this plugin you cannot redirct formerly known urls from an old website to the wordpress site.

    in reply to: Tooltip Caption Team Member #487297

    So, now this Code works on desktop, tablet and iPhone (but not on resizing browser-window)

    @media only screen and (max-device-width: 736px) {
    .avia-fullscreen-slider .avia-slideshow>ul>li {
    background-size: contain;
    background-repeat: no-repeat;
    }
    .slideshow_align_caption {
    top: 86px;
    }}

    thanks

    • This reply was modified 9 years, 3 months ago by xxtita.
    in reply to: Tooltip Caption Team Member #487292

    Damned, also not working. With this Code the Slider on desktop also shrinks to full size and keep some white space at the right.

    in reply to: Tooltip Caption Team Member #487291

    Hi Andy,
    So now I changed the Code and it works now. The correct Code is:

    .avia-fullscreen-slider .avia-slideshow>ul>li {
    background-size: contain;
    background-repeat: no-repeat;
    }
    @media only screen and (max-device-width: 736px) {
    .slideshow_align_caption {
    top: 86px;
    }}

    Thanks

    in reply to: Vollbild-Slider Size #484336

    With this code the image shrinks to screen-size, but the heigt is still the same. This means there is a lot of white space on iPhone with the caption somewhere in the white.

    in reply to: Warning: Illegal offset type in isset or empty in… #482628

    Hi Ismael,
    works, thanks.
    Just wanted to say, Its not happening on all grid-style blog sites. There was no error warnings on the blog-page “Aktuelles” where all posts are showing. The error-message only appears in categories with grid-style. So all grid-styles with http…/category/… show error-messages.

    I will try the next time with a clean installation. Already did and worked. This site was cloned (site and db) and copied into a new file.

    in reply to: Warning: Illegal offset type in isset or empty in… #480777

    Exactly the same problem here. wpml 3.2.2, enfold 3.2.1, 256MB, php 5.4.42. This error only occurs with enfold-theme. with theme twenty-thirteen no error occurs. And of course no error when wpml is not activ.
    http://stage21.ramsau.com

    in reply to: Major speed problem in backend with wpml and enfold #464579

    ok, update to php 5.4.42 – enfold 3.2 and wpml 3.2 are now working together. speed ist ok.
    resolved.
    thanks guys.

    in reply to: Major speed problem in backend with wpml and enfold #464434

    Hi,
    update server to php 5.4.42

    in reply to: Major speed problem in backend with wpml and enfold #463934

    Hi,
    Memory Limit is already 128M (another site with performance-problems has 256M), i will ask for a update to php 5.4 but this can not be the problem!. I already did delete and upload via ftp again and again. both, enfold and wpml. Right now i had to delete wpml 3.2 (via ftp) from the stage-site to login, cause you activated enfold. Do you have a working site with enfold 3.2 and wpml 3.2 and wp 4.2.2? Did you check the Query Monitor? it says something about “broken dependencies” with some avia.js.
    So whats next? Staging site is working with enfold, but had to delete wpml 3.2. Should i change to wpml 3.1.9 again so you can take a look at it.
    I am aksing, cause there are several sites with the same problem and some are really important. e.g. ramsau.com/blog – where now is no wpml installed cause of longlasting login. If we can not find a solution i have to skip all enfold themes, which i really, really dont want to.

    in reply to: Major speed problem in backend with wpml and enfold #463814

    Hmmh, not sure what you want exactly. login details are in the 1st post and what should i try again. If i enable enfold, wp does not work – blank page. The only way to enable enfold is to downgrade wpml to 3.1.9.

    in reply to: Anchor is working, but not able to scroll up again #463493

    now it works, thank you.

    mfg
    tita lang

    in reply to: Major speed problem in backend with wpml and enfold #463482

    youp, works.

    in reply to: Major speed problem in backend with wpml and enfold #463479

    ok, no private content possible on chrome, ff and safari. After “send” blank page is shown.
    e-mail? skype?

    in reply to: Major speed problem in backend with wpml and enfold #463477

    ok once more with safari

    in reply to: Major speed problem in backend with wpml and enfold #463474

    oh, looks like chrome can not do private content. here now with ff

    • This reply was modified 9 years, 5 months ago by Günter.
    in reply to: Major speed problem in backend with wpml and enfold #463472

    hmh, guess the private content didnt make it to the finals. ok – once again as private content

    in reply to: Anchor is working, but not able to scroll up again #463290

    to login you have to be patient. it lasts about 10 minutes (but this is another thread) …

Viewing 30 posts - 121 through 150 (of 159 total)