Viewing 30 results - 2,281 through 2,310 (of 11,220 total)
  • Author
    Search Results
  • #1235211

    Topic: Enfold Mobile Help

    in forum Enfold
    greentim
    Participant

    Hello.
    Here is a link to the website I’m working.

    I have three things I need to adjust for mobile only and I’m not sure how.
    1. The social media icons won’t show up on mobile. They should be in the top black bar.
    2. I need “Paul Marshall Writes” that is in blue at the top to be centered.
    3. I need the black and white photo of the man a little larger on mobile. The photo that is in the black bar under the “Meet Paul” button.

    Thank you!
    Kristin

    #1235029

    In reply to: Donate button Static

    Hey sylwilson,

    Thank you for the inquiry.

    We can add the button separately as a widget then have this widget display in the header container using template hooks in the functions.php file. Please check the documentation for more info.

    // https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    If you prefer not to use a widget, we can use the same hook to directly render the button instead.

    add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
      echo "<div class='av-custom-donate-button'><a href='#'>Donate</a></div>";
    }
    

    We can then style the button with this css code.

    .av-custom-donate-button {
        /* style here */
    }

    Best regards,
    Ismael

    #1235013

    Hi,

    Thank you for the inquiry.

    You can modify the “show details” text by editing the avia_add_cart_button function in the themes\enfold\config-woocommerce\config.php file directly. You can also remove the current hook..

    remove_action( 'woocommerce_after_shop_loop_item', 'avia_add_cart_button', 16);
    

    .. then add your own using the same function.

    add_action( 'woocommerce_after_shop_loop_item', 'avia_add_cart_button_mod', 16);
    function avia_add_cart_button_mod() {
      // same code with a bit of modification
    }
    

    Best regards,
    Ismael

    #1234616

    Hi Pedro Pereira,

    – Change the fonte color in the #top .avia_cart_buttons ?
    Just add color to the code Ismael gave:

    #top .avia_cart_buttons {
    	background-color: red;
    }

    to:

    #top .avia_cart_buttons {
    	background-color: red;
    	color: white;
    }

    – And take out the mouse over effect in same buttons?

    #top .avia_cart_buttons {
        opacity: 1;
    }

    – And in the same buttons I need to chage the text “Show Detais” to “+Info”
    This needs to be tweaked in wp-content > themes > enfold > config-woocommerce > config.php (line 452):
    $output .= ‘get_id()).'”> ‘.__(“Show Details”,”avia_framework”).’‘;
    replace Show Details to +Info in that line of code.
    You’ll need to modify this every theme update. :(

    Best regards,
    Nikko

    #1234574

    Hi,

    Thanks for the update. Please try the following in Quick CSS under Enfold->General Styling:

    .caption_bottom .slideshow_caption .slideshow_inner_caption {
        position: initial;
    }
    
    .avia-caption-content a.avia-button {
        display: table;
        margin: 0 auto;
        width: 50%;
    }
    
    .avia-caption-content p, h1.avia-caption-title {
        text-align: center;
    }

    Best regards,
    Rikard

    #1234408

    Topic: All icons missing

    in forum Enfold
    coolhatwebdesign
    Participant

    Hello,

    WordPress 5.4.2
    Current Enfold Theme Version Number is 4.7.6.1
    PHP version: 7.3.12

    All the fontello icons on buttons, Woocommerce shopping cart icon, etc. are missing seemingly overnight on my site. I went through and disabled plugins that I had just recently installed (though I saw no issues when I installed them) but nothing brings the icons back. It seems this issue is common on Enfold as I have found several threads about the issue, but it’s a little vague as to what causes this all of a sudden.

    I tried all CSS based solutions proposed in other threads, but nothing works.

    I’ve cleared my browser cache as well as site cache (just using default GoDaddy Managed WordPress cacheing at the moment) but that doesn’t work either.

    I’ve uploaded a fresh copy of Enfold to the site, still nothing.

    I’ve viewed the site in multiple browsers in incognito, and all icons still appear to be missing.

    LaBruzziMediaCraft
    Participant

    Hello! I have looked all over and I have not found any code that works to do what I need. I am referring to the documentation here: https://kriesi.at/documentation/enfold/fullwidth-easy-slider/ but the code does not seem to do what it is supposed to. I want to replicate the look of the sample under “Slider caption above title”, but that code doesn’t seem to work for me.

    My website I am working on is currently in “coming soon mode”, so please log in with the provided credentials to see what I have going on so far in the General Styling CSS.

    #1233822
    DanielKG
    Participant

    Hello Enfold support,

    Hope everyone is doing well.

    I have some issues with a couple of things where I would really appreciate your help. I have tried to figure out which classes to use, what to modify etc, etc, but nothing has worked so far. I have added a link to the images where you can see what I mean.

    Issue #1:
    MOBILE – When you go to a product in a mobile phone (this issue doesn’t show in the chrome developer/inspect browser in desktop) and go to the dropdown menu and select color or size (Image IMG_1.png) there is a zoom effect (Image IMG_2.png) and cuts the content of the page and stays like that (Image IMG_3.png). How can I get rid of that effect?

    Issue #2:
    MOBILE – There is a different space to the right and the left of the billing details (Image IMG_3.png)

    Issue #3:
    MOBILE – In the checkout page the look is very messy (Image IMG_5.png). I was able to do some testing with the element style but couldn’t figure out how to do it or what classes to change. On (IMG_5-Modified,jpg) you will be able to see what I would like to do. Align the boxes with the text above, decrease the size of card number, expire date, and card code (CVC) text to 12px to be able to fit them nicely.

    Issue #4:
    DESKTOP/TABLET/MOBILE – In the My account page the register button is outside the box and couldn’t figure it out how to fix it.

    I really appreciate your help on these issues. Thank you for looking into it.

    #1233713
    Alexander Heijnen
    Guest

    Hi, Today I recieved an email with an offer to extend my support on Enfold. However, the button in this email doesn’t link to that offer, it just links to a page where I can buy the theme all over again. please help

    #1233712
    Alexander Heijnen
    Guest

    Hi, Today I recieved an email with an offer to extend my support on Enfold. However, the button in this email doesn’t link to that offer, it just links to a page where I can buy the theme all over again. please help

    #1233711
    Alexander Heijnen
    Guest

    Hi, Today I recieved an email with an offer to extend my support on Enfold. However, the button in this email doesn’t link to that offer, it just links to a page where I can buy the theme all over again. please help

    #1233450
    studiono
    Participant

    Hello there, I need to track how many times users download a file (or click an enfold button). Do I have to use a plugin? Which one could be the best and most compatible with enfold? I am pasting in the private content the url of the page with two buttons I need to track. thanks!

    Nope, this is not what I see there…
    As I wrote above: In Enfold “HelveticaNeue” is nowhere defined. In Enfold > General Styling > Fonts (tab) there is a font defined, which I uploaded.
    This one is correctly used in all headlines within the content area of the theme. HelveticaNeue is used only in Avia-Modules such as “Special Headline”, “Buttons” and so on…

    Hi 2SPRO,

    That’s great progress!

    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

    
    .is-form-style button.is-search-submit {
        vertical-align: top;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1232945

    Hey LisaCary,

    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_cart_buttons {
        opacity: 0.7;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1232913

    Hi Victoria

    Here is how to reproduce the problem step by step.
    ====================
    From the wordpress dashboard.
    – Select in the left column, Thrive Dashboard
    – Click on Thrive leads Dashboard
    – Click on “ADD NEW” of Lead Groups
    – Give a name to Lead group name. Example “group01”
    – Click on “ADD NEW TYPE OF OPT-IN FORM” of “groupe01” (blue button).
    – Select a type of form. “Lightbox” example
    – Click on Add a form. (black button on the right).
    – Click on “CREATE FORM” (blue button at the top of the page).
    – Give a name to the new form. Example “Form01”.
    – Click on the “CREATE FORM” button.
    We have come to the point where the problem appears.
    – Click on the blue button on the right “Edit Design”.
    A new page opens with animated green dots. and it stays indefinitely, the design editor does not load. Here’s the problem !.

    =========================

    For information, in the dashboard screen on the line “group01” on the right there is a red exclamation point. This is because there is no option to select. To delete it, just click on it and choose for example “All Pages” and save.

    Thank you in advance for your investigations. I hope you find it, otherwise I would have to choose between Enfold and Thrive Leads.

    See you soon

    #1232740

    Hey peterolle,

    Here are the docs for you:

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1232730

    Victoria, thank you very much
    It seems to me that I am not understanding. Sorry

    I have many rows of double buttons all over the site:

    1.- Selector and ID is the same?
    1.-Can I create an ID for each button as in the rest of the enfold elements?
    2.-If I create a third button in the same row, what would be the selector?

    I need a little more context
    Thank you!

    That’s correct, the update worked just fine on the staging site – no problems. It’s when I tried to take the staging site live that the issue occurred. I attempted multiple times to do the migration, and each time there was a blank area where the LayerSlider elements on the homepage should be. I did follow the Enfold documentation instructions to rename the enfold theme folder to enfold_old, etc. then upload a fresh copy of 4.7.5 via FTP. That didn’t work either.

    Navigating to the LayerSlider admin area revealed these issues:

    • none of the administrative buttons worked…
    • each of the existing sliders appeared to be completely blank in the slider admin
    • the “Layers” section of the slider editing interface is blank
    • no new sliders can be added
    • the javascript errors that Victoria posted here: https://share.getcloudapp.com/yAuYqJOv happen

    Since this issue only exists on sites that are hosted on Siteground, I reached out to them for advice. I have yet to hear back from Siteground. Sometime this weekend, I may try to update to 4.7.6 and see if the results are different. At this point, I believe the issue must be at Siteground since I’ve had no issues updating from 4.7.3 to 4.7.5 on sites hosted elsewhere.

    It’s been frustrating, but at this point I do not believe the issues are actually with the theme itself. You can close this thread if you prefer to do so.

    • This reply was modified 5 years, 9 months ago by rlhinirv57.
    sylvia5113
    Participant

    I have added a new Custom Post Type and successfully added the Enfold Actions box and added the CPT to the list of post types that support ALB but when I click on the Advanced Layout Builder button within either an existing or new post of the new type, the screen just refreshes but the builder doesn’t launch.

    I have installed the latest version of the theme
    I have tried two different browsers
    I have increased PHP memory to 64M

    The ALB loads fine for Posts, Pages and Portfolio – just not my CPT.

    The only plugin that has changed/been added is the one I used to create the CPT, so disabling that also gets rid of the CPT and therefore I cannot see if that makes a difference!

    Any help you can offer would be much appreciated.

    #1232476
    LisaCary
    Participant

    Hi there,

    I am hoping you might be able to help me. I tried to use the Enfold General/Advanced Styling areas to customize the text on my WooCommerce products so the ‘Add to cart/Show Details’ text is darker but I can’t get it to work. The text is light gray and hard to read – I would like it to be easier to read or stand out more so customers can more easily see the ‘add to cart’ text on the product pages. Pages included below.

    When you hover, the text turns black and background turns white, so this is nice, but I need it to be bolder/darker – simply easier to view – when not hovered upon.

    Thanks for your help!

    #1232375
    SolingLover
    Participant

    Hi !
    I would like to add in some colour social media icons into the top header (socket?), instead of using the social media option in the theme. If I disable the social media option, how would I go about adding a Button Row to put the new icons into ?
    Perhaps as a suggestion to develop the Advanced Styling options, this could be used to change the icons to unique image files ? I’m asking on behalf of my developer who is not familiar with Enfold…

    #1232342

    Hi !
    I would like to add in some colour social media icons into the top header (socket?), instead of using the social media option in the theme. If I disable the social media option, how would I go about adding a Button Row to put the new icons into ?
    Perhaps as a suggestion to develop the Advanced Styling options, this could be used to change the icons to unique image files ? I’m asking on behalf of my developer who is not familiar with Enfold…

    #1232299

    Hey mattb1169,

    You can add a custom widget area to the header and add the button there.

    Here are the docs for you:

    We can help you to adjust the button positioning later.

    Best regards,
    Victoria

    #1232292

    Hi Colin,

    Please have a look at the following thread:
    https://kriesi.at/support/topic/enfold-social-share-buttons-in-a-widget/#post-423925

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1232227
    artmoma
    Participant

    Hello,
    I bought enfold for a dozen websites and everything works perfectly :)

    1/ But for my last website, I have installed Buddypress and BudyPress Docs.
    Everything works except the BP Docs files load button, when I click, the page searches for a few seconds and then nothing happens.
    But when I disable Enfold, the button works and I access the media library tu upload file.
    Can you tell me how to solve the problem please?

    2/ I can’t use the automatic update system of Enfold, neither with Envato Market plugin.

    Thank you in advance,
    Stephanie

    #1232193
    moseldogs
    Participant

    Hello,

    thank you first for the great Theme Enfold. It is really good looking and makes fun working with it.
    We have one big problem. The checkboxes and radio buttons are not visible or looking miserable and are not useable. For us, they are important because we do booking and stuff with our page.

    For example I added a checkbox with label Test on https://mosel-dogs.de/impressum/ . I cant see the checkbox (Mac, Chrome).
    It doesn’t matter if it is a checkbox in a contact form or on a normal page. I thought Contact Form 7 has to do with it, but I don’t think so. I think it is an enfold problem.

    What we did already:
    Disable Javascript
    Commented out every css rule with checkbox und base.css, rtl.css and shortcodes.css
    Enfold -> Performance -> Disabled compress css file
    Enfold -> Performance -> Delete old js / css files
    Design -> Customizer -> Additional css:

    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;
    }

    Nothing worked. It would be great if you could help us.

    Thank you very much

    #1231929
    Coley
    Guest

    Hi,

    I am trying to create an events listing website that uses The Events Calendar plugin and would like to use Enfold as the themes but the button on the front page does not lead to anywhere.

    Did you pull the whole thing due to Gutenburg or can I still make the website I’d like to?

    Many thanks.

    Coley

    #1231700

    In reply to: Button Styling

    Hi,

    Most of the setting for buttons can be set under Enfold->Advanced Styling. If you should need more specific styling then you can add a class to it in the Advanced tab of the element options. The button can then be targeted with CSS like this:

    .my-custom-button .avia-button {
      Your CSS goes here
    }

    Best regards,
    Rikard

Viewing 30 results - 2,281 through 2,310 (of 11,220 total)