Forum Replies Created
-
AuthorPosts
-
August 28, 2013 at 3:35 pm in reply to: ENFOLD Layerslider & NAV Highlight Issues (maybe due to JS conflict?) #136819
1) I’m having no issues with it on my end. Try clearing your local cache or viewing the site in incognito mode to see things loaded directly from the server.
2) Do you have an example for hits? The gallery you are using on this page for example doens’t have navigation at all http://sandbox-3.sethbutler.com/portfolio/2012-photo-gallery/
Regards,
Devin
Hi MikehJPP
No, not at the moment. You would need to modify the ajax portfolio code and change the way it always outputs.
You can request it as a new feature for a future release in this topic however: https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Devin
Just make sure that you modify the css to hide the menu at the same pixel size that you show the mobile menu. Both code samples are here: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger?replies=5#post-132320
Hi lynnmac,
Can we take a look at the site and menu live? I’m not sure what the issue is from your description so maybe seeing it live will help shed some light on whats going on.
Regards,
Devin
Hi ridcon,
That is actually a full width page (no sidebar) and the content is just one big tab container with the tabs on the left.
Regards,
Devin
It could be a max variable issue as well. Eg, adding something like the following to your php.ini file:
max_input_vars = 8000
suhosin.post.max_vars = 8000
suhosin.request.max_vars = 8000Hi paulsutton,
Typically this is caused by a low php memory limit on your WordPress installation. Try upping your php memory limit to 128m and see if that helps.
A good reference/how to is here http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
If you end up needing to go with the php.ini method your host will be able to direct you the proper place to add the file.
Regards,
Devin
Hi Wol1959,
First thing to try is update your theme to the most recent version available from your downloads on ThemeForest. 1.9 had a few bugs that 1.9.1 fixed a day or so later but the newest 2.0+ has fully ironed out the slideshow issues that came up with WordPress 3.6.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/chanels/aviathemes/67209750
Regards,
Devin
Hi Elson ,
Yes you should be able to without issue.
Regards,
Devin
You can try Codeablie.io or Envatos new Microlancer service.
Hi chriss922009,
For the navigation, you can either change the width at which the menu switches to a mobile menu following this guide: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger?replies=5#post-132320 or just use less menu items or shorter names.
For any page you can remove the header from the right hand side of the page editor inside the Layout meta box. Look for the dropdown for Header option.
Regards,
Devin
If you want to actually increase the size of the image then just changing the image dimensions wouldn’t do it. I though you were still trying to get the image to just be the correct size for the container on that page.
The image and content are in 2 sections of the grid for that page. They are wrapped by 2 functions in the config.php file in the config-woocommerce folder of your theme files.
Look for:
#
# wrap single product image in an extra div
#
add_action( 'woocommerce_before_single_product_summary', 'avia_add_image_div', 2);
add_action( 'woocommerce_before_single_product_summary', 'avia_close_image_div', 20);
function avia_add_image_div()
{
echo "<div class='four units single-product-main-image alpha'>";
}
function avia_close_image_div()
{
global $avia_config;
$avia_config['currently_viewing'] = "shop_single";
get_sidebar();
echo "</div>";
}
#
# wrap single product summary in an extra div
#
add_action( 'woocommerce_before_single_product_summary', 'avia_add_summary_div', 25);
add_action( 'woocommerce_after_single_product_summary', 'avia_close_div', 3);
function avia_add_summary_div()
{
echo "<div class='eight units single-product-summary'>";
}The images are in 4 (four) columns of the 12 column grid and the rest is in 8 (eight) columns. You can change the classes to change the container sizes as needed.
Regards,
Devin
August 27, 2013 at 11:40 pm in reply to: Icon Lists & Icon Boxes – Content Disappearing and strange rollover effects #137601Hi designprime,
What version exactly are you using of the theme right now? Are you also using any plugins or drop-ins?
Have you already increased or checked your php memory limit for your WordPress install?
Seeing the issues live will also help to get an idea of what might be happening for 2 and 3.
Regards,
Devin
Hi Gary,
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.home #av_section_1 {
border-top: 0;
}Regards,
Devin
Hi Gary,
I’m not sure what it is but my guess is something in the plugin requires at least a pixel of visible content placed somewhere on the page. Try checking the plugins support forum on its WordPress.org plugin page and see if there is any information about it.
Regards,
Devin
Hi Tech Dude,
Are you adding the images inside a layout element? If not they must be for any kind of layouts in the advanced content editor. Even a 1 column wide element should be used when placing content into the layout editor.
Regards,
Devin
I’ve re-tagged Kriesi to flag it for him again. Not sure if he was able to test html5 video on an iphone or not but I’m glad for now you have a workable solution.
Regards,
Devin
Hi Sebastian,
This is a quick how-to for changing when the mobile menu appears: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger?replies=5#post-132320
Other than that we are trying some other solutions for users with too many menu items or items that are too long but for now the best advice is to just use less main menu items and take better advantage of mega menus since the layout just doesn’t work very well with lots of/long menu items.
Regards,
Devin
Without being able to inspect it anything would just be a blind guess.
But it looks like the button/container isn’t inside of the over header container. If you can make the site live we can inspect and see what we can do.
Any help would need to be public however so that it at least can help others who are looking for something similar.
Unfortunately when you edit the theme files directly you lose out on any kind of easy route for updating. CSS changes, as long as they were made to the custom.css file or Quick CSS field can be easily saved and re-added if they get written over but modifications to the theme files will need to be re-added.
You can also use the version.txt file that comes in the overall theme download (the one that comes with the docs, license and psd files) and attempt to only update those files that are mentioned as being updated.
Regards,
Devin
Glad we could help. Let us know if you have any other questions or issues.
Glad we could help. Let us know if you have any other questions or issues.
You can re-set your home page in the main theme options and your menu in the WordPress Menus manager in the Appearance>Menus section.
Hi designbyjm,
What version of safari is this and what OS?
Regards,
Devin
I’m not really sure what could be happening at this point. I’m using a pretty standard Windows 7 install on 2 different machines and am not having any issues with the icons on your site in IE, Firefox or Chrome.
I’ll tag the topic for the rest of the support crew but unless we can actually see and re-create the issue I’m not sure what else we could do.
Regards,
Devin
Hey kleinpenning,
sopadale is dead on! You’ll need to save your png with the background set to transparent. That should give your your logo without a background.
Regards,
Devin
You may also find some information specifically for the layer slider here too: http://support.kreaturamedia.com/faq/4/layerslider-for-wordpress/
August 27, 2013 at 3:45 pm in reply to: Tweaking the comments.php: could anyone help please with the right PHP syntax? #137618Remove the opening and closing php tags from your code and then replace it. Eg:
if(comments_open()){
echo "<div class='comment_container ".avia_layout_class('entry',false)." units $indent'>";
echo "<h3 class='miniheading'>".__('Ihr Gästebucheintrag','avia_framework')."</h3>";
echo "<span class='minitext'>".__('Ich freue mich auf Ihr Feedback!','avia_framework')."</span>";
$comments_args = array(
'title_reply'=>'Add your guestbook entry',
'label_submit'=>'Send your guestbook entry',
'comment_field' => '<p class="comment-form-comment"><label for="comment">Your message</label>
<textarea id="comment" name="comment"></textarea></p>'
);
comment_form($comments_args);
echo "</div>";
}Regards,
Devin
Yes, archive.php should work as a base for it.
Hi Tom,
I cover that about mid way through in this video: http://vimeo.com/channels/aviathemes/64927358
Regards,
Devin
-
AuthorPosts