Forum Replies Created

Viewing 30 posts - 10,621 through 10,650 (of 14,834 total)
  • Author
    Posts
  • in reply to: Change "Change Image" button behaviour in Catalogue Editor #390372

    Hey nementio!

    That’s going to take a lot of time and code to do that so it would have to be considered custom work. Instead when you click on the add media button use the “Insert from URL” setting to select the NextGEN image you need to use.

    Best regards,
    Elliott

    in reply to: Appearance / Menu not rendering #390369

    Hi!

    Can you create a screencast of what’s going on? https://www.screenr.com/

    What happens when you login with a different user?

    And logging in on a different computer?

    Cheers!
    Elliott

    • This reply was modified 10 years, 11 months ago by Elliott.
    in reply to: Display Date & Category Blog Posts Grid Layout #390367

    Hey!

    Send us a link to your page and make sure your displaying the date meta in Dashboard > Enfold > Blog Layout.

    Best regards,
    Elliott

    in reply to: Redirect Author Picture link to another page #390353

    Hi!

    I’m sorry but you have too many customizations going on here.

    1. I tried finding your loop-index.php file in the dashboard editor but it looks like you have two created? I looked through those and I saw the customization your doing but it’s not displaying on the front end for some reason. What is displaying is the text “door” which I have no idea where that is coming from.

    2. You have 113 users and I could not find the gastblogger you were referring to.

    3. It looks like you did a customization to enable the avia layout editor on posts which is going to make it so the meta does not display anyway.

    I’m sorry but I think it would be best to hire a freelancer to help you out here because there is just too much customization for me to know what’s going on.

    Cheers!
    Elliott

    • This reply was modified 10 years, 11 months ago by Elliott.

    Hey Susanne!

    Hmm, I don’t see the IDs or classes. Can you send us a WordPress login so we can take a closer look?

    Best regards,
    Elliott

    in reply to: Contact form bugs (emergency)! #390343

    Hi wholereneducation!

    Is the problem the ‘.’ that is displaying for your title?

    Let’s try the following.

    1. Deactivate all plugins.

    2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    If your still having the problem after doing the above two steps then send us a WordPress login and we’ll take a closer look.

    Cheers!
    Elliott

    in reply to: Easy Slider Problem – Images fade in a bad way #390338

    Hi!

    Hmm, I’m on Windows 8 and Firefox 35 but they are fading in for me correctly. Try clearing your browser cache and deactivate any browser plugins / extensions you might have installed.

    Best regards,
    Elliott

    • This reply was modified 10 years, 11 months ago by Elliott.
    in reply to: placing a background image behind page #390334

    Hi!

    Your page is currently set to stretch the full screen so I’m guessing your talking about the yellow area. It looks like your using a grid row element there correct?

    If you want to have a background span all of the cells of the grid row then try dragging a codeblock element to your page content and add this inside.

    .av-layout-grid-container {
      background: url("URL to your image") !important;
    }

    You’ll need to remove the background color for your cells also and leave them as transparent.

    Cheers!
    Elliott

    in reply to: Displaying a Post inside of a Portfolio #390327

    Hi!

    Unfortunately that customization is going to take a lot of time and code to complete so it would have to be considered custom work. It would be best to contact a freelancer to help you out with this customization.

    You could try contacting Werkpress for a quote, http://kriesi.at/contact/customization.

    Best regards,
    Elliott

    in reply to: Default Sidebar for Category or User #390323

    Hey!

    I’m not sure what you mean. The “vern” widget area you have created is displaying on your vern category archives correctly.

    Take some screenshots and highlight what your trying to do so we can get a better idea.

    Regards,
    Elliott

    • This reply was modified 10 years, 11 months ago by Elliott.
    in reply to: Custom Social Media Icons in Header #390321

    Hi!

    Remove this.

    #top .social_bookmarks li {
    padding: 20px;
    width: 50px;
    }

    And use margins instead.

    #top .social_bookmarks li {
    margin: 10px;
    }

    Regards,
    Elliott

    in reply to: Blog Posts don't show second page #390312

    Hey johnniemeijer!

    I see the posts on my end after clicking on the page 2 link. Did you get this sorted? If your still having trouble then try clearing your browser cache and/or view in a different browser.

    Cheers!
    Elliott

    in reply to: Header #390310

    Hey JK!

    Please see here, https://kriesi.at/support/topic/add-widget-to-header/.

    Best regards,
    Elliott

    in reply to: Bug in responsive in my Homepage tables #390309

    Hey!

    Try dragging a codeblock element to your page content and add this inside.

    <style type = "text/css">
    .responsive td { width: 100% !important; }
    </style>

    Cheers!
    Elliott

    in reply to: Text in color section #390307

    Hi!

    Increase the height a bit of the color section when you hide the header.

    div#apresslider60px { height: 160px !important; }
    

    And the text should display.

    Regards,
    Elliott

    in reply to: Product/Catalogue List Price #390306

    Hey!

    Your trying to link to one of your products but have a specific variation set on page load? I do not think there is a way to do this in Woocommerce but I could be wrong. It would be best to ask on the Woocommerce support to see if anyone has done this before, https://support.woothemes.com/hc/en-us.

    Regards,
    Elliott

    in reply to: Enfold Update / Woocommerce #390305

    Hi!

    Send us a WordPress login and we’ll create the login links for you. Your checkout page seems to be working fine for me though. I was able to add a product and go through the checkout process. Can you highlight in your screenshot what the problem is?

    Regards,
    Elliott

    in reply to: responsive secondary menu #390285

    Hi Bernd!

    You can add this to your custom CSS.

    .responsive #header .social_bookmarks { width: auto !important; }
    

    But the menu and the phone number are too long so the phone number will have to break to the next line.

    Best regards,
    Elliott

    Hey t3lgroup!

    Your using the Masonry gallery correct? Hmm, I think it should be loading them in the correct order.

    If your not using Enfold 3.0.8 then be sure to update and deactivate all plugins while testing.

    If that does not help then send us a WordPress login and a link to the page and we’ll take a look.

    Best regards,
    Elliott

    in reply to: Responsive Text Issue #390280

    Hi sjidesign!

    1. + 2. Try adding this to your custom CSS.

    @media only screen and (max-width: 767px) {
    div.phone-info { font-size: 14px !important; }
    div.custom_text { left: 0px !important; }
    }
    

    3. First off do this, http://kriesi.at/documentation/enfold/custom-css-and-quick-css/, and then add a custom class to the textblock element. You can then use some CSS on that class like #1 and #2 to reduce it’s font size on smaller screens.

    Regards,
    Elliott

    in reply to: Color section video background size #390277

    Hi envapk2!

    For that what you’ll want to do is instead of setting a video background drag our video element inside the color section to display it. You can use our column shortcodes as well if you want to have it display in the center, etc etc.

    Best regards,
    Elliott

    in reply to: add a banner #390273

    Hey czar!

    Are you using a bbPress forum also? Or your just wanting to know how to create a banner like that?

    You would just need to create an image to use and then use our image shortcode to display it and it will have the same styling.

    Cheers!
    Elliott

    in reply to: Custom WordPress App website vs Enfold #390272

    Hey ybema!

    I’m sorry but I’m not really sure I understand. Can you send us a link to your page and take a screenshot highlighting what is going on? You can set your reply as private if you wish.

    Cheers!
    Elliott

    in reply to: hotspot ohne pulsing #390269

    Hi welti!

    Add this to your custom CSS.

    .av-image-hotspot-pulse { display: none !important; }
    .av-image-hotspot_inner { background: url("URL to your image") !important; }
    

    And then change “URL to your image” with the correct URL.

    Best regards,
    Elliott

    in reply to: Full width slider Title and Caption Fade in #390266

    Hi Christian!

    Try adding this to your custom CSS.

    .avia-caption-title, .avia-caption-content {
      animation: none !important;
    }

    Best regards,
    Elliott

    in reply to: Megamenu flies out to the left on wide screens #390264

    Hi sambolleter!

    The width is taken from the first container of your header which in your case looks a bit wider than usual.

    What happens when you remove this from your custom CSS?

    .responsive #top #header_meta .container {
        max-width: 100%;
        width: 100% !important;
    }

    Go ahead and send us a WordPress login and we’ll take a closer look.

    Or if you just want some quick CSS to fix it then add this to your custom CSS.

    #header .three.units {
        width: 300px !important;
    }
    #header .six.units {
        width: 600px !important;
    }
    #header .nine.units {
        width: 900px !important;
    }
    #header .twelve.units {
        width: 1200px !important;
    }
    

    All of the values are off a little so I think it’s some custom CSS your using.

    Best regards,
    Elliott

    • This reply was modified 10 years, 11 months ago by Elliott.
    in reply to: Superscript in animated numbers #390257

    Hey C-LabMX!

    I don’t think the script is going to allow that. In this case though a 2 is not going to be animated for very long. You could just use some CSS to change it’s color so it blends in.

    .entry-content-wrapper > .flex_column:last-child .heading > span:last-child {
      color: #999 !important;
    }

    Best regards,
    Elliott

    Hi ClevelandSeoGuy!

    It depends on the aspect ratio. As long as the height is 2x bigger than the width or vice versa then it should display as double.

    Cheers!
    Elliott

    in reply to: Link on image in Gallery #390252

    Hi charlotteraboff!

    Are you using the WordPress default gallery shortcode? If so then open up /enfold/js/avia.js and find line 847.

    if(!title) title = item.el.find('img').attr('title');
    

    And add this beneath it.

    if(!title) title = item.el.parent().next('.wp-caption-text').html();
    

    That will have the images display the “caption” you have written for each image.

    If that’s not what your trying to do then send us a link to your page so we can get a better idea.

    Cheers!
    Elliott

    in reply to: Vertical height in row #390247

    Hi blankonblank!

    I viewed your link but I’m only seeing two columns everywhere. Can you take a screenshot and highlight what your trying to align?

    Regards,
    Elliott

Viewing 30 posts - 10,621 through 10,650 (of 14,834 total)