Forum Replies Created
-
AuthorPosts
-
Hi Scott,
I would just use something like s2members or membership plugin instead. No need to add so much extra weight just for the additional menu option.
I wrote a post about faking a conditional menu or set of menu items here that may help too: http://devinvinson.com/wordpress-loginlogout-menu-with-only-css/
Regards,
Devin
Hi Antonio,
You can try using WP Super Cache but my guess is that it was just the way you had w3tc configured and not the plugin itself. So you can try altering your configuration or just try out WP SuperCache.
Regards,
Devin
August 12, 2013 at 8:40 pm in reply to: Twitter RSS widget: Twitter follower count doesn't update #134365Hi kirkmc,
**See Below. Removed to prevent any confusing :) **
Regards,
Devin
Make sure Chrome doesn’t just have your main content cached. Refresh 4-5 times in a row or just view the site in an incognito window ( ctrl+shift+n).
August 12, 2013 at 8:28 pm in reply to: LayerSlider – Inconsistent Result from preview to final rendering #131946Can we see your site live? It could be the content, the layer positioning or something else entirely.
If you could also create a temporary admin account for me I’ll log in and take a look.
You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn’t grab it :)
Regards,
Devin
Hi ridcon,
Just make sure to copy over the CSS you want to change into the custom.css file in the css folder instead of modifying those files directly. This way you are update-safe.
Regards,
Devin
That is possible but it’ll take a few steps to get there. The first is to add this line to your functions.php file:
add_theme_support('avia_template_builder_custom_css');
When you’ve done that, each of your avia elements in the advanced layout editor will now have a new field where you can add a custom class name for that specific element.
Now what you can do is add a class name for your element and easily add custom css to style it however you need it. For colors/fonts/backgrounds you can use !important without much worry because it will only effect your specific custom class name.
Its a good habit to use some kind of very specific prefix here to make sure it doesn’t clash with any of the theme class selectors. For example, I would use dv-my-custom-class { color: red} because its highlight unlikely Kriesi used my initials before any class selector in the theme css :)
Regards,
Devin
Hi joe88,
Right now there isn’t anything we can do on the whole. Its an issue to be looked at and we are looking at options but even still there will always be plugins that by the nature of how they work and are implemented by the other will never work with the advanced layout editor.
Regards,
Devin
August 12, 2013 at 8:13 pm in reply to: Sliders still not working correctly after 1.9 update #133330Hi Even,
Can you disable all active plugins and then try that page again? Additionally, you may want to try re-uploading the main Enfold theme in case there was a file corrupted or something like that. For instance, I’m unable to pull up the main style.css file for Enfold on your theme which could also indicate a permissions issue so checking your chmod permissions might be a good idea as well.
Regards,
Devin
Hi breatheorange,
First thing to try is disable all active plugins and dropins you have installed. Then, re-try adding in the slider and at that point if you can let us know so we can take a look it will help to see it not working live.
Regards,
Devin
August 12, 2013 at 8:08 pm in reply to: replete video on portfolio was amazing. how to get something like that here? #134796Hi bevlogenverf,
With Enfold you get a blank slate for creating each portfolio. So it acts just like a page.
What you can do is use the Advanced Layout Editor and then create a 2/3 section of content and a 1/3. Then inside the 2/3 add a Video element and then add the video to that element.
If you have not already take a look at this video going through the Advanced Layout Editor: https://vimeo.com/channels/aviathemes/64927359
Regards,
Devin
Hi aneubaue,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#cleverreach-form {
list-style-type: none;
}
.cart-collaterals .cart_totals a.button.alt {
padding-bottom: 29px;
width: auto !important;
}Regards,
Devin
Sounds like browser extensions to me. If you can get screenshots or screenr videos showing the differences we might be able to spot a pattern or get an idea what might be happening but otherwise its pretty un-debug-able with so few consistent details.
Hi meSingh,
Do you mean you *are* now able to see it correctly?
Regards,
Devin
Hi artistic24459,
I’m not getting the same issue when testing it now either. If you can give us an exact set of steps to re-create it we can try debugging it from there.
It could be an oddity in how IE10 loads in data specifically but I’m not aware of anything like that right now.
Regards,
Devin
Hi ramirezo,
Yes they do have a minimum height set with this css:
.avia-section {
min-height: 100px;
}If you add it to your Quick CSS or custom.css file you can override it.
Regards,
Devin
Lots of really great ideas! If anyone has examples of functionality when posting you can add a link to it as well to illustrate the features.
Regards,
Devin
Hi siobhan13,
Try first disabling all active plugins you have running including any dropins like Jetpack.
Next, re-install the newest theme files in the same way you did before via FTP except do it folder by folder instead of all at once.
Last, try opening up that easy slider in your editor and then re-saving it. If you are still having issues try making a new one on a test page and if you don’t have the issue there delete the one from the same above and re-make it entirely.
Regards,
Devin
Hi wesdacar,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.boxed .container {
margin: 0px;
}This is definitely a try-at-your-own-risk change as I’m not sure what this will do theme wide and for cross browser compatibility.
Regards,
Devin
Hi Pat,
No downgrade on file quality as far as I know with the theme. WordPress does or did have a 100->95 by default in the core files but I’m not sure if it still does.
Regards,
Devin
August 12, 2013 at 7:38 pm in reply to: how to control the size of the smaller logo and/or the depth of the header area #118401Hi mgma,
I don’t know what it is that is actually effecting that before it fully gets re-sized or if its a result of the above script. I’ve tagged Kriesi however to see if he can offer a solution.
Regards,
Devin
Hi Kianpoor,
If that isn’t working we’ll need to see your site live with the css in place. You can make it only effect your home page by adding this:
#top.home content {
padding-top: 10px;
padding: bottom: 10px;
}Regards,
Devin
August 12, 2013 at 7:28 pm in reply to: How to add content elements to the Avia layout builder? #133147Hi Jonathan,
You’ll need to have a freelance developer assist you with that depth of customization. It should be doable but its beyond what we can assist with via support.
Regards,
Devin
Hi bevlogenverf,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top .main_color .active_tab {
background-color: #333;
}Regards,
Devin
Hi
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#footer .widgettitle {
color: #FFFFFF;
}
#footer #nav_menu-3 h3 {
font-size: 16px;
}and adjust as needed.
Regards,
Devin
`
Glad Ismael could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
Glad we could help :)
Let us know if you have any other questions or issues.
Hi American Patriot,
I would suggest not bothering with a fixed header with that kind of layout. You’ll need to edit not only css but also the avia.js file which has some layout functions for the fixed header as well. So instead use one of the non-fixed header options.
From there you will need to do is add a secondary wrapper to go around the entire sites content. You can just do a simple:
<div class="background-wrapper">
in your header.php file just after the body starts (***Make sure to close this div at the end of everything in the footer too!!!!!***). This is where you’ll want to attach the image banner as a background via css. Then on the body you’ll add in the background overall(stripe+texture just like http://static.thepioneerwoman.com/files/2013/08/augbackground.png).
If you want the site to go behind the banner then instead of adding it as a background to the new div you would close that div in the header instead of the footer and put the image inside of the new div. From there, it’ll take a bit of wrangling but generally making it fixed position with a higher z-index than the content will get the effect I think you have in mind.
Regards,
Devin
August 12, 2013 at 7:01 pm in reply to: How to have a "two section" website? Altering main menu depending on a section #134823Hi eternalko,
It depends on how you differentiate between the sites. You’ll need a conditional check to show one or the other which is pretty easy but I can’t think of a simple conditional that just being in a sub page would do.
See: http://codex.wordpress.org/Conditional_Tags
Regards,
Devin
Hi roshan,
No, you don’t lose any theme settings as long the theme name remains the same. You can see that in the video right at the end as nothing changes on the front end after the version has changed.
Regards,
Devin
-
AuthorPosts