Viewing 30 results - 88,651 through 88,680 (of 142,852 total)
  • Author
    Search Results
  • cd2s
    Participant

    Hello

    I am working on a website and am using (or would like to use) the Masonry element with blog posts to display stockists and make them sortable by State.

    I did hide the title of the element as well as the date via css as they are not required. It all works fine until I add a hyperlink to the excerpt, then the sorting/filter does not work anymore. The posts just disappear when I click on a filter option.

    I will post the link to the page and access details below. Currently I did not add any links and it works. If you go in and add a link to any of the “Stockist” posts resp in the excerpt, it will stop working…

    Thanks so much for your help.
    Corina

    #706963

    Hi,

    Yes, I can tag our german speaking moderator for the topic. Was there any particular part you didn’t understand? I can try to explain it in another way maybe.

    Best regards,
    Rikard

    #706951

    Jordan
    I found this post in the forums from Ismael:

    https://kriesi.at/support/topic/can-we-move-or-expand-the-search-bar/

    this is exactly what I am wanting to do. The key differences are that I would like a menu below the logo and search bar, and that I would like it completely responsive and then disappear on mobile

    #706948

    Thank you Ismael, that works perfectly – topic can be closed now !

    #706946

    Hi,

    Just let us know if you need assistance related on this topic :)

    Best regards,
    Nikko

    #706907

    In reply to: Cart won't add items

    Hey mulligan101,

    You have already posted a thread with the same topic. I’ll be closing this thread.

    Best regards,
    Nikko

    #706903

    Hi,

    Here’s the list:
    blog (parent) – #top.category-blog
    blogs (single post) – .single-post

    event (parent) – #top .post-type-archive-tribe_events
    events – .single-tribe_events

    Best regards,
    Nikko

    #706898

    Hi,

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

    This code is for removing white border (left and right).

    div .products .product {
        margin: 0 !important;
    }

    This code is for the text to go up 3px.

    #top .av-product-class-minimal .inner_product_header {
        padding-top: 7px;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #706880
    DickZirkzee
    Participant

    Hi there,

    see https://www.debeweging.info/over-dick-zirkzee-coaching/

    On tablet On the page “Over Dick Zirkzee”, the tagline and button are shifted to the right. Its ok on desktop. Can you give me the code to show
    it right on tablet without influencing desktop and smartphone appearance?
    thanks
    Dick

    #706876
    DickZirkzee
    Participant

    Hi there,
    http://www.debeweging.info, see home page.

    On smartphone the tagline is so big it covers the photo. Its ok on desktop and tablet. I created a separate text element below the photo. Can you give me the code to show this only on smartphone and to prevent the current tagline showing om smartphone and the other way around to not show the added text element on desktop and tablet? Can you provide code and tell me where to put it, or do it yourself, see in private window.
    Nikko that something similar in topic: Website not right on phone #699899
    thanks

    #706873

    Hi Lyse,

    I will keep this thread open if you see any issues related to this topic just post it here :)

    Best regards,
    Nikko

    #706870
    goforyourdreams
    Participant

    I have an ad banner added on some pages between the header and the main content. I want the background of the DIV that contains the banner to be white. Right now it’s transparent and the main site background image is showing through.

    I tried the following code and it didn’t work:

    #wrap_all { background-color:white!important; }
    #AdThrive_Header_1_desktop  { background-color:white!important; }
    

    Your help is really appreciated!

    #706864
    johnmac1967
    Participant

    Hi, I really hope you can help. I need to urgently get wooCommerce Sensei plugin working with Enfold but it’s not showing correctly. When I revert back to the stock 2016 or 2015 themes it works fine.

    I’ve looked at previous tickets such as https://kriesi.at/support/topic/is-enfold-compatible-with-sensei/

    I also tried adding the files from this link http://www.mediafire.com/file/q4daps2j7iq9a24/sensei_with_sidebar.zip but I believe that may be too old now.

    Can Enfold work with Sensei? The site is on my local drive and I’m so short of time that I can’t upload it just now but this is really urgent as if I can’t get Sensei working I’ll have to ditch Enfold and start again almost from the beginning which will be a complete disaster.

    Thanks for any help.
    John

    #706861

    Hi,

    I think the problem is similar to this one: https://wordpress.org/support/topic/recaptcha-not-showing-up-in-contact-form-anymore-after-the-upgrade/

    You might need to disable all plugins except Contact Form 7 and try to check if it resolves the problem, if it does, try to enable other plugins one by one to identify which one is causing the problem. Hope this helps. :)

    Best regards,
    Nikko

    #706850

    Hi Elsa,

    You’re very much welcome :)

    I have replaced the code above which is in Quick CSS to this:

    #top select#media-attachment-filters,
    #top select#media-attachment-date-filters {
        height: 32px !important;
    }
    
    #top .media-modal-content .media-sidebar .setting .name {
        max-width: 100% !important;
        text-align: left;
        width: 100%;
    }
    
    #top .media-modal-content input[type="text"], 
    #top .media-modal-content textarea {
        margin-bottom: 8px;
    }
    
    #top .media-modal-content .compat-item .label {
        border: 0;
        margin: 0 0 8px;
        text-align: left;
        width: 100%;
    }
    
    #top .media-modal-content .compat-item label span {
        text-align: left; 
    }
    
    #top .media-modal-content .compat-item .field {
        border: 0;
        float: none;
        margin: 0;
        width: 100%;
    }

    The issues should be fixed, let us know if this is good on your end also.

    Best regards,
    Nikko

    #706835
    Casualmonkey
    Participant

    Hello Kriesi and Enfold family.

    Disclaimer: I’m not good with coding.

    I hope you can help me with a problem regarding fonts. I have searched the web and found to fonts I would like to use on my website.

    Crimson Text Regular for all headings and Source Sans Pro Regular for all normal text. Both Google fonts.

    I have looked at the documentation file here:

    and another support post here:
    https://kriesi.at/support/topic/add-new-font/#post-234710

    But for some reason I can’t get my head around it..
    I would love to be able to select them from the drop down menu in Enfold –> Generel styling –> Fonts or Enfold –> Advanced styling.

    I have tried to insert some code in the functions.php file and custom CSS. But the I can’t solve the problem.

    Have you by any chance made a video of this, or a really easy guide to follow? :)

    I hope you can help me.
    Kind regards,
    Gustav

    • This topic was modified 9 years, 4 months ago by Casualmonkey.
    #706829

    Topic: Top margin on page

    in forum Enfold
    nonne
    Participant

    Hey guys

    Please refer to private content for this website I am building for a customer.

    I am trying to make a little space above the header. Using the large separator I want the logo to be same vertical size as separators, so I cannot just adjust logo image.

    I have tried to ad an empty top bar (the one for social icons, extra phone etc), but I cannot control the height of it. Is that possible?

    Another solution could be to make a top margin or padding on all pages?

    Any suggestions.

    Thanks in advance :-)

    Okay, revisiting this, because the plugin I am using is not responsive on a cell phone – client doesn’t like how timer scrolls down to two lines at about 560 pixels – should shrink instead to go full accross.

    Can I do this with Enfold’s Countdown Timer and have it “stick ” to top bar – see how plugin is stuck at top Now? Can I do that with Enfold timer?

    #706787

    Hi,

    here you go:

    1.) + 2.):

    .blogsubmenu .avia-menu-text {
    font-size: 10px;
    height: 100px !important;
    }

    3.):

    .blogsubmenu .menu-item-top-level-1 a {
    background-color: red;
    }

    Adjust level number as needed.

    4.):

    .blogsubmenu .menu-item-top-level-1 a:hover {
    background-color: black;
    }

    Adjust as needed.

    Best regards,
    Andy

    #706771
    chesapeakecontrols
    Participant

    Trying to add a custom social icon I added using the documentation http://kriesi.at/documentation/enfold/custom-social-icons/ however I didn’t see the option under the social profiles until I added to to register-admin-options.php. The hover option doesn’t seem to be taking effect the code show on the documentation didn’t appear to be correct so I used what i thought would work and neither did.

    Also whats the best way to keep this option when updates apply.

    `function avia_add_custom_social_icon($icons) {
    $icons[‘Teamviewer’] = ‘teamviewer’;
    return $icons;
    }
    add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);

    #top #wrap_all .av-social-link-teamviewer a:before{
    content: “”;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    background: url(http://chesapeakecontrols.com/testing/wp-content/uploads/2016/11/teamviewer1.png) no-repeat center center;
    background-size: contain;
    filter: url(filters.svg#grayscale);
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome & Safari 6+ */
    }

    #top #wrap_all .av-social-link-teamviewer a:hover{
    filter: none;
    -webkit-filter: none;
    }

    #706759
    tomasderrig
    Participant

    hi guys,

    we uploaded the logo 340px * 156px it only shows on mobile devices, on desktop we see the default blue hexagon.

    how do we fix, ideally i don’t want to do in the code. We have cleared the cache, etc

    thanks,
    Tom

    #706755
    yingyang
    Participant

    Trying to do something similar to this but instead have the text above the button https://kriesi.at/support/topic/button-in-promo-box-under-the-text/

    #706731

    Hey ducani,

    use this code inside Quick CSS field:

    main.content.units.av-content-full.alpha {
    margin-top: -50px;
    }

    and adjust as needed.

    Best regards,
    Andy

    #706729

    Hi Rikard,

    I have updated all plugins and updated WP to 4.6.1. I have deactivated all plugins also and the issue is still there.

    BTW on desktop I don’t get the girl emoji but a square icon instead. (below)

    desktop

    When clicking the menu icon nothing happens but the icon changes to a cross:

    On click

    I hope you can help, as this problem renders my site unusable on mobile.

    Thanks again,

    Steve

    #706721

    Topic: Tabs on Mobile

    in forum Enfold
    WP Turned UP
    Participant

    Hello. I used this post to stack that tabs…accordion style. It works great, but I need some help to make the styling look the same as on non-mobile. Specifically, the background and text, of the active/open tab TITLE doesn’t retain it’s color properties.

    Please see this image that shows the issue.

    Thank you,
    Ryan

    Uros
    Participant

    Hi I have implemented your code that I find here https://kriesi.at/support/topic/sidebar-navigation-highlight-anchor-when-user-scrolls/ but i dont understand the part what class do I need to change it is name

    #706707
    #706695

    Hi,

    try this code inside Quick CSS field:

    .avia_desktop .av-hover-overlay-active .av-masonry-image-container {
    opacity: 1 !important;
    } 

    Unfortunately I don’t think it would be possible to target portrait images only. We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)

    Best regards,
    Andy

    #706692
    miraikojima
    Participant

    How can i make an one page site with divide all section content to a top menu ?
    i can't see anything near my goals.

    Cheers. Mirai.

    Dear supporter,

    How do I make sure that elements display on top instead of next to each other on mobile? Now, my homepage shows elements squeezed together to fit them both on the screen (next to each other). Texts is now hard to read since only one word is on one line.

    I have both 1/2 elements sitting inside a content-section and isolated; not embedded in any other element.

    Thanks in advance for reaching out to me!

    Regards

    Rachel

Viewing 30 results - 88,651 through 88,680 (of 142,852 total)