Viewing 30 results - 88,471 through 88,500 (of 142,852 total)
  • Author
    Search Results
  • #708760

    Sure- I posted the page below or it can be accessed from the main nav “special events”
    i also posted the image above that may not be clear but it has three parts:

    1-the top part of the image is just showing the slider there…. when deleted- it’s gone.
    2- the middle part is what the section looked like BEFORE
    3- Last image shows what it looks like AFTER the slider is deleted.
    http://www.tiikoni.com/tis/view/?id=fdfadf5

    #708745

    Actually, the entire menu displays as black on desktop version and that looks better. Can you provide css for blck bkgrd with white links for mobile menu? Thank you.

    #708726

    Thanks Nikko, that worked. However, on mobile the text doesn’t flow underneath the photo, but stays right and creates a long and narrow column. I’m referring to the top entry of the page. I’m using nothing but image/text in the excerpt area for the other two, which I would rather not do. Can you suggest how to make the top entry look similar to the bottom two on mobile? Thanks! (BTW, the site was being moved to another server when you looked at it. It’s visible now.) Thanks again!

    -Pelyon

    THobbes
    Participant

    Hi enfold team,
    with a empty woocommerce cart the mobile tablet menu is not displaying correctly on boxed layout. If we have a product inside the cart, the menu and the number of products is corectly displaying on the cart icon. On our smartphone and desktop modus the woocommerce cart icon looks fine.

    What can we do? Please take a look.

    Thanks in advanced and best wishes
    Tom

    • This topic was modified 9 years, 4 months ago by THobbes.
    #708714
    kfranck
    Participant

    I have created anchor links, but they are not working correctly.

    I created the links with a page and then attached them to a menu link. When I click on the menu link, it takes me to the area, but not to the top of the anchor link. For example, it you go to my site (http://bladeelectionresults.com/) and click on menu link “Lucas County issues”, it will take you list but not to the top of the list (Lucas County Issues title).

    I created these links on the Index page using the Avia Layout Builder. If you go to the second Grid Row and look for “Lucas County Issues”, you will see the anchor link in text view.

    How can I fix this, so it goes to the title?

    Thanks,
    Kurt

    #708700
    mhiller
    Participant

    Could some one please take a look at the support topic link below and give me some more detailed instructions on where the code should be placed in the footer.php file and if additional code is needed elsewhere in the theme for this to work? I want to add a telephone number to the
    socket. Thanks. Mike

    https://kriesi.at/support/topic/add-text-to-socket-right-align-separate-from-copyright-but-same-line/

    #708693

    In reply to: Change Tab Font Size

    Hi Rikard,

    The font weights are definitely there for open sans. It just needed different CSS to make it work and I found a fix as below.

    /* Active Tab Color */
    #top .main_color .tabcontainer .tab.active_tab {
    color: #ffcc00;
    font-weight: 700;
    font-size:14px;
    }

    I also found a way to colour the Active tab background – without it changing the tab content surrounding frame – if people wish to do this. The Active tab colour ALSO carries over to be used in the mobile / responsive view and looks nice. Hope its helpful for others.

    .tabcontainer .active_tab {
    background-color: #1e2023 !important;
    }

    Screenshot for my CSS
    http://screencast.com/t/Le6aChYHxqd

    #708689

    In reply to: add "live" image

    I try to fix the scrrendesign of the landingpage. i have some errors with the grid look. can you please take a look here :) https://kriesi.at/support/topic/adapt-landing-page/

    All posts in the grid should have the same size (A) http://imgur.com/a/MHOTY

    #708680

    Topic: Enfold Image

    in forum Enfold
    Daryl
    Participant

    Hi,

    I don´t know why when I upload an image and use the option “IMAGE” in multimedia elements, this shows blur.
    The image have 300px x 400px and it shows blur when I show on mobile. If I show in PC there is no problem.

    If you see the link, with mobile, you can see that image of logo is blur.

    The curious is if I upload an image more big than 500px… it shows perfectly on mobile, but.. it’s so big for shows the web in PC.

    IMAGE SETTINGS is always without resizing. Always real size of picture.
    (in the wordpress media settings I removed the resize options and compression, but…the same result)
    ——————–
    Making another test…
    My image have 300 x 400px…When I show in my monitor and download my the image to my desktop… this image have 227 x 302 px.
    This is the size of another test image that I upload in first test. Is like the image module… recording the size and no puts the real size of my image.
    I was removed the image module and puts again… and the same result.
    I select the image, from image module and record the change and in the preview is correct… when I record the page or update…the image preview in the image module changes… and shows blur…and seems more big.
    I don’t know more, sorry.
    ——————–
    Can you help me?
    Thanks

    • This topic was modified 9 years, 4 months ago by Daryl. Reason: more information
    #708677

    Ah it works, Thanks. but i can also see whats going wrong.
    On tablet the theme resizes the picture. And the right and left of the pic are white in order to have a good graphic balans on desktop. On tablet the caption and button are now partly on the white part. Can you give me code to move the caption and button to the right, ONLY on tablet? The caption and button are made in full width easy slider.
    thanks in advance

    Dick

    #708670

    In reply to: Animation's issues

    Hi!

    Ok, I’ll try to explain more carefully.

    So, if you wipe your browser cache and go to my website, for the firts time you’ll see everything work like a charm, but try to reload the page and try to scroll from the top to the bottom (slowly). First of all you’ll see a little jump, gap o something like that when you arrive to “La nostra GALLERIA FOTOGRAFICA”, and if you continue to scroll down you’ll see the last icon doesn’t work well.

    Thanks

    #708668

    Hi,

    Yes, it should. What the code I gave do is to make the 2 columns become 2 rows (1 column), the Information (title) should be on top and the content bottom. Let us know if you applied the code, if it doesn’t work kindly provide a temporary admin access.

    Best regards,
    Nikko

    #708666

    Hey esemisanx,

    Kindly add margin-left: -45px in your code, it should look like this one:

    .iconbox_top .iconbox_icon {
        font-size: 45px!important;
        text-align: center;
        height: 60px;
        width: 60px;
        line-height: 44px;
        top: -34px;
        margin-left: -45px;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    #708660

    Hey image2site,

    Try to add this code in Quick CSS (located in Enfold > General Styling):

    #top #wrap_all .av-main-nav ul.sub-menu > li > a {
        background: #54600f !important;
        border-color: #54600f !important;
        color: #fff !important;
    }
    
    #top #wrap_all .av-main-nav ul.sub-menu > li > a:hover {
        background: #a5a5a5 !important;
        border-color: #a5a5a5 !important;
        color: #54006f !important;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    #708659

    Hey nelninio!

    Hey there,

    Please add and let us know if it is working

    @media only screen and (max-width: 767px) {
    .responsive #top .cart_dropdown {
        display: none !important;
    }
    
    .responsive #top .cart_dropdown.av-display-cart-on-load {
        display: block !important;
    }
    }

    Cheers!
    Basilis

    Hey connect4consulting,

    Try to check on this thread: https://kriesi.at/support/topic/move-search-icon-to-secondary-menu/

    Best regards,
    Nikko

    #708645

    In reply to: Compatibilidad Plugin

    Hi,

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #708635

    Hey!

    .page-id-143 html #top .all_colors .widgettitle

    should be working, based on the rest of the site.
    GIve it a try and let us know

    Regards,
    Basilis

    #708619

    Thanks! It worked but only when the slide in animation is over, giving a pop up effect to the button, can the size be changed during the animation too ?

    another issue i notice is the text “LONG TERM PROFITABILITY EMOTION FREE.” on the mobile view is quite small, how can we make the text bigger for mobiles ? desktop size is fine as is

    • This reply was modified 9 years, 4 months ago by yingyang.
    #708615

    Hey kilimats,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
    adjust the scale value from 0 to any number including decimal like 1.5 etc.

    #top .avia-slideshow-button {
        transform: scale(2);
    }
    

    Best regards,
    Vinay

    #708614

    In reply to: Tabs on Mobile

    Hi,

    Try to add this code:

    #top.page-id-102 #cloud-solutions .tabcontainer .av_tab_section .tab.active_tab {
        background-color: rgb(5, 78, 183) !important;
        color: rgb(255, 255, 255) !important;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    Hi Angeloca,

    Thanks a lot for sharing that, I’ll tag Kriesi for the topic so that he can have a look at it.

    Best regards,
    Rikard

    #708607

    Hi Heathcliffe,

    Great choice of naming the topic, made me chuckle :-)

    Could you post a link to the site in question so that we can take a closer look please? A screenshot or two might help us to see the problems more clearly as well.

    Best regards,
    Rikard

    #708603

    Hi,

    Great, glad you got it working :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #708595

    Hi Triceratops,

    I think that should work yes, could you try it to see if it works? Otherwise we can give you a function to use.

    Best regards,
    Rikard

    #708593

    Okay…. I sorted it out after altering a few items. Somehow the General Styling does not affect all Footers equally. I have somehow continue to make exceptions for each footer on WordPress. Long story.

    The only problem I have left now is the Home Page footer, it won’t get the Top and bottom border for the headers. The other pages are fine. Any ideas? Can you give me the CSS code to do that for that particular page ID?

    #708590

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #708588
    yingyang
    Participant

    Found a similar topic but the code didnt work https://kriesi.at/support/topic/enfold-full-screen-slider-button-size/

    We need the full screen slider button on our homepage to be 2x bigger, thanks !

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #708562

    Hi,

    Great, glad you got it working :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 30 results - 88,471 through 88,500 (of 142,852 total)