-
Search Results
-
The responsive site is great but when using the secondary menu, social icons, and search, on mobile they stack on top of the hamburger menu taking up too much real estate. How would I adjust this?
Also.. is there a way to put the word NAVIGATION to the right of the hamburger menu on mobile so that it isn’t just a row with a button but is a bit more clear?
Thank you!
Topic: not-visible-on-mobile
I can’t figure out why the not-visible-on-mobile isn’t working .
I have this code inserted:
@media only screen and (max-width: 767px) {
.not-visible-on-mobile {
display:none !important;
}
}@media only screen and (min-width: 768px) {
.visible-on-mobile {
display:none !important;
}
}That I got from here:
https://kriesi.at/support/search/?bbp_search=not-visible-on-mobileWhat has me confused is the visible-on-mobile works but not the other one.
This is the current child stylesheet additions:
/*Top Bar telephone and social media:*/
div#header_meta [data-av_icon]:before, div#header_meta .phone-info {
font-size: 18px !important;
}/*Social Media in Socket:*/
#socket .social_bookmarks a {
font-size: 20px;
}/*Border Transparent for Colored Section:*/
#transparent {
border-color: transparent;
}/*Remove Image Overlay for Linked Images:*/
.image-overlay { display: none !important; }/*Remove underline from links:*/
.avia_textblock a {
text-decoration: none !important;
}/*Navigation Menu background hover color correction of spacing:*/
.html_main_nav_header #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a {
padding-right: 13px;
}/*Contact Form Date Format Change:*/
add_filter(‘avf_datepicker_dateformat’, ‘avf_change_datepicker_format’);function avf_change_datepicker_format($date_format) {
$date_format = ‘mm / dd / yy’;
return $date_format;
}add_filter(‘avf_datepicker_date_placeholder’, ‘avf_change_datepicker_date_placeholder’);
function avf_change_datepicker_date_placeholder($placeholder) {
$placeholder = ‘MM / DD / YY’;
return $placeholder;
}/*Masonry Gallery center the title and text:*/
.avia_desktop.avia_transform3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image:hover .av-inner-masonry-content {
text-align: center;
}/*Remove play button in front of menu page title:*/
#mobile-advanced a::before {
display: none;
}
.social_bookmarks::before {
content: “Volgen:”;
position: relative;
top: 5px;
display: inline;
float: left;
}#top #wrap_all .av-social-link-rss a{background-color:#ffa133; color:#ffffff; }
#top #wrap_all .av-social-link-facebook a{background-color:#37589b; color:#ffffff; }
#top #wrap_all .av-social-link-twitter a{background-color:#46d4fe; color:#ffffff; }
#top #wrap_all .av-social-link-mail a{background-color:#9fae37; color:#ffffff; }
#top #wrap_all .av-social-link-dribbble a{background-color:#e44885; color:#ffffff; }
#top #wrap_all .av-social-link-linkedin a{background-color:#419cca; color:#ffffff; }
#top #wrap_all .av-social-link-search a{background-color:#222222; color:#ffffff; }
#top #wrap_all .av-social-link-gplus a{background-color:#de5a49; color:#ffffff; }
#top #wrap_all .av-social-link-behance a{background-color:#008cfa; color:#ffffff; }
#top #wrap_all .av-social-link-flickr a{background-color:#ff0086; color:#ffffff; }
#top #wrap_all .av-social-link-forrst a{background-color:#234317; color:#ffffff; }
#top #wrap_all .av-social-link-myspace a{background-color:#000000; color:#ffffff; }
#top #wrap_all .av-social-link-tumblr a{background-color:#345574; color:#ffffff; }
#top #wrap_all .av-social-link-vimeo a{background-color:#31baff; color:#ffffff; }
#top #wrap_all .av-social-link-youtube a{background-color:#a72b1d; color:#ffffff; }
#top #wrap_all .av-social-link-pinterest a{background-color:#cb2027; color:#ffffff; }
#top #wrap_all .av-social-link-skype a{background-color:#12a5f4; color:#ffffff; }
#top #wrap_all .av-social-link-instagram a{background-color:#a67658; color:#ffffff; }
#top #wrap_all .av-social-link-five_100_px a{background-color:#222222; color:#ffffff; }
#top #wrap_all .av-social-link-soundcloud a{background-color:#F76700; color:#ffffff; }
#top #wrap_all .av-social-link-xing a{background-color:#006567; color:#ffffff; }
#top #wrap_all .av-social-link-vk a{background-color:#597BA5; color:#ffffff; }
#top #wrap_all .av-social-link-reddit a{background-color:#FF4500; color:#ffffff; }.minheight {
min-height: 375px;
}#top .av_header_glassy.av_header_transparency .header_bg {
opacity: 0.75;
background: #241b18;
}/*Control which elements are on mobile:*/
@media only screen and (max-width: 767px) {
.not-visible-on-mobile {
display:none !important;
}
}@media only screen and (min-width: 768px) {
.visible-on-mobile {
display:none !important;
}
}What am I missing?
Thank you.
Hi on mobile / responsive theme I need to make the social icons center in header. It is slightly to the right.
I also would like to make the phone number larger to read and also center aligned just right underneath the social icons.I’ve tried
@media only screen and (min-width: 767px) { .social_header .phone-info span { font-size: 16px; } }
@media only screen and (max-width: 767px) {
#top .social_bookmarks {
margin: 0 0 0 0px;
}}I have tried other values for _px
but nothing seem to work for me.this is for the mobile /responsive only.
thank you.
will include my website link below in private contentWe are having an issue with the masonry gallery when it comes to ipads and iphones (maybe on similar devices as well). Basically if you scroll through a few random pages on the site and then open up any of the galleries in the Celebrate Edmonton page (Past, Present or Future) the links load (you can tell by pressing the screen and getting a gray box) but there are no cover photos or titles. If you rotate the device or refresh the page then the cover photos show up right away. The issue is that we need them to show up when the page first loads.
I’ve tried a bunch of stuff but nothing seems to work.
• Installed a cache plugin to help page loading
• resized images
• removed gallery animationThe problem does not occur on desktop. We need to get this fixed before we can launch the site. My gut is telling me it is a loading issue on the device but how do I work around that. Anyone have a solution?
Hi,
I’m looking to remove the padding around a button within a color selector content box. Currently, the button resides at the top of the color selection box, would prefer it to be in the middle / be able to adjust padding.
Thanks!
Topic: error on top of site
hey guys
having an issue on the top of my site. can you help?Topic: Hotspots Size
Hi
Is there a way to control hotspots size ?? I could come out with this but it doesnt work in mobile. Thank you
.my-hotspot .av-hotspot-container .av-image-hotspot_inner {
display: block;
border-radius: 100px;
position: absolute;
height: 120%;
width: 120%;
text-decoration: none;
}
.my-hotspot .av-hotspot-container .av-image-hotspot-pulse {
display: block;
background: #fff;
border-radius: 100px;
height: 50px;
width: 50px;
position: absolute;
-webkit-animation: av_pulsate 2s ease-out infinite;
animation: av_pulsate 2s linear infinite;
opacity: 0;
top: -16px;
left: -11px;
z-index: 1;
}I changed the logo in my scrolled header to a custom one
I used the code from this thread https://kriesi.at/support/topic/change-logo-in-scrolled-header/
Unfortunately the logo doesn’t appear in the centre, its more towards the left side. How do I move it to the centre?
Hello,
I want the accordion slider to stack in mobile mode. I found this post, https://kriesi.at/support/topic/accordion-slider-mobile-3-full-width-underneath-each-other/ and implemented the css and function but it still functioning improperly. They stack properly, however still have the sliding function (which I would like to eliminate after they stack) and is covering content that is below it. Can you guys take a look? http://www.ind-image-demo.com/triton/ .
Thank you,
ChrisTopic: Categories not working
I have a problem with enfold theme that I have posted several days ago and it went unanswered. My site is not fuctioning – travel2unlimited.com. It is a massive photography site with over 1200 posts that are grouped under different categories like countries or activities. For some reason they all stopped working after either. WordPress or Enfold update and now pull up just recent post under each category. It cost me a lot to build this and the site is my working. Please help asap
Viewing 30 results - 90,871 through 90,900 (of 142,928 total)
