Viewing 30 results - 135,361 through 135,390 (of 142,909 total)
  • Author
    Search Results
  • #208817

    Hi!

    Glad you figured it out. You can hide the LayerSlider for desktop using this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
    
    }

    Inspect the layer slider’s id then add it inside the media query.

    Cheers!
    Ismael

    #208805
    jtree5757
    Participant

    Is there a way to have other elements animate in when a user scrolls to wherever that element is?
    like the icon lists and images can.

    I have a special header element and I wanted that to animate in so i tried to assign a custom css class to the element and apply some css that an animated icon had.

    Here is what I got, but it doesn’t work:

    #top .jrm-easyas {
    	animation: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1 avia_appear;
    	opacity: 1;
    	transform: scale(1);
    }

    If I apply other properties such as border and background color, they do appear, so I know the class is correct ad active.

    Any ideas on how to get that animation working?
    I would love to be able to animate whatever I wanted in :)

    thanks!!!!

    #208799

    I was able to get this to function by placing the following code in the desktop media query:

    #layer_slider_2 {
    display: none;
    }
    #208794
    HiDrew
    Participant

    Hi there – I’m just doing a temporary landing page – how do I remove the line at the top of this page:
    http://delaware.raisr.co/home/

    Many thanks!
    Drew

    #208793

    In reply to: Font Size of Comments

    Still not working. I tried it in the quick css and styles.css

    I thought that maybe these styles were interfering so i took them out and tested, but still not working.

    #top .comment_text { font-size: 28px; }
    #top label { font-size: 30px; }

    What else you got?

    Thanks

    Jonny

    #208784
    jliamgrist
    Participant

    Hi thanks for a great theme and support!

    How do I add a call to action button with a specific icon to the adv. layer slider? I’ve been able to use the html shortcode of the button (from this post) but do not see how to change the icon. Thanks!

    #208776

    Hey jtree5757!

    Please see Ismael’s post here https://kriesi.at/support/topic/rollover-disc-arrow-replacement-part-2/#post-121206

    Regards,
    Yigit

    #208766
    guiversiani
    Participant

    How do I change the images that remain at the bottom, on top of about us and below WHAT OTHERS SAY ABOUT US, the first image is of a living room with a kitchen, and the second is a tablet

    #208764

    Topic: Adjust header

    in forum Enfold
    hstveilig
    Participant

    Hi,

    i want to customize my header. Logo centered and the menu below. I use the fixed header with social icons and additional navigation.
    I tried several things but can’t get it right. The menu does not adjust when i use:

    div .logo { left: 28%; }
    .main_menu { left: 1%; top: 75%;}

    Can anyone help me get the header with the menu buttons looking nice. I would also decrease the space between the menu and the grey bar under it.

    Thanks
    Niels
    http://www.hstbeveiliging.nl

    #208761

    Hi carendavis!

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    .logo img {
    padding-top: 20px;
    }

    You can wrap it in the media queries for desktop only and mobile only so that you can have 2 different paddings for each display which are in the custom.css file already.

    Best regards,
    Devin

    #208755
    rasa
    Participant

    So, how do you add this feature mentioned here: https://kriesi.at/support/topic/enfold-feature-requests/

    Method of adding custom icon fonts to the template builder (which allows you to add custom icons like youtube, xing etc)

    I’d like to put icons in a text field in the Template Builder.

    • This topic was modified 12 years, 3 months ago by rasa.
    #208752

    The included documentation and the descriptions next to the fields will give a better picture of what the settings all do than what I could describe. On any LayerSlider page go to the top right and there is a Help/Documentation tab that you can click on.

    The Layers Container is what constrains the content of the container. The Responsive under is an override for the default responsive changes. I’m not sure if you can do exactly what you are looking for so it may be just a matter of some trial and error with the settings and image sizes.

    As far as I know the LayerSlider plugin doesn’t let you choose how the responsive changes work onces it gets down to adjusting for tablets and mobile.

    paulrt27
    Participant

    hi there,

    i’m building a very basic website for a relative. made it with a nice plain white background with black text but for some odd reason they want it blue instead of white but with white text. i’ve done this ok but they don’t like how the main page heading links are quite dark grey in colour (doesn’t really work against a blue background), could i lighten these please so they are more white (although still distinct from the page that is selected)? if so how please?

    the headings are:
    Home
    Services & Clients
    Business Effectiveness
    People
    Practices
    Processes
    About Us
    Contact
    Blog

    also, would like to lighten the other grey text in the header such as the social media links, the search button icon and the strapline at the top which says Catalyst2Change – Making Change Happen.

    thank you kindly,
    paul

    #208730
    carendavis
    Participant

    Hello!
    Loving this theme and its flexibility, thanks!!
    Just wondering if you could help me – if you have a look at my site here:
    http://tinyurl.com/pbzf438
    …you will notice the logo in the header is not centred within the space. I added some custom css at some point to extend the size of this space, and I like the amount of space, just not the placement of the logo. Could you let me know what the css would be to adjust the top padding?
    Thankyou!!

    #208729
    ghrahams
    Participant

    Hello,

    I have two layer sliders created – one for mobile and one for desktop. I have placed them both on my homepage at wildmtyoga.net

    I would like one of them to display only on mobile and one of them to display only on desktop. I am not sure how to add a class to a specific layerslider.

    Thanks for any help!

    Graham

    #208699

    Hi Yigit, I’m at the page and I see a paragraph that says “Update: Version 2.4.5 Out Now! WordPress 3.8 compatibility, bugfixes and new features! Check the changelog at the bottom of this page for more information and examples;)” And yet, nothing about “download update here”.

    In the top right corner I see the message: “You have already purchased this file. You can download it here.” Am I to assume that is how I download the update?

    Nothing very straightforward or intuitive about this process:/

    #208682

    In reply to: Menu dropdowns

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .news-thumb { border-style: none; padding: 0; }
    .image_size_widget .news-thumb img { width: 36px; height: 36px; }
    #socket.container_wrap { border-top-style: none; }
    #footer { padding: 0px 0 10px 0; }

    Regards,
    Yigit

    #208645

    Point 2 is sorted many thanks.

    The link to point 1 is https://kriesi.at/support/topic/same-size-boxes/ The relevant bit started on the 30th Dec at 7.11pm

    Many thanks

    Hello Devin,

    Now the masonry gallery shows perfectly, 2 images per row, in a laptop with 16:9 resolution and in a tablet with 4:3 resolution,adjusting the width of the masonry items to 50%.

    .av-masonry-entry {
    width: 50% !important;
    }

    Thanks for your help.

    Regards, Raul Ibañez.

    #208625

    Hey!

    If you want to change the thumbnail image size with css you can use following code

    
    #top .ngg-widget img {
    max-width: 50px;
    max-height: 50px;
    }
    

    Best regards,
    Peter

    #208618
    #208610

    Thanks for your help, it works.
    Except that now it has plenty of space between each item submenus ?

    Too much space

    #208591
    aovivo
    Participant

    hi there, i just switched to ENFOLD since my plug-in WooCommerce German Market seems to work best with this theme.
    After changing the theme i have trouble adjusting some details, especially on the woocommerce product page.
    I have attached a screen shot for better understanding (i am referring to the circled sections)

    1) How can i get rid of the image side bar on product image? also the link thats activated – i just want to have the product in its original size (400×400)
    2) How can i change the font sizes in the product description (Product name too big, price to small,)
    3) how can i change the font color on button only (a darker color like grey or black would go better with the yellow)
    4) How can i change the padding at the border of ‘product categories’ and ‘similar products’ (middle of the page) ?
    5) I havent found the styling option for ‘Ähnliche produkte’ (which means ‘similar products) – does this come from woocommerce? Its a different yellow that i did set up in the styling panel.. any idea where to change that?
    6) its weird that the products on the bottom (catalogue thumbs i guess) are not sharp. its the same size, quality as the main product in the upper half of the page and yet its somehow blurry. Any idea why this is happening?
    This is the image size set up in woocommerce:
    catalogue: 80×80
    single product: 400×400 (original size)
    thumbs: 120×120

    i searched the forum but did not find the exact answers – thats why i decided to put this together in one topic, since its happening on one single page.
    hope you can help!
    thanks so much in advance
    Pedro

    Shop Page

    #208573

    Hi Jonny!

    Please do not create duplicated topics as it is making it harder for us to follow each query. I see that Ismael and Josue helped you set up a mobile redirect but i will take a look and try to help. But please also see scope section here and note that it is actually beyond the scope of support we can provide.

    Cheers!
    Yigit

    deyowulf
    Participant

    Hi guys,

    I posted about this a few days ago but no responses in the last couple of days and still trying to sort this out.

    I would like to set this up to be fixed on the left side of the page just to the left of my content, and fixed about halfway down the page.

    This is the code from Shareaholic to insert it into the site –

    <?php echo do_shortcode(‘[shareaholic app=”share_buttons” id=”4766761″]’); ?>

    <?php echo do_shortcode(‘[data-app-id=”4766761″]’); ?>

    And here’s an example of some CSS that I found of someone positioning this plugin

    p.pos_fixed {
    position:fixed;
    top: 30px;
    left: 50px;
    }

    I’m not sure how to fit the css into the <?php code and I’m also not sure which .php template file to put it in.

    Thanks in Advance

    Jonny

    #208568
    deyowulf
    Participant

    Hi Guys – I posted this yesterday but it hasn’t gotten any responses and some of my more recent posts have been so I thought I would repost it. Appreciate all the great help you’ve been giving me :)

    You helped me set up a Mobile Redirect for my home page as my landing page (www.jonnyfreesh.com) isn’t very suitable for mobile devices. Here is the thread detailing what you told me to do – https://kriesi.at/support/topic/homepage-redirect-on-mobile-sites/

    I was playing around with the settings of W3T Cache and discovered that if I have page caching enabled (which I believe is pretty important) then the mobile redirect doesn’t work. Any way to fix this?

    Thanks

    Jonny

    #208554
    #208549

    In reply to: Font Size of Comments

    Hi!

    You can add following code to Quick CSS as well to incrase the font size of comment and label sections

    #top .comment_text { font-size: 18px; }
    #top label { font-size: 20px; }

    Cheers!
    Yigit

    #208528

    Hi!

    Try Peter’s solution provided here: https://kriesi.at/support/topic/post-title-above-picture/#post-183664

    Best regards,
    Josue

Viewing 30 results - 135,361 through 135,390 (of 142,909 total)