Forum Replies Created

Viewing 30 posts - 6,451 through 6,480 (of 14,834 total)
  • Author
    Posts
  • in reply to: Specific Iconlist left padding #467584

    Hey CodeContra!

    To only target the first one do this.

    .avia-icon-list > li:first-child {
      padding: 0 0 15px !important;
    }

    Best regards,
    Elliott

    in reply to: Conflict #467580

    Hi Zaccc!

    We do not support third party plugins but we can take a look to see if it’s an easy fix or not.

    What exactly is not working? Can you send us a link to the page? You have quite a few created and I could not find where your using it.

    Regards,
    Elliott

    in reply to: Footer Heading Link #467578

    Hey hobart!

    It sounds like your talking about the footer widget titles. Perhaps this CSS would work.

    #footer .widgettitle:hover { color: red !important; }
    

    If that’s not correct then send us a link to your page and we’ll take a look.

    Best regards,
    Elliott

    in reply to: Responsive Full Width Image with Captions #467573

    Hi tommyp15!

    They are displaying in the same spot for me. Are you trying to make them 100% width on all screen sizes? Go ahead and take a screenshot and highlight exactly what your trying to do so we can get a better idea.

    Best regards,
    Elliott

    in reply to: Problems with mobile/responsive view #467559

    Hey cstibi!

    They should be changing to 100% width but they are not. Perhaps there is something in your page content that is interfering. Try dragging a codeblock element to the page and add this inside.

    <script type = "text/css">
    @media screen and (max-width:767px) {
    div.av_three_fifth, div.av_two_fifth { width: 100% !important; }
    }
    </style>

    Best regards,
    Elliott

    • This reply was modified 10 years, 7 months ago by Elliott.
    in reply to: Logo Left of Top Nav and Main Nav? #467554

    Hey hypergolica!

    It would take some CSS work. What I would do is set the header background image for the red / black graphics and then use CSS to move the other elements around in place.

    Cheers!
    Elliott

    in reply to: reponsive issue due to full slider & full sub menu #467547

    Hey Ben!

    To get full posts to display drag the “Blog Posts” element to your page and in the shortcode options set it to display full content instead of excerpt. There is no need to edit the index.php file.

    Can you take a screenshot highlighting the responsive problem?

    Best regards,
    Elliott

    • This reply was modified 10 years, 7 months ago by Elliott.
    in reply to: Slow load time #467544

    Hey damienps!

    It’s loading in 3.1 seconds on my end. You could optimize your images a bit more but other than that it looks fine on my end.

    Regards,
    Elliott

    in reply to: Menu bar #467536

    Hey etbhogenes!

    When you edit your page look to the right under the “Layout” settings and set the header visibility to transparent or glassy header.

    Regards,
    Elliott

    in reply to: Reducing padding below blog post element. #467533

    Hey Jeffery!

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

    <style type = "text/css">
    .entry-content-wrapper .post_delimiter {
      display: none;
    }
    </style>

    Best regards,
    Elliott

    in reply to: Enfold Gallery #467172

    Hey!

    Sorry for the wait. It looks like it’s from your jQuery colorbox plugin. We include the magnific popup script in the theme so if you want it to look like the demo then you’ll need to disable that colorbox plugin.

    For your neighborhoods page all I see is a link for some reason. Any idea on what’s going on there?

    Click here to be redirected to Westerra Homes 
    

    Regards,
    Elliott

    • This reply was modified 10 years, 7 months ago by Elliott.
    in reply to: Video popup opening on different pages #467157

    Hey!

    Hmm, everything looks correct. 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. You should be using the latest version then.

    The login is not administrator so I could not deactivate any plugins to test.

    Cheers!
    Elliott

    • This reply was modified 10 years, 7 months ago by Elliott.
    in reply to: How is The Events Calendar Week view determined ? #467153

    Hi!

    I believe that is handled by the plugin depending on what times the current events are set for.

    Regards,
    Elliott

    Hi!

    You can edit line 16 in the /enfold/config-woocommerce/admin-options.php to get that options back.

    $remove   = array('woocommerce_enable_lightbox', 'woocommerce_frontend_css');
    

    It was removed for a reason though. I don’t think the magnific popup is going to work in tandem with other lightbox scripts. Some more editing is probably going to be required in the javascript to prevent magnific from loading on product images, etc etc.

    Best regards,
    Elliott

    • This reply was modified 10 years, 7 months ago by Elliott.
    in reply to: Sidebar & Footer Widgets Overlapping Links #467133

    Hi hecticlyrelaxed!

    You have a bunch of empty anchor elements strewn about your footer markup for some reason. 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.

    3. Check your footer text widgets to make sure there are no typos in your code. Check to make sure all of the tags are closed properly.

    Cheers!
    Elliott

    in reply to: bring picture to the bottom #467128

    Hey wiwaldi79!

    Set the image as a background of a color section and set the background position to right bottom.

    Cheers!
    Elliott

    Hey!

    You had a div in the content which should not be there. I removed it. Clear your plugin and browser cache and check it now. If it’s still displaying weird then try deactivating all of your other plugins as well.

    Cheers!
    Elliott

    Hey OwenDevelopment!

    I’m not sure I understand. If you have two WordPress installations then their settings will be different. You have to update each separately.

    Cheers!
    Elliott

    in reply to: Magazine thumbnails #467118

    Hi!

    Send us a link to your page and take a screenshot highlighting the exact changes your trying to do and we’ll take a look. You can set your reply as private if you wish.

    Cheers!
    Elliott

    • This reply was modified 10 years, 7 months ago by Elliott.
    in reply to: How to position 7 buttons horizontally #467117

    Hi jaldesign!

    You could use a 1/1 column and just set all of the buttons to align left or right instead of using separate columns for them.

    Regards,
    Elliott

    in reply to: Site Speed #467113

    Hi jaimemerz!

    The best way to optimize a WordPress site is to use a caching plugin such as WP Supercache or W3 Total cache. A plugin such as BWP Minify is good for minifying the JS and CSS as well.

    For the images make sure that you crop them before uploading to make sure they are optimized for web.

    Best regards,
    Elliott

    in reply to: Popups #467109

    Hi!

    It would take a lot of time and code and would have to be considered custom work. It would be best to hire a freelancer to help you out with creating this element or you might be able to find a plugin that does this, https://wordpress.org/plugins/.

    Best regards,
    Elliott

    in reply to: Blog Post Width – No Sidebar #467065

    Hey!

    Try adding this to your custom CSS.

    .entry-content-wrapper, .entry-content-wrapper * {
      max-width: 1000px !important;
    }

    Regards,
    Elliott

    Hi m!

    Paste the errors here so we can see what they say.

    Best regards,
    Elliott

    Hey patschinsky!

    Perhaps the missing curly bracket in your CSS is disabling all of the CSS posted under it.

    Make sure to add that ending curly bracket in and then send us a link to your page so we can take a look.

    Regards,
    Elliott

    in reply to: Avia Layout Builder Gone After Theme Update #467054

    Hi!

    Send us a WordPress login and a link to where the broken image icon is displayed and we’ll take a look. Be sure to set your reply as private.

    Best regards,
    Elliott

    in reply to: Menu widget problems on version 3.2 #467053

    Hey!

    Hmm, not sure I understand. Can you take a screenshot and highlight what your trying to do so we can get a better idea?

    Regards,
    Elliott

    in reply to: Slow loading slider #467044

    Hey!

    The images your using are totaling to around 4+ megabytes which is way too big for use on the web. You will need to optimize those by cropping / scaling them to a smaller size.

    To further optimize your site I recommend installing a caching plugin such as W3 total cache or WP Supercache. A plugin such as BWP Minify would help with minifying the JS and CSS.

    Best regards,
    Elliott

    • This reply was modified 10 years, 7 months ago by Elliott.
    in reply to: Text #467042

    Hey spidercreations!

    I didn’t see the class you added to it in the source code but the CSS would look something like this.

    .custom .av-subheading p {
      color: white;
    }

    Regards,
    Elliott

    in reply to: Exit Page button #467036

    Hey bebetoblu!

    Do you mean your trying to create a button to exit the browser? You would need to use javascript to do that. Here is an example, http://www.computerhope.com/issues/ch000178.htm.

    Best regards,
    Elliott

Viewing 30 posts - 6,451 through 6,480 (of 14,834 total)