Hi,
I am trying to have the active menu element in the fullwidth submenu in color or underlined. I tried several ideas from other threats. For example this one:
#top .av-subnav-menu > li.current-menu-item a {
color: #78b829 !important;
}
and also tried without important and put it at the start of my quick CSS.
Thanks for your Help!
Hallo,
wenn man die Slide-Show (volle Breite), die automatisch durchläuft, mit den Navigationspfeilen bedient, stoppt sie.
Kann man irgendwo einstellen, dass sie dann wieder weiterläuft?
Danke schon einmal.
Janina
Hey Yigit;
thank you very much – it worked!!! great, was the first time that I used a Topic and got a solution in just a few minutes!
thank you very much – I appreciate very much
Kr. Erich
Hi Vinay, I have had a thread open for 3 weeks here: https://kriesi.at/support/topic/windows-phone-support-update/#post-567810. Being ignored.
The issue has been known for a long time (search Windows Phone on this forum).
Thanks, M
Hi!
IE mobile browsers do not render the same way as IE on desktop. Enfold is running on many site’s without any issue on IE as well but the issue you are pointing out need to be checked as this is the first i am coming across.
I did check the site on my samsung on desktop view and regular on IE and everything looks fine and runs smooth.
There are several possible reasons why only you are facing this issue since every site uses different settings and different plugins. If you like to trouble shoot we are here to help you :)
Please deactivate all plugins and make sure you are using the latest version of the theme and check the site again and let us know. Please make sure to clear the browser cache while check for the issue.
@M1000000 Please open a new ticket so we can help you without getting the issues mixed up.
Best regards,
Vinay
Hi,
are there any news regarding this topic? Same thing to my layer slider…
Best regards,
Marily
Hallo,
I put follow items to css
/*breaking point logic for the common 1/2 element in ipads. makes sure that it converts to a 1/1 element in most cases stond 786-989*/
@media only screen and (min-width:150px) and (max-width: 800px) {
.responsive .flex_column.av_one_half.first.el_before_av_one_half.flex_column_div,
.responsive .flex_column.av_one_half.first.el_after_av_one_half.flex_column_div {
margin-left: 4%;
width: 100%;
}
.responsive .av_one_third.first.el_before_av_one_third.flex_column_div,
.responsive .av_one_third.el_before_av_one_third.el_after_av_one_third.flex_column_div,
.responsive .av_one_third.el_after_av_one_third.flex_column_div {
margin-top: 30px;
}
}
Its working but the second part is a slider is display to small.
How can i set this bigger like on iPhone in one column.
Can you give te solution please.
Thanks a lot
I figured it out, if you have the option to hide the video on mobile on, then it doesn’t show the Custom Background Image before the Youtube video starts playing on desktop
Admin, can you please advise a fix for this thanks
Thanks!
Yes, i see the house image.
Could it be that your video is self hosted instead of Youtube? I also have a color and pattern overlay
See my test link
If you view on a mobile, you see the background image (since the option to hide the video on mobile is on), but no background image displays while the video loads on desktop?
Any ideas?
Thanks again
Hi Genius’s, I have been trying to change the headings on my shop items and I have EXHAUSTED my brain and bow to your smartness!!

