Viewing 30 posts - 1 through 30 (of 32 total)
  • Author
    Posts
  • #207671

    hello i am new to this whole wordpress thing and just exploring the wonderful enfold theme.
    i am working on http://www.schach-welten.de/wordpress and having some problems.

    paddings:
    they are to large for my taste and i want to change that.
    i found in the support forum the advice to use this code in css.
    .content { padding-bottom: 0; }
    .content { padding-top: 0; }

    this works well with 0, every other value 1,10,20 resets its back to the default padding. i cant adjust it better than off/on ….

    is there a way to change the paddings of the ruler object ?

    another problem is that my vimeo videos display a very lowres preview pic of the movie.
    i have uploaded 1920 x 500 preview pictures to vimeo to change this. On vimeo this works fine, now.
    On my worpress site they get reduced to lowres versions again. (browser cache is cleared)
    Any ideas.

    Another problem is with the advanced layer slider. Preview in the editor is slightly different from the real display in firefox. So i have to adjust every element again and again and test if it is looking right in my browser … thats really a pain.

    is there a way to get more than 5 rows of content for text objects. i would need 6 ,-)

    Can you help me with my problems ?

    kind regards
    stucki

    • This topic was modified 10 years, 2 months ago by stucki1.
    #207904

    anybody ?

    #207954

    you have to add PIXELS:not just numbers

    .content { padding-bottom: 20px; }

    #207962

    ah thanks ! this was easy ,-) should have come to it myself ….

    now how can i change the ruler paddings ?
    is there a list with all names for all elements i can change the padding for ?

    kind regards
    stucki

    • This reply was modified 10 years, 2 months ago by stucki1.
    #207991

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .hr { margin: 10px 0; }

    it is 30px 0 by default

    Best regards,
    Yigit

    #207995

    thanks thats done the trick with the rulers !
    is there a list of all objects that i can adjust with this quick.css ?
    i would love to adjust some more elements padding.

    And do you have any idea about the pixelated vimeo preview pictures ?

    kind regards
    stucki

    #207997

    Hi!

    You can find some code snippets on new Enfold documentation here http://kriesi.at/documentation/enfold/
    And you can find a list of custom CSS codes that another user shared here https://kriesi.at/support/topic/custom-css-for-your-pleasure/#post-25635
    It does look fine on my end http://i.imgur.com/Y2xVTSa.jpg
    Can you post a screenshot and show how looks on your end?

    Cheers!
    Yigit

    #208005

    please have a look again. i attached the advanced layer slider with the vimeo videos on top of the website !

    thanks for the links, i will read them.

    another point:
    i have changed the header to small fixed. first i had the small non fixed and edited the css so i had no padding at all with the header.
    it was only 20 pixels or so, enought to see the main menu.
    now that i have small fixed i got this huge white gap under the menu again. when i scroll down the header gets back to the way i want to look it like.
    how can i change this ?

    very much thanks for helping me !
    i am really a beginner to all this .

    #208166

    Hi!

    Do you mind creating a temporary admin login and posting it here privately so we can take a look?

    Cheers!
    Yigit

    #208412

    how can i do this ?

    #208441

    Hi!

    In WordPress dashboard, please go to Users > Add New and create a new user with Administrator role

    Regards,
    Yigit

    #209003
    This reply has been marked as private.
    #209073

    Hi!

    Try to adjust the main div padding using this on Quick CSS:

    .fixed_header #main {
    padding-top: 30px;
    }

    Cheers!
    Ismael

    #209179

    yeah got this fixed. Thanks !
    Anything about the vimeo preview picture that is not using the highest resolution possible.
    I added the advanced layers slider with the movie at the top of the page.

    kind regards
    stucki

    #210727

    Hi!

    As far as I know there is nothing we could do to change who the embeded vimeo video is displayed. The theme is using the WordPress oembed functionality baked into WordPress core.

    Best regards,
    Devin

    #213801

    HI, is there a possibility to have texts in the advanced layer slider be justificated. i hope this is the right word for it.
    In german we call it “blocksatz”

    Is there a way to alter the padding or margin for a single object in the avia layout builder ?. Sometimes i would like to adjust a single text object or a single ruler e.g.

    is there a fade in variant in 2d for the background picture ? The 3d crossfade is very performance intensive and makes the whole side stutter while scrolling up and down.
    the 2d effects arent so performance hungry in my opinion….

    kind regards
    stucki

    • This reply was modified 10 years, 2 months ago by stucki1.
    #213878

    Hi!

    1.) Edit the text layer then go to Style panel > add this on the Custom styles field: text-align: justify;

    2.) You can add a unique selector for each Avia Elements. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');

    Edit any avia elements like Text Block then scroll below. Add a unique css selector on “Custom Css Class” field.

    3.) Edit the slide then look for Slide Options > Transitions, click the “Select all” toggle under “Built-in 3D transitions”. Select an effect on “Built-in 2D transitions”. Save changes.

    Best regards,
    Ismael

    #213901

    Hi thanks for quick help.
    1.) works fine
    2.) i now have the css input, but if i enter “margin: 0px; padding-top: 0px; padding-bottom: 0px;” nothing changes.
    sorry i am new to all this. What do i have to enter in the css-filed if i want to reduce the space on top and at the bottom of an object.
    3.) why is the crossfading so resource-hungry ?

    kind regards
    stucki

    #214689

    For #2, the field is to add a class name for that element. For example if you added in customclass you could then add css to your quick css or custom.css file (in the css folder):

    
    .someclass {
    color: #333 !important;
    }
    

    This would make text color of the the text in that element #333.

    3) We didn’t write the code for the LayerSlider, its a plugin Kriesi has purchased the right to bundle with the theme so we aren’t really equipped to answer that.

    #216539

    sorry but i didnt want to change the colour ,-)
    2.) i now have the css input, but if i enter “margin: 0px; padding-top: 0px; padding-bottom: 0px;” nothing changes.
    sorry i am new to all this. What do i have to enter in the css-filed if i want to reduce the space on top and at the bottom of an object.

    and another question:
    how do you do this:
    http://kriesi.at/themedemo/?theme=enfold

    the layerslider with fixed(not scrolling) background and transparent pictures. I cant achive this myself ….

    thanks
    stucki

    #217372

    ?? please can anybody help me. i want to finalize the webpage.

    thanks
    stucki

    #217509

    Hi!

    You can try adding following code to Quick CSS

    .someclass { margin-top: -10px; margin-bottom: -20px; }

    If you would like to decrease the margin even more.
    And you should add Fullwidth easy slider element to your page and add “Slideshow background image” http://i.imgur.com/99khOJP.jpg
    Cheers!
    Yigit

    #217548

    thanks again.
    the fullwidth easy slider element is doing the trick !!

    but
    .someclass { margin-top: -10px; margin-bottom: -20px; }
    doesnt change anything if i put it in quick CSS.

    i did this in general styling. should i have posted this in the individual quick CSS fields ?

    #217550

    Hi!

    Have you tried flushing browser cache then refreshing you page a few times? If you did and still did not work, then there may have extra margin value on the element above or below your element. Can you post the link to your website and point out where exactly would you like to adjust?

    Best regards,
    Yigit

    #219534

    Hi Yigit,
    sorry for not coming back to this topic, but i think it will be better to make everything final and than let you take a look at the places where i want to have smaller margins …

    one thing that i dont understand at the moment is:
    on my frontpage i do not have any white frame at the bottom edge of the website. the last image could scroll in without interfering with a white frame.
    Any other page from the website has a white frame at the bottom edge of the website. this makes it less convincing when the last image scrolls over it.

    Can i get rid of this white border at the bottom edge of the site on every page ? and when, how ?

    many thanx for helping !
    stucki

    #220433

    ?? ,-)

    #220919

    Hey!

    I’m not really sure what you mean. The site linked at the start of this topic has the same footer on each page I looked at.

    Best regards,
    Devin

    #220924

    no,
    have a look at http://schach-welten.de/wordpress/
    scroll to the bottom and you see no white border.

    look at:
    http://schach-welten.de/wordpress/?page_id=3363
    and you see a white border at the bottom in every slider except the third one. [the interior shot]

    i would like to have no white border at all at the bottom to show before the fullwidth sliders ?
    is that possible ?

    thx
    stucki

    • This reply was modified 10 years, 1 month ago by stucki1.
    #221130

    Hi!

    I don’t see any white border below the slider. Can you please post a screenshot pointing to the issue? You can use imgur or dropbox to post a screenshot.

    Regards,
    Ismael

    #223342

    hey guys, i just installed the new two updates ! and now i got lost ,-)
    previously i had reduced all hr-ruler whitespaces by changing some part of some php.file in the enfold folder on my webspace.
    now all this is set back to the standard settings.
    so now whitespace for all rulers is far to much for my liking.

    you stated in the update log the possibility to change whitespace for rules individually.
    i just dont understand it. the fullscreen ruler has no settings for whitespace.
    there is a new element for whitespace but i dont now how to use it….

    can you please tell me again which code i have to add to what enfold file (style, layout ??) to change my ruler whitespaces/margins/paddings again.
    Sorry for me not finding this info again …

    and what is this new parallax element you mention in the update log and how can i use it ?

    stucki

    • This reply was modified 10 years, 1 month ago by stucki1.
Viewing 30 posts - 1 through 30 (of 32 total)
  • The topic ‘problems with enfold. padding, vimeo preview picture, advanced layer slider’ is closed to new replies.