Viewing 30 results - 89,221 through 89,250 (of 142,845 total)
  • Author
    Search Results
  • #700960
    norcalnathan
    Participant

    Hi,

    If you look at this site’s page, you will see all of the images going down the left hand side have small white margins on the top and bottom of the images. I am using the following css in the css image property for each image. How can I get rid of the white margin at the top and bottom so the box shadow is flush with the image?

    /* pic shadow */
    .picshadow {
    box-shadow: 0 0 30px black, 0 0 0 1px gray;
    }

    Thank you!

    Nathan

    #700954

    Topic: Blog page not working

    in forum Enfold
    mbwriad23
    Participant

    I am using the Enfold Child Theme, and I can’t get the blog page to show properly using the masonry display. A friend sort of fixed the problem, and she had this to say:

    “It appears that it is NOT your hosting, but something going wrong with Enfold. I have managed a work-around that honestly is good enough, but if you want to dig deeper you can put in a support ticket with Kriesi.
    I created a new page called Musings and put your blog posts there. Every time you add a new post, it will appear on that page just like it’s supposed to.
    The setting I had to change was in the Enfold Child – pointing the blog setting to nothing. When I tell it to point a page (ANY page), it tries to grab some cached thing. I’m sure there’s a way to stop that, but it’s going to take more investigation than I have time.
    My work-around was to just have a new page with a regular ol’ link to it in the menu.
    Looks good now! And the preview and update work like they’re supposed to. ”

    So I made a new post and posted it. The masonry display is again not working, and now the featured image won’t work. It seems like this theme keeps breaking bit by bit.
    Can you help? If I can’t get you to help, I’m going to have return this theme, having wasted literally days and days trying to make it work.

    The page in question is https://margaretsloan.com/musings/

    #700950
    mailworm
    Participant

    Dear Kriesi-team,

    I am close before finalising a new website based on Enfold. Curiously I am having an issue with the header_meta being twice its usual height. When I make use of the following (found in another thread) it doesn’t help at all, it only “shifts” the issue (see screenshot).

    #header_meta, #top #wrap_all .social_bookmarks li {
    max-height: 30px;
    }

    Kindly advise on how to fix that. We would like to go live at the weekend.

    Thank You very much in advance,
    Thomas

    #700947

    I don’t want to mess with the Enfold theme menu that much…it is nice. But is there a way to may an item “Portfolio” toggle to open menu links to various portfolio pages? It would be neater than having a growing list of portfolio links.

    I have found things on the support forum (https://kriesi.at/support/topic/widget-sidebar-menu-how-to-make-it-into-drop-down-list-or-accordion/) that referenced plugins and actually creating accordion sidebar widgets. I did try one menu plugin which really messed up the theme. The login information is updated below.

    • This reply was modified 9 years, 5 months ago by dibooth.
    #700925
    Snerp
    Participant

    Hi,

    when I added a colour section at the top of my page it caused padding gaps to all the grid rows below. The grid rows are set at “0” padding and worked/looked as expected until I added the colour section.

    It’s hard to explain but if you go to the website you will see what I mean.

    Is this a glitch that can be resolved?

    #700921
    cpetroff1321
    Participant

    Hi, I read this post – https://kriesi.at/support/topic/add-h1-tag-to-category-pages/, and I am trying to do the same thing – add a H1 tag to category pages. However, I cannot locate the code referenced, and wondering if there was a change to the archive.php file since this was posted. The closest I could find was this:

    echo “<div class=’category-term-description’>{$tds}</div>”;

    Thanks,
    Christine

    #700918

    In reply to: Testimonials Plugin

    Hey pankaj_mangal,

    we’re sorry, but we have no experience about a plugin with such functions. You would need to search by yourself for something like this. Here is our recommended plugin list for Enfold: https://kriesi.at/support/topic/recommended-plugins/

    Best regards,
    Andy

    #700905
    havi
    Participant

    Hi guys!

    For some reason, I can add a product to the cart, but when I go to the cart it’s empty (on every browser except for Safari on a Mac – particularly, my Mac), it displays the following message “Your cart is currently empty.” and if I try to go to Checkout from the Cart icon, it doesn’t go anywhere.

    Help!!

    Here’s the link for one product: http://bodasyweddings.com/product/boho-chandelier-earrings-aretes/ (built with ALB) and the other product: http://bodasyweddings.com/product/test-product/ (plain Woocommerce product)

    Woocommerce is on Sandbox mode right now as I was testing with Paypal Support and we had to stop.

    Please, let me know if you need the credentials to login to the site.

    Thank you!!!

    Havi

    #700904

    Hi,

    try this code:

    #top #header .avia_mega_div > .sub-menu > li > ul > li  a {
    line-height: 24px !important;
    }

    and adjust if needed.

    Please open a new ticket for a new question.

    Best regards,
    Andy

    #700889

    In reply to: Icons

    Hey lech07,

    Please refer to this page http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    Before downloading a new package rename the fontello icon package on the top right of the fontello download page.

    Let us know if you have any issues.

    Best regards,
    Vinay

    #700887
    #700877
    Belcuore
    Participant

    Hi Kriesi’s

    I would like to connect an icon box with a picture above. There has to be no space between them and the top of the icon should cover the picture (with its half).
    Please can you help me with that?

    Thanks in advance,
    Marco (Belcuore)

    #700848

    Topic: Top logo overlaps

    in forum Enfold
    cipriana
    Participant

    Hi, I have a logo on top with a text line below, but on mobiles and when I make scroll, they overlap.
    I´m sending you 2 screenshots.

    To create the text line below the logo I put in quick CSS this code:
    span.subtext {
    position: absolute;
    top: 30px;
    left: 12px;
    color: #000000
    }

    span.subtext {
    font-size: 10px!important;
    }

    And in functions I put this code:
    add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
    function kriesi_logo_addition($sub) {
    $sub .= “COACH – TERAPIA GESTALT – CONSTELADORA”;
    return $sub;
    }

    Could you tell me what I´ve made wrong?
    Thanks!

    #700842
    gdg161987
    Participant

    I have several pages with columns including the setting Margin-Top -400px. On the desktop the column overlapse nicely the background image. When i crop the browser on my desktop, it is also perfect (screenshot) But when i browse to the same page on my Samsung S7 the column is sliced in halve.. (screenshot)

    Can you help me?

    #700834
    caroberto6
    Participant

    Hi,

    I have a page, where I showed FP-page social items using blog posts element (green section: 10 social container/1 post), but I changed to the portfolio grid because in this way I can manage better my social items (brown section: 1 social container/1 portfolio item).

    I put the social container code into the portfolio item’s excerpt, and then show only the excerpt in the grid:
    <div style=”text-align: center;” class=”social_container”> <div class=”fb-page” data-href=”https://www.facebook.com/jozsibacsigondolatai/ data-width=”380″ data-hide-cover=”false” data-show-facepile=”false” data-tabs=”” ></div> </div>

    Then I used the next shortcode to adjust the portfolio grid elements to the social container:
    .grid-entry .inner-entry { box-shadow: none;
    }
    .grid-content, .grid-content * {
    background: transparent!important;
    }
    .grid-entry .inner-entry { background: transparent !important;
    }
    .grid-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    height: 130px;
    }

    These are worked quite well, but the only problem, that the bottom-padding in mobile view is small between the social containers (brown section) compare to the blog element solution (green section). The padding is fine in the desktop browser. I had a similar issue with a mobile view here, but you solved it too: https://kriesi.at/support/topic/margin-disappears-in-mobile-view/

    Could you help to increase the space between the social containers in the grid solution in mobile view?

    Thanks in advance!

    Best regards,
    Robi

    #700831

    Hi,

    Please change your code to following one

    #advanced_menu_toggle:after {
    content: "Menü";
    font-size: 14px !important;
    left: 3px;
    position: absolute;
    top: 0;
    left: -30px;
    }
    
    

    Best regards,
    Yigit

    #700822

    Das ist ok der code, funktioniert. ich habe einen Text zum Mobile Menu Icon hinzugefügt
    #advanced_menu_toggle:after {
    content: “Menü”;
    font-size: 14px !important;
    left: 3px;
    position: absolute;
    top: 20px;
    }

    möchte das der Text links neben dem Icon angezeigt wird und nicht darunter

    #700817
    kthompson
    Participant

    Hi, I need to include some styling the search return page : amending the format to include a right column and change the order of elements (returns at top followed by “new search”), changing the default copy. Is the only way to do that through editing the search.php page?

    • This topic was modified 9 years, 5 months ago by kthompson.
    #700807
    FlukePhotography
    Participant

    Hi, I’m working on my site linked separately

    on the home page on the fullscreen slider at the top, there are two images which scroll, the first one has a pink button in the caption saying ‘watch video’ – at present, the link sends me to youtube where the video is hosted, however I’d like it to open a video lightbox without having to leave my site. I know it’s possible to have the video play as the slider scrolls through but as it’a a longer video but I’d like visitors to choose if they want to watch it rather than it play automatically because I think a 2 minute video playing all the time might get annoying.

    Cheers :)

    #700776

    Hi Vinay,
    the top and bottom black space isn’t inside the video.
    I need to show the video full width without the black space.
    Thanks,
    Rosa

    #700770
    #700766

    Topic: hover color menu

    in forum Enfold
    Uros
    Participant

    hi,

    i use this code to color background of level 1 main menu

    .menu-item-top-level-1 a {
    background-color: #adb8c1!important;
    }

    i want it vice versa, i want that color to appear on hover

    i tried this code for hover

    .menu-item-top-level-1 a:hover {
    background-color: #adb8c1!important;
    }

    wrongjon
    Participant

    Hi

    We have a grid of team members and each grid item includes a toggle element that when clicked shows the persons bio.

    Right now when the toggle opens all the content/rows below get pushed down

    Is it possible to have the opened toggle container show but overlay (on top) of the other content. Would this cause any issues?

    I’ve tried setting the .js_active .toggle_wrap z-index to 999 but no joy

    any ideas please :)

    Thanks so much
    J

    #700741

    Hi louisziegle!

    Please refer to my post here – https://kriesi.at/support/topic/search-icon-on-mobile-devices/#post-589759

    Best regards,
    Yigit

    #700718

    Hi joax,

    I think that is the default behaviour to be honest, but maybe a search for the problem would help you find a solution? I found this for instance: https://wordpress.org/support/topic/not-show-for-all-out-of-stock-products/

    Regards,
    Rikard

    #700714

    In reply to: Styling burger menu

    Hi,

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

    #top #wrap_all #av-burger-menu-ul li {
        font-size: 25px;
    }
    

    Best regards,
    Yigit

    #700712

    Hi,

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

    .logo {
        top: 15px;
    }
    

    Would you like to change caption text when slider is displaying third slide? If so, Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Yigit

    #700706

    In reply to: tema Enfold duvidas

    Bom dia Ismael!
    Acabei de criar um tópico no forum obrigada!
    Aguardo
    Debora

    #700699

    Hey DickZirkzee,

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

    @media only screen and (max-width: 767px) {
    .responsive #top .slideshow_caption h2 + br {
        display: none;
    }
    .responsive #top .slideshow_caption h2 {
        margin-bottom: 0;
    }
    #top .avia-slideshow-button {
        margin-top: 0;
    }}
    

    Best regards,
    Yigit

    #700681

    Hi,

    I have replied to your thread – https://kriesi.at/support/topic/i-dont-want-horizontal-scroll-on-a-single-page-how-to/
    Let us continue there :)

    Best regards,
    Yigit

Viewing 30 results - 89,221 through 89,250 (of 142,845 total)