Forum Replies Created
-
AuthorPosts
-
ok, Yigit solution is easier ;)
remove logo: https://kriesi.at/support/topic/remove-logo-in-header/#post-130456
the width of the boxed header should be 1130px as far as i know. Height depends on what you set in the header layout in the theme options
For me the logo is loading, are you sure that you dont see it?
What system do you test it with?1. http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
You can change all formattings with CSS.
from the recommended plugin section in this forum: http://wordpress.org/plugins/ultimate-tinymce/
Gives you more options when working with the editor in wordpress.2. Dont understand what exactly you want
3. Same as number one. Quick / Cusstom CSS applies to the whole site. With CSS you first specify what elements you want to change, and then you difine what you want to change.
Example for CSS:
Change the space above the buttons to 0px:.post-entry-15 .column-top-margin { margin-top: 0px; }
“.post-entry-15” and “.column-top-margin” defines that you target all elements inside post-entry-15 that have the “class” “column-top-margin”.
With margin-top: 0px, you set the space above the element to 0 pixels.Adding the example CSS from above to your site, would move the buttons up like you wanted.
If you want to change something else, just tell us and we can show you how to do it.
If you want to learn more about CSS, you can go here: http://www.w3schools.com/css/default.asp
use something like:
http://yourwebsite.com/home/#something
instead of just #something
To give the icon a class:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/For a facebook icon the class you’d need to use is
av-social-link-facebook
hope that helps
In the advanced layout builder you can simply add icons to your page.
In the options of each icon element, you can then place a linktry something like this:
#top .avia-layerslider .ls-nav-next:before {
content: “” !important;
background-image: url(“image.png”);
}
#top .avia-layerslider .ls-nav-prev:before {
content: “” !important;
background-image: url(“image.png”);
}May 15, 2014 at 4:56 pm in reply to: How can I change the next and previous arrows in the Advanced Layer Slider? #265365it’s not a .png
It’s text added with
#top .avia-layerslider .ls-nav-next:before { content: ""; font-family: 'entypo-fontello'; }
Sure you set a background and remove the text.
for reference whats possible with css you can see here: http://www.w3schools.com/css/default.aspcan you give us an link to the page with the problem?
It can be affected by things like margin of the element above / belowhttp://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
For anchors i recommend using the Color sections. If you edit a color section, you can enter an ID for it.
Instead use:
Remove animation:
.avia-progress-bar div.progress .bar { animation: none !important; }
Remove the stripes:
.bar { background-image: none !important; }
You should still be able to change the color of the bars with the code of my first reply.
first time i checked, the logos were on the left side. However, the height of the container is still to high on my end.
I can’t click “news” or “contact” because the container that holds the logos overlaps with the menu.
I am not aware of anything wrong with the newest version of enfold that would cause that error.
To be able to tell you whats wrong on your individual site, we would have to see it in action.
I’ts not possible to tell what code is causing the error with only a picture.Please provide us with a link to your site so we can analyse it.
using firefox 29.0.1 and i dont see the blank grey space.
What system / browser are you using?
Ich weißt nicht was der layer slider so an speicher braucht, hab selbst noch nicht so große slider gebaut.
Könntest dem support einen temporären account erstellen damit die sich das anschauen können.
Nur wichtig das du die Antwort als “private reply” setzt.Und mit englisch erreichst du mehr leute vom support. Auch wenn ein paar deutsche dabei sind ;)
if you have 3rd party plugins, please try to deactivate them.
And to see whats going on there we’d need a link to the website.
.avia-icon-tooltip { background-color: rgba(110, 105, 63, 0.8); }
you can also use hex code for color if you dont need the transparency
.av_font_icon [data-av_icon=""]:hover { color: #4875B4 ! important; }
For all linkedIn icons
And what is it about the inline style of title?
sure, something simple like this should work:
td { color: #FF0000 !important; font-size: 24px !important; }
If you need something more specific, we’d need more details
Some plugins can cause problems.
It’s not possible to test all available plugins with this theme to say which ones work.You should just try it, and if it does not work you can remove the plugin and try another one.
The worst thing that can happen is that when you update enfold in the future, some plugins can stop working and you have to update the plugin as well or sometimes have to look for a new plugin.
But mostly it should work
Change the #FFFFFF to the color you want. (all 4)
You also can add more keyframes like 20%{ }, 60% { } and so on. You can also make the color change over the time of the effect.
http://kriesi.at/documentation/enfold/custom-css-and-quick-css/@-moz-keyframes sonarEffect { 0% { opacity: 0.3; } 40% { box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #FFFFFF, 0 0 0 10px rgba(255, 255, 255, 0.5); opacity: 0.5; } 100% { box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #FFFFFF, 0 0 0 10px rgba(255, 255, 255, 0.5); opacity: 0; transform: scale(1.5); } } @keyframes sonarEffect { 0% { opacity: 0.3; } 40% { box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #FFFFFF, 0 0 0 10px rgba(255, 255, 255, 0.5); opacity: 0.5; } 100% { box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #FFFFFF, 0 0 0 10px rgba(255, 255, 255, 0.5); opacity: 0; transform: scale(1.5); } }
May 15, 2014 at 11:33 am in reply to: Theme Updates No Updates available. You are running the latest version! Great! #265224The newest version should be 2.7.1
You can update it manually: http://vimeo.com/67209750
ich würde darauf tippen das du nicht genügend speicher reserviert hast.
http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
still:
.header-addition{
line-height: normal !important;
}to prevent it from covering the main menu
Dont know if it looks different on your screen, but first i would move the header-addition out of the way.
For me it’s almost covering the whole “home” and “company” button in the menu.
It’s also overlapping with the logo.I see you allready moved them?
All you need to do is to place a widget inside the footer – column1.
This way the default content gets overwritten.You can’t delete the default content. Only overwrite it or reduce the number of columns.
May 15, 2014 at 12:21 am in reply to: Icon List: the titles are presented half on the website #264988strange positioning in thos icon lists. haven’t used them yet, but if you use the following instead of my first CSS it should work
.avia-icon-list .iconlist_title { margin-bottom: 4px; }
hope thats what you’re looking for:
.sidebar a, .sidebar a > strong { color: #333333 ! important; } .sidebar a:hover, .sidebar a>strong:hover { color: #2997AB ! important; }
http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
#top .fullsize .template-blog .post-title {
text-align: left;
}
#top .fullsize .template-blog .post-meta-infos {
text-align: left;
} -
AuthorPosts