Viewing 30 results - 94,171 through 94,200 (of 142,831 total)
  • Author
    Search Results
  • #648968

    In reply to: Sale icon position

    Hi,

    Thank you for the info. Looks like you modified the sale container. Please add this in the functions.php file:

    // custom script
    add_action('wp_footer', 'ava_custom_script');
    function ava_custom_script(){
    ?>
    <script>
    (function($){
    	function h() {
    	$('#top .related .product').each(function() {
    		var onsale = $(this).find('.onsale'),
    			thumb = $(this).find('.thumbnail_container');
    
    		onsale.appendTo(thumb);
    	});
    	}
    
    	h();
    })(jQuery);
    </script>
    <?php
    }

    Add this in the Quick CSS field:

    #top .related .onsale {
        top: 0;
        left: 0;
    }

    Best regards,
    Ismael

    #648949

    Hey Chris,

    Thank you for using Enfold.

    The sidebar height is shorter compare to the main content. You have to create a script that will get the height of the main content and then apply it to the sidebar. Example here: https://kriesi.at/support/topic/how-can-i-add-a-border-change-background-of-sidebar-widgets/#post-594239

    Best regards,
    Ismael

    Ivygrace808
    Participant

    Back for more help with another little new issue :)

    I put a widget in the header and put an image (click to call button) I want to link it to a pop up image of some sort.

    To do the 1st part of this I followed the instructions from this link below to get the widget in the header…..

    kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header

    It turned good with a little CSS tweaking, so not real problem there….

    However the problem happens when I try to take things further, let me explain….

    When people on a desktop computer click on the click to call button, I want a pop up to appear with a transparent background and some text written in the pop up area to give them further instructions and options.

    To do this I went into the wordpress widget area and put a text widget in there and added some html to it as follows.

    
    <a href="http://www.private.com/wp-content/uploads/2016/06/pop-up.jpg"><img src="http://www.private.com/wp-content/uploads/2016/06/Click-to-call.png" /></a>

    It works but the background is a solid color and not transparent.

    If you look at the private site you will see I actually did the exact thing I am trying to do for the “click to book” text which is lower on the page, anyway when you click that “click to book text” that brings a pop up with a transparent background and instruction text that looks perfect there.

    But I cannot figure out how to do this for my new “click to call button”??????????

    I attached a link with a pic of what things look like now, and a pic of what I would like it to look like etc…./

    https://postimg.org/image/a99shi8zr/

    Any help would be much appreciated…

    Thanks

    Ivy

    • This topic was modified 9 years, 9 months ago by Ivygrace808.
    #648933

    Thanks Yigit,

    I added the following base on what you had provided and works well. The code I have in place is:

    #mc4wp-form-1 input[type=’email’]{
    width: 50%;
    display: inline-block;
    border: 2px solid gray!important;
    }
    #mc4wp-form-1 input[type=’submit’]{
    width: 50%;
    border: 2px solid #e0b13a!important;
    }

    Whilst this does work is there a way to:
    a – place a space (px) between the two fields, and
    b – have it work responsively so that each field will be stacked one on top of the other when viewed on a phone (but side by side on tablet and PC)?

    Thanks John

    Hi,

    It’s because of the following css code:

    #top .content .flex_column .widget_nav_menu li a {
        padding: 0.2em 3px!important;
    }

    Please remove it.

    Best regards,
    Ismael

    corvuscorax
    Participant

    Hello,

    A couple of things:

    1) I am trying to do exactly what this person wanted to do. However, I’m not sure where/how I edit the column element and give it a negative top margin value to have it overlap the content above it. (I only want this to occur in a few instances in the site).

    2) I have some advanced layer sliders set up that look great on desktop, but have a huge amount of empty space below on iPhone (6). Haven’t tried with other phones, but it occurs in the desktop browser if I minimize the browser window width. I think it’s because I have the height in slider settings set to a fixed height in pixels. (If I do anything else, the slider shows up as a sliver (maybe 50px high) Is there some css I could add to somehow remove the empty space below? I don’t mind if only a portion of the image is showing. Here’s a link — slider at the top of the page.

    #648904
    vadikcoma
    Participant

    Hello, I’m having some problems with Cyrillic fonts on mobile. Even when I have switched all Body and Heading fonts to Open Sans in settings, I’m still not getting Cyrillic open sans on mobile. On desktops everything is fine.

    I would like to be able to try out more fonts for headings, not only open sans

    site – http://simeks.coma.lv/

    Screens from desktop and mobile

    https://www.dropbox.com/s/ing0zrqa2o3fjgb/simeks-desktop.JPG?dl=0
    https://dl.dropboxusercontent.com/u/2547869/simeks-mobile.png

    #648903
    lzevon
    Participant

    I have a color section that serves as a page header. I have it configured to use parralax and in the desktop view, I have the most success using Top Left as the background image position and scaled to fit “so the whole image is always visible.”

    As you can see from the attached, the whole image is not always visible on responsive layouts (none except tablet landscape (1024). Can you tell me how to ensure that the header images I am using site-wide will display on all layouts?

    Thank you!

    #648901
    schenkco
    Participant

    Hi,
    I didn’t want to piggyback off of someone’s request but I’m referring to this solution: https://kriesi.at/support/topic/pre-filtered-portfolio-grid/

    function select_portfolio_filter(){
    ?>
    <script>
    jQuery( window ).load(function() {
      jQuery('.page-is-xx .inner_sort_button:eq(1)').click(); 
      jQuery('.page-id-xx .inner_sort_button:eq(1)').click();
    });
    </script>
    <?php
    }
    add_action('wp_head', 'select_portfolio_filter');

    How would I link this on the menu? Would be like something along the lines of http://www.example.com/#1 http://www.examples.com/#2 to have the filters pre-set?

    Thanks!

    • This topic was modified 9 years, 9 months ago by Yigit.
    #648895

    In reply to: Logo & css

    Solved!!! Please, see my other post (It takes more than a day waiting):

    i really need to finish the site.

    Thanks a lot and best regards!

    #648874

    Thank you Jordan, but please notice on your screenshots the different color for the footer font headers
    (yellow on top screenshot and dark grey on bottom screenshot along with the footer 2 and 3 content changing from white to dark grey)

    #648870
    ExosphereHQ
    Participant

    Hello!

    There used to be the option of having an overlay dark/light gradient to put on top of the images as part of the “Section Background Overlay”. That option seems not to be available anymore although I can still see the file on the corresponding folder when I checked the directories.

    Not sure if this was removed with the last Enfold update (not sure why they would do so) but is there a way to do this gradient in the layout editor mode? Or do I need to do it on CSS?

    Thank you.

    #648831
    GWS
    Participant

    Hi,

    I’ve got a website where the home page content is fine on the front end, but won’t load in the avia layout builder in the admin. No other pages are having an issue loading avia layout builder on the back end, which I think is rather odd. I followed your suggestions from similar threads on this topic including updating all software, Enfold theme, disabled all plugins and increased memory, but no luck. The hosting company did migrate the website to a new server and we are using cloudflare. Would either of those be causing an issue? An why would only the home page affected? Any insight you could provided is appreciated. Thanks.

    Hey lrobbins303,

    Thanks for getting in touch with us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    main.template-page.content.av-content-full.alpha.units {
        padding-top: 0px;
    }
    

    Best regards,
    Jordan

    #648826

    Topic: Grid Row Borders

    in forum Enfold
    tlsdave
    Participant

    Is there a way to increase the borders between cells (not on top or bottom) in a grid row?

    #648814

    In reply to: Timeline?

    Hey idespiran,

    The link you mentioned is not showin the exact demo please remove the iframe on top and share the link however i am assuming you like something like this

    You’re going to have to use a plugin or hire a freelancer to to this job please check the link it is i belive similar to what you are looking for https://wordpress.org/plugins/timeline-express/

    Best regards,
    Vinay

    #648791

    Hey MindSpark,

    The header widget will allow you to enter custom code and it will display the same code on all pages.

    As per my understanding you need to display a different button with unique text. The best way to do this is to add a button to each page and give it a -ve top margin so that it appears to be on the header. If this does not work i am afraid you need to hire a freelancer to get this customisation done as there is no easy way to do this with a small snippet of custom code.

    Best regards,
    Vinay

    #648777

    Hi,

    I turned off “JavaScript Code optimieren?” in Autoptimize and it is working fine now. Please review your website now

    Best regards,
    Yigit

    #648766

    Hi!

    I edited your color section element and gave it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then added following code to Quick CSS in Enfold theme options under General Styling tab

    #master-slider-cs .container { padding-top: 0!important; }

    Please review your website now

    Best regards,
    Yigit

    #648759

    In reply to: Logo size and fixed

    Hello Rikard,

    I send you the url by private

    Please, take a look to this other post: https://kriesi.at/support/topic/scroll-to-top-image/
    I really need to finish and I hope so.

    Thanks a lot and Best regards

    #648753

    Hi!

    I added following code to Quick CSS for hover state of colored button menu item

    #top #wrap_all .header_color .av-menu-button-colored:hover > a .avia-menu-text {
        color: #e2e2e2;
    }

    then edited “main menu links” in Enfold theme options > Advanced Styling and checked “Apply only to mouse hover state”

    Please review your website now

    Cheers!
    Yigit

    #648735

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-menu-text img {
        position: relative;
        top: 10px;
    }
    

    then go to Appearance > Menus and click on “Screen options” button on the right top side and check “link target” and then click on your menu item and choose to open it in a new window.

    Best regards,
    Yigit

    #648702
    lindapolak
    Participant

    Hi guys,

    I’m using the pricing table element and I want to center the text in the cells vertically. Right now the text is aligned at the top of the cells:
    http://fs5.directupload.net/images/160615/lmsvlvmy.png

    When I give them display:table-cell; and vertical-align:middle; the whole pricing table gets broken.

    Looking forward to your answer!

    Greetings,
    Linda

    #648692

    Topic: Google Map iFrame

    in forum Enfold
    Dominic090
    Participant

    Hi,

    wie kann ich den iFrame von Google Maps responsive machen? Die CSS befehle scheinen nicht zu greifen:

    habe es so probiert:

    <div class="g-maps">
    <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3101.061508041659!2d14.229112291265675!3d48.24345117276899!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4773969b09367ef7%3A0x43293d8ca0a33b1d!2sCity+Outlet+Pasching!5e0!3m2!1sde!2sat!4v1465984935071" width="1920" height="600" frameborder="0" style="border:0" allowfullscreen></iframe>
    </div>

    in der style .css:

    .g-maps {
        position: relative;
        height: 0;
        overflow: hidden;
        padding-bottom: 50%; 
    }
    .g-maps iframe {
        position: absolute;
        width: 100% !important;
        height: 100% !important;
        top: 0;
        left: 0;
    }

    Ich möchte lediglich die maps responsive und auf 100% breite haben.

    Bitte um Hilfe – habe leide nichts im Forum gefunden.

    Danke!!

    #648651
    Nin0
    Participant

    Hello support team,

    I’ve created a page with a full width easy slider on top and right beneath a column containing a text field. The top margin of this column is set to -100px so that this falls in to the easy slider.
    Please take a look at the sample-1.jpg.(in the private content) So you will see what I mean. On a desktops there is no problem. However, when I viewed it on my mobile the button from the easy slider is hidden behind that white text field (with the -100px top margin) See sample-2 as reference please. I also tried a % based value, but then I got something like you can see in sample-3
    Do you have some tips or good advice to solve this issue? Maybe there is a way to make the easy slider (in responsive modus) a little bit higher? Or do I have to use a completely other way to achieve this?
    I also noticed (as you can see in sample-3 with the arrows) that there is a very small margin. Is it possible to adjust these with some custom css?

    Thanks for your advice and pointing me in to the right direction.
    Best regards,
    Nin0

    #648647

    In reply to: Remove item from cart

    I see that may be a need on mobile as there isn’t enough space.. on the same table borders (left, top and right) are missing too on android.. also the basket total has border issues

    #648626

    In reply to: breadcrums structure

    Hi!

    As far as i know, this one is fixed already – https://kriesi.at/support/topic/slider-under-navigation/#post-648518? :)

    Regards,
    Yigit

    #648619

    Hi,

    You had some errors in your custom CSS, i fixed them and moved your code to the top of Quick CSS field. Please review your website now

    Best regards,
    Yigit

    Sure. Permission granted. Color sections are at top of home page.
    See private content.

    #648605

    In reply to: adding "Karla" font

    Hi SkinnovationIBK!

    Yes, your code is correct. If you are not using a child theme, please go to Appearance > Editor and open functions.php file and find following line near top

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

    and add your code right below it

    Cheers!
    Yigit

Viewing 30 results - 94,171 through 94,200 (of 142,831 total)