Forum Replies Created
-
AuthorPosts
-
Thank you Yigit! Have a nice day.
This reply has been marked as private.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!
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?
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
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
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!
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
Hi Jordan,
Thank you for your response. The arrow is only visible under a 767 width.
Regards.
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!
Thank you Victoria :)
Hi Rikard,
Thank you for your response, I don’t know why the change is not applied.
Any ideas?Thank you Nikko! That did the trick.
Have a nice day!
Hi Yigit,
Thank you for your response. It only happens at a width of 767, bigger ones load where it should :)
Thank you Yigit!
It’s now working :)
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!
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!
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,
OscarThank you Yigit!
Hi!
Thank you
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!
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.
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
Hi Victoria,
You made me realized the error with your comment, I just fixed it.
Thank you!
Hi,
At the sidebar on the right, that’s why the example.
Regards
Greetings Nikko,
Sure
Thank you!
Hi Rikard,
At the bottom of the homepage you can see the social icons and the “up” button as an example
Regards
Hi Rikard,
It happens both on the backend and front end
Regards
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
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 homepageBy any chance do you know how to avoid the error? We’re redirecting all kind of pages to the homepage.
Regards
-
AuthorPosts