Forum Replies Created

Viewing 30 posts - 32,731 through 32,760 (of 33,828 total)
  • Author
    Posts
  • Hey m,
    I fixed it for you, the name field was set to 1/2 column.
    Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Try adding this code:

    .responsive .container {
        max-width: 1500px!important; 
    }
    
    .caption_fullwidth .container {
    margin: 0px !important; 
    }

    Best regards,
    Mike

    in reply to: Burger Menu still an issue #790754

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: hover states #790752

    Hi,
    Glad to hear, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    Hey Eleina_Shinn,
    The sliders and map are still there, they seem to to be in conflict with something. I would ask if you added any new plugins or updated a plugin with your theme update. Please try deactivating all active plugins and check if that helps. Then you can activate them one by one to find the culprit.

    Best regards,
    Mike

    in reply to: Avia Layout Builder Issues #790746

    Hey drelambo,
    I see what you mean about not being able to add another color section, but I don’t know what hidden content was and I can’t investigate without admin privileges. Try deactivating your plugins and see if that helps.

    Best regards,
    Mike

    in reply to: Can I download an older version instead? #790503

    Hey!
    I’m still not sure what issues you were having with the slider, or why you can’t use the most current version of Enfold. The mobile view can be fixed with css if you like.
    Best regards,
    Mike

    in reply to: Masonry Gallery & htaccess at wp-admin #789946

    Hey TOM,
    I may have found this solution:

    Here is how to fix the Admin Ajax Issue
    If you password protect your WordPress Admin directory, then it will break the Ajax functionality in the front-end, if you do, then here is how you fix that issue.
    Open the .htaccess file located in your /wp-admin/ folder (This is NOT the main .htaccess file that we edited above).
    In the wp-admin .htaccess file, paste the following code:

    
    <Files admin-ajax.php>
     Order allow,deny
    Allow from all
    Satisfy any
    </Files>

    http://www.wpbeginner.com/wp-tutorials/how-to-password-protect-your-wordpress-admin-wp-admin-directory/

    Best regards,
    Mike

    in reply to: Remove bottom padding from expanded toggle content #789945

    Hi,
    If I understand correctly, you want to remove the extra space from between the toggled text and the next line of text that starts with “Crucially you will also…”?
    The extra space there is from the paragraph padding around every paragraph and I can’t target only that bottom padding successfully.

    Best regards,
    Mike

    in reply to: Top bar customization #789942

    Hi,
    Glad to hear, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Hi, can't seem to upgrade via WP dashboard #789941

    Hey Alan Little,
    The newest is 4.0.5, Please download a latest copy of the theme from themeforest and replace the theme folder via FTP in wp-content\themeshttp://vimeo.com/67209750

    Best regards,
    Mike

    Hey 1lizcollins,
    Try this code in the General Styling > Quick CSS field:

    .page-id-5 .avia-caption-title, slideshow_align_caption {
    width: 100% !important; 
    }
    .page-id-5 .av_slideshow_full .container.caption_container {
    padding: 0px !important; 
    }
    .page-id-5 .slideshow_inner_caption {
    padding: 0px !important; 
    }

    Best regards,
    Mike

    in reply to: Enfold upload issue #789937

    Hey dlannetts,
    Did you upload a .zip file? If uploading ftp to content/themes it should be uncompressed. If so you can go to your cPanel > file manager, find the zip file, click it and choose extract from the toolbar.

    Best regards,
    Mike

    in reply to: Can I download an older version instead? #789936

    Hi,
    From the image it looks like you just want less white space, this css in your quick css will do that:

    .page-id-1108 .av_one_fifth {
    margin-top:-100px !important; 
    }

    postimage

    Best regards,
    Mike

    Hi,
    I’ll ask the rest of the team for advice.

    Best regards,
    Mike

    in reply to: Get rid of the "javascript:void(0)" #789933

    Hi,
    You would need to use a plugin such as https://wordpress.org/plugins/leaflet-maps-marker/
    I haven’t used that one, but you could search and try a few until you find one you like.

    Best regards,
    Mike

    in reply to: Google Map Tooltip #789932

    Hi,
    Sorry I can’t find any other solution for hiding the map tooltip.

    Best regards,
    Mike

    in reply to: Grid Row – make a grid cell clickable #789931

    Hi,
    To set the color of the button transparent and 180px for only the home page we’ll use:

    .page-id-793 .flex_cell_inner .avia-button.avia-button-fullwidth {
        background: transparent !important;
        height: 180px;
    }

    To remove the link decoration for only the home page we’ll use:

    .page-id-793 .flex_cell_inner a {
    text-decoration: none!important; 
    }

    But here’s an option for you, what if you used your cells with images in them and only put a full with button over them, using the button title as the your text? Here’s a test on my localhost, the only thing is the text can only be centered.
    CSS:

    .flex_cell_inner .avia-button.avia-button-fullwidth {
        background: transparent !important;
        height: 180px;
    }
    
    span.avia_iconbox_title {
    top:130px !important; 
    }

    postimage
    postimage

    Best regards,
    Mike

    How LayerSlider Updates work in Enfold
    The bundled version of LayerSlider will be updated with theme updates, which we do depending on our own release cycle and depending on critical updates. The users cant update the bundled version of the layerslider, even if actived.
    However, if a user wishes to update before the next theme update, they can simply purchase a copy of the layerslider on codecanyon, upload it as a plugin and activate it. It will then overwrite the bundled version, and then the user is in full control of LayerSlider updates.
    There is no need to deactivate the bundled version, it automatically detects if the plugin version is active and disables itself.

    This is our official answer on LayerSlider updates, hope is clears any confusion.
    Thank you for using Enfold.

    in reply to: A bug with drop cap one big letter? #789261

    Hi,
    I logged in and see that you found the Excerpt field (Uddrag) and put your text in it. Let us know if we can help any other way.

    Best regards,
    Mike

    in reply to: Changing CSS on a specific page only #789259

    Hey mmsdev,
    that page is .page-id-1108 not .page-id-6780 :)

    Best regards,
    Mike

    in reply to: Grid Row – make a grid cell clickable #789256

    Hey jbinmn,
    Sorry the full width button solution is the only thing I can come up with. Please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Mike

    in reply to: Formatting Page Titles set by Enfold #789252

    Hey tonyska,
    Try this code in the General Styling > Quick CSS field:

    
    /* less white space */
    .template-page.content {
        padding-top: 0px!important; 
        padding-bottom: 0px!important; 
    }
    /* background color on the page titles */
    .container_wrap.alternate_color.light_bg_color.title_container {
    background-color: transparent!important; 
    }
    
    /* change the color of the page title */
    .main-title.entry-title  a {
    color: #00833d !important; 
    }

    Best regards,
    Mike

    in reply to: Get rid of the "javascript:void(0)" #789249

    Hi,
    Do you mean show the coordinates in the tooltip?

    Best regards,
    Mike

    in reply to: Events Calendar with Sidebar #789248

    Hi,
    I saw that you had a sidebar floating at the bottom of your events page so I added this to your quick css:

    @media only screen and (min-width: 770px) { 
    .tribe-events-page-template .sidebar {
        float: right!important; 
        width: 30%!important; 
        padding-top: 0!important; 
        top: -870px!important; 
    }}
    @media only screen and (max-width: 769px) { 
    .tribe-events-page-template .sidebar {
        float: right!important; 
        width: 30%!important; 
        padding-top: 0!important; 
        top: -520px!important; 
    }}

    Best regards,
    Mike

    in reply to: Linked text in columns #789243

    Hi,
    We can use css rules to target just tablets and phones. First we would need to see the page complete to write the css.

    Best regards,
    Mike

    in reply to: Vertical Sliding Elements #789241

    Hey Corina,
    Sorry, not at this time. Please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Mike

    in reply to: Mini cart not showing #789234

    Hi,
    Try changing the setting and saving, log out & back in, then changing the back again with the plugins deactivated.

    Best regards,
    Mike

    in reply to: Put Mac fonts into Enfold #789233

    Hi,
    Try this code in the General Styling > Quick CSS field:

     h1 {
    font-size: 30px !important; 
    }

    try out different numbers like 40px, 50px, etc until you see the size you like.

    Best regards,
    Mike

    in reply to: Icon List spacing issue #789231

    Hi,
    Let know if can be of help again. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 30 posts - 32,731 through 32,760 (of 33,828 total)