Forum Replies Created

Viewing 30 posts - 54,121 through 54,150 (of 67,491 total)
  • Author
    Posts
  • in reply to: some webshop issues #348124

    Hi!

    If you removed the suggested code above, do the stock numbers and text display? Please post the login details here and set it as a private reply. We would like to check it.

    Regards,
    Ismael

    in reply to: TIE – portfolio roll over symbol #348123

    Hey Rupert!

    Thank you for using Enfold.

    This code is preventing the overlay inside. Please remove from the Quick CSS or custom.css:

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

    Cheers!
    Ismael

    in reply to: Nur eine Skin mit Layerslider WP? #348120

    Hi!

    Thank you for the update.

    Unfortunately, you can’t enable the skins if you’re using the theme’s default layer slider. Kriesi disabled it because it doesn’t go well with the theme structure. If you really want to get hold of the plugin’s skins, you need to deactivate the default layer slider. Add this on functions.php:

    add_theme_support('deactivate_layerslider');
    

    Purchase the layer slider and install it as a stand alone plugin.

    Best regards,
    Ismael

    in reply to: Mobile responsive not working #348116

    Hi!

    1.) Yeah. Sorry about that. Same problem. The css declaration is inside a media query:

    @media only screen and (min-width: 768px) {
    .template-page .entry-content-wrapper h1, h2, h3, h4 {
    color: #333;
    font-family: 'Gotham A','Gotham B',sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    }
    }

    The css codes are not added. I guess there are broken media queries on your Quick CSS field. Please check. Post the css code on pastebin.com. We would like to check it.

    Best regards,
    Ismael

    in reply to: LayerSlider skin.css #348115

    Hey!

    The code above is needed to disable the default layer slider. If you didn’t install layer slider as a stand alone plugin, remove it. Please refer the solution provided here: https://kriesi.at/support/topic/layer-slider-enfold-3-0-not-working/#post-329400

    Best regards,
    Ismael

    Hi!

    Thank you for the link.

    I’m sorry but I’m only using google translate so from what I understand, you want to disable the link to single post pages from the category page. Is that correct? Try to add this on Quick CSS or custom.css:

    .category h2.post-title.entry-title a {
    pointer-events: none;
    }

    Disable the overlay or animation with this:

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

    I’ll ask Andy to check it again.

    Regards,
    Ismael

    in reply to: Ads in single posts pages #348111

    Hey!

    Thank you for the update.

    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. Regarding the issue at hand, maybe creating variable, chained or grouped products will help. Please refer to these links:

    http://docs.woothemes.com/document/product-variations/
    http://docs.woothemes.com/document/chained-products-vs-product-bundles-vs-force-sells-vs-grouped-products/
    http://docs.woothemes.com/document/bundles/

    Best regards,
    Ismael

    in reply to: Colour section in a column .Pleas HELP #348108

    Hi!

    Thank you for the update.

    Please review the documentation. Add the code on functions.php then edit any elements, a text block for example.

    add_theme_support('avia_template_builder_custom_css');
    

    For example, you have 3 text blocks and you want them to have different background color. First, edit text block A, look for the custom css field as described on the screenshot then add gray-box. Edit text block B, add green-box. Use red-box for text block C. Save then update the page. Use this on Quick CSS field:

    .gray-box, .red-box, .green-box {
    padding: 10px;
    }
    
    .gray-box {
    background: gray;
    }
    
    .red-box {
    background: red;
    }
    
    .green-box {
    background: green;
    }

    Best regards,
    Ismael

    in reply to: Wider posts #348104

    Hi!

    Thank you for the link.

    You can increase the container width on Enfold > General Layout > Dimensions > Maximum Container width setting. This will also increase the width of the content and the sidebar.

    I’m sorry but we don’t or we can’t provide support for third party plugins as stated on our support policy. The visual composer will eventually cause conflict with the advance layout builder. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.

    Thank you for your understanding.

    Best regards,
    Ismael

    in reply to: problem saving elements with manual link #348081

    Hi!

    Thank you for the info.

    Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.

    Thank you for your understanding.

    Cheers!
    Ismael

    in reply to: Trying to upload Child theme #348080

    Hey!

    Looks like the enfold-child folder already exists. Please try to do this via FTP. Remove the enfold-child folder located on wp-content > themes folder. Extract the file from the zip then upload the actual enfold-child folder via FTP.

    Cheers!
    Ismael

    in reply to: Tighten Padding "Grid Row" #348079

    Hey!

    As you can see, the images are center aligned. If only you can upload larger images, it will occupy the remaining spaces of the column thus removing the margins on the sides. :)

    Cheers!
    Ismael

    in reply to: Fullwidth Easy Slider custom height #348073

    Hey mrijnders!

    Thank you for using Enfold.

    Please post the link to the actual page with the slider. We would like to check it. You can use media queries to adjust the height of the slider on different screen sizes. Please refer to this link: http://css-tricks.com/css-media-queries/

    Best regards,
    Ismael

    Hey!

    It works when I test it but I noticed that you changed the header layout. Please set the header layout to center then remove browser cache and reload the page.

    Regards,
    Ismael

    in reply to: contact scheme #348071

    Hey!


    @briefencv
    : Thank you for the confirmation. :)

    Best regards,
    Ismael

    in reply to: Create Borders for Boxes on my home page #348068

    Hey!

    You should find the custom css class field inside the elements options panel, located at the very bottom. For example, edit the text block then look for the Custom CSS Class field. Please review the documentation.

    Cheers!
    Ismael

    in reply to: portfolio grid title and caption box sizing #348067

    Hey!

    It will set the minimum height of the portfolio item’s title and excerpt container. If you want to use the same thumbnail size for your portfolio items, edit the Portfolio Grid element then look for the Portfolio Grid Image Size. Choose manual thumbnail selection. Select a single custom image size for all portfolio grid elements throughout the site.

    Regards,
    Ismael

    Hi mpt-themeforest!

    Thank you for using Enfold.

    Please try this plugin: https://wordpress.org/plugins/all-404-redirect-to-homepage/

    Best regards,
    Ismael

    in reply to: theme options are not available #348063

    Hey!

    Please test it on another browser. Let us know if the issue remains. We’ll keep the thread open.

    Cheers!
    Ismael

    in reply to: Adjust menu transparency/opacity #348060

    Hi!

    Please use this:

    .header_color .header_bg, .header_color div {
    background-color: rgba(0,0,0,.5);
    color: #ffffff;
    border-color: rgba(255,255,255,.5);
    }

    If this is not what you’re looking for, please post a screenshot on how you want the header to look like when it is on top of the page and when you scroll the down the page.

    Regards,
    Ismael

    in reply to: Column alignment under short text #348059

    Hi Lissasan!

    Thank you for using Enfold.

    Remove all other 3/4 column layouts then Insert all contents on the very FIRST 3/4 column layout. That should fix the issue.

    Cheers!
    Ismael

    in reply to: Altered Featured Image Height in blog #348058

    Hi!

    Thank you for the update.

    Sorry, we thought you’re referring to the blog overview page. Do you have a sidebar on your single posts pages? You can use this plugin to adjust the size of the featured images: https://wordpress.org/plugins/simple-image-sizes/

    Go to Settings > Media then look for the entry_with_sidebar thumbnail. If you have no sidebar on single post page, edit the entry_without_sidebar thumbnails. Adjust the size then disable the crop parameter. Update then save change before you regenerate the thumbnails. You can also upload the featured image again.

    Regards,
    Ismael

    Hi slewman!

    Thank you for using the theme!

    I’m sorry but you’re using an old version of the theme, 2.9.2. Please download the latest version 3.0.2 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Ismael

    Hi atrixdave!

    Thank you for using Enfold.

    Use the boxed layout of the theme. Add a color section then apply an id on For Developers: Section ID field, use “gray-box” for example. Insert a 1/1 column layout with all the contents inside. Add this on Quick CSS or custom.css to apply the gray background:

    #gray-box {
    padding: 50px;
    }
    
    #gray-box .container {
    background: gray;
    padding: 25px;
    }

    Best regards,
    Ismael

    in reply to: images in IE8 #348054

    Hey!

    Thank you for the screenshot.

    IE11’s legacy browser emulation is quite accurate but I don’t see the described issue. Did you enabled compatibility mode of IE8? Try to disable it. Allow me to elaborate on this topic a bit more.

    Internet Explorer 8 was released on March 19, 2009 and was originally intended for use on Windows XP, which was first released to computer manufacturers on August 24, 2001. As of September 2013, estimates of Internet Explorer 8’s global market share ranged from 6.93% to 8.73% (these statistics have continued to drop of precipitously with each consecutive month).

    Keep in mind that this is not all Internet Explorer usage, simply Internet Explorer 8 usage. Internet Explorer 8 is now a five year old piece of software, which in web development terms means that it is very old. The only reason that this browser has remained around as long as it has is due to the fact that Windows XP was a mainstay in the PC ecosystem (which you mentioned above), particularly for businesses.

    As you can see from the information provided above, Windows XP is a thirteen year old piece of software and has ultimately become a problematic factor in the industry as it has greatly hindered further development and implementation of new technologies. Because of this, Microsoft is ending support for Windows XP. With the ending of support for XP, users are essentially going to be forced into having to upgrade their operating systems to receive assistance, security updates, et cetera. Upon upgrading to these newer systems, users will need to also update their browser to a newer version.

    Now that Microsoft has released Internet Explorer 11, this also means that Internet Explorer 8 is three versions old, and more and more users are abandoning this old platform for the newest offerings put in place by Microsoft. Because of all of this, many providers have already dropped Internet Explorer 8 support for their services (i.e. Google), and Envato (the parent company over ThemeForest) no longer requires Internet Explorer 8 support from their themes due to all of the statistics and information previously mentioned. This is because the amount of time invested in fixing the numerous problematic issues presented by this legacy browser are typically not worth the returns from the increasingly small proportion of users who are utilizing Internet Explorer 8.

    Regards,
    Ismael

    in reply to: Wrap content with color sections (different background) #348052

    Hey!

    I’m sorry but you’re using an old version of the theme, 2.9.2. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Thousand of users are using Enfold and only a few reported issues regarding the editor. FYI, you can’t switch between default editor and the advance layout builder. Switch your builder to debug mode if you want to see the actual shortcode but be careful when you move the content via shortcodes panel. Make sure that you move all parts of the shortcode or it will break the page. Stick with the ALB, it is easier and safer.

    Cheers!
    Ismael

    in reply to: Anchor Link Grid Row #348050

    Hey!

    Thank you for the update.

    Please replace the suggested code with this to fix the iconbox:

    #top .iconbox.av-no-box .iconbox_icon {
    padding: 0;
    display: block;
    }

    Which of the grid cells is supposed to have an id? Did you add any modifications on the child theme? I would like to check it but Appearance > Editor panel is disabled.

    Cheers!
    Ismael

    in reply to: Read More "Arrow" changes to "?" #348047

    Hey!

    Instead of adding the symbol manually, use css to place the hex code of the arrow on a content property. Add this on Quick CSS or custom.css:

    span.more-link-arrow:after {
    content: '\2192';
    }

    Cheers!
    Ismael

    in reply to: Categories and possible background image behind the logo #348045

    Hi!

    Thank you for the update.

    1.) The code should change the color of the category sort and separator. Please refer to this link on how to change the font style
    : http://www.w3schools.com/css/css_font.asp

    2.) Can you please provide a screenshot of the issue? Use imgur, dropbox or clipular. The css code above should remove the border of the masonry element.

    3.) I’m sorry but what do you mean by “hairline”? A screenshot will help.

    Regards,
    Ismael

    Hi!

    OK. Let’s get back to your first post.

    1.) When you say “Sticky Menu”, do you mean the Fullwidth Sub menu element? Blank template should not render the default main menu by default. We tested the Fullwidth Sub Menu on our installation and it works fine.

    2.) Color sections doesn’t break the page when we test it. Do you have the latest version of the theme? Latest version is 3.0.2. Please try to deactivate all plugins then test the template again. If you’re using html codes, make sure that you close the tags properly.

    3.) I would like to test this but the login credentials you posted earlier is not working. Please check.

    Cheers!
    Ismael

Viewing 30 posts - 54,121 through 54,150 (of 67,491 total)