Forum Replies Created

Viewing 30 posts - 19,831 through 19,860 (of 35,070 total)
  • Author
    Posts
  • in reply to: I paid for enfold #1139764

    Hey STeve R Pelman,
    Thank you for your purchase, you can download your theme files from your Theme Forest account where you made your purchase. Please login at the top right side of the page. Theme Forest is the only authorized licensor of Enfold.

    Best regards,
    Mike

    Hi,
    Thank you for the login, perhaps some screenshots will help, I see that your custom classes for the elements are not enabled so to do so I went to Enfold Theme Options > Layout Builder > Builder Options For Developers > Custom CSS classes input field
    2019-09-18-192049
    Now when you open any element you will see a new option for Developer > Custom CSS Class, this is where I added the custom class Rikard posted:
    2019-09-18-192250
    Now this css is working for special heading “Rooms”, but your special headings such as “Lincoln’s Suite” has the extra padding on the bottom because someone added some custom css in a code block on the page:

    <style type = "text/css">
    .av-special-heading-tag { background: #a10000 !important;
    padding-top: 10px;
    padding-bottom: 10px; }
    </style>

    2019-09-18-193059
    so I would recommend creating another custom class for those elements and adding it to your Quick CSS so you can remove the code block css.

    Best regards,
    Mike

    in reply to: How to create a special footer? #1139760

    Hi,
    Thanks for the login, but when trying to reach your site I get the 429 error (too many requests) please check with your webhost.

    Best regards,
    Mike

    in reply to: Pages eating themselves, content deleting and no clue why? #1139757

    Hey stoneroad,
    Typically this is due to unclosed html tags in the title fields, such as the <strong> tag.
    You can check your page with the Shortcode parser to see if similar errors exist, or if you Enable the Avia Layout Builder Debugger and copy the page shortcode to a plain text file and link to it via DropBox I can check it on my localhost.

    Best regards,
    Mike

    in reply to: Mailchimp – Form fully filled, it say isn’t filled #1139756

    Hi,
    Thanks for including your page shortcode but we can not use it in this case because the mailchimp form will not show for us without the API in the theme settings. So we would need to test on your site. I tested the form in your second post and while I did get a response I saw the button didn’t update. I also saw that your page gave this error:

    the server responded with a status of 503

    It looks like jetpack is enabled, please try disabling it and your other plugins and checking again, otherwise please ask your webhost to check the server log to see if it shows the reason for the server error.

    Best regards,
    Mike

    in reply to: CSS to create extra space between h2 and h3 in post. #1139751

    Hi,
    Thank you for the login, I randomly picked a post as an example and an H3 > H2, please see the screenshot in Private Content area.
    This css should work though out your site on posts only:

    #top.single-post #wrap_all .entry-content h3 {
    padding-top:10px!important;
    }

    please adjust the padding to suit.

    Best regards,
    Mike

    in reply to: Uneven Grid Row #1139745

    Hey Kirstie,
    Thank you for the link to your site, the last element is being resized due to this css:

    #top .flex_cell:last-child {
        border-right-width: 12px!important;
    }

    It looks like it has been added to your child theme style.css, please try removing it and adding this css instead:

    #top.home #av-layout-grid-1.av-layout-grid-container {
        width: 99% !important; 
    }

    Best regards,
    Mike

    in reply to: Replace IconBoxes with images #1139736

    Hey athen49,
    Sorry for the late reply, I took a look at your site but it seems that you have already accomplished this, is this resolved then?
    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Hide Vimeo Play/Pause Button #1139735

    Hey michaelspencer,
    Sorry for the late reply, but I have checked your page with Chrome and Firefox and I don’t see a play button, Please see the screenshot in Private Content area.
    Is this already resolved?

    Best regards,
    Mike

    in reply to: Two different meta robots entries on some pages #1139732

    Hi,
    Thank you for the feedback, I see now you have one “meta robots”
    how are you checking your site that you see two entries?

    Best regards,
    Mike

    in reply to: Transparent colour overlay on hover #1139694

    Hey i9design,
    Thank you for the link to your site, I wrote this css for the image above your to demonstrate, the class for the image is: .orange_hover

    .orange_hover:hover:before {
      content:"";
      display: block;
      height: 100%;
      position: absolute;
      visibility: visible !important; 
      top: 0;
      left: 0;
      width: 100%;
      background: rgba(212, 118, 10, 0.5) !important; 
    }

    I felt this looks better when the opacity is removed, so try testing with this also:

    body .flex_column.avia-link-column.avia-link-column-hover:hover {
        opacity: 1 !important; 
    }

    Best regards,
    Mike

    in reply to: Two different meta robots entries on some pages #1139644

    Hey LFK,
    Sorry for the late reply, I took a look at the source code of your site and didn’t find the meta robots entry, I did find some other meta entries from your plugin, has this already been resolved?
    Please see the screenshots in Private Content area.

    Best regards,
    Mike

    in reply to: Polylang Plugin doesn't work anymore after upgrade to 4.6! #1139641

    Hi,
    Sorry I was not able to reproduce, I tested your cart in Chrome and Firefox by adding an item and then going back to the Shop and adding another. As long as I accepted the cookies the cart worked correctly, could your browser be blocking cookies?
    Please see the screenshots in Private Content area.

    Best regards,
    Mike

    in reply to: Cookie Consent Message Bar – link to page – Enfold 4.6.1 #1139634

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Blog single post translation #1139629

    Hi,
    Please ensure that you added the filter @Ismael shared to the end of your functions.php file in WordPress > Appearance > Editor also ensure that you copy the code from the support forum and not the email message from the forum because it may change the quotes into curly quotes.
    If this still doesn’t work for you, Please include an admin login in the Private Content area so we can take a look.

    Best regards,
    Mike

    in reply to: white space #1139617

    Hi,
    Glad Victoria could help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Change color of Social Media icons #1139616

    Hi,
    Please try this css instead:

    
    #top #wrap_all .av-social-link-facebook a {
        color: #fff !important; 
        background-color: #37589b !important; 
    }
    

    Then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Tab Section image overlapping #1139605

    Hi,
    Thank you, from looking at your image I believe you are referring to how the tab section is dropping one tab down when there is not enough screen width for the tabs? Typically the tabs are meant to run off the screen advancing forward as the tabs are click, but this also has a limit. Please see our demo here.
    Did I understand this correctly?

    Best regards,
    Mike

    in reply to: LayerSlider Error on Homepage #1139602

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .cart_dropdown_link > span:before {
    	font-size: 30px !important;
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Cookie Consent Message Bar – link to page – Enfold 4.6.1 #1139558

    Hi,

    @totoro
    Sorry for the late reply, and thank you for the login, the reason your privacy link is not working is because you don’t have a privacy page to link to, please try creating one at: WordPress > Dashboard > Settings > Privacy
    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Open portfolio preview in line (instead of top) #1138645

    Hey Arne,
    Sorry for the late reply, unfortunately, the “portfolio_preview_container” which is the large area at the top that shows the portfolio entries is not dynamically created in between the grid entries. We don’t have a way to assign the close button to return the user back to the same place on the page.

    Best regards,
    Mike

    in reply to: incorrect formular after 4.6 update #1138638

    Hi,
    Sorry for the late reply, for the checkbox label on the contact form please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .avia_ajax_form.av-form-labels-hidden .av_form_privacy_check label{
    	position: initial !important;
    	top: initial !important;
    	left: initial !important;
    }

    Best regards,
    Mike

    in reply to: Color section background is foreground #1138634

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Footer – 2 columns to stay on mobile #1138633

    Hi,
    This looks good and I don’t see a reason for mobile to slow down.

    Best regards,
    Mike

    in reply to: Tables – how can I change font size, font color, etc. #1138632

    Hi,
    Sorry for the late reply, I will start with your last question for the example site and the vanishing third row, this was done by having two different tables showing only for certain screen widths.
    Now for your page, for font size and color but not the heading cell:

    .pricing-table li:not(.avia-heading-row) {
    	font-size: 10px !important; 
    	color: red !important; 
    }

    for the heading cell:

    .pricing-table li.avia-heading-row {
        background-color: blue !important;
        border-color: blue !important;
        font-size: 10px !important;
        color: #ffffff;
    }

    for the every other cell background color:

    .pricing-table>li:nth-child(even) {
    	  background-color: yellow !important; 
    }
    .pricing-table>li:nth-child(odd):not(.avia-heading-row) {
    	  background-color: orange !important; 
    }

    I believe that should cover everything, please adjust to suit.

    Best regards,
    Mike

    in reply to: Paragraph max width #1138626

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Edit "read more" button style #1138622

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: change color in some footer columns only? #1138621

    Hey Tilman,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #footer > .container > .flex_column.av_one_fourth:nth-child(n+3) {
    	background-color: #fff !important; 
    }
    

    please adjust the color to suit.

    Best regards,
    Mike

    in reply to: Footer – 2 columns to stay on mobile #1138616

    Hey andyux,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) { 
    #footer > .container > .flex_column.av_one_half {
    	width: 50% !important; 
    }
    }

    Best regards,
    Mike

    in reply to: Can't add new pages to top menu #1138612

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 30 posts - 19,831 through 19,860 (of 35,070 total)