Forum Replies Created

Viewing 30 posts - 52,441 through 52,470 (of 67,510 total)
  • Author
    Posts
  • in reply to: Client access #381418

    Hey sadar2!

    Thank you for using Enfold.

    I’m sorry but you can’t disable the drag and drop feature of the advance layout builder. Just tell your client to avoid dragging the boxes and just single click the box or element that they need to edit. Or create a simple tutorial for them.

    Cheers!
    Ismael

    in reply to: Background image header #381417

    Hey cdubose574!

    Thank you for using Enfold.

    Set the page’s Header visibility and transparency to Transparent or Glassy Header then add a Color Section with background image or sliders at the very top of the page. Set the background attachment to fixed.

    Cheers!
    Ismael

    in reply to: How do I hide image title on hover css #381416

    Hey Marcelo!

    Thank you for using Enfold.

    That is a default browser feature which we don’t have control over. You can try to remove the title attribute on the image itself. Go to Media > Library panel.

    Best regards,
    Ismael

    in reply to: Need to change Blog Preview layout #381415

    Hi scarlettr8!

    Thank you for using Enfold.

    You need to enable the sidebar if you want the blog posts using the Single Author, small preview pic layout to show the featured image on the left side of the title and excerpt. Or you can follow this thread: https://kriesi.at/support/topic/blog-layout-sidebar-issue/#post-359163

    Best regards,
    Ismael

    in reply to: Different background color in Sidebars #381414

    Hey scarlettr8!

    Thank you for using Enfold.

    Please give us a link to the pages with customs sidebars. We will need to check it. A screenshot of what you’re trying to do will help.

    Cheers!
    Ismael

    in reply to: Mega menue stops working after the last update #381413

    Hey!

    I tried to create a Test Menu and it is working but the menu width calculation is incorrect. Can you please install a cache plugin? If possible, try to delete the main menu then re-create it from scratch.

    Best regards,
    Ismael

    in reply to: Fonts getting pixelated #381412

    Hey infigic!

    Thank you for using Enfold.

    I checked the site on Firefox and texts using google fonts doesn’t seem to be pixelated:

    Cheers!
    Ismael

    in reply to: header on the landing page #381409

    Hi Carine!

    Thank you for using Enfold.

    I’m sorry but I’m not sure what’s wrong with the header. Can you please elaborate? A screenshot will help. What do you mean you by you can’t use the sliders?

    Cheers!
    Ismael

    in reply to: Layerslider Background Transparency Not Working On Image #381408

    Hi!

    You can’t use rgba colors on the background field. Try to add is on the Custom CSS field:

    background-color: rgba(0,0,0,0.5);
    

    Regards,
    Ismael

    in reply to: Mega Menu Width Issues on Certain Pages (not fixed) #381407

    Hey!

    Sorry for the delay. The mega menu width calculation script doesn’t work properly on some pages. Is it better if you enable the cache plugin? Looks like the issue is random. Please try to deactivate all plugins except the cache plugin then let us know if the issue persist. I’ll ask Kriesi to take a look.

    Cheers!
    Ismael

    in reply to: Center align portfolio #381406

    Hi!

    I think it’s working. Please remove browser cache then reload the page. If the fix is not what you’re hoping for, post a screenshot.

    Cheers!
    Ismael

    in reply to: Enhancing the quality of a picture #381404

    Hi!

    I’m sorry but I don’t think we can help you enhance the quality of the images that your client gave to you. If the quality of the images decline after you upload the images on a website that uses the Enfold theme, only then it becomes a theme related issue.

    Best regards,
    Ismael

    in reply to: Load time & various #381397

    Hi!

    1.) Did they specify which script is causing the issue? Try to use a cache and minify plugin.

    2.) Try to add this on Quick CSS or custom.css:

    .home div#after_layer_slider_1 .content {
    padding-top: 20px;
    padding-bottom: 20px;
    }

    3.) Go to Appearance > Menus then click the Screen Options. Enable the Description box.

    4.) You can edit the file via FTP or your cpanel.

    Cheers!
    Ismael

    in reply to: Mega Menu Columns Display as Rows #381396

    Hey!

    You can only use the mega menu on the Enfold Main Menu. Looks like you’re trying to add a mega menu on another navigation aside from the main menu.

    Cheers!
    Ismael

    in reply to: Blog Feature Images Not Showing on Cell Phones & Tablets. #381395

    Hi!

    You can change the opacity of the masonry content background to show the featured image as background entry background. Try this on Quick CSS:

    @media only screen and (max-width: 767px) {
    .main_color .container .av-inner-masonry-content {
    background: rgba(255,255,255,.7);
    }
    }

    Or set the masonry content to show on hover. Edit the masonry element then look for Element Title and Excerpt.

    Best regards,
    Ismael

    in reply to: Layer Slider Not Working #381394

    Hi!

    Thank you for using Enfold.

    You can’t use the slider shortcode. Add the slider using the Advance Layout Builder. Go to Media Elements panel then look for the Advanced LayerSlider element.

    Best regards,
    Ismael

    in reply to: Page Slider #381393

    Hi!

    Let us know if it works. :)

    Best regards,
    Ismael

    in reply to: How do I stop this? #381392

    Hey!

    Try to enclosed the text and the icon inside a div. Something like this:

    <div class="sneak-box">[av_font_icon icon='ue801' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='left' color='' custom_class=''][/av_font_icon]<span class="sneak-text">Since my only form of ‘design’ right now is leaving a burp stain on your shoulder, I have real designers creating <strong>adorable items</strong> for us such as pregnancy T-shirts for you and personalized outfits for me.</span></div>
    

    Add this on Quick CSS:

    .sneak-box span.av_font_icon {
    width: 6%;
    float: left;
    clear: none;
    margin-right: 2%;
    }
    
    .sneak-box span.sneak-text {
    width: 92%;
    float: left;
    clear: none;
    }

    Regards,
    Ismael

    in reply to: Links to Tabbed Areas #381387

    Hi!

    Great! Thanks for sharing. :)

    Regards,
    Ismael

    in reply to: Customize CSS just for blog posts #381386

    Hi!

    Thank you for the link.

    You can add this on Quick CSS or custom.css:

    .template-page .template-blog .entry-content-wrapper h2 {
    font-size: 40px;
    }

    Cheers!
    Ismael

    in reply to: add titles to sidebar navigation #381385

    Hi!

    You can edit functions-enfold.php. Find this code on line 991:

    $default_sidebar = false;
                    $sidebar_menu .= "<nav class='widget widget_nav_menu $display_child_pages'><ul class='nested_nav'>";
                    $sidebar_menu .= $children;
                    $sidebar_menu .= "</ul></nav>";

    Replace it with:

    $default_sidebar = false;
    				$parent = get_the_title($post->post_parent);
    				$parentlink = get_the_permalink($post->post_parent);
                    $sidebar_menu .= "<nav class='widget widget_nav_menu $display_child_pages'><ul class='nested_nav'>";
    				$sidebar_menu .= "<a href='{$parentlink}'>$parent</a>";
                    $sidebar_menu .= $children;
                    $sidebar_menu .= "</ul></nav>";

    Regards,
    Ismael

    in reply to: Changes Ignored #381384

    Hi c3conseils!

    Thank you for using Enfold.

    If you don’t mind, we would like to see the actual website. Make sure that you’re running the latest version of the theme with WordPress 4.1.

    Best regards,
    Ismael

    in reply to: v10 psd #381383

    Hi taraholden!

    Thank you for using Enfold.

    Unfortunately, there is no PSD for the v10 layout but you can recreate it using the existing element from other PSD templates.

    Cheers!
    Ismael

    in reply to: Image Size is being modified —- assistance sought #380658

    Hey aribann!

    Thank you for using Enfold.

    Install the Simple Image Sizes plugin then go to Settings > Media panel. Adjust the size of the entry_with_sidebar thumbnail. Update then save changes before regenerating the thumbnails.

    Regards,
    Ismael

    Hey!

    Try to adjust the font size values on the css code:

    @media only screen and (max-width: 1380px) and (min-width: 1260px) {
    .avia-caption-content p {
    font-size: 70px!important;
    }}
    @media only screen and (max-width: 1259px) and (min-width: 1024px) {
    .avia-caption-content p {
    font-size: 50px!important;
    }}

    Cheers!
    Ismael

    in reply to: Unable to edit text… #380654

    Hey ScarletView!

    Thank you for using Enfold.

    Please try to deactivate all plugins then test it again on another browser. Make sure that you’re using the latest version of the theme which is 3.0.4.

    Cheers!
    Ismael

    in reply to: Simple drop down box / list #380653

    Hi!

    We can’t say for sure but it is worth a try. Unfortunately, this particular request or modification is more than what we can offer as a support team. This task is beyond the scope of support and is not a theme related issue. Please hire a freelance developer or find a third party plugin that coincide with the theme. For further modifications, please visit Envato Studio or Werkpress.

    If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.

    Best regards,
    Ismael

    in reply to: Upload image giving http error (theme error) #380648
    in reply to: Hiding a column with submenu widget for mobile #380645

    Hey!

    Place the columns inside a color section then apply a custom ID attribute to the section using the For Developers: Section ID field. Use “custom-section” for example. Use media queries on Quick CSS to remove the first column on mobile, something like this:

    @media only screen and (max-width: 767px) {
    #custom-section .flex_column.first {
    display: none !important;
    }
    }

    Best regards,
    Ismael

    in reply to: Logo Area & Parallax image #380641

    Hi!

    Are you sure the page is not set to Transparent Header? It looks like it is. Please edit the page then look for Header visibility and transparency. Set it to No Transparency.

    Regards,
    Ismael

Viewing 30 posts - 52,441 through 52,470 (of 67,510 total)