Viewing 30 results - 3,301 through 3,330 (of 18,732 total)
  • Author
    Search Results
  • webWahine
    Participant

    Hello
    I’ve looked at lots of posts and tried everything but I could only get the mobile to work. Here’s my mobile code (break point is max 989).

    	/* MOBILE - WORKS */
    	
    	/* sliders - titles and captions *************************************/
    
    	.caption_bottom .slideshow_caption .slideshow_inner_caption {
    	    margin-bottom: 20px; /* tight for images on white as well */
    	}
    	/* adjust vertical position of caption */
    
    	.av_slideshow_full .container.caption_container {
    		margin: 0px 0px 0px 20px !important;	
    	}
    	
    	/* slider titles - default is h2 but using h3 styling */
    
    	.avia_transform .av_slideshow_full .avia-caption-title {
    		/* font-family: 'Roboto', sans-serif; */
    		font-family: 'Noto Sans JP', sans-serif;
    		font-style: normal;
    		font-weight: 400;	
    		font-size: 16px;
    		line-height: 20px;
    		letter-spacing: 1px;
    		color: #575757 !important;
    		text-transform: uppercase;		
    		text-shadow: 0px 0px 0px #000 !important;
    		margin: 0px 0px 5px 0px !important;		
    	}
    
    	/* slider descriptions - h4 */
    	
    	.caption_bottom .slideshow_caption .avia-caption-content p {
    		/* font-family: 'Roboto', sans-serif; */
    		font-family: 'Noto Sans JP', sans-serif;
    		font-style: normal;
    		font-weight: 500;	
    		font-size: 14px;
    		line-height: 18px;
    		letter-spacing: 1px;
    		color: $575757 !important;
    		text-transform: uppercase;		
    		text-shadow: none !important;
    		margin: 0px 0px 0px 0px !important;			
    	}
    	
    	/* applied class of topSliderMobileWhite to the fw slider */
    	
    	.responsive #top .topSliderMobileWhite .slideshow_caption h2 {
    		color: #999 !important;
    	}
    
    	.responsive #top .topSliderMobileWhite .slideshow_caption .avia-caption-content,
    	.responsive #top .topSliderMobileWhite .slideshow_caption .avia-caption-content p {
    		color: #999 !important;
    	}
    

    This working example is on the contact page –

    https://pemcorpackaging.com/contact/

    For desktop, I applied a class of topSliderWhite to the fw slider, but it’s not picking up the changes. Here’s the code I tried.

    This test is on the Solutions page –

    https://pemcorpackaging.com/solutions/

    /* DESKTOP - NOT WORING */
    
    /* all titles unless overridden below - same styling as h1 but with shadow */
    
    .avia_transform .av_slideshow_full .avia-caption-title {
    	/* font-family: 'Roboto', sans-serif; */
    	font-family: 'Noto Sans JP', sans-serif;
    	font-style: normal;
    	font-weight: 400;	
    	font-size: 24px;
    	line-height: 28px;
    	letter-spacing: 1px;
    	color: #fff;
    	text-transform: uppercase;		
    	text-shadow: 2px 2px 4px #000;
    	margin: 0px 0px 0px 0px !important;		
    }
    
    /* on white version - apply .topSliderWhite to fs slider - not working */
    
    .topSliderWhite .avia-caption-title {
    	color: #ff0066 !important;	
    	text-shadow: none !important;			
    }
    
    /* all descriptions unless overridden below - same as h2 */
    
    .avia-caption-content p {
    	/* font-family: 'Roboto', sans-serif; */
    	font-family: 'Noto Sans JP', sans-serif;
    	font-style: normal;
    	font-weight: 400;	
    	font-size: 18px;
    	line-height: 24px;
    	letter-spacing: 1px;
    	color: #fff;
    	text-transform: uppercase;	
    	/* background: black; */	
    	text-shadow: 2px 2px 4px #000;
    	margin: 10px 0px 0px 0px !important;			
    }
    
    /* on white version - apply .topSliderWhite to fs slider - can't get any of these to work properly */
    
    .topSliderWhite .avia-caption-content,
    .topSliderWhite .avia-caption-content p {
    	color: #ff0000 !important;	
    	text-shadow: none !important;
    }
    
    .caption_bottom .slideshow_caption .topSliderWhite .avia-caption-content,
    .caption_bottom .slideshow_caption .topSliderWhite .avia-caption-content p {
    			
    }
    
    /* this changes the background but not the text */
    
    .topSliderWhite .avia-caption-content,
    .topSliderWhite .avia-caption-content p  {
    	margin-bottom: -80px; /* tweak to offset height of controls and make v spacing for page h1 the same */
    	text-align: left;
    	background: orange !important;
    	color: green !important;
    }
    
    .avia_transform .av_slideshow_full .active-slide .topSliderWhite .avia-caption-content,
    .avia_transform .av_fullscreen .active-slide .topSliderWhite .avia-caption-content {
    
    }
    

    Am I missing something really obvious? Thank you!

    Hi,

    1. ok, blog post tite looks the same (font size wise) but it is still missing, a light grey backround under post title
    2. in the about us / meet the team if you scroll to the bottom there are two columns contact form and contact details, around them there is a thin blue border. Same at the Property Search menu, around listings there should be a thicker blue border as well. So thin one for meet the team and thick one for Property search.
    3. In the footer is it possible as well to add some space between page links (second line), Home About Us Lettings etc…

    I think it would be all then, many thanks.

    #1255212

    Hi,

    I’m afraid you’re mistaken.

    You’ve given me a piece of CSS code that is supposed to change both the font size and line-height of post titles in blog post content elements.

    When I add this code and play around with the pixel sizes of both font-size: and line-height:, the font size changes (overriding the font size set by the theme) but the line height doesn’t. This suggests that it’s the code that doesn’t work, rather than any caching/plugin issues.

    Regards,
    Ed

    Hi,

    Please try this CSS as well:

    #footer #text-5 {
        margin: 30px 0 0 0;
    }
    
    h3.slide-entry-title a {
        font-size: 18px;
    }

    I’m not sure which blue line you are referring to? Please try to explain that a bit further.

    Best regards,
    Rikard

    #1255100

    Thanks Victoria.

    I’ve added the following code to themes/enfold/css/custom.css but it hasn’t made any difference.
    Is it the height: 500px !important; that I need to adjust to make the slide larger on mobile?
    I changed this from 200 to 500 and haven’t seen any change. Any idea where I’m going wrong?

    @media only screen and (max-width: 479px) {
    #layerslider_1 .ls-wrapper.ls-bg-outer, #layerslider_1,
    #layerslider_1 .ls-wrapper.ls-bg-wrap img {
    height: 500px !important;
    }
    #layerslider_1 .ls-wrapper.ls-in-out img {
    width: 135px !important;
    height: 50px !important;
    }
    #layerslider_1 .ls-wrapper.ls-in-out h1 {
    font-size: 14px !important;
    margin-left: -60px !important;
    }
    }

    #1255094

    Hello Victoria, I don’t have much time. My time is up and I need to show the client.

    How can I control these items via code below? I need to create a pattern when inserting the texts. I cannot edit one text at a time. Very laborious. So I need to create a standard through CSS for the Blog texts. Help me Victoria.

    font-size: 28px! important;
    line-height: 1.2em;
    text-transform: none! important;
    text-align: center! important;
    font-weight: 100 !important;
    color: #000000;

    #1255091
    This reply has been marked as private.
    #1255012
    ilonka78
    Participant

    Hello
    I added phone number and email with icons to my top bar by using this code in header/extra elements

    [av_font_icon icon='ue854' font='entypo-fontello' style='
    ' caption='' link='' linktarget='' size='18px' position='left' color='#808080'][/av_font_icon] <span class=”custom-header-meta”>(630) ……</span>  
    [av_font_icon icon='ue805' font='entypo-fontello' style='' caption='' link='' linktarget='' size='18px' position='center' color='#808080'][/av_font_icon] <span class=”custom-header-meta”>service@……….</span>

    Client wanted me to flip phone icon to face phone number so I did it by using this code

    .phone-info .av-icon-char{
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    }
    But that also flipped my email icon.

    Questions:
    1. How can I flipp only phone icon ue854 so it is facing phone number but keep email icon default
    2. On mobile in vertical view icons are all over the place-how can I keep them by the phone # and email address.
    3. My social icons disappeared on mobile view. How can we fix that.

    Thank you

    Hi Victoria,
    Thank you, that did fixed the overlapping. However, I would like my text widget displayed but using smaller font size and image. How would I do that in this case because the CSS code says not to display the text widget.
    Thanks,
    Lyse

    #1254987

    Hey,

    Thanks for contacting us and sorry for the late reply!

    I added following code to bottom of functions.php file in Appearance > Editor

    add_action( 'ava_after_content', 'enfold_customization_back_button' );
    function enfold_customization_back_button() {
    	echo do_shortcode("[av_hr class='invisible' height='90' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']");
    	$link = get_permalink( avia_get_option('blogpage') );
    	echo do_shortcode("[av_button label='Back' link='manually,".$link."' link_target='' size='medium' position='left' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff']");
    }

    Please review your website :)

    Best regards,
    Yigit

    #1254890

    Sorry, that didn’t work too.

    But I found a workaround. The icon appears when text is placed in the button. I just made a space there and then I fixed the style via css. So at the end the button is a nice square. I’ll leave the code her if someone else have problems with this.

    I don’t know if that’s a bug or just happens due to my CF7 custom styles. Anyway now it works for me.

    #top .alternate_color .avia_search_element #s {
     background-color:#fff!important;
        color: #007dbb!important;
        font-size: 1.1em!important;
    }
    #top .alternate_color .avia_search_element .av_searchsubmit_wrapper {
        background-color: #007dbb!important;
        right:2px;
        max-width: 55px!important;
    }
    .alternate_color .av_ajax_search_image {
    color:#007dbb!important;
    }

    Thanks for your help Nikko

    #1254876
    Emidi
    Participant

    I can’t edit the existing text blocks/rows from the backend as there is no ‘edit element’ that shows up on the top of these elements.
    I can edit columns and other elements like headings etc.
    I’ve tried deactivating all plugins but this doesn’t work.
    The code is showing up on the front end for all text blocks. Eg. [av_textblock size=’16’ font_color=” color=” av_uid=’av-133ju’]
    I”ve updated to Enfold version 4.7.6.3 and running wordpress version 5.5.1

    #1254767
    48Highrs
    Participant

    I got the following code from your documentation site and put it in Quick CSS
    /* CSS – Tab font slyles */
    .av-inner-tab-title {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .5em;
    line-height: 24px;
    }
    I then tries to increase the font size to 30 px but it has no effect.

    #1254605

    Hello Ismael,

    please ignore the previous post, because I have to correct myself: the problem is now partially solved:
    – On the https://hotel-admiral.de/ page, the script is now partially effective:
    @media only screen and (max-width: 1080px) {
    .responsive .avia-cookiemessage-top-left, .responsive .avia-cookiemessage-bottom-left, .responsive .avia-cookiemessage-top-right, .responsive .avia-cookiemessage-bottom-right {
    width: 90%! important;
    left: 5%;
    right: auto;
    bottom: 5px;
    }
    }

    Here I entered 5px (instead of 60px) for bottom and so there is now enough space for the cookie banner to be fully displayed.
    (see Scrennshot https://www.osmosis.de/support%20/cookie/admiral_Chrome-2.jpg)
    But it works regardless of whether I change the setting in Performance …
    What does not work is the script with the information on the font transformation: `@media only screen and (max-width: 1080px) {
    .avia-cookie-consent a.avia_cookie_infolink, .avia-cookie-consent p, .avia-cookie-consent .avia-cookie-consent-button {
    font-size: 8px;
    letter-spacing: 0.5em;
    }
    }`

    Nothing changes here even when entering other values. But it is no longer so important to me, especially since the cookie banner is now fully displayed. Point 1 above is hereby solved.

    !!!! However, referring to point 2, I still need support:
    Because the same CSS script (which I used on the hotel-admiral.de page) does not work on the https://design.osmosis.de/ page: Screenshot: https://www.osmosis.de/support%20/cookie/osmosis_Chrome-2.jpg . The settings for performance are also exactly the same. The following points in the cookie banner – display on the mobile phone – do not fit here:

    – Font is centered: how can I get it left-justified? I have already inserted the following in css: .avia-cookie-consent .container {
    text-align: left;
    }
    (The script works for the desktop and tablet – only not on the mobile phone)

    – completely different buttons are displayed on the mobile phone: angular and sometimes with pink letters ??? (The script works for the desktop and tablet – only not on the mobile phone)

    – and also the alignment with bottom: 5px; it does not work

    And above all the big question, why does it work on one side https://hotel-admiral.de and why not on https://design.osmosis.de?

    If you could help me here, I would be very, very grateful!
    Many greetings Diana

    #1254491
    Kelly Erickson
    Participant

    Hi Enfold team!

    I am in the forever battle to get my Socket styling narrowed down. Currently I have menu links that are centered and stacked using the following code:

    @media only screen and (max-width:550px) {
      .responsive #socket .sub_menu_socket {
        display: block !important;
        width: 100%;
      }
    
      .responsive #socket .sub_menu_socket .menu {
        margin-left: 0;
      }
    
      .responsive #socket .sub_menu_socket .menu li {
        border: 0;
        display: block;
        float: none;
        text-align: center;
        line-height: 1.7;
      }
    }

    I also have some Quick CSS in place that force underlines ALL links on the website with this code:

    #main a {
    text-decoration: underline;
    }
    #main .sidebar a,
    #footer a,
    #socket a {
    text-decoration: underline;
    }
    a.avia-button,a span.avia_iconbox_title,#top .av_font_icon a.av-icon-char {
        text-decoration: none!important;
    }

    Here are my 3 questions for mobile-only version:
    1) Although the menu links are centered with the code I provided, how do I center the Copyright and Social Media icons, but also stacking the Social Icons below?
    2) How can I increase the size of the Social Media icons on that mobile version only?
    3) Lastly, how can I remove the underline on those Social Media icons? For some reason, nothing I’m trying has worked so far!

    I think my CSS coding is a little pieced together but any suggestions would be amazing. Thanks in advance!

    #1254410

    Hello, how do I customize the formation of the blog text?

    As I stopped using the advanced layout I lost the training I had created.

    How to do this in this condition?

    Format font type, size, spacing … these things.

    #1254359

    Hey maryenvato,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1090px) {
    .home #after_section_3 h3.entry-title a {
        font-size: 16px !important;
    }
    }

    Best regards,
    Rikard

    Hi Rikard,

    Thank you for the update.
    Few things if I may.

    1. if I add font-size: 0.8em; to the css for the footer text will be the same as on the original website but then it creates a padding/moves the image above bit more up.
    2. Footer logos are still flying all over the footer ;)
    3. social media icons in the footer added extra padding at the bottom
    4. 3 main colour banners have lost their zoomed in animation on hover and rounded edges
    5. Search property for rent, right under the main banner lost its two colour text and border
    5. Blog, post titles are massive comparing to the old website as well
    6. we are missing as well a thin blue border which is in Meet the team and different variant of that border in property search

    sorry to dump all of this onto you, I think that should be all. Weirdly LayerSlider changes it’s ratio of what’s displayed but I can update it myself.
    Many thanks
    Pawel

    #1254213

    Hi,

    No it’s not, the titles on your blog page are getting their font size from the theme settings. That means that the CSS we have given you is not applying. Please clear all caches and/or disable your caching plugins.

    Best regards,
    Rikard

    #1254151
    foxforce1
    Participant

    Hi Enfold-People.
    I have a strange problem.
    I adjusted the font of my Text on top of the Vollbildslider by this Css:

    .avia-caption-title { font-family: Herculanum !important; font-size: 66px !important; color: white !important; }
    .avia-caption-content { font-family: Herculanum !important; font-size: 45px !important; color: white !important; }

    It worked like a charm. But i wanted to use this font also in different sections of the site.
    I was unabel to find a free zip of that font in order to install it.
    But it seems to be already there and usable. I just cant figure out how to use it in different sections.
    Would very much appreciate a hint from your side.
    Thank you kindly
    Filipp

    Hi
    It appears to be the header text I add that is the issue. I still need help on how to fix this issue.
    Here’s the widget header text content:

    <h1 style=”color: #760008; font-size: 72pt; font-family: ‘Palace Script MT’;”>The Curry Queen™ The Curry Queen™</h1>
    <h3 style=”color: #760008; font-size: 36pt; font-family: ‘Palace Script MT’; text-indent: 25px; margin-top: -25px;”>“ Easy gourmet never tasted so good”</h3>

    Thanks
    Lyse

    #1254105

    Topic: Style Portfolio Grid

    in forum Enfold
    MadRhino
    Participant

    Hey there,
    I’m working on a new project, where I need to custom-style the portfolio grid.
    The images themselves have a white background; so, naturally, I’d like the background of the portfolio title below, etc. to be white as well. In other words, both icons and title background below should share the same white background and thus, appear to be one element.
    My second question is how I would need to go about changing both font size and font color of the portfolio title.

    Many thanks for your time and help with this. I really appreciate it.

    #1254096
    maryenvato
    Participant

    Hi,
    how I can to resize the font of the news on the homepage?

    #1254003

    Hi edgold,

    Please try adding this CSS code as well:

    .entry-content-wrapper ul li {
        font-size: 16px;
    }

    Best regards,
    Nikko

    #1253955

    Topic: tooltip adjustments

    in forum Enfold
    kardnas
    Participant

    Hi,

    How can I adjust the background colour and the font size of a tooltip?
    Please advise.

    Thanks and regards,
    Sandra

    #1253830

    Hi,

    Thank you for the update.

    What is the actual model of the phone in the screenshot, or what is its screen resolution? We might be able to use the same css code to adjust the style of the cookie bar on smaller screens such as on mobile phones.

    @media only screen and (max-width: 479px) {
    .responsive .avia-cookiemessage-top-left, .responsive .avia-cookiemessage-bottom-left, .responsive .avia-cookiemessage-top-right, .responsive .avia-cookiemessage-bottom-right {
    	width: 90% !important;
    	left: 5%;
    	right: auto;
    	bottom: 60px;
    }
    }

    And to adjust the font size of the text, please add this code inside the css media query above.

    
    .avia-cookie-consent a.avia_cookie_infolink, .avia-cookie-consent p, .avia-cookie-consent .avia-cookie-consent-button {
    font-size: 10px;
    letter-spacing: .05em;
    }
    

    Best regards,
    Ismael

    #1253824

    Hey toddbarden,

    Can you try adding this CSS code in Quick CSS? located in Enfold > General Styling:

    @media only screen and (max-width:767px) and (min-width:600px) {
      #top #wrap_all .avia-content-slider .products .woocommerce-loop-product__title {
        font-size: 28px;
      }
    }

    Just adjust the 28px value.

    Best regards,
    Nikko

    #1253615

    The code is applying fine for the font size, but not the line spacing…

    #1253603

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    ol li {
      font-size: 16px;
    }

    Best regards,
    Rikard

    Verena Trestl
    Guest

    Hi Kriesi Enfold Team,

    I would like to purchase your theme and I have some questions before I really do it and start working with it. I would appreciate if you could come back to me on follwing issues:

    1. BOOKING/RESERVATION for RESTAURANTS: Do you provide only the booking form with table view as shown on your DEMO VERSION RESTAURANT? Or do you offer more versions on booking systems? If not (and if yes too), how would the booking system work out? Do we get the option to manage bookings in the backend and will the customer receive a confirmation mail etc. So how does a booking system work with enfold? Is it available in GERMAN? And in case I would like to install a plugin from another developer on this issue would it be possible?

    2. GOOGLE MAPS: Can we put google maps fullwidth e.g. above the footer ?

    3. BUTTONS: do I always have to fill the buttons with a colour or can I just use coloured frames too? Which kind of options do I have in general with the buttons (colour, frames, size, font adn font size)

    4. PRELOADER: Can I create a preloader on my own e.g. with my logo?

    5. BLOG BOXES: Which kind of blog designs do you offer? I would prefer having a picture or video above and text below in a box. Is this possible? Is it possible to add a shadow to the boxes?

    6. PARALLAX: Can the parallax effect be put anywhere I want to the page? Or is it just possible above the footer (as in your demo).

    7. FORMS: Can I set different types of forms for different issues?

    8. MAILCHIMP / GDPR: Can I include NL request and Privacy Terms right to the forms and booking tool?

    9. SUPPORT: How does the support work out once I purchased the theme? How can I get in touch with you and how often can I ask you something?

    10. NO CSS SKILLS: Since I am a complete beginner with CSS (I have not even started with tutorials but I am planning on it as soon as my time allows it) I would appreciate if I could set up the wp-site with drag&drop as much as possible. So if I do not import the demo site, do I have to deal with CSS and building everything on my own or do I have still the possibility to build it with drag&drop as I want it to be?

    Well that’s it for now and i would appreciate a response as soon as possible because I would like to start soooon 😊

    Thanks for your support

    Regards Verena

Viewing 30 results - 3,301 through 3,330 (of 18,732 total)