the situation is that you have an image (that little excel icon) this is not part of a fontello iconset ( there are some alternatives with black and white excel icons))
give a custom class to the fullwidth-slider (for example: “customclass”) – (i have tested it on a enfold playground and page id was 3437)
.page-id-3437 .customclass .avia-slideshow-button::after {
content: url("/wp-content/uploads/excell-icon.png");
display: inline-table;
height: auto;
padding: 0 0 0 10px;
width: 30px;
}
#top.page-id-3437 .customclass .avia-slideshow-button {
display: inline;
height: 50px;
top: 30px;
}
webers-testseite.de/ikom/image-in-slider-button
but than the button stops moving
we only can reach the moving if your excel icon is in that frame!
if you let this at inline-block the animation is ok:
#top.page-id-3437 .customclass .avia-slideshow-button {
display: inline-block;
}
Hi Support,
We are seeing an error on the text block element in ALB. When in “text” view we are no longer able to take line returns using the return key.
If we switch back to “visual” editor the return key works as expected.
This problem seems to be further compounded by hiding mark up code we enter in “text” view. We enter the markup, save and can see the change on the front end of the site, when we go back to the code the markup is now invisible.
After doing some searching on the support forum, it seems others are having the same / similar issues.
https://kriesi.at/support/topic/enfold-theme-causes-errors/
Others with the issue seem to name Advanced Custom Fields plugin and the fact enfold isnt loading in some scripts properly.
Are there any fixes or work arounds for this as its becoming increasingly impossible to make the changes we’d like to our dev site.
Many thanks!
1. I want to increase the width of the single post settings, but can’t find any info in the settings section on how to change that, can you help?
2. How can I create a page with a list of all the posts I’ve written and I want it to autopopulate?
3. I have different posts tagged with specific categories, when I click the category link on the sidebar it says nothing is found even though they are tagged in the post.
-
This topic was modified 9 years, 4 months ago by
devynspirit.
Hi Andy, we are on the right track now! That being said, the code only works for the Order Review Form on the Checkout Page since it is a set amount of pixels, but creates an issue for the following pages as you can see with the following images the text might overlap so it may not be a “margin-top: -21px !important;” kind of issue.
Cart Page
Before Code
After Code
Cart Drop Down Menu
Before Code
After Code
Product Page
Before Code
After Code
About a month ago my client started reporting an issue with Layerslider (which came with Enfold). When she makes ANY changes to a slider and clicks the large blue “Save Changes” button, a javascript alert box appears which states:
“It seems there is a server issue that prevented LayerSlider from saving your work. Please, try to temporary disable themes/plugins, or contact with your hosting provider. Your HTTP server thrown the following error:
Not Found”
Since mod_security is often an issue, I have asked the hosting company to disable it, but this did not change anything. I don’t see any php or scripting errors in the log files, and the above error is the ONLY error I can find.
I’ve disabled plugins and reinstalled the theme. I’ve done a reinstall of WP, but again nothing changes.
Any idea what may be causing this or if there is a simple solution to fix it? They are getting quite upset with me.
Hi,
use this code:
dl.variation {
margin-top: -21px !important;
}
Best regards,
Andy
Hey richardbeatty,
you could hide your logo on mobile, to display your tranparent image only:
@media only screen and (max-width: 989px) {
strong.logo {
display: none !important;
}}
Then for your mobile menu use this:
@media only screen and (max-width: 989px) {
#advanced_menu_toggle {
top: -31px;
background: transparent !important;
border: 1px solid black !important;
}}
Best regards,
Andy
Hey kilimats,
you would need to search for a plugin with such a function. The theme can’t do this for you. Maybe check Groups – User membership management plugin from our list here: https://kriesi.at/support/topic/recommended-plugins/
Best regards,
Andy
Hi, I’m buidling a site for an architects company, and some pages show one ‘hick up’ when scrolling, e.g.
– http://ags.marcbijl.nl/projecten/architectuur/
– http://ags.marcbijl.nl/projecten/interieur/
The ‘hick up’ occurs when the scrolling down from the top of the page, at the moment the first full screen image is somewhere halfway. It only occurs once on a page. After that a page needs to be reloaded or visited again to experience the same issue.
Just wondering what happens and how it can be solved…
Hey eC,
use this code inside Quick CSS field:
@media only screen and (max-width: 767px) {
.html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
padding-top: 15px;
}
#full_slider_1 {
height: 220px;
}
.avia-slideshow.avia-slideshow-1.av-control-hidden.avia-slideshow-featured_large.av_slideshow_full.avia-fade-slider {
height: 237px;
}}
Hope this helps!
Best regards,
Andy
Hello, can you tell me how i can get the sidebar (widget) displayed absolut on the left (screen2) and not under the content (screen1)?
Here i have made two screenshots about it:
http://media.virtual-earth.de/oracle/oracle/ma/screen/screen1.jpg
http://media.virtual-earth.de/oracle/oracle/ma/screen/screen2.jpg
Thank you
Markus
Hi,
try this code inside Quick CSS field:
#header_meta {
z-index: 1;
}
#header .widget {
top: -60px;
}
Best regards,
Andy
Hi,
not sure what you want to achieve exactly, a mockup showing the results would really help. However, maybt it’s this:
@media only screen and (max-width:767px) {
#header .container.av-logo-container {
top: -108px;
width: 70% !important;
right: -40px;
}}
Best regards,
Andy
Hi,
I transformed my logo into text following this answer from another thread: https://kriesi.at/support/topic/text-instead-of-logo-in-header-2/#post-648116
It works perfectly, except the link that replaces my logo is:
- underlined when :hover
- bold
- not the font size I want it to be
Therefore I’d like to tweak its css properties.
I’ve got this in my child theme’s functions.php file:
add_filter('avf_logo_final_output','av_change_logo');
function av_change_logo()
{
$logo = '<span class="logo"><a href="'.get_home_url().'">my site</a></span>';
return $logo;
}
and I’ve been trying this in my child theme’s style.css file:
.logo a {
text-decoration: none;
text-size: "16px";
font-weight: normal;
}
…but it doesn’t work.
I’m sure there’s a quick fix to this I haven’t noticed…
Thanks in advance for your help!
Robin
Hi,
I am afraid it would not be easily possible to show the table on mobile as it is on desktop. Currently tables are scrollable on mobile, the best way to display them on mobile :)
Best regards,
Yigit
Hi,
use this code inside Quick CSS field:
.html_cart_at_menu.html_bottom_nav_header #menu-item-shop {
top: 48px;
right: -67px;
}
Best regards,
Andy
Hi,
try this code inside Quick CSS field:
#top .avia_partner_widget {
width: 350px;
max-width: 350px;
}
and adjust as needed.
Best regards,
Andy
Hi,
use this code to achieve what you’re showing on your mockup:
#menu-standaard {
margin-right: 177px !important;
margin-top: -108px !important;
}
.flex_column.av_three_fifth.no_margin.flex_column_div.av-zero-column-padding.avia-builder-el-10.el_after_av_two_fifth.el_before_av_submenu.avia-builder-el-last.bordermenu.column-top-margin {
margin-top: -67px !important;
}
and adjust as needed.
If you’re talking about some other issues here as well, then please provide some screenshots showing what you’re talking about.
Best regards,
Andy
Hello
I inserted a banner on my store page
But there was a blank space, how do I make the space and leave the banner at the top?
Follow an image to demonstrate (this area in pink)
tanks.
it would be lovely to positioned near the logo. not the top of it.
can you gimme a css about it ?
thanks.
Thanks Nikko
But there are two problems:
1) LayerSlider WP don’t work well with displaying posts ( https://kriesi.at/support/topic/layerslider-wp-filter-category/ )
2) Enfold don’t allow to use two columns for advanced Layer Slider
Hi Christian,
Try adding this code in Quick CSS(located in Enfold > General Styling):
#top .title_container {
display: none;
}
@media only screen and (max-width:989px) {
#top .title_container {
display: block !important;
}
}
Let us know if it works :)
Regards,
Nikko
Hey YongyanLi!
I’m not sure what you meant by Accordion Toggle Frustrated, can you elaborate on that? as for making the font size of the toggle, try adding this in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
#top .taglist a {
font-size: 12px;
}
}
Hope this helps.
Best regards,
Nikko
Hi Nikko,
if the display is smaller than 989px than title and breadcrumps should displayed in any other case title and breadcrump should have the functionallty I put for Desktop devices.
Best,
Christian
Hi!
I have checked it and when you edit the cells from the grid content, you will see the first one has 0 padding while the other three has 30px padding (top, bottom, left, right), I modified it and changed it to 0, that should make them all the same now.
Regards,
Nikko
OR do I need to put the site online for you to check? please let me know ? If it is not possible i would like to know if you are able to change the black around the video? Because we use video on top of video it is very disturbing if you see both video’s playing.
-
This reply was modified 9 years, 4 months ago by
vonwelzen.
Hey!
Try adding this code in Quick CSS:
@media only screen and (max-width:767px) {
.responsive #top #main {
padding-top: 82px !important;
}
}
Let us know if it helps :)
Cheers!
Nikko