Forum Replies Created
-
AuthorPosts
-
May 22, 2014 at 11:19 am in reply to: What must i do to reduce the margin to 25px in quick css #268531
I am not sure what your problem is.
Only thing i see is that you did not close the bracket.
Changing the margin is as easy as changing the value:body .column-top-margin { margin-top: 25px; }
You can simply choose it in the enfold theme options.
Enfold->header layout
.logo, .logo a { overflow: visible; } .logo.bg-logo img { max-height: none !important; height: 200px; }
May 21, 2014 at 1:37 pm in reply to: How to copy or duplicate a element from one page to another? #267983If you want to copy elements to an existing page it will override the old page with the template, right?
For a more flexible way see: https://kriesi.at/support/topic/copyingmoving-elements-to-different-pages-enfold-theme/#post-173375
May 21, 2014 at 12:15 am in reply to: CSS Styling not working and main theme color changes working #267711what do i see there in the video? “SuperCacher”?
Sounds like a wordpress cache plugin. is that dissabled aswell? if you’re on it, dissable all the other plugins as well.May 20, 2014 at 9:28 pm in reply to: CSS Styling not working and main theme color changes working #267556First thing that comes to my mind is the web browser cache.
http://en.wikipedia.org/wiki/Wikipedia:Bypass_your_cacheSince i did not see any additions in the enfold.css, i thought about the file permissions.
So please check those two things and confirm that:
- You bypass or deactivate the browser cache.
- The file permissions are set as followed:
/wp-content/uploads/dynamic_avia/ 755
/wp-content/uploads/dynamic_avia/enfold.css 644
You also can create a temp account for the support so they can log in and test it themselves.
You should post the login as a private reply so that only the support can see it.you can add !important like this:
#top .social_bookmarks_facebook a {
color: white !important;
background-color: #37589b !imortant;
}And i dont think you need the ones with “:hover”
May 20, 2014 at 5:07 pm in reply to: Overwritten custom.css by accident – any chance to restore it? #267396yep, thats about the only way to restore it. other then to check if one can find it in one of the internet achives or restore it on your own computer
May 20, 2014 at 4:57 pm in reply to: Overwritten custom.css by accident – any chance to restore it? #267383Do you have a link to your website?
the best solution i can think of, is to place the shortcode of the testimonials in a text widget.
Have not test it.
But as far as i know, you have to turn on the debug mode to get the shortcode of some elements: https://kriesi.at/support/topic/copyingmoving-elements-to-different-pages-enfold-theme/#post-173375Then when you placed the testimonial element you change back to the standard editor.
Copy the shortcode for the testimonial and go to appeareance -> widgets.
There you create a new widget area and put in a text widget with the testimonial shortcode.Then you can place this widget as a widget everywhere you want it.
Only theory, not tested and not easy to edit the testimonials.
But you can give it a try if you want.
edit: there is no built in easy way to do that. as far as i know
Custom CSS:
/wp-content/themes/enfold/css/custom.cssQuick CSS should be written at the end of:
/wp-content/uploads/dynamic_avia/enfold.cssYou can either use the Quick CSS that you can access through your theme options, or you’re using the custom.css file to write your CSS.
So if you want to use the quick css, enfold needs the permission for the enfold.css
It looks like that because of some header modifications, the header is to short.
Try to use:
http://kriesi.at/documentation/enfold/custom-css-and-quick-css/.html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main { padding-top: 90px; }
I dont see any quick css added to the enfold css.
I’d try to check the file permissions.The file permissions should be set to 644 (755 for folders)
can you post a link to the website please?
thats because its not just the syntax that is wrong but the semantic as well.
You write that you want to add something before the element with the ID “footer”
But as far as i understand, you want to add something before the first element inside the footer.So it would be like:
#footer>.container::before
But why dont you just work with the widgets to add something to the footer?
The Website you linked has nothing to do with enfold. Maybe its the same folder or you linked it from your website with enfold theme.
But the page that you linked is not even in wordpress.If you want to include the enfold.css into this site you can read: http://www.w3schools.com/css/css_howto.asp
http://www.w3schools.com/cssref/css_selectors.asp
#footer:before
#footer::beforesorry, but this is not enfold.
you can use http://www.w3schools.com/cssref/css_selectors.asp as a reference
1) I am not sure, but other themes from kriesi could use it. As far as i know, other theme authors have their own stuff.
2) I dont see why you would do something like that. But you can use shortcodes in the text element.
There are lots of site to check if a site is online or not http://www.isitdownrightnow.com/wordpress.org.html
Not sure what exactly you want.
add another style to the general styling options
If you want to change the look of something, you will need CSS at some point.
If you want to add another style sample with pre defines styling like “splash orange” or “boxed orange” in the general styling, you’ll need more then CSS. You’d need to modify the PHP-files in the theme folder.
looks like the site does not load http://www.thehealththeory.com/wp-content/uploads/dynamic_avia/enfold.css
First thing i’d check is the file permissions.
Von welchem Menu is hier die rede?
Ein Link zur webseite / testumgebung würde helfen besser zu verstehen um weche elemente es gehen soll.Du benutzt leider eine veraltete Version des Enfold Themes.
Bitte update auf die neuste version: http://vimeo.com/672097501. Die grauen Linien zu entfernen sollte kein CSS benötigen. Das ist in den Enfold Optionen under “Header Layout” zu managen.
Ansonsten:#header_meta { display: none; }
2. Soweit ich weiß, wird das nicht supportet. Kann mich aber auch irren.
Du müsstest aber in der header.php folgendes schreiben können zwischen Zeile 65 und 66 (also vor “f(!$blank)”:<?php if ( is_page( 'home' )) echo do_shortcode('[layerslider id="1"]'); ?>
3.
.widget_nav_menu ul:first-child > .current-menu-item { background: none !important; box-shadow: none; }
In the header options you can set your header to “transparent header”
May 18, 2014 at 12:28 am in reply to: Auf der Seite "Kasse" wird die Checkbox vom "Kaufen" Button überdeckt #266213Ein link zur Seite oder einer testumgebung würde uns helfendas Problem genauer bestimmen zu können.
As far as i know the normal read more tag works for blog posts only or something like that.
Guess the best you can do is to use an extra plugin.The first i’ve found is: https://wordpress.org/plugins/jquery-collapse-o-matic/
But i did not test it.And the support does not charge any money for helping out with small things.
Just when you ask for something to big, they tell you that you have to hire a freelancer developer to do that for you.But anything with changing color, size or positioning is no problem at all.
1.
read: link in “nested_nav” in “sidebar”. ( “a” stands for link).sidebar .nested_nav a { color: #0000ff; font-size: 18px; }
“:hover” changes the element when you move over it with the mouse.
.sidebar .nested_nav a:hover { color: #9E0A34; }
2.
You can do that with a border:.sidebar .nested_nav li { border-bottom: thin solid #CCCCCC; }
If you only want lines between the menu items, you can remove the border of the last “li” element.
.sidebar .nested_nav li:last-child { border-bottom: none; }
If you want to get better at CSS the most important things are:
– cascading of the properties.
– selectors: http://www.w3schools.com/cssref/css_selectors.asp (first 7 without the * are what you’ll mostly use
– properties: http://www.w3schools.com/cssref/default.aspAnd to make things easier you can use something like the inspect function of your browser (rightclick on an element and then choose something like “inspect element). It will show you where the element is defined in the code and highlights it. This way, you can easily find the ID or class of an element (if the element has it defined).
-
AuthorPosts