Forum Replies Created
-
AuthorPosts
-
September 10, 2013 at 12:26 pm in reply to: WooCommerce German Market v. 2.2 will break search and fixed header scaling #140316
Hi maratino,
Can we see the site live with the plugins active?
Regards,
Devin
Hi Taylor,
The saving that goes on in the background sounds like its failing. First thing to try is to disable all active plugins you have running including any drop-ins like Jetpack. Then log out of WordPress, close the browser and try again. If you aren’t already using either Chrome or Firefox try using one of those browsers.
Regards,
Devin
Glad that worked for you :)
Let us know if you have any other questions or issues.
Hi Eran,
I’ve not run across that happening before. What version of the theme and WordPress do you have installed and what other plugins are running?
Regards,
Devin
Those should be fine since the theme will downscale the larger images.
Regards,
Devin
Hi soonmervin,
It doesn’t appear that the plugin you are using is actually responsive. You can try putting in a full width container but in general we aren’t really able to provide support for third party plugins.
Regards,
Devin
September 10, 2013 at 12:41 am in reply to: Iconlist in sidebar widget – resize probs in responsive mode #140239Hi Katharina,
Neither of the screenshot urls work for me but it would be best to actually see the issue live.
I’m not completely sure if the icon list has support to be put into sidebars at this point since it has a lot of padding and white space for its layout and the sidebar by its nature doesn’t really have the room for that kind of thing. Basically, the icon list is a fairly large element and doesn’t have a smaller responsive size to it.
But if we can see it live and inspect the code we can try and find a solution.
Regards,
Devin
Hi erantdo,
The center won’t work for all of the special headings (only the ones without any decoration). So if you are using the one with the line then it won’t center correctly.
Regards,
Devin
Hi erantdo,
We’ll need to see the page live and inspect the code to try and find a solution. Its best and easiest if you disable temporary protection or use a password protection and post the password.
Regards,
Devin
Hi yukanl,
You can use this instead:
.login_buttons {
position: absolute;
top: 15%;
left: 50%;
}Then add a second snippet to the mobile media query in your custom.css file:
.login_buttons {
position: absolute;
top: 50%;
left: 40%;
}Regards,
Devin
Hi asaf,
You can modify it theme wide with:
.iconbox_icon {
float: right;
}Or target a specific element by targeting the css for that specific icon box item within the layout. But for now there isn’t an option from the theme admin.
Regards,
Devin
I’ve tagged the topic for Josue’s personal queue.
Regards,
Devin
Hi bunguman,
You could add the new css to your Quick CSS or custom.css file. Something like:
#top .entry-content ul {
}
#top .entry-content ul li{
}Regards,
Devin
Hi Bass,
The only menu that supports the mega menu is the main menu. The other menus have no responsive change for iPads or mobile so they will act like normal menu items.
Regards,
Devin
Hi yukanl,
Did you try using the Widget logic plugin like Peter suggested here: https://kriesi.at/support/topic/wpml-translation-for-widgets-that-displayed-in-the-footer#post-137095?
Regards,
Devin
Hi montanayank,
Have you tried switching to one of the default themes to see if its a theme issue or if its a WooCommerce issue?
Regards,
Devin
September 9, 2013 at 8:34 pm in reply to: WooCommerce "Store Page" not recognizing layout options #139755Hi stonerome,
The WooCommerce page designation actually ignores all page settings. So you would need to use the WooCommerce hooks and filters to customize the page or create templates for it to use.
See: http://docs.woothemes.com/document/template-structure/
Regards,
Devin
September 9, 2013 at 7:53 pm in reply to: SEO plug-in by Yoast – Metabox doesn't show when using Avia layout builder #140269Hi Ladendetektiv,
Go to the top right of the page editing screen and look for Screen Options. Make sure the meta box is set to display (checked).
Regards,
Devin
September 9, 2013 at 7:47 pm in reply to: CSS help with changing the header menu backgroudn to Transparent? #139209Hi andyhoodified,
No, unfortunately not that I know of. Once its set it would need some custom javascript to change it after scrolling.
Regards,
Devin
Hi kimmoniemi,
Not for a color section but for the LayerSlider you might be able to do it with custom html in the div/html field. We don’t have a tutorial available for it however.
Regards,
Devin
Hi norskuli,
Your custom marker image url is not correct. It needs to be an image file not a link.
Regards,
Devin
Hi Michael,
For #1, you can use a plugin to put the javascript from the header into the footer though if its minified it really isn’t that much of a performance increase.
I’m not really sure what #2 is referring to however.
Regards,
Devin
September 9, 2013 at 5:41 pm in reply to: How to set dimension of feature images set in categories? #139609Hi kriru,
Use the plugin to first regenerate all of your thumbnails. None of them seem to have actually be generated: http://wordpress.org/extend/plugins/simple-image-sizes/
When outputting the grid you can choose the size of the image being shown by selecting “Choose the preview image size manually” from the Preview Image size dropdown. Then you can choose an image size you want so that they will be consistent. There are of course the WordPress limitations which can do some odd things with images. So its best to use images that are near in size and bigger on both edges than the place they will be displayed.
For your current grid the image container is 248px wide so picking an image with at least that width will keep the image from showing pixelated.
Regards,
Devin
Glad we could help. Let us know if you have any other questions or issues.
Hi Pedro,
If you are using WordPress 3.6 you must be using Enfold 2.0+. For a quick guide on updating your theme take a lok at this video on updating the Enfold theme via FTP: htps:/vimeo.com/channels/aviathemes/67209750
Also make sure that you are not running IE in compatibility mode. Otherwise we’ve done a good bit of testing in IE and the demo as well others should work in IE. IE8 will still have some failures in the newer css but the tabs, LayerSlider and javascript effects still work.
Regards,
Devin
Hi bethperkins,
Refresh the page 5-6 times in a row. Your local cache is still using the incorrect unupdated javascript so its not working only locally. For any new users to the site or for those that have a fresh viewing (cleared cache etc) it works fine.
Regards,
Devin
September 9, 2013 at 3:47 pm in reply to: help needed with customising the top banner & submit button too light #131776Hi Tracey,
The content is inside the content area where the normal sub menu would go. So if you wanted to move it inside of the regular header it would have to go inside that div in the header.php.So probably just before:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');
Depending on exactly where you wanted it. Then you could adjust the positioning with:
#top .phone-info {
padding-top: 10px;
margin-right: -20px;
float: right;
}and arrange it wherever it needs to be. Once it gets down to mobile you will probably need to add the same css into the mobile media query (in the custom.css file) and adjust it on mobile devices.
Regards,
Devin
Try getting the code for that font and then adding it directly into the header.php just before:
</head>
Hi JaredBurnett,
Not at the moment no but you can request the changes in the feature request topic here: https://kriesi.at/support/topic/enfold-feature-requests/page/8
Regards,
Devin
September 9, 2013 at 12:39 pm in reply to: Where do the email addresses go from forms filled out using the form builder #140219Hi Raymmar
There is no recording with the forms. Its just an email from that sends the message.
Regards,
Devin
-
AuthorPosts