Hey!
srubens issue was solved here: https://kriesi.at/support/topic/product-descriptions-disappeared-from-front-end-of-site/#post-226009 – it was caused by some custom css code.
@dcgraphics1 – I recommend to update the entire theme to version 2.1. You can use ftp to update it. We also updated some framework files (abundance/framework folder) and I we didn’t keep track of the changes. For WooCommerce 2.1.x we updated all files in the wp-content/themes/abundance/woocommerce-config/ folder and wp-content/themes/abundance/includes/helper-templates.php
@jakejules – your server doesn’t serve an important js file and this triggers a js error/conflict which also affects the theme javascript files. I get this error:
Failed to load resource: the server responded with a status of 406 (Not Acceptable) http://cocktailsugars.ca/wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js?ver=1.3.1
Make sure that the http://cocktailsugars.ca/wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js file exists on your server and you can access/open it with your browser.
Cheers!
Peter
Thank you for your great support.
I have made some CSS test and now I have found a solution that is great for me.
This topic can be closed.
Please disregard #1…I figured out how to fix the CSS so it would show up how I wanted.
But I do still have the issue with #2 above. On my boss’ computer (PC – IE 11 browser), the responsive menu came up instead of the regular menu. It had previously worked just fine and then when we went to look at it the other day (I hadn’t made any changes to the site since we had last looked at it), the menu was gone and there was a drop-down in the upper right (presumably the responsive menu).
Any idea why this would happen or how to prevent this from happening in the future?
Hi
I like this front page but want to stick with enfold and. Achieve this affect can you help?
http://themewich.com/previews/?product=aware#extranews
I want a grid like. This in the top,of the page with grid images having change of image via face and on click going to blog posts – also with texts in images overlay
Also I want it have two columns on frnt with blog posts sorted by tags inside with a drop,down that loads only the selects tags in the page without reload. Can it be dine in enfold?
http://themewich.com/previews/?product=aware#extranews
This reply has been marked as private.
Hello and thanks again for making an awesome theme!
I was wondering how to hide the featured image from showing up at the top right of the screen. I used display: none, and it hid, but it is showing up randomly still. I am also worried that based on the @media, I might not be hiding it properly for all the different codes. Please let me know what is the best way to do a universal display: none on certain elements of the site.
If you are able to provide the PHP script for me to add to remove this feature entirely, I would prefer that greatly as it is much better for SEO purposes.
Thanks again!
I was recently asked to migrate a client’s website from our multisite network to a single site on his own server. I searched through some different topics and came up with a lot of complaints about theme owners having to painstakingly rebuild pages, import media files, etc from the ground up. I noticed one post that Kriesi made that made it extremely simple to launch the site on his new server in about 10 minutes. This is a little tutorial to get it done.
1. After you have set up WordPress on your new host, install your theme (in my case – Enfold)
2. Install any associated plugins needed
3. Go to the dashboard of the site where you are migrating from and add ?avia_export at the end of the url. It will look something like this – http://yourdomain.com/wp-admin/?avia_export
4.This will this generate a base64 encoded option set that you can to the dummy.php file in themes/includes/admin/dummy.php of your theme. Replace the existing content with the new.
5. Go to tools on your existing site and export all content as an xml file. Once on your computer, rename dummy.xml.
6. On your new install, go to themes/includes/admin and replace the dummy.xml file with the file you just created.
7. Log into the dashboard of your new install, click the theme options navigation link (in my case, “Enfold”) in the back-end and click the import dummy data button. This will import all the images/content/layouts, etc.
8. Click the back-end navigation option for settings > permalinks and adjust your permalinks as needed.
9. Importing the dummy data imports your layerslider images, but you may have to go into your sliders and adjust any image links IF your paths are different. In my case I went from multisite to single site so I had to adjust the link prefix accordingly.
That’s it!
http://phoenixfireops.com/ems/
Here is the custom css. There are 2 problems with the css.
1. On a Samsung Tablet the slide out menu text has poor resolution and the menu container doesnt center on the page like the dropdown menu.
2. I need to change the css for the parent and the second level parent in the menu.
#mobile-advanced a, #mobile-advanced .mega_menu_title { color: #000000 !important; font-size: 20px;background:#F0F0F0 ;line-height:35px;}
#mobile-advanced a, #mobile-advanced .mega_menu_title: hover { color: #ffffff !important; background: #ffffff; }
div .logo { left: 35%; }
#advanced_menu_toggle:before { content: ‘Select a page >’; font-size: 15px; margin-bottom: 10px; }
@media only screen and (max-width: 767px) {
.responsive #header_main .container {
height: 140px !important;
}
.responsive .logo {
position: relative; }
#advanced_menu_toggle, #advanced_menu_hide {
right: 31%;
top: 75%;
background:#f8f8f8 ;
line-height: 12px;
height: 27px;
width: 120px; }}
@media only screen and (max-width: 767px) {
#advanced_menu_hide {
top: 50px;
right: 50px;
height: 40px;
line-height: 35px;
width: 40px;
}}
#mobile-advanced .sub-menu li > a:before { top: 2px; }
#mobile-advanced .sub-menu li > a { font-size: 16px;background:#ffffff;padding-left:20px;}
This reply has been marked as private.
Hi Josue,
The name and email text boxes are much taller than they are supposed to be by default. Olark support told me it is due to the following code in the theme css:
#top textarea {
min-height: 60px;
line-height: 1.5em;
}
I’d like to remove those rules just for the chat box if possible.
Thanks!
Best,
Jonathan
This reply has been marked as private.
Hey!
Change the code to this:
#top.avia-blank #wrap_all {
display: block !important;
}
Regards,
Josue
Hi,
Customization made on kriesi.at isn’t something we can assist. Kriesi specifically mentioned and asked us not to provide the customization as he’d like to write a blog or tutorial on the customization down the road.
If you have any other questions just make a new topic with the question/issue and we’ll do our best to answer. I’m going to close this topic for now so we don’t continue getting of the original posters issue and get a long extended topic on customization.
Best regards,
Josue
Hey JP!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) {
#top.avia-blank #wrap_all {
display: block !important;
}
}
Cheers!
Josue
Hi,
I updated the theme to 2.5.4 using the Theme Update option within Enfold Theme Options. The problem of the responsive menu on iPad remains unchanged. The site appears exactly the same on iPad in terms of the header menu (see previous screenshots).
Some of my current Enfold Theme Options settings are as follows:
Header Type: Small Fixed Header
Append search icon to main menu: Unchecked
Responsive Header Main Menu: Display as Slide Out Menu
Quick CSS:
.main_menu ul:first-child > li > a {font-size:15px;}
.title_container .breadcrumb {
display: none !important;
}
#js_sort_items .sort_by_cat a{
font-size: 16px;
}
h1.main-title.entry-title {
font-size:24px;color:#000000;
}
.header_color .main_menu .menu ul li a:hover {
background-color: #eae2db;
}
/*ROLLOVER/CURRENT MENU DECORATION*/
.header_color .avia-menu-fx {
background-color: #423222;
}
.header_color .avia-menu-fx .avia-arrow, .header_color .main_menu ul:first-child >li > ul, #top .header_color .avia_mega_div > .sub-menu {
border-color: #423222;
}
.alternate_color .avia-icon-list .iconlist_icon, .main_color .avia-icon-list .iconlist_icon { background-color: #423222; }
#top #gform_4 input[type=”text”],
#top #gform_5 input[type=”text”],
#top #gform_6 input[type=”text”],
#top #gform_7 input[type=”text”],
#top #gform_9 input[type=”text”],
#top #gform_10 input[type=”text”],
#top #gform_11 input[type=”text”] {
width:474px;
}
Thanks!
Hi!
Please refer to Kriesi post here:
https://kriesi.at/support/topic/kriesi-logo/#post-161892
Best regards,
Josue
Hi, I’ve tried some of the suggestions in a couple of forum threads on how to change the social media icons in the header.
I think the theme is great but I would just like to try replicate what is on the top of this website, where the icons appear to the right of the man navigation menu.
How could I do this?
Thanks for any advice
Hi!
I tried reproducing the issue a few times, didn’t happen on my end.
Regards,
Josue
Hello,
On my website:
http://production.stagerightlighting.com/home/
Sometimes when the page loads the portfolio grid images seem to stack on top of each other. Because it is a somewhat random issue I do have a screenshot but it consistently appears to do this.
If I push some of the sort options it seems to fix itself, so I’m assuming it is a problem when loading the page.
When I view our site (www.got2bmoving.com) on the iPad and load a new page, i.e. “News”, the horizontal non-mobile top nav menu appears before the mobile drop-down menu kicks in.
Is there any way to prevent the horizontal non-mobile menu from appearing first?
thanks!
This reply has been marked as private.
3) I forgot, I should also add how do I only set only the vertical borders in the bottom navigation to be a yellow color as well?
I don’t want the top border to be yellow it will look funny.
Hey guys,
I’m having an issue with the forums that I need to resolve as soon as possible.
Take a look at – http://codelessme.com/weightlossrebels/forum/
I have created this page using two columns as this is how I want everything to lay out and be styled. HOWEVER, because I have chosen to use the shortcode for bbpress, once a user clicks a topic, they are taken to the forum created pages, which have a sidebar and white background. The reason for the white background instead of the background image applied universally is because when I apply the background universally, no color sections apply a new color or background image. So if I create a color section with a background color of orange for example, the orange is still not applied, it simply shows the default main color image pattern.
I need to format the forums inner pages to look just like what I have linked above.
Can you take a look at things and tell me why a background pattern applied to the “Main” section of styles is overwritting any page specific color sections created? This is the first step to figuring this out.
Thanks.
This reply has been marked as private.
Hey!
Try adding this code to the Quick CSS:
#top > div.pp_overlay {
opacity: 0.7 !important;
}
Cheers!
Josue
I spoke with Kriesi, and he only uses the default minify setup with better wordpress minify. For whatever reason, that plugin is malfunctioning with Woocommerce, and the minified URL’s are not working- which causes all JS to fail.
Today, I switched to manual W3Total Cache and added in all of my scripts. I then moved jQuery to the head, and moved all of Woocommerce to after the body… and this works. Still not great page speed insights, but at least it has stopped screaming at me about blocking js.
Here is a screenshot of my script order. Please note that there are a couple of scripts which are added in from addons, such as AddThis and LayerSlider. If you are using this SS for reference, you can build yourself a great starting list by going to Minify, turning it off of auto to manual, then clicking the help wizard at the top of the page. Make sure all other Minify is disabled. It will pull out all of your scripts in a pretty good order, and after than you can tune as you need to.
http://cl.ly/image/0K413r2U0j3M
Hi there,
Do you smartfolks here know what would be the best way to move the salebadge on archive pages on top of the image above, I know I can css that with a top:-100px orso but it isnt optimal considering responsiveness. I see a action in /config-woocommerce/config.php:
remove_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_show_product_loop_sale_flash', 10);
add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_show_product_loop_sale_flash', 10);
but replacing it with
#remove_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_show_product_loop_sale_flash', 10);
#add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_show_product_loop_sale_flash', 10);
doesnt seem to do anything… any ideas?
Cheers,
Thomas
Hi Bedros!
1- Yes, as you can use Avia Layout Builder for creating your portfolio items like creating any other page, featured image is not shown. You are not doing anything wrong.
2- Which version of Enfold are you using? You can add following code to Quick CSS in Enfold theme options under Styling tab to remove the arrows globally
#top .avia-post-nav { display: none; }
3- You can add “Portfolio grid” or “Fullwidth Masonry” element to bottom of your portfolio items to display related portfolio items. Featured image does show on thumbnails as you shown in your first screenshot. If you are having any issues with it, please post the link to your website so we can take a look. Please note that we may need a temporary admin login as well.
Regards,
Yigit
Hey!
Now i see it, it’s actually a bug with tables rather than with the promo box element. It’s already reported so a fix will be probably be up in the next update.
https://kriesi.at/support/topic/strange-table-behavior/#post-231458
In the meantime, one workaround would be to disable the visual editor for your user (Users > Your Profile > Disable the visual editor when writing).
Cheers!
Josue