Hi!
I added following code to style.css file of your child theme in Appearance > Editor
.html_header_sidebar #top #header .social_bookmarks li a, .html_header_sidebar #top #header .social_bookmarks li {
width: 40px;
float: left;
}
.html_header_sidebar #top #header .social_bookmarks {
width: auto;
margin: auto;
}
Please review your website now
Best regards,
Yigit
Hey emanar,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) {
.responsive #top .avia-post-nav {
display: block;
top: 90%;
}}
Best regards,
Yigit
Hey!
Please add following code to Quick CSS as well
.title_container + div {
padding-top: 50px;
}
Regards,
Yigit
Hi Yigit,
Thank you very much, this is almost perfect, but now it seems like the breadcrumbs area is OVER the top of the pages instead of above them?
It is covering part of the pages now, how can I solve that?
Thanks and have a nice weekend!
Marcel
I’m having an issue with errors coming up on one of my sites but it’s intermittent the errors don’t come up all the time. I am attaching a screenshot since you probably won’t get the error right now. Also the mobile version gets cut off at the header. Please advise ASAP as this brings the site down every now and then.
site: http://www.lanconnectsystems.com/
error screenshot: https://marketopia.com/wp-content/uploads/2016/05/error.png
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #wrap_all .error .text_input, #top #wrap_all .error .text_area, #top #wrap_all .error .select {
border: 1px solid #DF653E!important;
}
.html_header_sidebar #top #header .social_bookmarks li a, .html_header_sidebar #top #header .social_bookmarks li {
width: 40px;
float: left;
}
Best regards,
Yigit
AnonymousInactive
Hi Kriesi, on my website http://test.adpinfo.it/ I would reduce the distance between the voices of the third column (top right), at least so as to replicate the behavior of the second column. Could you suggest a custom css code to put in? Again, how can I align the voices of the same block?
Thank you,
Regards Anton
Hi,
Please add following code to Quick CSS as well
@media only screen and (max-width: 479px) {
.responsive #top .slideshow_caption h2 {
font-size: 15px !important;
}}
Best regards,
Yigit
Hey Gary!
Please refer to this post – https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/ and if that does not help, please create a temporary admin login and post it here privately.
Best regards,
Yigit
Hi,
You can actually create your menu in Appearance > Menus and then choose to display it in your fullwidth sub menu element and while creating your menu, you can use HTML in your navigation label fields and with some custom CSS, you can achieve the functionality you want.
There are many examples to make certain sections sticky, for example this one – http://stackoverflow.com/questions/2907367/have-a-div-cling-to-top-of-screen-if-scrolled-down-past-it :)
Thank you for the feedback and we definitely understand you. We are working with Codeable now and if you fill the form here – http://kriesi.at/contact/customization, you can ask for a quote :)
Best regards,
Yigit
Hi,
Please hover on your column element and click that blue button to edit your column and then edit top margin value – http://imgur.com/a/CTEFW
If you do not have such feature, you might be using an older version of the theme. In that case, please firstly update Enfold to the latest version 3.5.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Yigit
Hi,
Please try adding !import rule as following
#top .aviaccordion-title-on-hover .aviaccordion-preview {
opacity: 1 !important;
filter: alpha(opacity=1) !important;
background: rgba(0,0,0,0.5) !important;
}
#top .aviaccordion-title-on-hover:hover .aviaccordion-preview {
background: transparent!important;
}
Best regards,
Yigit
in wordpress panel, at the top , this message appears :
Warning: dirname() expects parameter 1 to be string, object given in /web/htdocs/www.zocal.com/home/wp-content/plugins/sitepress-multilingual-cms/inc/wpml-config/wpml-config.class.php on line 249 Warning: dirname() expects parameter 1 to be string, object given in /web/htdocs/www.zocal.com/home/wp-content/plugins/sitepress-multilingual-cms/inc/wpml-config/wpml-config.class.php on line 249 Warning: dirname() expects parameter 1 to be string, object given in /web/htdocs/www.zocal.com/home/wp-content/plugins/sitepress-multilingual-cms/inc/wpml-config/wpml-config.class.php on line 251
Hi guys,
I’m looking for a solution to have two menus in my header section, just as shown in the example here.
I read this post put I can’t seem to figure out how to position the menus and searchbar.
Any tips?
Thanks in advance.
Steven
Hey
I started to use a Child theme and I can not import the modified Magazine.php into it.
I use a Magazine blog in the front page whith some excerpt, which worked great in the MAIN Theme, but not in the CHILD theme.
I tried all the options I found, for example:
Functions.php
require_once( ‘config-templatebuilder/avia-shortcodes/magazine.php’ );
(from https://kriesi.at/support/topic/show-excerpt-in-all-magazine-blog-list-with-read-more-link/)
but this one crashing my site (something about Problem in Line 10 in Magazne.php)
Can someone help me?
ok, guys.
dondela got it:
It was the new option to switch the German Language to “Sie”. With the default “German” it works like a charm.
Please update/create the language files for “Sie” in your next release.
BTW: define(‘WPLANG’, ‘de_DE’); is not longer needed in wp-config.php. So the tutorials have to be updated i think
Best
Jan, kusspaprika.com
hi, i just saw that when you are looged in with you customer account you dont really see that you are logged in
sometimes on online shop you see a small text on the top right “You are logged in” or something like that
how can i add or activate that text?
thank you
greetings
richard
On almost all the pages, tons of elements such as text and testimonials and videos and master slider are missing. i don’t know what to do. i don’t know how to find out what is wrong. please help me! please
Hey loyalmedia,
Thank you for using Enfold.
Add this in the Quick CSS field:
#top .outofstock .ajax_add_to_cart {
text-indent: -9999px;
}
#top .outofstock .ajax_add_to_cart:before {
content: 'Out of Stock';
display: block;
position: absolute;
color: #ffffff;
width: 100%;
height: 30px;
z-index: 10000;
top: 10px;
left: 0;
text-align: center;
font-size: 15px;
line-height: 30px;
text-indent: 0;
}
Best regards,
Ismael
My phone is showing the Desktop version of my website – how can I fix this?
I have installed the WPtouch Mobile and also the WP Super Cache and it doesn’t seem like they are clashing with each other.
Thanks,
Hi, I’m a bit lost in this situation.
I will change the way how the mobile menu appears. I will make that it appears from left to right horizontally.
Where change the value of the “slide” movement of the mobile menu in place to make it slide from the right top?
Any link to other thread (not found) or some inputs are welcome!
Caiser
I’ve installed the Enfold theme (great theme), but it’s like it has been locked in colors. I can’t change any of the colors if I use the predefined color scheme in General Styling. I’ve also tried the beta thing in Advanced styling. No matter what I do it same colors (black top, and white / orange menu).
Then I reset all and tried again – still the same :(
Hope you can help..??
-
This reply was modified 9 years, 10 months ago by
DesignIt.
Hi,
We provided a reply here: https://kriesi.at/support/topic/price-on-the-productpage-doesnt-show-up/#post-631901
Unfortunately, we can’t combine threads. Let’s close this one then continue on the previous thread. Would that be OK with you?
Best regards,
Ismael
When are you available today? I will redo the update and then you can see the error. But i don’t want to leave it too long like this, because the client is filling up the website, so he will be stopped until we find the problem or i restore the backup.
Thanks for a quick info and i will start the update.
That works fine for desktop devices, but how do I stop it from jumping up and down on smartphones?
Hi Ryan,
Please try the following in Quick CSS under Enfold–>General Styling:
#top.page-id-504 #sign-up .avia_ajax_form .form_element input[type=text] {
border-color: red !important;
}
Regards,
Rikard
Hi there,
somehow the scroll down links are causing me an issue. upon clicking the normal behaviour would be to scroll down so that the top of the next section is alligned with the top of the browser window. in my case the scroll down stops and leaves a gap of about 1-2 cm of the previous section visible.
thanks
Hi Rickard
Please visit the link. This is how i want it to look like however the way i have achieved it is not right. I have build the whole thing from top to bottom using the page builder from inside the page.
It will not be practical in the long run, is it possible to get the exact header and footer look like that?
logo left address right using the standard header so that it appears in all pages and regular menu with links in the footer.
cheers!