Viewing 30 results - 84,361 through 84,390 (of 142,552 total)
  • Author
    Search Results
  • #744536

    Hi Nikko!
    Thank you for you fast help!
    It worked, but in the case where “toggle content” is linked the top-line still exist.
    Best Regards, Marcin

    #744535
    digideluxe
    Participant

    Hi,

    When creating new pages, rather than publishing with the name typed at the top of the edit page, it uses a default.
    EG: http://www.doclands.com/?page_id=182

    I have tried unsuccessfully to change the permalink to read: http://www.doclands.com/sponsorship
    It appears to be treating the page as more of a post

    Any insight as to why my pages are not being named properly will be greatly appreciated!

    Thanks,
    Betty

    #744532

    In reply to: Massonry column size

    Offtopic :) If uploaded image is 1000×1000 but on masonry screen it is shown 400×400. Will theme serve smaller image or original 1000×1000?

    Hi,

    Ismael describes it here where to find those files.

    Best regards,
    Andy

    #744506

    Hi,

    as already said WordPress is cropping the images automatically when uploading. However, you can also choose to manually change image sizes via the Enfold settings: https://kriesi.at/support/topic/enfold-image-sizes/#post-336176

    Best regards,
    Andy

    #744503

    In reply to: ADA Compliance

    Greetings don’t know if this topic is still open but I’ll create a new one if necessary.

    We use Enfold on our website http://henricoschools.us and the compliance issues we have identified are not content creator issues i.e. alt text, links.

    There are several that can’t be resolved by the content contributor but the largest issue (when looking at the WCAG 2.0 compliance guidelines) is https://www.w3.org/TR/WCAG20/#content-structure-separation

    I’ve got 98 instances that have been red flagged (related to the mouse over menus that are repeated on all of the pages within our site)

    1.3 ADAPTABLE
    1.3.1 Info and Relationships
    Use unique identification for elements
    Make a decision for this issue The ID used for an element on the page is also used for another element on the page.
    ID’s must be unique.

    TECHNIQUE TO RESOLVE

    In order to sufficiently meet this criterion, one of the following techniques can be applied.
    H93 https://www.w3.org/TR/WCAG20-TECHS/H93 Ensuring that id attributes are unique on a Web page

    Failures
    The following examples show typical mistakes that cause this error.
    F77 https://www.w3.org/TR/WCAG20-TECHS/F77
    Failure of Success Criterion 4.1.1 due to duplicate values of type ID

    The references are taken from the official accessibility guidelines WCAG 2.0. https://www.w3.org/TR/WCAG20/

    I use a web governance solution through http://siteimprove.com which audits my site and delivers me reports every 5 days. I’m hoping that the accessibility issues within the Enfold theme can be addressed because it is one of the best themes I’ve every used in WordPress.

    • This reply was modified 8 years, 11 months ago by larrywillisva.
    #744482

    Yes good idea! A widget at the top of the page with the same as the sidebar would work as long as it only shows when the sidebar gets hidden. Can you advise the procedure for that?

    Thanks
    Rob

    #744481
    sparkzilla
    Participant

    Hi, I am working with a client, using Enfold, for their local area magazine site. Part of the site is a business directory, for which we are using the Connection plugin

    Link to plugin: http://connections-pro.com/

    Page plugin is used on: http://kolokube.co.uk/wp/business-finder/

    However, there appears to be a conflict between some javascript in the Enfold theme, which is causing images to resize. I talked with the Connections developer who says:

    I tracked down the javascript causing this. It is the shortcodes.js for Enfold.
    http://kolokube.co.uk/wp/wp-content/themes/enfold/js/shortcodes.js?ver=3

    If I block this file from running, the images display just fine. There are doing a few things with images in this file so it is hard to pin down exactly the issue. But it’s a probably safe assumption that is the code in this file should only affect their shortcodes and that there must be a bug which is causing it to also effect the category images.

    This (short) thread explains the issue: http://connections-pro.com/support/topic/grid-not-displaying-properly/#post-410359

    Can you give me some advice on how to fix the problem? Thank you!

    #744475

    Thanks for getting back to me on this!

    Now the sub menu is invisible until I scroll down to the point where it’s almost at the top, then it becomes visible.

    You fixed the gap at the top. Any idea on how to fix the invisible part now?

    #744466

    Hi guys!!

    I have tried adding the code but I get two hamburger menus on mobile (it looks very weird) I removed it.

    Am I missing something?

    Thank you!!! :)

    Warmly,

    Havi
    PS: It would be great if there would be a search option inside of the mobile menu (like we could add it when we build the menu or something)

    /*add search to mobile menu*/
    @media only screen and (max-width: 767px) {
    .main_menu .avia-menu, #header_main_alternate {
    display: block !important;
    }
    .av-main-nav > li { display: none; }
    li#menu-item-search {
    display: block!important;
    margin-top: -86px;
    right: -25px;
    }
    .responsive .main_menu {
    float: right;
    }}
    li#menu-item-search>a {
    font-size: 28px!important;
    }
    nav.main_menu { float: right; margin-right: -0.6%; margin-top: 2%; }

    #744463
    vbcepc
    Participant

    Hi Enfold team,

    I’m trying to edit text blocks using the visual drag-and-drop layout editor. I need to update information, but when I click the “edit” icon on the top of the text box, the text that should be there is not; there’s just a blank Text Box window that says “Click to add text.” This is happening on several pages.

    An example is this page: http://meditation-dc.org/arlington/

    Plugins, theme, and WordPress all appear to be up to date.

    Solution??

    Thanks!

    #744445
    #744437
    Krissieg
    Participant

    Hi there,

    I’m using the free version of Event Calendar and I need to amend the ‘event’ page without shortcodes. But I can use HTML.
    How do I work out the HTML for the elements within this page?

    Event Calendar

    Also, I want the header to not be visible at the top and then show as you scroll down by default.. is this possible to implement by default?

    Many thanks,

    Krissie

    #744435

    Thanks I have given info in private and just to summarize the issues are:
    1. Portofolio’s can be seen shown now but not categories to choose (it shows only all) except default English and italian
    2. Blog https://www.therealgreek.gr/de/news/ for some laquages is like a list and not like default laquange
    3. I couldnt have a drop down menu for the flags and i have added #top #avia-menu .av-language-switch-item{ display: none; } in Cutom CSS. It worked but not for mobile view where the flag menu is duplicated

    I have taken backup so you can safely check

    • This reply was modified 8 years, 11 months ago by naxiand. Reason: one issue addressed
    bavariancarl
    Participant

    Hello,
    It is a continuation of one where you alrady helped:
    Question very similar to Topic #721382
    .home .slide-meta-time {
    display:none !important;
    }
    Aditionally, I would like to remove the category names.
    Thank you from Bavaria – carl

    #744421

    Hey Ronnie,

    Please refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ and create the same section for mobile only with adjusted image and choose to hide it on desktops?
    Since height is always 100%, it is not easily possible the image as is on all screensizes especially on portrait mode of mobile devices.

    Best regards,
    Yigit

    #744387

    Hi Andy . . . Thanks for getting back to me on this!

    In a nutshell, the problem is that the page elements themselves seem to be responsive, but the text size within the box is not.The text boxes themselves, within layout elements of a set width–1 col., 2 col, etc.–remain at that width when screen size or resolution changes.

    But the text itself does not readjust in size to maintain the depth of the text box, and that is what is screwing up my site. If you set sizes on the desktop screen, when others look at it on their laptop at a lower resolution, the text is huge and pushes other element down and off the bottom of the screen. Design for proper proportions on the desktop screen, and when viewed on the desktop screen the elements scrunch together to the point where where the headline below the slider actually goes partially behind the slider.

    I have included screenshots links in Dropbox in the private info area so you can see the problem. Thank you so much for your help!

    Dave

    #744383

    Hi,

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

    .home #sub_menu1 {
        top: 0!important;
    }
    

    Best regards,
    Yigit

    ludwigmeyer
    Participant

    Elements are looking different- depending on the position in the site:

    At the top of the button it looks ok.
    – gallery-element (with 6 pics in row)
    – and a special header element (with a custom color).

    if i shift the same (or a duplicate) at the bottom
    – the gallery has only one picture in a row [!]
    – the header element has not an custom color anymore [!]

    what is going on here? thanks for your help.

    FYI:
    – usual i use a child-theme, but this problem is also happen with the direct-enfold-theme.
    – no plugins are used.

    The software is up to date: ENFOLD: 3.8.5), WordPress 4.7.2

    #744363

    Topic: Custom CSS

    in forum Enfold
    I-Visio
    Participant

    Hi, I installed the theme at http://bmi.i-visio.website and have several questions that i list below :

    I added specific fonts (and font-weight) in the functions.php of the child theme as you said in this post http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/ but how to choose between, for exemple 300,300italic,400,400italic,500,500italic,700,700italic ?
    To do this, it seems better to use the style.css in the child theme than the advanced style, non ?

    So how to specify our choice for H1 (or else) for each section (logo area, main content, alternate content, header, footer and socket) ?
    Same for active, focus and hover link (for the menu or other links of the main content).

    Other how-to questions :

    1. 1 Display a phone number and a special text on the left top menu
    2. 2 Add an access to member on the right of the top menu (as in your “Medical Demo”)
    3. 3 Display, the main menu on the left of the logo (not justify on the right)
    4. 4 Display the breadcrumb on the left, change the style (font, size, weight, etc.) and replace the “You are here” by an icon home for example.
    5. 4 Customize the style of the Accordion / togglecontainer, with the “plus” in #93275C, background color in black, the font in #93275C, a specific width, another rollover effect (from black to grey), etc.
      I found the Accordion/Toggle style in the shortcode.css but haven’t see reference to color.
    6. 5 Choose a different defaut color for the icon (#93275C for exemple)
    7. 6 Use our own icon (that we create) instead of the Fontello include in the theme. We have already add a selection from Fontello.com

    Thanks for your help and this amazong theme ;-)

    • This topic was modified 8 years, 11 months ago by I-Visio.
    #744343
    Amy
    Guest

    I am interested in buying the enfold/consulting theme,

    But I do not see a purchase now button or a download button anywhere.
    Please advise
    Thank you
    Amy

    #744302

    Topic: Just show menu toggle

    in forum Enfold
    PeteWild123
    Participant

    Hi there –

    I’m working on my site pete-wild.co.uk

    I want to show just the toggle menu…. But hide the blue bar and the logo…. So the toggle would appear over the top of the video slider.

    Is this possible? And how do I do this?

    Thank you.

    #744272

    Hi,

    Try adding this css code:

    .av_toggle_section .toggle_content img {
        display: block;
        margin-top: 0;
    }

    Hope this helps :)

    Best regards,
    Nikko

    Hey querflug!

    Please add the following to your custom.css

    .html_elegant-blog .avia-content-slider .slide-meta, 
    .html_elegant-blog #top .post-entry .post-meta-info { 
    dislay: none !Important; 
    }

    Let us know if we can do anything else for you

    Regards,
    Basilis

    #744251

    Hi,

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

    Best regards,
    Rikard

    #744250

    Hey rauschworks,

    I think you double posted, I replied to your other thread here: https://kriesi.at/support/topic/adding-jquery-to-a-button/. Let stick to the first thread. I’ll close this one for now.

    Best regards,
    Rikard

    #744243

    Hey danielycristiny,

    I have added this css code in your Quick CSS:

    .white-popup .grid-sort-container.isotope {
        height: 153px !important;
    }
    
    .white-popup .grid-sort-container.isotope .grid-loop-2 {
        left: 33.33% !important;
        transform: translate3d(0, 0, 0) !important;
    }
    
    .white-popup .grid-sort-container.isotope .grid-loop-3 {
        left: 66.66% !important;
        transform: translate3d(0, 0, 0) !important;
    }

    Hope the changes are good. :)

    Best regards,
    Nikko

    #744237

    Hey newtheme4me,

    It’s due to this CSS in petiquette_dog.css:

    @media only screen and (max-width: 801px) {
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 135px!important;
    }
    }

    Try increasing it to a greater value (235 for instance), and it should show again.

    Best regards,
    Rikard

    #744233

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #744226

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 30 results - 84,361 through 84,390 (of 142,552 total)