Viewing 30 results - 98,641 through 98,670 (of 106,472 total)
  • Author
    Search Results
  • #204542

    Topic: Smileys Not Working

    in forum Enfold
    jvines
    Participant

    I have checked that the correct box is tickied in “Writing” but still my ‘text’ smileys are not converted to an image. I have left a space before and after the smiley but still nothing…

    Thanks

    #204526

    Topic: Spacing issues

    in forum Enfold
    gileseth
    Participant

    Hello,
    I have three issues regarding spacing:
    1. I have used the content sliders on a page (www.bazam.co.uk/services) and there is a lot of space after the title before the first row of sliders, and between the rows of sliders. Is there any way of reducing this? Or is there a better way of creating this page (I like the way the circular graphics appear when you hover over the image)?

    2. On the other pages (for example: http://www.bazam.co.uk/brand-consultancy) there is little space after the title. How can I increase this?

    3. Increasing the space around images: How can I increase the space (I believe it is called margin) around images inserted into text boxes? Ideally just on the left and bottom.

    Thanks

    Giles

    #204491
    hellovlad_
    Participant

    Hi there,
    Can you please help me figure out whether there is a way of copying/duplicating a portfolio item (meaning, its layout and settings)? I like how the showcase page for “Single Portfolio: Fullscreen Slider” is set up and would like to duplicate for all my portfolio entries, only switching out the actual imagery.
    Is there a way to do it?

    thanks a lot!

    #204469

    Ok, the search shows just products now, but the end result of the search it is still post like content, I want when you press the search icon after typing the name of product or press enter to sort the product in the shop with the image the cart button and so on, not as posts.

    Thank you in advance guys!
    Best wishes.

    #204467

    Thanks Peter.

    I am using the “Fullscreen Slider”, my mistake.

    I am trying to make the full screen slider cover the entire page and have the menu semi-transparent.

    Current quick CSS
    ———————————————————————————
    ..title_container{ display: none; }

    .content {
    padding-top: 18px;
    padding-bottom: 1px;
    }

    .fixed_header #main {
    padding-top: 0;
    }

    .header_color div {
    border: none;
    }

    .header_color .header_bg{
    background-color: rgba(255,255,255,0.3);
    }
    ———————————————————————————

    Your code works, but in order for me to make the images using a fullscreen slider appear at the very top of the page I have to add the padding code in: (otherwise they start below the menu.

    .fixed_header #main {
    padding-top: 0;
    }

    When I do this, it creates a gap at the bottom of the page, even when using a fullscreen slider.

    Any ideas?

    Thanks

    #204432
    kinnear
    Participant

    Hi

    I need to reduce the amount of white space on my homepage page. The website is http://www.fanfullaconstructions.com.

    On the homepage the area I want to reduce is between the 3 image and the testimonial slider

    can this be done?

    cheers Kinnear

    #204426
    Weka
    Participant

    Hello.
    I have tried various pieces of code from the forums but have had little success.

    I’m using a stretched layout and have used the following quick css code:
    1. removed the ‘you are here’ sub menu bar
    .title_container{ display: none; }

    2. changed the distance between items some items
    .content {
    padding-top: 18px;
    padding-bottom: 1px;
    }

    3. I am also using a full page slider.

    What I want to do is make the header (that has the menu items,) either
    1. transparent or
    2. semi-transparent.( I tried a semi-transparent PNG file but that didn’t work)
    This will allow more of the image to be seen (full page images used with slider) since a part of the image is placed behind the slider.

    I have tried the following code with a ‘small fixed header’, which successfully makes the menu transparent:

    .fixed_header #main {
    padding-top: 0;
    }

    .header_color .header_bg, #header_main {
    background-color: transparent !important;
    border: none;
    }

    .header_color div {
    border: none;
    }

    However, it also moves all the items below it up resulting in the menu overlapping the content below, and a space between the bottom of the image and bottom of the screen. I guess I need an amount of padding to be added below the menu to compensate for this.

    How do I:
    1. make the header transparent?
    2. make the header semi-transparent? (would like to try both)
    3. set the page content to where it was before I used the custom CSS? (just move it down)
    4. is there any code that can be added to the full width slider to make sure the image always fills the screen? – it currently has two fixed sizes and the option to use their original sizes?

    Link to image showing example:
    http://www.tiikoni.com/tis/view/?id=afdd169

    Thanks

    #204413

    Hey!

    Glad it is working now. Maybe a cache issue. :)

    Cheers!
    Ismael

    #204412

    Thanks

    I rebooted my macbook and it works now.

    cheers

    Kinnear

    #204410

    Hey!

    Glad it is fixed. :)

    Best regards,
    Ismael

    #204407
    This reply has been marked as private.
    #204405

    Hey!

    I was able to add images on the LayerSlider. Please check this: http://www.fanfullaconstructions.com/test-2/

    When you click the “Add Multiple Images”, give it a few seconds to load because you have a lot of images on the Media Library.

    Best regards,
    Ismael

    #204403

    Hi bentkd!

    You can use a 1/4 column side by side. Place the image on the first column then the social widgets on the second 1/4 column. You can also use two 1/2 columns side by side.

    Cheers!
    Ismael

    #204402
    This reply has been marked as private.
    #204401
    bentkd
    Participant

    Hello

    I’m trying to put two elements side by side in a column- however the element stretches to fill the entire column. I’m trying to put an image on the left in the column and a social media widget to the right as they are not that big and would fit the column. How would I go about doing that? I am trying to put the items side by side in 2/3 column.

    Example

    —–<image> <social media widget>—-

    Instead I get this
    ——————-<image>—————————–
    ———–<social media widget>——————

    Is there a way to do this?

    Thanks
    -Ben

    #204400

    Hi!

    Please try this instead. The code above works on my end.

    .avia-center-col a img, .avia-table a img {
    width: 100% !important;
    max-width: 100% !important;
    }

    This is what I see on Firefox:

    Best regards,
    Ismael

    #204398
    This reply has been marked as private.
    #204396

    Hi!

    Please try this to fix the avia table:

    div .avia-table img {
    width: 100% !important;
    max-width: 100% !important;
    }

    Regards,
    Ismael

    #204391
    This reply has been marked as private.
    #204388

    Hey kinnear!

    Please post the login details here as a private reply. We would like to inspect it. You can watch this video by Devin to learn more about the theme: https://vimeo.com/channels/aviathemes/64927359

    Cheers!
    Ismael

    #204386
    kinnear
    Participant

    Hi,

    I am trying to add images to the easy slider and when I click on the button nothing happens. The steps I am taking are as follows

    1. Click on the easy slider after I dragged it to the 1/4 column
    2. Click the add multiple images button (nothing happens)

    I also clicked the +plus button and I couldn’t change an image that button didn’t work either but that is most likely because I didn’t have an image to change. This seems so simple but I must be doing something wrong. I looked on your site do you have documentation on this, as I couldn’t find any.

    website details http://www.fanfullaconstructions.com

    cheers Kinnear

    #204374

    Hey!

    You can add this on your custom.css or Quick CSS to adjust the partner logo element on mobile view:

    @media only screen and (max-width: 767px) {
    .responsive #top .avia-smallarrow-slider .flex_column {
    margin: 0px;
    width: 100%;
    }
    }

    Best regards,
    Ismael

    #204372

    Hi!

    Please try to add this at the very bottom of custom.css or Quick CSS:

    #top #header .avia_mega_div > .sub-menu > li > ul > li a {
    width: 100%;
    max-width: 250px;
    }

    Regards,
    Ismael

    #204367

    Hi!

    The slider use for the Landing Page Style demo is the LayerSlider plugin which is natively included with the theme. You can Import the dummy data to check the example slider. The background image dimension is 1700x470px. This is an example of the background image use: http://kriesi.at/themes/enfold/files/2013/04/floor.jpg

    Watch this video to learn more about the LayerSlider: http://www.youtube.com/watch?v=ZY9SxVyugx4

    Cheers!
    Ismael

    #204362

    Hi!

    The images are pointing to your localhost:

    Regards,
    Josue

    #204325

    Hey David!

    It seems like the stylesheet (and many other links, resources of third party plugins and images) are loaded from a different domain (https://codelessme.com/hazelwood/ although your domain should be https://hazelwoodsoapcompany.com/). I guess you didn’t migrate the database properly. Personally I recommend to use a tool like: WP MIGRATE DB to export the database from https://codelessme.com/hazelwood/ and before you export the database use the domain replace feature/option to replace all occurrences of “https://codelessme.com/hazelwood/&#8221; with “https://hazelwoodsoapcompany.com/&#8221; in the exported sql file. Then delete the database of “https://hazelwoodsoapcompany.com/&#8221; and import the new sql file which was generated by the ” WP MIGRATE DB” plugin.

    Regards,
    Peter

    #204324

    Hey there!
    Actually, I’m more interested in the feature area slider on THIS demo:
    http://kriesi.at/themes/enfold/
    (Home v1 Landing Page Style).

    How can I achieve this slider size and look? I’m not interested in all the moving parts…just the image and the SIZE of the image. Please advise on slider type and settings in order to achieve this look AND what my image size/dimensions need to be.

    Thanks!

    #204319

    Can t do as this is an internal build

    I think to test you only need to look at a fullwidth page and change

    #top .fullsize .template-blog .post .entry-content-wrapper > * {
        margin-left: auto;
        margin-right: auto;
        max-width: 1100px;
    }

    then add images to a gallery and you should see the image gallery being left justified because there is a Float left somewhere
    Its really no big deal just that if you want to center like the title its rather difficult.

    Happy New Year again :)

    #204305
    Superbobrik
    Participant

    Hello!
    Could you please suggest how may I remove navigation container from all pages?
    Please refer to that screenshot to understand what I am talking about:
    http://img850.imageshack.us/img850/9057/plme.jpg

    #204287
    zerozendesign
    Participant

    Hi guys,

    Ran into a strange problem. Take a look at http://hazelwoodoapcompany.com and add something to the cart then checkout https://hazelwoodsoapcompany.com/store/shopping-cart/shipping/ EVERYTHING is being stripped. For some reason my multisite install did not switch image URL’s to hazelwoodsoapcompany.com and is instead retaining the original network URL for images. I am working on fixing that, but otherwise, all the quick css edits are not being applied to https:// any ideas?

Viewing 30 results - 98,641 through 98,670 (of 106,472 total)