Hi,
The date was fetch from this container:
<div class="meta" style="margin: 20px 0 0; padding: 10px; border: 1px solid #efefef; font-size:12px;">
WRITTEN BY: Dr Richard Beatty
REVIEWED/UDPATED: <script language="javascript" type="text/rocketscript" data-rocketoptimized="true">document.write('May 27, 2016, 2:51 pm');</script>May 27, 2016, 2:51 pm
CREATED: <script language="javascript" type="text/rocketscript" data-rocketoptimized="true">document.write('June 23, 2015, 12:06 pm');</script>June 23, 2015, 12:06 pm</div>
This container is not generated by the theme so it’s probably added by a plugin.
Best regards,
Ismael
Hi Yigit,
Thanks man! The links are working :)
That leaves me to the second part of my question…..
With the layer slider ‘over mij’ we put some text over my face. This seems to come out good on my big screen, is ok when you look at the website on your laptop, but it does not work on a mobile device. The text does’t scale well when being watched on a mobile device.
Is there anything we can do about this too? It seems to be the last bug in the website.
Best regards,
Sander
Hello,
Following the instructions via https://kriesi.at/support/topic/solution-to-google-maps-key-issues/ I was able to temporarily fix the Google Maps issue, however now the map is showing up as a very low res version, the text is barely legible.
The map is the full color overlay version.
Thank you,
Hayden
Looks like there has been an issue with this recently, someone else posted a solution.
Just read the first comment, follow the Github link and copy everything but the first line of code, and paste into your Child Themes functions.php
After you paste the code, you will need to go to https://developers.google.com/maps/documentation/javascript/get-api-key and get a API key.
https://kriesi.at/support/topic/solution-to-google-maps-key-issues/
Best,
Hayden
-
This reply was modified 9 years, 5 months ago by
haydaw.
Hi,
I’ve added social media icons to the top bar and made the phone number a bit bigger, but now on tablet size the phone number gets pushed down and only half shows.
I’ve added this css to make the phon nr bigger and the container higher:
div#header_meta.container_wrap.container_wrap_meta {
height: 50px !important;
}
.phone-info span {
line-height: 1.4em !important;
font-size:1.4em !important;
padding-top:11px;
}
This works fine on big screen.
And I’ve tried the following css to make it work on the ipad:
@media only screen and (max-width: 767px){
div#header_meta.container_wrap.container_wrap_meta {
min-height:200px !important;
}
.responsive .phone-info span {
min-height:80px!important;
}
}
But this doesn’t work. I hope you can help me.
Kind regards,
Lisa
Hi there,
On my page http://www.success1010.com.au/thank-you-overcoming-blockages/
The top of the page is displaying the code from the visual composer
”
<’h1′ class=’av-special-heading-tag’ itemprop=”headline” >’Awesome!”
Any idea why? It doesn’t happen in the preview.
Thanks
Mel
Hi There,
I have resolved the issue – but not amicably. . . The issue arises when I try and place a full width sub menu, underneath the top color section. You are more than welcome to try this and chuck one in there and take a look for myself.
I would still like the full width sub menu, but are just using a normal menu so the website doesn’t look like Mickey Mouse built it.
I understand not bumping my own topic – but when I have an update, there is no point waiting for you guys to respond to something that is outdated.
From here – please come back with a good response showing that:
You have added a full width sub menu in, updated the site, and seen the abortion it creates. Then, please come up with a solution, so I can actually use the sub menu, without having a boxed footer. Then if you could tell me that solution, that’d be just swell.
Thanks in advance.
Neil
Thanks for reply
1 _ I founded. Work it, but not working on the main page(There are only layerslider)
https://kriesi.at/support/topic/minimise-size-of-footer/#post-417665
2_ok
-
This reply was modified 9 years, 5 months ago by
koraytastan.
You can close this topic! thanks
Hi Artem,
Great, glad you found the problem and thanks for sharing your findings. Much appreciated :-)
Let us know if you should need any further help on the topic.
Regards,
Rikard
Hi,
Great, glad you got it working :-)
Let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#advanced_menu_hide {
top: 100px;
}
ul#mobile-advanced {
border: 1px solid #363636;
border-top: none;
}
then remove following custom CSS code
#advanced_menu_hide {
display: none !important;
}
Best regards,
Yigit
Hi,
You’re most welcome :)
Feel free to start a new topic if you require assistance with anything else.
Best regards,
Jordan
Hi Elliot,
I tried adding this at the end of the link or url “?iframe=true ” but i dont get any luck. Do you have any sample on this topic? i need to make a login inside a lightbox when users click the text login. Thank you so much i hope you can help me with this sir!
Hi,
I added following code to Quick CSS
strong.custom-bc {
position: relative;
top: 10px;
}
and wrapped your text into a strong tag with a custom class :)
Best regards,
Yigit
Hey Richard,
Thanks for getting in touch with us!
Sorry for the issue you are having. Kriesi has been notified of this issue and it is being looked into. A fix will be included in the next patch.
Until then please try this suggested quick fix and let me know how it goes – https://kriesi.at/support/topic/woocommerce-2-6-problem-urgent/#post-650161
Best regards,
Jordan
Dear Kriesi,
One submenu is very long which is why I’ve applied the solution as suggested here: https://kriesi.at/support/topic/untermenu-scrollen/ At first it looked great, but now I realize that the scroll function applies to all submenus, which makes it look super bad see print screen: http://prntscr.com/bvr6hv
Can the code be applied in a way, so that it only effects the menu item “Kantone” and not the others?
Thank you and best,
R
Hi :)
How can I remove “Envie de parcourir plutôt nos actualités ?” and the 3 topics bottom this title ? *
Thank you
Hey!
Can you please change the ID to “icon-with-text” and code to
#icon-with-text .av_font_icon strong {
padding-top: 15px;
}
If that does not help, please create a temporary admin login and post it here privately
Cheers!
Yigit
Hey!
You can add one Image with hotspots elements ( with “only_desktop” class ) and then on image element (without hotspots and with “only_mobile” class) to your page and add custom CSS code into Quick CSS :)
Cheers!
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top #wrap_all .av-social-link-icon_name:hover a {
background-color: red;
color: white;
}
Regards,
Yigit
Hi Yigit
This only_mobile in the image with hotspot element? and the code only_desktop should be for each hotspot? and i guess the css will go to custom CSS in general styling?
Also i couldnt find any custom CSS in hotspot properties :)
Thank you very much
-
This reply was modified 9 years, 5 months ago by
hdpcr.
Hi,
I want the same hover effect on buttons in top layer slider as on x-large buttons downside of same page, how can I do this?
Hi
Please take a look on the page on desktop then in mobile so you can have an idea if this CSS will work. There are a lot of hotspots, 107
Thank you
Hey!
Please refer to this post – https://kriesi.at/support/topic/woocommerce-2-6-problem-urgent/#post-650161
Best regards,
Yigit
Hi
To make a social icon appear on mobile I used the code below. This works fine except that it moves the menu icon down a bit, out of line with the logo, thus:

How can I raise it up a bit?
many thanks
Peter
@media only screen and (max-width: 989px) {
.responsive .av_mobile_menu_tablet .main_menu {
display: block !important;
}
.avia-menu { display: none !important; }}
@media only screen and (max-width: 767px) {
.responsive #header .main_menu ul {
display: block !important;
}}
@media only screen and (max-width: 767px) {
.responsive.html_header_top #header_main .social_bookmarks {
right: -30%;
width: auto;
margin-top: 5%;
}}
@media only screen and (max-width: 767px) {
.responsive.html_header_top #header_main .social_bookmarks {
right: -90%; }}
Hello,
Is it possible to change te url only on the homepage on the logo element?
I’ve seen this post:
https://kriesi.at/support/topic/changing-the-header-logo-link/#post-661402
But that’s for all the pages. Maybe put the functions in a code block on the homepage?
The reason I’m asking is because I want to but a button on the same place as the logo in stead of the logo.
Maybe there is an other possibility, for example placing a custom block on the same place as the logo?
Greets Jeen
Hi,
Sorry for the late reply. Are you sure that is a category page? It looks like normal page when I look at the code. You can try this to target that specific page:
.html_header_transparency .page-id-703 #main {
padding-top: 44px !important;
}
Thanks,
Rikard