Forum Replies Created

Viewing 30 posts - 1 through 30 (of 152 total)
  • Author
    Posts
  • in reply to: "Click to add your own text here" error #1311615

    Thank you Yigit! Have a nice day.

    in reply to: "Click to add your own text here" error #1311581
    This reply has been marked as private.
    in reply to: Vertical align on grid row #1279297

    Hi again Rikard,

    That last code was similar to the first one. I ended up using percentages, and it seems it did that trick. I’ll make some adjustments on mobile, but kind of works now.

    Would be great to be able to have different vertical alignments on grid rows.

    Thank you!

    in reply to: Vertical align on grid row #1278959

    Hi Rikard,

    Thank you for your follow-up, the code works, but the image circled on green also aligns to the bottom (it should stay at the middle).

    Any ideas?

    in reply to: Vertical align on grid row #1278585

    Hi Rikard,

    Thank you for your response, but I want to avoid using a margin so the elements can adjust more adequately to different screen sizes. Right now the “grid row” is using a “center vertical align”, how can we set a “bottom vertical align” to those 4 columns? Which already have a class assigned if needed.

    Regards

    in reply to: Vertical align on grid row #1278415

    Hi Rikard,

    Thank you for your response. Sure thing, on green the content should be in the middle. In blue, the content that should be in the bottom (vertical align).

    Regards

    in reply to: Arrows on tab section #1229891

    Thanks a lot Nikko! Works great!

    I just tweak a little the design of the arrows, in case it helps anyone else:

    
    .av-tab-section-outer-container:after, .av-tab-section-outer-container:before {
        font-family: 'entypo-fontello';
        font-size: 50px;
        position: absolute;
        top: 30px;
        z-index: 1000;
        padding: 30px 15px 30px 15px;
        background: #96ccbe;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        color: white!important;
        pointer-events:none;
    }
    .av-tab-section-outer-container:after {
        content: '\e879';
        right: 0px;
      }
    .av-tab-section-outer-container:before {
        content: '\e878';
        left: 0px;
    }
    .av-tab-section-outer-container.av-start:before, .av-tab-section-outer-container.av-end:after {
        opacity: 0;
        visibility: hidden;
    }
    

    Have a nice day!

    in reply to: Arrows on tab section #1228458

    Hi Jordan,

    That’s correct. But would it be possible to hide the arrow if the person is on the last element of the menu?

    Regards

    in reply to: Arrows on tab section #1228451

    Hi Jordan,

    Thank you for your response. The arrow is only visible under a 767 width.

    Regards.

    in reply to: Menu: center logo menu options on same line #1227021

    I have to say they usually give a good service. You should really wait for their response and maybe be a little patient. I just checked, out of curiosity, your problem and it probably is related with your hosting service, cache or with the way you are installing the theme. I have used the theme on subdomains without any issue.

    Have a nice day!

    in reply to: Menu: center logo menu options on same line #1226540

    Thank you Victoria :)

    in reply to: Remove white space from videos #1189559

    Hi Rikard,
    Thank you for your response, I don’t know why the change is not applied.
    Any ideas?

    in reply to: CSS help #1173616

    Thank you Nikko! That did the trick.

    Have a nice day!

    in reply to: CSS help #1173177

    Hi Yigit,

    Thank you for your response. It only happens at a width of 767, bigger ones load where it should :)

    in reply to: Facebook icon #1173095

    Thank you Yigit!

    It’s now working :)

    in reply to: Facebook icon #1170582

    Hi Victoria,

    Thank you for your response, unfortunately it didn’t work. Also, I tried using “Google Inspector” to apply the code, but it didn’t show the change.

    Thank you!

    in reply to: Odd behavior #994286

    Hi Rikard,

    Thank you for your response, I’m going to try to find a tablet to make a trial.

    Thank you for your response!

    in reply to: Odd behavior #993723

    Hi Rikard,

    Thank you for your response, this is what I’m seeing. This test was made from a computer on both Chrome and Firefox.

    Regards,
    Oscar

    in reply to: Edit post #978548

    Thank you Yigit!

    in reply to: Complete image on blog post #941843

    Hi!

    Thank you

    in reply to: Complete image on blog post #941302

    Hi Rikard,

    Maybe I didn’t explained myself. We need to show the full image on each post [not cropped], the link was to show which image I was referring to as an example.

    Thank you!

    in reply to: Change logo on mobile – Transparency header #901890

    Fount it too, thank you.

    
    @media only screen and (max-width: 1180px) {
    .av-main-nav > li.menu-item-avia-special {
        display: block;
    }
    .av-main-nav > li.menu-item {
        display: none;
    }
    }
    

    You can close this thread.

    in reply to: Change logo on mobile – Transparency header #901880

    I see,

    Well, it looks I kind of fixed it, I found another post with a workaround. Another question, how can I show the hamburger menu earlier? It’s needed under 1180px

    Regards

    in reply to: Hover on image inside grid row #900712

    Hi Victoria,

    You made me realized the error with your comment, I just fixed it.

    Thank you!

    in reply to: Add link to price – product_list_widget #897423

    Hi,

    At the sidebar on the right, that’s why the example.

    Regards

    in reply to: Add link to price – product_list_widget #896758

    Greetings Nikko,

    Sure

    Thank you!

    in reply to: Icons not showing correctly #877660

    Hi Rikard,

    At the bottom of the homepage you can see the social icons and the “up” button as an example

    Regards

    in reply to: Icons not showing correctly #877024

    Hi Rikard,

    It happens both on the backend and front end

    Regards

    in reply to: Icons not showing correctly #875989

    Hi Mike,

    I want to redirect everything to the homepage, I’m using the above code to do that successfully, but the icons are not displaying correctly

    Let me know if I explained myself

    Thank you

    in reply to: Icons not showing correctly #875415

    I found out that is from some code in the htaccess

    # BEGIN redirect to homepage
    RewriteEngine on
    RewriteCond %{REQUEST_URI} !^/$
    RewriteCond %{REQUEST_URI} !\.(gif|jpe?g|png|css|js|php)$
    RewriteCond %{REQUEST_URI} !^/wp-admin [NC]
    RewriteRule .* / [L,R=301]
    #END redirect to homepage

    By any chance do you know how to avoid the error? We’re redirecting all kind of pages to the homepage.

    Regards

Viewing 30 posts - 1 through 30 (of 152 total)