Hi @flexisaf,
Glad we could help :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hello,
I’ve made the phone number in my top header a tel: link, however my client does not want it to show up on desktop as a clickable link – they only want it to be clickable on mobile devices. Is there a way to do that?
Thanks!
EDIT: I apologize, apparently phones recognize phone numbers automatically? I deleted the link tag from the site, but it’s still clickable in mobile — problem solved! Sorry :/
-
This topic was modified 8 years, 10 months ago by
Sievers.
Hi,
Ok, please try something like this instead:
#text-2 {
position: absolute;
top: 40px;
right: 350px;
padding: 0;
}
Best regards,
Rikard
Hi!
We modified the css code a bit. The search bar should be center aligned atop the menu items. Please remove browser cache before checking the page.
Cheers!
Ismael
I am using woocommerce and woocommerce bookings.
With bookings I am unable to use the advanced layout editor as it does not work with woo bookings.
I needed to leverage shortcodes in the product info and they return on the search results page.
I would like to strip short codes from products in search results.
I saw this article,
https://kriesi.at/support/topic/strip-shortcodes-in-searchresults/
But the function does not filter for products and the second recommendation, removing excerpts, is not an option on product pages.
Any ideas, thanks!
-
This topic was modified 8 years, 10 months ago by
bowmandesign.
Hi,
Thanks for the feedback. Let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi,
Try adding this css property
float: left;
line-height: 48px;
inside of
#top #header .av-main-nav > li > a::first-letter {
}
If it’s not right adjust the line-height property a bit.
Best regards,
Nikko
Hello,
Awesome theme! Just one question: how did I get the menu to stick to the top of the screen on a mobile devices.
The website is a one page website with anchors, but in the mobile version, I have to scroll all the way up to the top of the site to access the menu.
Any help would be greatly appreciated.
-
This topic was modified 8 years, 10 months ago by
inertia05.
I am trying to change the submenu hover links. I know you can adjust a few things with the advanced editor… however I want to do something you can’t do in the advanced editor. Here is a screenshot of what I am trying to do. When you mouseover the submenu items, I want to add the arrow → after the text. Just on hover state.
Screenshot: http://coldspringdesign.com/clients/folks/wpinhere/wp-content/themes/enfold-child/topic-menu-hover.png
Here is a link to the site I am working on : http://www.coldspringdesign.com/clients/folks/wpinhere/
I should be able to add the arrow with the css content definition? Any help would be appreciated.
We are having a lot of Javascript errors load on a site we are in the process of building. The site seems to have a mind of its own. I’ve included the link to view the errors in private content. Right click in chrome and inspect and scroll down from the top of the page and you will see the errors.
This is the repeating error shown in chrome inspector
Uncaught TypeError: Cannot read property 'top' of undefined
at a.fn.init.check (avia.js?ver=3:1406)
` at d (jquery.js?ver=1.12.4:2)
Any help is appreciated. Thanks!
Still not working.
I had to change it to this to see the correct container –
.page-id-140 .menu-dots-container {
position:fixed;
max-width:0px;
height:auto!important;
right:50px;
top:50%;
transform:translateY(-50%);
}
The hide text worked but the other styling didn’t show up so thanks again and please advise :)
Hi!
The font icons on our site just randomly stopped loading.
You can see the issue here on our Subscribed page. The squares are where our social icons are supposed to be.
I tried to inspect element to see what the issue is, but I’m not seeing any errors. Any idea what is causing this and any suggestions for a solution?
Best,
Emily
So when I add that it creates another instance of the first header widget which you can see in the screenshot, I dont know why… I named the new widget header-left. This is the shortcode I added, how do I make it left and not display the phone number?
#header-left .widget {
right: -40px;
padding-top: 0;
position: absolute;
top: -30px;
transform: translate(-50%);
z-index: 999;
}
Please Advise
Hey Krissie,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .av-submenu-container li a {
font-size: 14px;
font-weight: 700;
}
Just adjust the font size value as you see fit :)
Best regards,
Nikko
Hey Orsha,
Try changing it to this code:
@media only screen and (max-width: 480px) {
.slideshow_align_caption {
vertical-align: top !important;
}
}
Hope this helps :)
Best regards,
Nikko
Hi,
Can you try to replace the code I gave to this one:
@media only screen and (max-width:767px) {
#top #mobile-advanced a {
color: #333 !important;
}
}
Let us know if this works.
Regards,
Nikko
Hey mcraig77,
Try adding this css code in QUick CSS (located in Enfold > General Styling):
#top #header .av-main-nav > li > a .avia-menu-text {
text-transform: uppercase;
}
#top #header .av-main-nav > li > a::first-letter {
font-size: 24px;
}
Just adjust the font size value :)
Best regards,
Nikko
Hi,
We apologize for the delay, a lot of inquiries in the forum lately. Can you try to disable autoptimize? and see if this helps, the plugin caches styles and which prevents the latest changes to reflect on the frontend.
Best regards,
Nikko
Hey marissaconniff,
You have already posted this topic here: https://kriesi.at/support/topic/make-blog-text-larger/
I’ll be closing this one.
Best regards,
Nikko
Hi,
on a customers homepage I have several Icons ..
On desktop devices they are shown side by side. On mobile devices they are shown among each other. As these icons would be too much to show them side by side on mobile I thought about displaying them in pairs (i.e. 2 icons, new row with 2 icons, new row and the 5th in the middle).
As I think this is a common way of displaying icons and I did not find a tutorial for this it would be great if anyone could help me with this!!
Thanks :)
-
This topic was modified 8 years, 10 months ago by
timahe.
Hey tremblayly,
Try adding this css code in QUick CSS:
@media only screen and (max-width:1024px) {
#top.home .avia-content-slider .avia-slideshow-arrows a {
top: 8%;
}
}
Just adjust the 8% value, the lesser the value the higher it goes.
Best regards,
Nikko
Hey tremblayly,
Try adding this css code in Quick CSS:
@media only screen and (max-width:767px) {
.responsive #top .cart_dropdown {
margin-right: 0 !important;
}
}
Let us know if this helps.
Best regards,
Nikko
Hey atrixdave,
The best approach and get best results for this is use some css codes using media queries: https://www.w3schools.com/css/css_rwd_mediaqueries.asp and also multiple images that are designed for specific width or devices. You can add this css code in Quick CSS located in Enfold > General Styling, it would look something like this:
/*For Desktop in 1600px width*/
@media only screen and (max-width:1600px) {
#sign-up .av-parallax-inner.main_color.avia-full-stretch {
background-image: url('image_for_1600px_width.jpg');
}
}
/*For ipad landscape*/
@media only screen and (max-width:1024px) {
#sign-up .av-parallax-inner.main_color.avia-full-stretch {
background-image: url('image_for_1600px_width.jpg');
}
}
/*For ipad portrait*/
@media only screen and (max-width:960px) {
#sign-up .av-parallax-inner.main_color.avia-full-stretch {
background-image: url('image_for_1600px_width.jpg');
}
}
Hope this helps.
Best regards,
Nikko
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.search-results .tribe_events {
margin-top: 0 !important;
}
Let us know if this helps :)
Best regards,
Nikko
Hi Andy,
How do I add the widget to the top of the default products page? If you remember it is there that I need to show a widget with the same content as the sidebar. Your CSS code will only work on the test page you asked me to create.
Thanks
Rob
Hello.
My subscribers are getting HTML junk from advanced layout manager.
Example:
[av_one_fifth first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='']
[av_team_member name='John Doe' job='Guest Writer' src='https://columbiagames.com/wp/wp-content/uploads/2016/06/scottish-parading-soldiers-with-drummer-300x225.jpg' attachment='749' attachment_size='medium' description='' font_color='' custom_title='' custom_content='']
[/av_one_fifth]
It just appears. How do I make this right?
Thanks
Jim
I figured it out. Ha! I had the video in a Slider Revolution slide. There was only one slide displaying for that slider. It had a 10 second loop. So it was looping, starting and stopping the video. Yeah, I was tired and not thinking clearly. Sorry to waste your time.
Hi there,
I’d like to setup a forum based on your beautiful Enfold theme an BBPress. But unfortuately it is not working correctly
Creating forums and topics is possible but the content in topics isn’t visible (see https://www.smartphonepiloten.de/forums/topic/testthema). The content is
"This is a test topic"
It’s really weird because the replies to the topic are shown without problems.
I already tried deactivating all plugins without BBPress but the problem still exists. Do you have any further information or step I could try?
Thanks & best regards,
Jannik
I am looking to do a few things with the fullwidth easy slider:
– I used some css code from another forum, and it took the transparent text frame away. I am struggling to make the white background transparent again. Can someone help me with that? Here is the code I copied:
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
background: #000;
filter: alpha(opacity = 30);
background: #ffffff;
}
– I want to put the text and button in one text frame element, is that possible?
– Is there a way to put a 10px border on the top of the text frame element? I have a design mocked up if you need to see what I am asking.