Viewing 30 results - 3,061 through 3,090 (of 11,207 total)
  • Author
    Search Results
  • #1144374
    This reply has been marked as private.
    #1144232

    Hi,

    1- Please add following code to Quick CSS

    a.granit-basalt-gabbro-gneis-lava-m-fl_sort_button {
        clear: left;
    }

    2- Please edit your Portfolio Grid element and choose to display “All” in “Post number” – https://prnt.sc/pdyuzy

    3- You can find Portfolio Grid related customizations on Enfold documentation here – https://kriesi.at/documentation/enfold/portfolio-grid/ :)

    Best regards,
    Yigit

    #1144032

    Hey lampije,

    Thank you for using Enfold.

    You can include the category name as URL-query string parameter and then create a script that will trigger a specific sort button based on the value of the parameter. You can find examples in the following threads.

    // https://kriesi.at/support/topic/linking-to-filtered-portfolio-ajax/#post-430830
    // https://kriesi.at/support/topic/using-a-from-another-page-to-pre-sort-a-masonry-element/#post-1114268

    Best regards,
    Ismael

    #1143905
    lyndondarkes
    Participant

    I know this has probably been asked a hundred times but i cant find a thred that fully explains how you create a contact form with 3 elements and a button all in line.

    I have added a form to this page http://www.lyndondarkesdesign.co.uk/martin/public-speaking/ and i want the submit button to sit on the right of the 3 input elements.

    Lyndon

    #1143670
    DariaL
    Participant

    Hello,

    Last time I approached this service for not being able to modify texts on my home page. That issue was resolved, and after it was resolved another issue popped up.

    Now when i open a home page (or any other page with text to modify) to modify I receive a following notification: “Failed to initialize plugin: avia_builder_button”. (for your information, I did not download any extra downloaded plugins on my website).
    When i see this notification, i can not even type or modify anything on the page, bacause it is blocking the screen (if i scroll it and get it out of the way, while it still shows – then i can modify text).

    For the rest, my website seems to be working fine (luckily!)

    Thank you very much on forehand!
    Hope you can help me to resolve the issue completely this time.
    With kind regards,
    D

    #1143502
    fabienneRedUmb
    Participant

    Hi, i would like to add a border to my contact form, but I cant seem to target it.
    I tried this, as found on the enfold documentation:

    /*----------------------------------------
    ----------------------------------------
    ----------------------------------------
    // CSS -  Contact form color
    ----------------------------------------
    ----------------------------------------
    //--------------------------------------*/
    
    /* custom style form fields */
    #top .av-contact-form-color .input-text,
    #top .av-contact-form-color input[type='text'],
    #top .av-contact-form-color input[type='input'],
    #top .av-contact-form-color input[type='password'],
    #top .av-contact-form-color input[type='email'],
    #top .av-contact-form-color input[type='number'],
    #top .av-contact-form-color input[type='url'],
    #top .av-contact-form-color input[type='tel'],
    #top .av-contact-form-color input[type='search'],
    #top .av-contact-form-color textarea,
    #top .av-contact-form-color select {
    /* Text color */
    color:#333;
    /* Background color */
    background-color: #fffae8 !important;
    /* Border color*/
    border-color: #e6be83 !important;
    }

    But it doesnt seem to work.
    I also can’t seem to be able to change the colors of the submit button with this code:

    
    
    *----------------------------------------
    // CSS - Contact form submit button
    //--------------------------------------*/
    
    #top .avia_ajax_form input[type='submit'] {
    border: none;
    background: #e6be83;
    color: #6e460b;
    }
    #top .avia_ajax_form input[type='submit']:hover {
    background: #000000;
    }

    I am certain I am do8ing something wrong, please help.

    #1143386

    In reply to: Checkboxes stretched

    Actually, that made it look like a short textbox but no working checkbox. I added to your CSS and this fixed it. The “submit” button is also not appearing, maybe you can guide me as to work around that? Would you be able to help with either removing all custom css from the form button or better, I can assign the form button a CSS class so maybe it will appear and look like the Enfold buttons but I don’t know what that class is.

    As for the original question, here is what fixed the checkboxes and radio buttons for me (would you mind letting me know if I’m missing something critical?):

    input[type=”checkbox”] {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -ms-appearance: checkbox !important;
    -o-appearance: checkbox !important;
    appearance: checkbox !important;
    }

    #top input[type=checkbox].input-text {
    width: 14px !important;
    margin: 0 10px 0 0 !important;
    }

    input[type=”radio”] {
    -webkit-appearance: radio !important;
    -moz-appearance: radio !important;
    -ms-appearance: radio !important;
    -o-appearance: radio !important;
    appearance: radio !important;
    }

    #top input[type=radio].input-text {
    width: 14px !important;
    margin: 0 10px 0 0 !important;
    }

    #1143064

    Topic: Checkboxes stretched

    in forum Enfold

    Hi,

    I use the WPEverest form builder with no issues on other sites. On my site using Enfold, my checkboxes and radio buttons are being overridden by the Enfold theme. Is there something I can add to the quick css to get these to look and function correctly?

    Thanks in advance for any pointers.

    Hey mynick,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #top .av_slideshow_full .avia-slideshow-button {
        padding: 12px 0;
    }
    }

    Best regards,
    Rikard

    #1142881

    Hi aicompcloud,

    Good find! Chrome was not showing the cookie notice and FF did and the password worked.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia-buttonrow-left .avia-button:last-child {
      height: 50.3px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1142815

    Hi Victoria,

    1. I have downloaded and added Medium and Telegram Icon from Fontello.
    2. I went to Enfold > ImportExport > Iconfont Manager > Uploaded the font I just downloaded (file name: fontello-384a3ec5 renamed to fontello-medium-and-telegram-icon.
    3. Next, as per the tutorial (Social Share Buttons), I added the following codes to functions.php.

    // Register medium and telegram icon as a theme icon
    function avia_add_custom_icon($icons) {
    	$icons['icon_name']	 = array( 'font' =>'fontello', 'icon' => '0xf23a');
    	return $icons;
    }
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    
    // Add new icon as an option for social icons
    function avia_add_custom_social_icon($icons) {
    	$icons['Medium'] = 'icon_name';
    	return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);

    4. I can now select only Medium Icon in Social Profiles.

    5. QN:
    a. The Medium Icon is not showing up though.
    b. How do I select telegram fontello icons to social icons?
    c. How do I use the 2 newly added icons as a content in the widgets?

    #1142743
    butcherboy
    Participant

    Hello,

    How can I create a search bar such as the one on this demo?

    When I try to use the radius border setting in the search block – it does nothing – is that a bug?

    Many thanks
    Jason

    #1142682

    In reply to: Looking for a template

    Hi,

    You could choose to import Spa Demo – https://kriesi.at/themes/enfold-spa/ or Minimal Portfolio – https://kriesi.at/themes/enfold-minimal-portfolio/. Example website is not entirely based on a demo however font they are using matches the one in Spa demo.

    Here is how you can replicate the same layout:
    1- Image element on the left, text block and button element on the right
    2- Masonry Gallery element with 4 columns
    3- Testimonials element and button element below
    4- Another Masonry Gallery element with 4 columns
    5- 3 linked Image elements with buttons below :)

    Best regards,
    Yigit

    #1142659

    Hi geraldinetay27,

    Please have a look at our docs on how to add custom icons and social share icons:

    Best regards,
    Victoria

    #1142582

    ;). sometimes the description belongs to the solution as well as the given code.

    In the solutions I offer here from time to time there is often something about : set the custom-class : abc etc. pp.
    This will be overlooked in general.

    this here was my solution – but someone here on board (cg) told me that a jQuery insertion of these attributes has no effect on bots…etc. (and the reasoning immediately made sense to me.)
    https://kriesi.at/support/topic/enfold-button-nofollow-shortcode/#post-1108256

    #1142540

    Hi subrakavi,

    Thanks for giving us admin access, first since you want to add some customization we suggest using a child theme first: https://kriesi.at/documentation/enfold/child-theme/
    Without a child theme, once you update Enfold all of you modifications will be lost.
    Next, I noticed that you don’t have a class rel-nofollow in the said page.
    Please follow the instructions Yigit posted here: https://kriesi.at/support/topic/add-relnofollow-on-button-links/#post-276198
    Let us know if you’ll need assistance on some instructions.

    Best regards,
    Nikko

    Hi,

    Thank you for the inquiry.

    You have to import the parent theme settings after the child theme activation. The button is located in the Enfold > Import/Export panel. That should transfer the parent theme settings to the child theme.

    Related thread: https://kriesi.at/support/topic/child-theme-for-an-existing-enfold-site/#post-787672

    Best regards,
    Ismael

    Hi Klaus,

    https://kriesi.at/support/forum/enfold/ The big button on top :)

    Best regards,
    Victoria

    #1141681

    Topic: dropdown menu

    in forum Enfold
    Fernamaro77
    Participant

    Good Morning,
    I am using the Enfold Travel template, and in the main menu, clicking on the “Products” button does not display the options.
    Another problem that I don’t know how to solve is that instead of appearing on the main menu button, the word “Welcome” says “Start” and in lower case when the rest of the buttons are in uppercase. I’d appreciate your help. The link is http://www.dynahertz.com

    Thank you

    Fernanda

    #1141511
    jonrouse
    Participant

    Hi,
    I am trying to match a visual supplied to me from another designer. Although some sections are different to what I’m used to doing in Enfold, I’m convinced that it can be done in Enfold with a little CSS.

    If you look at the link in the private area, you can see the homepage I am currently working on. They want a easy slider to be full page width, with a column overlapping the sider. Now, I have sort of been able to do this, but it only works when I look at the preview. When I look at the published version of the page, it goes back to the conventional view. There’s also a link to a screen grab of the previewed version of the site in the private area.

    The way I did this is created a grid row with a 2/3 and 1/3 layout. The 2/3 cell contains 1 column with an easy slider within it. The 1/3 cell contains a 1 column with a text box and a button inside.

    This is the code I used:

    #top .flex_column_table {
        display: table;
        table-layout: fixed;
        width: 150%!important;
    }

    I appreciate this is probably breaking Enfold, but it’s the only way I can think to achieve the look in the screen grab. Can you suggest a way of making it look like the screen grab? Is there a way to give the slider cell a class to make it do what I want?

    Sorry for the complex question, I hope you can help.

    Thanks.

    #1141431
    Moreeez308
    Participant

    Hello Enfold-Team,

    today I tried to install some plugins as my site is progressing like: Yeost SEO, Shariff Wrapper, Autoptimize etc.
    However even that all plugins have been deactivated by now Enfold Theme seems not to run properly anymore.

    Since that time even in the Dashboard Enfold seems not to load properly anymore, causing recurring crashes when pressing any button in it. The site however seems to work properly still…That’s the problem I got reported from WordPress:

    An error of type E_ERROR has been caused in row 131 of file /home/www/[….]/wp-content/themes/enfold/framework/php/class-htmlhelper.php Error message: Out of memory (allocated 23068672) (tried to allocate 184320 bytes)

    Thanks for your advice.

    #1141263

    In reply to: button and popup

    Hi,
    Yes not the button work.
    I have 1 question about this.
    In the link you sent me (https://kriesi.at/documentation/enfold/intro-to-layout-builder/#shortcode-for-elements) there are two more elements in “Magic want tool”. Instead in my version of theme 6.4.2 (see screeshort: https://monosnap.com/file/FOzbGwUhSSSv7FVd4nplSSWOwfKzk4 ) these two elements are not there. Why?
    How I can I add these two elements?
    Thank you.

    #1141118

    Hi carmentvaalba,

    Image 2019-09-23 at 22.13.07.png

    Here is the approximate solution, where you don’t need to have duplicate content.

    This code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 990px) {
    
      #av_section_1.avia-section .template-page .entry-content-wrapper {
          background-color: #6e6a6a8f;
          border-radius: 10px;
      }
    
      #av_section_1.avia-section .template-page .entry-content-wrapper .avia_textblock,
      #av_section_1.avia-section .template-page .entry-content-wrapper .avia_textblock strong,
      #top #wrap_all #av_section_1.avia-section .template-page .entry-content-wrapper  .av-special-heading-tag {
          color: #fff;
    
      }
      #top #wrap_all #av_section_1.avia-section .template-page .entry-content-wrapper .hr-custom.hr-left {
          border-color: #fff !important;
      }
      #top  #av_section_1.avia-section .template-page .entry-content-wrapper  .avia-button.avia-color-dark {
          color: #fff;
          border: 3px solid #fff;
    
          border-color: rgba(239, 233, 233, 0.9);
      }
    
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1141094
    havi
    Participant

    Hi guys,

    Added the TOC widget to one article https://staging-conversionsciencesdev.kinsta.cloud/mobile-call-to-action-buttons-best-guidelines-for-placement-copy-design/#mobile-cta-button-design and when you click on any of these links, you land way past the H2 subtitle.

    This will be confusing to many.

    Do you have a solution?

    Otherwise, I love the fact that I don’t have the manually create these links and anchors anymore.

    Best regards,

    Havi
    PS: Added one Enfold Table of Content Widget to the Desktop Sidebar (Mobile does not have a Sidebar – and this would not make sense) and it scrolls to the right spot but the widget does not let me save “Enable Smooth Scrolling”. The check mark disappears. It makes more sense inside of the post. More intuitive.

    • This topic was modified 6 years, 5 months ago by havi. Reason: Added PS after testing a Sidebar option

    Hi Gunter!
    Thanks for looking into this.
    Today it seems to be working – I don’t see the message.
    The message only appears in the Enfold sidebar widget on the blog pages. “Please Subscribe to My Newsletter Here:”
    and yes, the button still exists even when the error message is displayed.
    You can see the sidebar on this page:
    Marin real estate blog

    I do not see it in the contact form in the footer, only in the Enfold widget on sidebar. I’m pretty sure I am using a different real estate plugin for the contact form in the footer.

    If and when the problem reappears I’ll try the code… right now there’s nothing to fix since it’s an intermittent issue. Maybe there’s some issue with the server side caching (WP Engine) and this widget?

    Many thanks,
    Rob

    #1141048
    Yigit
    Keymaster

    Hi,

    We wanted to create this thread as a channel to share the fixes that will be included in upcoming updates and known issues that are being worked on.

    Current fixes for upcoming version 4.7.4.1 are as following (last update 2020-05-12)

    • Feature: New alignment options ALB element “Special Heading”
    • Feature: input field to add custom subject text for ALB contact form autoresponder email
    • Feature: Option for transition effect speed in ALB Easy Slider, Fullwidth Easy Slider, Fullscreen Slider
    • Feature: Added options for custom title and alt attribute in ALB image element
    • fixed: accordion slider hides some slide item after closing the lightbox
    • fixed: small typo instgram
    • fixed: WC 4.0 bug grouped products and quantity button not working
    • fixed: Transparent logo missing alt and title attr when attachment URL instead ID
    • fixed: bbPress and custom footer page not showing correctly on some pages
    • fixed: CSS bug Accordion hidden below Special Heading in Color section
    • fixed: WP 5.4 Block editor breaks ALB layout in backend
    • fixed: removed wrong href in div id=”av-cookie-consent-badge”
    • fixed: removed wp_nonce check in reCaptcha V3 to avoid problems with caching plugins
    • fixed: bug switching ALB back to Classic Editor broken layout and js errors (WP 5.4 related ?)
    • fixed: CSS problem with equal height after individual height columns forming a grid
    • fixed: WP 5.4 block editor using ALB – scroll bug dragging ALB elements
    • fixed: added a check that $posts is an array in helper-assets.php – caused by 3rd party plugins
    • fixed: shifted values in color picker (theme options page)
    • fixed: type errors in message text
    • Fixed: Plugin conflict calling filter display_post_states incorrectly
    • added: filter avf_transparency_logo_data: modify transparency logo url, title, alt attributes
    • added: class post-format-{$post_format} to article in postslider.php
    • added: filter avf_attachment_copyright_text – allows to filter copyright text in ALB image element
    • tweak: new option “Remove query string from static resources” in Performance->Show advanced options
    • tweak: Link settings moved to content tab for all ALB button elements
    • tweak: ensure function aviaFontManagementBase::get_font_list returns an array
    • updated: Italian language files
    • updated: Dutch language files
    • added: Greek language files
    • tweak: All language files have been synchronised – obsolete strings removed

    In Pull Requests:

    • feature: New demo importer with download of demos from external server

    In Progress:

    • Responsive images – adding scrset attribute to images

    Fixes for released version 4.7.4:

    • fixed: catalog CSS not enqueued with ALB WC product elements
    • fixed: ADA compliance aria-hidden, aria-label for MOBILE Hamburger menu
    • fixed: ALB seperator whitespace with icon: limit width to 45% container width for each ruler
    • fixed: small typo tempalte
    • fixed: CSS bug icon grid with display tooltip and mobile
    • fixed: CSS ALB Gridrow – 1 column with link column not fullwidth
    • fixed: CSS indent bug in nested sidebar menus (left/right sidebar, widget menus)
    • fixed: Fullwidth Easy Slider issue where auto rotate stops working in Safari after a video slide
    • feature: Add custom ID and CSS class to timeline milestones
    • feature: Integrate Smash Balloon Instagram Feed plugin (free and pro version)
    • Feature: ALB magazine element supports post-format link
    • tweak: Option to disable adding timestamp to compressed css and js files
    • tweak: Advanced Styling selectors more strict to override standard selectors from stylesheets and custom css
    • tweak: ajax search support for WC option “Hide out of stock items from the catalog”
    • tweak: use get_title instead of inconsistent use of direct access to post_title in various places
    • added: title attribute to postslider link in ALB element
    • added: filter avf_postslider_link_title_attr: modify title attribute for link in ALB postslider
    • added: filter avf_show_option_toggles_advanced: Adds an extra select option to hide section headers in ALB
    • added: filter avf_ajax_search_woocommerce_params: allows to change displaying products out_of_stock, featured and hidden
    • added: filter avf_legacy_suppress_wp_filter_post_title: allows a fallback for unfiltered post_title where direct access was used previously
    • removed: deprecated classes hentry and vcard (microformats.com)
    • updated: French language file – equal alb options translation, “Google” services translated as “Mailchimp”
    • updated: Dutch language files
    • updated: German language files
    • updated: Italian language files

    Fixes for version 4.7.3 are as following

    • improved: theme options to disable ALB modal popup options toggles (revert to old ALB design)
    • fixed: Blog multiauthor preview image links to author and not to post
    • fixed: ADA compliance aria-hidden for social icons and social share buttons
    • fixed: social share buttons added with filter no longer shown in 4.7.1.1
    • fixed: CSS for reCaptcha V3, added classes for reCaptcha V2 and reCaptcha V3 to form
    • fixed: ALB contact form datepicker throws js error when jQuery is loaded in footer
    • fixed: ALB editor Add Cell/Set Cell Size buttons not responsive for translations
    • fixed: Custom pages query to exclude hiding a page when same page object is queried
    • fixed: small typo in Iconbox element
    • fixed: Easy Slider caption sizes reverting back to “use default” after making custom settings
    • fixed: Google vocabulary.org schema is deprecated
    • fixed: Content partially cut off in Cookie modal window on mobile Safari
    • added: filter avf_merged_files_unique_id: allows to remove/customize added unique id for merged files
    • added: filter avf_folder_security: customize folder security from 755 on folder creation
    • tweak: Column links open in new window and not in new tab for some browsers (e.g. FF)
    • tweak: Developer fields missing in fullwidth sub menu element
    • tweak: improved creation of avia folders and security
    • tweak: schema.org markup for testimonials
    • Improved GPDR:
      • feature: new option Accept essential cookies on pageload, user must opt in for other cookies
      • added: Cookie info message now supports starts with, ends with, contains for cookie names (filter avf_privacy_cookie_infos)
      • added: description text for some essential WP, WPMLcookies
      • fixed: bug with custom wildcard cookies and path not /
      • fixed: bug in option allow all cookies and services on pageload
    • Updated: Old Instagram icon to new one in social profiles
    • Updated: background color for social yelp icon to #d32323 on hover
    • updated: German language files, , de_DE GDPR translation adjustments
    • updated: Italian language file
    • updated: Dutch language files
    • updated: French language file – equal alb options translation

    Regards,
    Yigit

    P.S.: Please do not report issues here, instead start a new thread.

    • This topic was modified 5 years, 10 months ago by Yigit.

    Hi,

    Sorry for the late reply.

    I checked again your live site and on your staging site – Chrome and FF – and it works for me. Also checked the life site on my android phone. Both forms have the submit buttons.

    Enfolds mailchimp is not connected to reCaptcha.

    Where do you see the message – in both mailchimp forms or in the contact form in footer?
    And is the sumbit button missing or visible?

    Can you reproduce it on your staging site? If yes I can try to add some debugging code.

    In privat content a version that includes a fix for the message – though I’ve absolutly no idea why this part of code is called at all (line 54ff in framework\js\conditional_load\avia_google_recaptcha_front.js)

    Can you try if this fixes the problem?

    Keep a copy of 4.6.2 for fallback, clear server and browser cache.

    Best regards,
    Günter

    #1140912

    Great! Thanks. But what then? How/ where can I set a different color for each of the blocks, as in the example? Can I do this for these blocks separately or can this only be done via Enfold Child > Website styling > Main content and Alternate content? Please advise. Thanks again!

    yes you can hover the edit buttons on that element – it has two : one for the row and one for the cell:

    #1140614

    Good morning,

    I`ve two more questions:

    a) How can I change the sticky side button? The plugin I have, doesnt allow many possibilities to change something. I would like to have spare room between each button and that only one button enfold, and not all together. I know this isnt a question which belongs to your theme, maybe you can recommend a better plugin than I use. I added a picture in the private content, whre you can see, what I mean.

    b) I would like to have a border at the tag-clouds and the promo-boxes to grey, without generally setting the color for all borders to grey. Is this solvable with adding some css?

    Thank you very much in advance
    Martina

    #1140571

    The only time I could get it to show up was when the child theme was the activated one. Then I could see the button, but not when Enfold was the theme. Any insight would be appreciated!

    That sounds to me like you think that the child theme is just there to take up changes and then reactivate the parent theme. But that’s not the case. The child theme remains constantly activated and takes over all the functions of the parent theme, and only adds new ones to the styling.

Viewing 30 results - 3,061 through 3,090 (of 11,207 total)