I want to change the H3 heading to 15px so they don’t wrap around on to two lines on the pc. I have tried everything with all versions of “.page id” so it doesn’t effect other headings related to that h3 class. With firebug I can see that the css is:
#top #wrap_all .main_color h3 {
font-size: 20px;
}
I don’t know how to format this in my quick style to change the heading. LINK TO SHOP PAGE
Thread started with this topic title: Fontello icons font missed.
Hi Ismael,
Unfortunately it has not worked. I still don’t get the empty catery (Bridges) at the categories menu at the top.
If you could please look into it.
Many thanks
Panos
Dear all,
I would like to know how I can add the excerpt in the single Portfolio Items under the Title in Portfolio Grid (http://www.tagungshotel-in-hannover.de/portfolio/portfolio-ajax/).
Additionally could you please tell me how to center the Title on Hover vertically? The Title is not centered exactly.
I wrote the following CSS in Quick CSS
.image-overlay-inside:before{
display: none !important;
}
.image-overlay {
background: #0b4ea2;
}
.grid-image:before {
content: attr(title);
position: absolute;
width: 100%;
height: 100%;
z-index: 1000;
text-align: center;
opacity: 0;
font-weight: 200;
font-size: 24px;
color: #ffffff !important;
top: 50%;
}
.grid-image:hover:before {
opacity: 0.9;
}
.grid-image:before{
transition: all linear 0.2s;
}
After doing that am I able to write “more Information” under every single meeting room?
Last but not Least: How can I change the font size of the titles? And how can I change the font size of the categories?
Many thanks in advance and kind regards,
Andy
-
This topic was modified 10 years, 2 months ago by
hajzr. Reason: Added two questions "And how can I change the font size of the categories?" and adding "more Information"
Hi!
Try this code:
#top .av-submenu-container li:hover .avia-menu-fx {
display: block;
visibility: visible;
opacity: 1;
}
Cheers!
Josue
Hi Rikard,
I don’t mean the slider on top (that is the layer slider). I mean the section Top Seller, where four products are shown with arrows left and right to view more products.
Please advise.
Regards,
Monique
Thanks Basilis,
Via Appearance I selected ‘theme functions (functions.php)” scroll down and copy, paste the coding.
add_filter( ‘the_excerpt’, ‘shortcode_unautop’);
add_filter( ‘the_excerpt’, ‘do_shortcode’);
Next I went to my post to check if it works.
http://world2cycle.com/wp-admin/post.php?post=125&action=edit
In de default editor I generate the short code and used this in the advanced lay out builder in the excerpt.
But I doesn’t seem to work.
Did I missed a step?
Hi!
It didn’t produce an error? It should because the function names are the same. Change the function name like I said on my previous post then adjust the offset parameter of the shortcodes from “no_duplicates” to “0” (deactivate offset). https://kriesi.at/support/topic/single-post-template-with-post-slider-and-social-share/#post-575571
Regards,
Ismael
Hi,
We are using the plugin Simple Share Buttons Adder and it is working fine, however we would like to change the position of the buttons to the top of the website, aligned with the logo. The logo remains aligned to the left, the share buttons shall align to the right.
Please check in PVT for more details.
Thank you
Hi,
Ok, please let us know if you should need any more help on the topic.
Best regards,
Rikard
Hi,
Please try the following as well:
.html_elegant-blog .avia-content-slider .slide-entry-title {
padding:0 !important;
}
.html_elegant-blog .avia-content-slider .slide-meta {
margin-top: 10px !important;
}
Best regards,
Rikard
Hey!
Seems that can not work, because of the width of elements and they space they can create.
Please try:
#top .no_margin.av_one_fourth {
width: 24% !important;
}
and let us know if that works for you better
Cheers!
Basilis
Hi michael_world2cycle!
Please add the following to your functions.php file and let us know if it works
add_filter( 'the_excerpt', 'shortcode_unautop');
add_filter( 'the_excerpt', 'do_shortcode');
Regards,
Basilis
Hi guys — I’m trying to duplicate the “Half Sized Blog Element (Single Author Style)” seen on this page: http://kriesi.at/themes/enfold/shortcodes/blog-element/
Unfortunately, I cannot re-create this on my own website…. see example at the top of this page: http://test2.lovelearnings.com/breakups
(The setting on my page are correct, I’ve checked numerous times — it’s set to “single author, small preview”, but the result is not the same as the demo.)
Many thanks in advance!
Hi laptophobo,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Hi,
You are still using version 2.9.2, could you please try to update to the latest version which is 3.4.7 to see if that helps? https://kriesi.at/support/topic/contact-form-86/#post-571757
Regards,
Rikard
Hey!
Perhaps you have a typo somewhere in your other CSS. Try adding it to the very top of your Quick CSS.
Cheers!
Elliott
Hi!
It starts to work when I activate Enfold instead of your child theme. Also, I would delete the extra copy of Enfold you have there.
EDIT: Also, there is an issue with the latest version of WordPress it looks like, https://kriesi.at/support/topic/pagination-not-working-after-wordpress-4-4-1-and-enfold-3-4-7/#post-565212, so you can try the fix out there or wait for the next WordPress update and it will probably be fixed then.
Cheers!
Elliott
-
This reply was modified 10 years, 2 months ago by
Elliott.
Hey fusedmanagement!
You can use our grid style to display them in columns like that. As for getting the titles to display on top of the images try this out.
h3.slide-entry-title.entry-title {
position: absolute;
top: 0px;
padding: 10px;
color: red !important;
}
Cheers!
Elliott