Forum Replies Created
-
AuthorPosts
-
Hey CodeContra!
To only target the first one do this.
.avia-icon-list > li:first-child { padding: 0 0 15px !important; }Best regards,
ElliottHi 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,
ElliottHey 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,
ElliottHi 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,
ElliottHey 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.
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!
ElliottHey 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.
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,
ElliottHey 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,
ElliottHey 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,
ElliottHey!
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 HomesRegards,
Elliott-
This reply was modified 10 years, 7 months ago by
Elliott.
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.
Hi!
I believe that is handled by the plugin depending on what times the current events are set for.
Regards,
ElliottJuly 1, 2015 at 6:10 pm in reply to: WooCommerce Product image lightbox check box missing from settings #467147Hi!
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.
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!
ElliottHey wiwaldi79!
Set the image as a background of a color section and set the background position to right bottom.
Cheers!
ElliottJuly 1, 2015 at 5:32 pm in reply to: Bug at Catalogue-Item, if there is text in "List Item Description" AND "open …" #467126Hey!
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!
ElliottHey 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!
ElliottHi!
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.
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,
ElliottHi 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,
ElliottHi!
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,
ElliottHey!
Try adding this to your custom CSS.
.entry-content-wrapper, .entry-content-wrapper * { max-width: 1000px !important; }Regards,
ElliottJuly 1, 2015 at 4:03 pm in reply to: Three websites continually report errors in theme log files #467059Hi m!
Paste the errors here so we can see what they say.
Best regards,
ElliottJuly 1, 2015 at 3:59 pm in reply to: Logo over Layer Slider with customized Top Bar and mobile menu #467055Hey 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,
ElliottHi!
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,
ElliottHey!
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,
ElliottHey!
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.
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,
ElliottHey 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 -
This reply was modified 10 years, 7 months ago by
-
AuthorPosts
