Forum Replies Created

Viewing 30 posts - 91 through 120 (of 122 total)
  • Author
    Posts
  • in reply to: image quality #531257

    Hi Basilis, i replaced the 1920×1080 image with a 1280X720: Better but still to big. It looks ok on a mobile but on my pc screen it looks a bit crappy. When i resize the IE11 screen <767 its responsiveness makes it bigger and then it looks perfect.

    • This reply was modified 9 years ago by Dutchman.
    in reply to: image quality #528814

    Thanks Elliott for the advise!

    in reply to: image quality #528189

    Hi Elliott! No compatibility view and 100% in IE11 in 1920X1080. Screenshot: http://goo.gl/cQv8qc

    Thanks Ismael!! Modified tag.php and archive.php and solved the issue!

    in reply to: Color background #525183

    Thank you Dbarta but i’m allready using that option but did not fix the problem. I tried:
    #infotips .container { width: 100% !important; max-width: 100%; padding: 0; margin: 0; }
    But that didn’t help either. I’m still hoping for some repsonsiveness like this http://goo.gl/ZGQpPE and that http://goo.gl/2q6SVq.

    in reply to: clock-icon before date in posts #476679

    Elliott!! Thank you so much!

    in reply to: Color background #422807

    Is this why the scroll down Arrow is not working in parallax mode?
    But, a more responsive parallax color bg is possible i guess. Example: http://themeforest.net/item/accio-one-page-parallax-responsive-wordpress-theme/full_screen_preview/7059765
    There is nothing left then to make the color bg at this page set to fixed on a mobile screen. Can you help me out please?
    I use the following code and it works in IE11 but not in the latest Firefox and not in Chrome. The page starts with an emty gray peace and as soon as you scroll down it looks strange. (problem only below 767):

    <style type = “text/css”>
    .container .content { padding-bottom: 0px !important; }
    .main_color {
    background-position: top !important;
    }
    @media only screen and (max-width: 767px) {
    .av_one_third {
    width: 33% !important;
    }
    }
    @media only screen and (max-width: 767px) {
    .av-parallax {
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    }}
    </style>

    • This reply was modified 9 years, 7 months ago by Dutchman.
    in reply to: Responsive resizing and aligning #422802

    Hi Debenm,

    I’m having the same issue (https://kriesi.at/support/topic/color-background) Did you fix it? Any tips would be very welcome!

    • This reply was modified 9 years, 7 months ago by Dutchman.
    in reply to: Color background #422115

    The background in this example with parallax option enabled is not responsive: http://goo.gl/YOJRLK. As soon as i change the option from Parallax to fixed or scroll its responsive. I would expect the same output from the color background with Parallax as the output with scroll option and with Fixed option. Long story short:
    A) Color background with parallax: not responsive on pc and not responsive on a mobile + scroll down Arrow does not work on a mobile. (this is the problem i’m talking about)
    B) Color background with fixed background: responsive and the scroll down arrow works on a mobile. Works nice, no problem here.
    C) Color background with scroll background: responsive and the scroll down arrow works on a mobile. Works nice, no problem here.
    1. Why is there difference in scaling/responsiveness between A and B+C?
    2. Why is the scroll down Arrow not working in parallax mode?

    in reply to: Color background #420765

    Hi Ismael!

    As soon as parallax is enabled and i test the website http://goo.gl/YOJRLK on a mobile, nothing is scaled. the image stays at 1920 so i can see a little bit of the background. When i test it on Internet Explorer or Firefox or Chrome on a pc and make the window size smaller, the background reacts a little up and down but there is no scaling at all. As soon as i try all the same tests with the scroll option or the fixed option instead of the parallax option, the scaling/responsiveness is (not perfect but) there! Why is there a difference in scaling between these options? Please try a colored background with scrolling or fixed and a page with the parallax option and you will see the difference.
    This url is responsive: http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/. It immediately reacts to the scaling of the page without distortion. This one does not. http://goo.gl/YOJRLK.
    And why does the scroll down button doesn’t work on a mobile when parallax is enabled?

    in reply to: Color background #418358

    Hi Josue! The screecast url doesn’t work. The problem is in the parallax option. As soon as that option is active in the color background, there is no repsonsiveness at all. With the scroll option active its a bit more responsive but not complete. And with the parallax option the scroll down Arrow doesn’t work on a mobile. And on a pc, there is no scaling whatsoever on the background image when parallax mode is active.

    in reply to: Color background #418182

    I installed the update V3.1.1 and then 3.1.2 and cleared the cache on all the browsers on my HTC m8 and my pc. There is no difference. The background doesn’t scale/isn’t responsive on the pc and phone. Please check out http://goo.gl/YOJRLK on a mobile and on a pc. And the scroll down Arrow is vissable on the Phone but doesn’t respond with colored background in parallax modus.

    in reply to: smooth scrolling #401673

    Opened the file AVIA.JS in Adobe Dreamweaver and changed line 88 from
    $(‘a[href*=#]’, container).avia_smoothscroll(container);
    to Josue’s mod
    $(‘a[href*=#]’, container).not(‘.wpts_li_a’).avia_smoothscroll(container);
    Adobe gives me a script error. Then i noticed the typo in the mod. $(‘a[href*=#]’ and should be $(‘a[href*=#]’. The last character. You have to look very good to notice the difference. (at least i do) Uploaded the file. Problem solved!!!
    You guys are unbelievable wizards… Thanks!

    in reply to: smooth scrolling #401249

    Hi Josue, i just did. The mod on line 88 in avia.js is active.

    I had the same problem. 3 icons horizontal on a pc appeared vertically on a mobile. I do not understand why they are displayed vertically on a mobile, thats not responsive i guess. But i solved it with Yigit’s solution.
    @media only screen and (max-width: 767px) {
    .av_one_third {
    width: 32% !important;
    }
    Thanks again!

    in reply to: smooth scrolling #401214
    in reply to: smooth scrolling #400972

    Hi Josue, yes it works but it disables the smooth scrolling and scroll back to top icon. I would like a combination of smooth scrolling and my tabs.
    Check this picture please : http://goo.gl/nKZHAr I would like the smooth scrolling to be active on the green selection of anchors but not on the red selection.

    in reply to: Social toolbar bg and Color section responsive #400961

    Hi Rikard! Yes. I have a div container on top of the color section, a box with text and this code is an improvement of the bg image scaling.

    in reply to: smooth scrolling #400443

    Hi Josue!
    As soon as i add this line i get a script error in Adobe Dreamweaver. Should i ignore it?

    in reply to: Social toolbar bg and Color section responsive #400108

    Thanks Andy!

    in reply to: background social toolbar #397017

    Hey Günter, it works!!! Now i have the social toolbar on every page i like with the background i choose.
    Thank you!

    in reply to: Animated countdown #376507

    Hi Elliot! Thanks for the help, i found it. Its the Easy Media Gallery V1.2.93. I deactivated it for now but do you have any tips how to fix this?

    in reply to: too much white space left and right on mobile #373283

    Thank you guys!! Works like a charm!

    in reply to: too much white space left and right on mobile #372561

    Hi Josue,
    Thanks but is it possible to apply a media querie to one page instead of all the pages? and if so, how can i accomplish this?

    the following querie applies to all the pages.
    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .flex_column {
    width: 48%;
    margin-left: 4px;
    margin-right: 4px;
    }
    }

    in reply to: too much white space left and right on mobile #372285

    Thanks Josue!! I removed the option with 2x 1/4 displayed on a mobile. But there is one page where i would like display 2x 1/4:
    The following css did the job.
    ——————————————————————
    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .flex_column {
    width: 48%;
    margin-left: 4px;
    margin-right: 4px;
    }
    }
    ——————————————————————-
    How can i apply this on just one page only on a mobile in landscape modus.(not in landscape)?
    re: 2. In the socket i have a text displayed: “shortcode not loaded”. How can i remove this?
    Here is an example with this socket text. http://goo.gl/8LJkUO
    Its the same page where i would like to display 2x 1/4 out of 4 on a mobile in landscape modus.(not in landscape)

    in reply to: Padding layer-slider #365574

    YES thats it!!!! And a nice solution for padding on other pages! Perfect Elliot. And thanks Flikk for engaging!

    in reply to: Padding layer-slider #364949

    Hi Elliot,
    That doesn’t help. It inherits 50px padding-top and 50px padding-bottom from .content, .sidebar. If your solution with that custom separator would overrule those 50px’s that would be great. I would like to adjust the padding ( 50px top and 50px bottom) but only on this page. I don’t want the padding to be adjusted on the homepage.

    in reply to: Responsive switch #364038

    Thank you so much!

    in reply to: Responsive switch #363268
    This reply has been marked as private.
    in reply to: Responsive switch #362010

    Thanks for your solution. I added a left and right margin because without it the content is stuck to each other and doesn’t look ok.
    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .flex_column {
    width: 47%; margin: 0px 4px
    }
    }
    On the left and right there is a lot of white unused space. I really would like to adjust the inner/center space instead of the left and right. Is that possible? Try the first link fromt he previous post on a mobile Phone to see what i mean.
    Another question, after i insert an iconbox and a line below it, i see a lot of white space between this and the next item: <entry-footer>
    How do i remove the entry-footer?

Viewing 30 posts - 91 through 120 (of 122 total)