Forum Replies Created

Viewing 30 posts - 50,851 through 50,880 (of 67,527 total)
  • Author
    Posts
  • Hey!

    Sorry for the delay. Did you install the bbPress plugin? Try to deactivate the bbPress plugin by renaming the plugin folder inside the wp-content > plugins folder. If it’s not working, try to override the theme files again. Make sure that the config-bbpress folder is included. Upload the theme files again via FTP.

    Regards,
    Ismael

    in reply to: graphic banner between header and breadcrumb #413541

    Hey!

    You can another dynamic_sidebar function inside the filter:

    add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    	dynamic_sidebar( 'forum' );
        dynamic_sidebar( 'single product pages' );
    }

    Change the name of the dynamic_sidebar.

    Cheers!
    Ismael

    in reply to: transparency and responsivness #413535

    Hi!

    LOL. Glad you figured it out. If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thank you for your understanding. :)

    Best regards,
    Ismael

    in reply to: Odd image responsive behavior on iPad portrait layout #413532

    Hi stunna42!

    Thank you for using Enfold.

    It looks fine when I checked it. This issue is usually cause by an unwanted paragraph tag in between the columns or shortcodes. We don’t know why it’s generated but it’s there in a few cases. Did you switch between the default and advance layout builder while working on the page?

    If it happens again try to toggle the position of the columns then update the page. After that, revert the position back to normal then update the page again.

    Regards,
    Ismael

    Hey!


    @lucein1774
    : Yes, it will remove the shortcode wand.

    I tested the form in @Ethus installation and I was able to switch between visual and text editors without the page freezing. What is the browser that you’reusing?


    @Ethus
    : Did you comment out the line suggested on the previous post?

    Cheers!
    Ismael

    in reply to: Special Heading Size in Pixel Not Working #413464

    Hey!

    Yes, please contact the plugin author regarding the excerpt. We’ll keep the thread open. Feel free to update the thread when you fix the issue. Thank you.

    Regards,
    Ismael

    in reply to: Featured Image Not Displaying on Post Page #413462

    Hey Joshua!

    Thank you for using Enfold.

    All default elements including post meta info, featured image, title etc will be remove when you use the advance layout builder for posts. You need to add it manually using an image element or sliders. You still need to set the featured image if you want it to show on archive or category pages.

    Cheers!
    Ismael

    in reply to: Issue with Tab Element – broken on my page #413456

    Hey!

    We can’t help you unless you have the latest version of the theme. Did you add any files or modifications inside the child theme folder? Make sure to update those files as well. There are mixed content in the page. Please try to deactivate all plugins after the update.

    Best regards,
    Ismael

    in reply to: Custom color for each element problem #413455

    Hey!

    Alright. This should work:

    #top .av-masonry-entry:hover, #top .av-masonry-entry, #top .av-masonry-entry > * {
      border: 0;
      background: transparent;
    }

    Remove browser cache then reload the page.

    Cheers!
    Ismael

    in reply to: Customise Side bar #413447

    Hey!

    You can add this to the Quick CSS field to increase the thumbnail container:

    .news-thumb, .news-thumb img {
      height: 50px;
      width: 50px;
    }

    Regards,
    Ismael

    in reply to: Tabs on mobile #413427

    Hey wcathro!

    Thank you for using Enfold.

    The tab should scroll up if the tab title is not in viewport. Please provide a link to the page with the issue. Make sure that you’re running Enfold 3.1 on WordPress 4.1.1.

    Best regards,
    Ismael

    in reply to: New Feature Preloading #413425

    Hi!

    Try this in the Quick CSS field:

    @media only screen and (min-width: 989px) {
    html.responsive {
      overflow-y: scroll;
    }
    
    .av-preloader-reactive {
      overflow: hidden !important;
    }}

    It will show the scrollbar instantly.

    Cheers!
    Ismael

    in reply to: email link, top bar styling for wpml #413421

    Hey!

    Yes, it will automatically add the mailto: tag when you add a valid email address.

    Best regards,
    Ismael

    in reply to: Private posts appear in some elements and not in others #413419

    Hi!

    The private posts are showing up fine on our installation using Grid Layout Blog Posts element. It doesn’t display on your installation. I’m not sure why. Try to add this to the functions.php file:

     add_filter('avia_post_slide_query', 'avia_post_slide_query_mod', 10, 2);
     function avia_post_slide_query_mod($query, $params)
     {	 
    	 $query['post_status'] = 'publish';
    	 return $query;
     }

    Cheers!
    Ismael

    in reply to: Error WPML and theme after switching to another language #413413

    Hey!

    Try to re-update the translated page: http://test.paulleegwater.com/de/

    Regards,
    Ismael

    in reply to: Blank page = not responsive #413405

    Hi!

    Please avoid editing the theme files directly. Use a child theme. You can add all css modifications in the Quick CSS field or the custom.css file. Control the width of the input fields by using this:

    #top input[type="text"] {
      width: 50%;
      max-width: 50%;
    }

    Best regards,
    Ismael

    in reply to: Google Analytics Code not working #413401

    Hi!

    Can you please provide a link to the site? Aside from adding an option to add the GA code, we don’t have any control over the performance of the site. Please try to verify if the site is actually using the GA code: https://support.google.com/webmasters/answer/185871?hl=en

    Regards,
    Ismael

    in reply to: Tripadvisor #413390

    Hey!

    Thank you. We have reported the issue to Kriesi. I’m not sure if this is connected to facebook.

    http://stackoverflow.com/questions/7131909/facebook-callback-appends-to-return-url
    http://stackoverflow.com/questions/7485111/weird-url-appended

    Best regards,
    Ismael

    in reply to: Single Product Advanced Layout Featured Image #413389

    Hey Michael!

    Thank you for using Enfold.

    Yes, unfortunately, when you switch to the builder mode, all default elements such as post meta info, featured image, title etc. will be remove. You have to start from scratch.

    Cheers!
    Ismael

    in reply to: Display textual description in product category page #413376

    Hey!

    I hope you figure it out. I also tried it on my installation and the category description field accepted html tags. We’ll keep the thread open. Please share any info regarding the issue.

    Regards,
    Ismael

    in reply to: Color section with responsive background image #413373

    Hi!

    I checked the site and the images are responsive. Note that the background size is set to “cover” which means that:

    Scale the background image to be as large as possible so that the background area is completely covered by the background image. Some parts of the background image may not be in view within the background positioning area

    You can set the background size to 100% but it will distort the image.

    Regards,
    Ismael

    in reply to: Gallery Problems #413372

    Hey juliaevemann!

    Thank you for using Enfold.

    You have to enable or set the “Use Lightbox” option of the gallery element to “Yes”. The image overlapping issue is cause by a third party “lightbox” plugin. Please remove it or add this to the Quick CSS field to fix it:

    #top #wrap_all .avia-gallery .avia-gallery-thumb a.lightbox {
      position: relative !important;
    }

    Get well soon. :)

    Cheers!
    Ismael

    in reply to: Translation #413367

    Hi!

    After the translation, click the “generate-mo-file” button to regenerate the .mo file.

    Regards,
    Ismael

    in reply to: Wistia embed – display: block #413366

    Hey!

    Add this to the Quick CSS field:

    input#wistia_21_requireEmail_email {
      max-width: 300px;
    }

    Regards,
    Ismael

    in reply to: 3.1 and current Yoast SEO causes Internal Server Error #413361

    Hey!

    Thank you for using Enfold.

    @Dandy: Thank you for the confirmation.


    @ewingmh
    : Download the latest version of the plugin then override the old one inside the plugins folder. Activate it.

    Regards,
    Ismael

    in reply to: Contact Form changes email with Email Protection Code… #413358

    Hi!

    Glad you figured it out. Thanks for sharing. :)

    Cheers!
    Ismael

    in reply to: Layout settings ignored #413357

    Hi!

    Try to overwrite the header.php and helper-main-menu.php file in the child theme folder. See if it helps.

    Regards,
    Ismael

    Hey Octopus4444!

    Thank you for using Enfold.

    I checked the site and the header background is correctly set. Can you please provide a screenshot of the issue? Note that the header minimal style will remove the menu indicator, transparency and #header_main border but it will not remove the menu border.

    Best regards,
    Ismael

    Hi beste_medien_werbe_agentur!

    Thank you for using Enfold.

    The socket menu is hidden by default on mobile devices because it breaks the layout of the container. If you want to display it in smaller screen sizes, you can adjust the media queries above:

    @media only screen and (max-width: 1024px) {
    .responsive #socket .sub_menu_socket {
    display: block !important;
    }}

    Regards,
    Ismael

    in reply to: Problem with menu drag and drop #413348

    Hey!

    Please provide a link to the actual website. Make sure that you have the latest version of the theme, version 3.1. If possible, deactivate all plugins while testing the site. If you can’t deactivate the plugins, switch to a default theme. See if the “drag and drop” function works.

    Cheers!
    Ismael

Viewing 30 posts - 50,851 through 50,880 (of 67,527 total)