Viewing 30 results - 141,871 through 141,900 (of 142,928 total)
  • Author
    Search Results
  • #125870

    Its Ok…. sussed it out.

    For those interested in knowing how to do the gallery with no borders without playing with CSS.

    Just add a basic text block from the builder, add media, select or upload photos, create a gallery (on top left), create gallery, Done!

    Its basic and has no rollover effect but thats how its done.

    I assume the others in the demo have been tinkered with in CSS but if I find out ill share the news although I suspect im the last yo know and youve already worked it out yourself. Still always good for someone new I guess

    cheers

    #125822

    In reply to: Quform

    Hi,

    Please add this on your custom.css or Quick CSS

    #top input[type="text"] {
    margin-bottom: 0;
    }

    .iphorm-inner.iphorm-inner-1 > br {
    display: none;
    }

    Regards,

    Ismael

    #25143
    Scott
    Participant

    I am so happy you added the Ajax Portfolio to the Enfold theme. I have had no problem adding the items I want but for some reason, when adding a video, it only opens up in lightbox. When I use the same Ajax Portfolio in the Choices theme, you click on the featured image, just like you do for a picture, and slides to the top and gives a brief description of the video. In Enfold, you click on the image and it just opens in lightbox instead of suing the Ajax feature. Hope that makes sense.

    Am I doing something wrong? I have even tried adding preview images.

    Scott

    stats4stem
    Participant

    Hi,

    Here is a link to my issue (image provided):

    http://www.helpwithstats.com/?page_id=222

    Essentially, in the enfold theme, how do I:

    1. Remove the top bar above the header

    2. Reduce the whitespace found across all pages between the menu and text

    3. Reduce the white space above and below the horizontal ruler.

    Is there is some css code that I can drop into the “Quick CSS” box to help with these modifications. For 2 and 3, I can do some trial and error with the code to find what is right.. just need some help with code :)

    Thanks!

    #25131
    andypeck
    Participant

    Hi there,

    on your demo page (ive not installed it as im building from afresh) and I see you have several galleries on this page that are different to the default regarding the thumbnail borders

    the top gallery has no border at all but has a fine margin between each image. How do I replicate but also do it so that it doesnt wreck the other galleries on that same page if I create another (with borders this time). Just like this page.

    Also, how do you replicate the others with a different margin to the borders. Am I missing a setting somewhere in the builder or does it all have to be done in CSS. Either way, how do i create this page?

    cheers

    Andy

    #25127
    DesignerKen
    Participant

    I edited the loop-index.php file by placing (includes > loop-index.php) in my child theme folder and editing the code according to this post.

    https://kriesi.at/support/topic/using-excerpts#post-119165

    This is indeed render the listing with an excerpt. But when I click the “read more” link I see in the URL its the single post but only the excerpt is displaying not the full post.

    #125530

    Thanks. I think it really seems to be intended to work that way, which is sad. Thanks again for the quick reply.

    #125415
    #125529

    Hi rhunecke,

    I believe the color section only works as a full width element. I’ll tag the topic for Kriesi to get confirmation for sure but I’m fairly sure its only intended to be a full width element in layouts.

    Regards,

    Devin

    #25123
    Daniel
    Participant

    Hello,

    I have no idea where this is in the code or how to do it, but I would greatly appreciate some help on this one.

    Basically in Enfold with WooCommerce installed, when you add a product it adds the nice ajax symbol top right of the shopping cart and then you can hover over it and see the items you have added and view cart and checkout.

    If you hover over those items you can then click on them and be taken to that product.

    Due to the fact I’m building a course website and have used ‘add to cart’ buttons and not actually the product pages. I want it so I can’t click on the items in the cart widget (ajax thing) I want it so people can just use it as a reference to see what’s in their cart and click to checkout or see cart etc..

    So in short I just want the items to still show exactly how they are but not hyperlinks or.. clicking on the items takes me straight to the cart and not the product?

    Hopefully that makes sense, been trying to find out where it’s putting the link tags then I could properly nut it out, but I’m here as a last resort.

    Cheers,

    Daniel :)

    #25118

    Topic: Mobile Tables

    in forum Enfold
    Scott
    Participant

    Hello Kriesi Team –

    I have a problem with the tables being viewed on mobile devices. I have searched the forums and read about a similar problem here:

    https://kriesi.at/support/topic/problem-with-table-layout-in-mobile-devices

    But there was no solution. I have rebuilt the table, centered the columns and still the first column header is missing and all the other headers shift and that causes a real problem. On our rope page, it appears as if our Tensile Strength is None. You can my table here:

    http://www.litrotechnologies.com/futureglo/ropes-thread/

    http://www.litrotechnologies.com/futureglo/hard-hats/

    Any suggestions? I have just updated to 1.7 and rebuilt the rope table using 1.7.

    Scott

    #125768

    Hi,

    Please follow this link, look for Nick’s instruction.

    https://kriesi.at/support/topic/youtube-icon

    The process is a bit complicated right now.

    Kriesi said he will make it possible to add your own icons on future updates.

    Regards,

    Ismael

    #125584

    Hi,

    It is a bit complicated. You should probably use the Full Width Slider.

    You can try this

    @media only screen and (max-width: 767px) {
    .ls-wp-fullwidth-container {
    height: 300px !important;
    }

    .ls-wp-container {
    height: 300px !important;
    width: 100% !important;
    }

    .ls-inner {
    width: 100% !important;
    height: 300px !important;
    }

    .ls-layer.ls-active > .ls-bg {
    height: 300px !important;
    margin-top: -150px !important;
    }
    }

    Regards,

    Ismael

    #25116
    travistrue
    Participant

    I want to remove the images on the post page and archive pages. I used the following CSS to take it off the post page (#top.single-post .big-preview.single-big {display: none;}. How would I do the same for the archive pages?

    #125725

    Hi,

    here’s a thread which explains very much in-depth how the megamenus work

    https://kriesi.at/support/topic/couple-problems-with-mega-menu-formatting-and-structure#post-112541

    Especially Devin’s answer second from bottom is very helpful.

    Best regards Katharina

    #125314

    In reply to: Button Text Color

    Hi,

    This looks like what you are looking for

    Style Attribute {
    color: #FFF;
    }

    Strange selectors, but below that there is purple, then dark grey, then electric blue. Wow a whole smorgasbord of color.

    Very nice site. You should add it to the showcase page https://kriesi.at/support/topic/enfold-showcase

    Thanks,

    Nick

    #25110
    timbaba
    Participant

    I have arranged my landing page as a group of eight categories that link to the sub-categories, which then link to the array of products in that category. But on that last page the image of that sub-category appears side to side at the top. How to remove that image and replace it with a heading? That image, which I discovered by inspecting the element with Chrome, appears to be a category-thumb…

    Thanks,

    Tim Garvin

    Enfold theme

    #25108
    DavyE
    Participant

    Hi, I have a small conflict with an admin theme. As seen here: http://i.imgur.com/UGLsPRt.jpg?1

    Basically, I would just need to increase the top padding of the Avia lightbox when adding shortcodes, so it comes below the overlaying theme panel. Could you assist me in finding where to increase that padding please?

    Thank you!

    #25102
    next_thomas
    Participant

    Hi,

    I have a static image at the top of my homepage, right under the header.

    I’d like to add transparency ‘under’ that image, so that we can see the background image.

    How could I do so?

    In the meantime, I created a colored section with a custom background, but of course we see it’s a different image and the overall layout looks like a puzzle!

    http://goo.gl/3FqWy

    Thanks,

    Thomas

    #125695

    Default gallery shortcode – also doesnt work in bbPress topic page (((

    #124770

    It’s okay I can borrow a windows laptop, in windows what’s best ?

    pwilhelm
    Participant

    I’ve got two pretty small problems with the Team Members part of the builder.

    1. Tooltips hover with sentences break to several lines because of the width, but when I have a tooltip with an e-mail address (which is one line) the box doesn’t follow the text. The text displays, but you can’t really see what it says because the background color box stops at a certain width. Is there any workaround for this?

    2. Also, is it possible to do a mailto: in the link field. I haven’t managed to figure out how.

    Thank you for a great theme btw :)

    #24969
    dmiklus
    Participant

    Hi guys! When I try to hide the header of the blog page (Don’t display the header) is still there! The same problem if I try to hide the footer (Display only the socket)!

    The version of the template is the last one! I can’t send a link because still working locally on my laptop!

    Maybe it’s a bug?

    #125569

    Hi,

    You can adjust the size. Add this on your custom.css or Quick CSS

    #top .fullsize .template-blog .post .entry-content > * {
    max-width: 900px;
    }

    Regards,

    Ismael

    #125694

    and second question :

    there is no Forum page in the Demo content , so , please tell me :

    How I can place some text before Topic list and search window at the top of Forum like on demo ?

    thx

    Hi,

    Here’s the demo website code:

    [av_section color='alternate_color' custom_bg='' src='' position='top left' repeat='stretch' attach='scroll' padding='default' shadow='no-shadow']
    [av_textblock]
    <h2 style="text-align: center;">In case you need help</h2>
    <p style="text-align: center;">Here are several ways to contact us</p>

    [/av_textblock]

    [av_hr class='short' height='50' shadow='no-shadow' position='center']

    [av_one_third first]

    [av_icon_box icon='59' position='top' title='Need Support?']
    Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.
    [/av_icon_box]

    [/av_one_third][av_one_third]

    [av_icon_box icon='122' position='top' title='Presales Question?']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.
    [/av_icon_box]

    [/av_one_third][av_one_third]

    [av_icon_box icon='56' position='top' title='Check Forum']
    Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.
    [/av_icon_box]

    [/av_one_third]
    [/av_section]

    Just insert it into the “standard editor” html field, save the post and switch to the advanced editor.

    #123805

    If you refer to the page title which is visible in the tab I’d suggest to use: http://wordpress.org/plugins/wordpress-seo/ – it allows you to change the title for all archive, search, etc. pages. If you want to use Yoast please read this thread too https://kriesi.at/support/topic/seo-site-title#post-117261

    #114943

    @fotomaster

    1) Try to change the file names to LayerSlider-ru_RU.mo and LayerSlider-ru_RU.po

    2) If it doesn’t work try Kriesi’s suggestion: https://kriesi.at/support/topic/how-to-insert-slide-show-with-layerslider#post-118722 – by going this way you can l install LayerSlider as “plugin” and WP should load the right textdomain files.

    #123534

    1) Use

    .page-id-1700 #av_section_1.avia-builder-el-8 {
    background-image: url(https://www.andypeck.co.uk/wp-content/uploads/2013/06/trx_border.png) repeat-x !important;
    }

    2) Insert following code into the quick css field

    .home .special-heading-inner-border {
    display: none;
    }

    3) Insert following code into the quick css field and change the margin-top value:

    .home .avia_sortable_active .isotope {
    margin-top: 10px;
    }

    #25074
    Denis
    Participant

    hello ,

    just created Forum and topic inside.

    I try to make icon box and button inside topic but nolucky .

    shortcodes doesn`t work inside topics.

    can you help me ?

Viewing 30 results - 141,871 through 141,900 (of 142,928 total)