Forum Replies Created

Viewing 30 posts - 48,751 through 48,780 (of 67,539 total)
  • Author
    Posts
  • in reply to: Problem with category view and WPML #456465

    Hi GabrielAlberola!

    Thank you for using Enfold.

    What is the current PHP version of the server? Please ask your hosting provider about this. Also, please ask them for the php error logs, we would like to inspect it. Maybe, we can find something there that is related to this issue. Yes, it seems to be a problem with the grid layout because I found another thread with the same issue.

    **The issue on the previous thread is different. The solution provided there is not going to work for this specific issue.

    Cheers!
    Ismael

    in reply to: Masonry Gallery WPML URL Support #456454

    Hey iwebware!

    Thank you for using Enfold.

    I can only see the english version when I checked the page. Please reactivate the german version so that we can discern the issue. I checked the screenshot and I’m not sure if you use the absolute url in the custom link field. If not, please use the full url when linking the masonry gallery images to another page.

    Regards,
    Ismael

    in reply to: Scheduled Edits/Changes to a Post or Page #456451

    Hi slui!

    Thank you for using Enfold.

    We haven’t tried those plugins personally but they should work on the default editor. I have a doubt that it will work on the advance layout builder though.

    Best regards,
    Ismael

    in reply to: Issue vwith page #456449

    Hey gupshupdotme!

    Thank you for using Enfold.

    The markup of the page is not correct or it’s different from the en version. There maybe an open html tags that you forget to close. Please check the content of the page, make sure that all html tags are closed properly. If possible, please create a test page, we would like to check it.

    Best regards,
    Ismael

    in reply to: Secondary Menu Under Slider #456448

    Hey allinmom!

    Thank you for using Enfold.

    1.) Disable the Shrinking Header option on Enfold > Header > Header Behaviour panel.

    2.) Use the full width submenu element. Place it below the slider.

    Cheers!
    Ismael

    in reply to: Urgent : Sidebar i braking just on single page #456447

    Hey!

    Go to the Enfold > Theme Options then toggle any settings, save the changes and you’ll see that it’s not working. Again, please deactivate the plugins temporarily because one of these plugins might be causing the issue.

    Cheers!
    Ismael

    in reply to: On Portfolio – No Expand image symbol #456446

    Hi!

    I’m sorry but you gave us a link to the demo overview page. The image overlay ( the blue arrow ) should be added automatically. Please update the theme to the latest version, 3.2. That should fix the issue.

    Cheers!
    Ismael

    in reply to: Woocommerce Product Variations and Layout Editor #456443

    Hey!

    The advance layout builder is included in the theme. You need to contact the WooCommerce support, maybe they got a separate plugin for product variation images. It’s actually not an issue with the theme, the variation images is working on the default editor. It just so happens that there is no shortcode for the variation images if you use the advance layout builder. I don’t know of any advance page builder available in the market that have this feature right out of the box. You can request the feature here: https://kriesi.at/support/enfold-feature-requests/

    Regards,
    Ismael

    in reply to: Add right sidebar to a page with a portfolio grid #456441

    Hi yoeladam!

    Thank you for using Enfold.

    Portfolio grid elements are set to full width by default. You have to place it inside a 1/1 column. And I noticed that you modified some of the template files (sidebar.php, footer.php) in the child theme folder, please update the theme to the latest version then get the original file from the parent theme.

    Cheers!
    Ismael

    in reply to: Problem with the gallery #456440

    Hey!

    Are you trying to enable the lightbox? Did you enable the “Use Lightbox” option? Please edit the gallery then set the “Use Lightbox” to “Yes”.

    Regards,
    Ismael

    in reply to: Menu Footer #456438

    Hi!

    You can try this:

    .footer_color {
      background: #222222 url(//newinceptions.com/wp-content/uploads/2015/05/Footer-Background2.png) center bottom no-repeat scroll;
      background-size: cover;
    }

    Add the code inside the media query.

    Regards,
    Ismael

    in reply to: dark transparent color in header #456437

    Hi!

    You can use this:

    .header_color .header_bg {
      background-color: rgba(0,0,0,0.7);
    }

    Best regards,
    Ismael

    Hi!

    Please try this:

    .image-overlay {
      display: none !important;
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    Hi!

    I’ll ask Kriesi to take a look into it. For the meantime, you can use the first code or you can try that one.

    Best regards,
    Ismael

    in reply to: Urgent : Sidebar i braking just on single page #455967

    Hey!

    The theme options is not saving properly when I test it. Please try to deactivate all plugins then test the theme options again. If you like, we will test it for you. Just give us permission to deactivate the plugins while testing the options.

    Cheers!
    Ismael

    in reply to: Juicebox Error: Config XML file not found. #455959

    Hi moltenman!

    Thank you for using Enfold.

    I’m sorry but I am not familiar with the plugin. Have you tried asking the plugin authors? Maybe they can point us directly to the issue. A link to your website will help as well.

    Regards,
    Ismael

    in reply to: On Portfolio – No Expand image symbol #455955

    Hey FotoTobi!

    Thank you for using Enfold.

    Edit the portfolio grid element then set the Link Handling to the 3rd option to open the images in a lightbox.

    Regards,
    Ismael

    Hey!

    Alright. Deactivate the Hide Mobile Menu Submenu Items option to keep the link of the parent menu items.

    Regards,
    Ismael

    in reply to: error 404 when adding a link to menu #455947

    Hi HeavenlyPure!

    Thank you for using Enfold.

    You have a lot of plugins installed, there’s a great chance that one of those plugins is causing the issue. Please deactivate the plugins then test the menu again. Activate them one at a time to catch the error. If possible, do a quick review then remove unnecessary plugins completely.

    Cheers!
    Ismael

    in reply to: Issue adding Google Fonts #455937

    Hi!

    For the heading elements, you can modify the font weight on Enfold > Advanced Styling panel. Edit the heading element then define the font weight. For the body text, you can use the Quick CSS field:

    p, body p {
    font-weight: 300 !important;
    }

    Adjust the font weight value if necessary.

    Cheers!
    Ismael

    in reply to: DIV (color section) layout error #455935

    Hi Attila!

    Thank you for using Enfold.

    I checked the page but the builder just keep on loading. Please update the theme to the latest version to fix the issue. Download version 3.2. We’ll check it again after.

    Cheers!
    Ismael

    in reply to: Horsiontal list in footer #455934

    Hey QBDSwedenAB!

    Thank you for using Enfold.

    Just add this in the Quick CSS field:

    .socialsharing li {
      float: left;
      clear: none;
    }

    Best regards,
    Ismael

    in reply to: Woocommerce Product Variations and Layout Editor #455925

    Hi margitmuehlberger!

    Thank you for using Enfold.

    The variations featured image will only work on the default editor, unfortunately, it will be removed when you use the advance layout builder. I’m not sure if there is a plugin for this, I think it’s better if you contact the plugin author.

    Cheers!
    Ismael

    in reply to: Full Length on Custom Separator #455913

    Hey Vincent!

    Thank you for using Enfold.

    Please give us a link to the page with the custom hr element, we would like to check it. A screenshot of what you’re after will help. Maybe you can set the width using css.

    Regards,
    Ismael

    in reply to: Wo kann ich es abschalten? #455910

    Hey!

    The related section is based on related tags. Edit the posts then apply the same post tag on related articles.

    Best regards,
    Ismael

    in reply to: Slide-Show-Volle Breite #455906

    Hey!

    I’ll ask Andy to check this inquiry again. For now, please update the theme to the latest version, 3.2. If possible, please provide a screenshot in order for us to better understand the issue. Use imgur or dropbox.

    Cheers!
    Ismael

    in reply to: Different main-menues #455903

    Hey luckylobo10!

    Thank you for using Enfold.

    I’m not sure if this is going to work on a multisite but you can try this plugin: https://wordpress.org/plugins/zen-menu-logic/

    Or use this plugin to control the visibility of the menu items: https://wordpress.org/plugins/menu-items-visibility-control/

    Regards,
    Ismael

    in reply to: Portfolio ordering for categories #455898

    Hi!


    @freepixelweb
    : Glad it is working your installation. You can leave the code in the child theme’s functions.php file.

    Best regards,
    Ismael

    in reply to: Safari on iPhone/iPad mini #455879

    Hi!

    There’s nothing wrong with the products when I checked it on iPod, safari. I will ask the rest of the support team to check it on their mobile phones, please wait for their response.

    Best regards,
    Ismael

    in reply to: Wrong menu item highlighted as current page #455867

    Hey!

    Thank you for using Enfold.

    Which menu items are you referring to? The home and camps menu is the same page. Why is that?

    Cheers!
    Ismael

Viewing 30 posts - 48,751 through 48,780 (of 67,539 total)