Forum Replies Created
-
AuthorPosts
-
Yes. If you have “Enable guest checkout (no account required)” checked in your WooCommerce options then the checkbox appears. If you do *not* have that checked the the checkbox is not visible because registration is mandatory.
Hey krisztianc!
When you edit each individual testimonial scroll the pop up window down all the way and you’ll see the field for the URL. If you don’t fill in anything (or remove the default http) then the url will not show on the front end.
Regards,
DevinOctober 12, 2013 at 4:39 pm in reply to: No Size & Quantity Selection before Add to cart on Product Page #174649Hi Movida!
The only items that will be available to be added to the cart directly from the shop are those set as “Simple Products”. WooCommerce handles all of the ecommerce functionality and the theme just styles the plugin and how its presented.
So Variable Products like what you are describing would show up like this product: http://kriesi.at/themes/enfold/product/eva-solo-my-teapot/
If you view that in the regular shop here you’ll see the shop page display vs Simple Products (the Suit Up product): http://kriesi.at/themes/enfold/shop/page/2/
Regards,
DevinHi dalen550!
Unfortunately the only method to delete it is to go through and delete the posts, pages, portfolio items and media manually. Once it is loaded in the data is just part of the WordPress data like any other content a user would have created.
Regards,
DevinRemove:
.grid-image img { height: 191px; }
Its stretching the images now instead of helping them :)
Hello ganjou!
Just tested it on my live install of the theme and didn’t have any issues. Make sure you are not logged in and that the WooCommerce settings are set to allow for registration on checkout.
The theme has no interaction with WooCommerce functionality on cart or checkout pages and only styles them so there isn’t anything from the theme side of things that would effect it.
Cheers!
DevinHello CivilC!
I don’t actually know of any off hand at all for WordPress. Relevanssi is popular as a search replacement/add on for WordPress but I don’t think it has multiple filtering options.
Regards,
DevinHey lesley1802!
Can you create a temporary admin user and then reply here with the details. Make sure you set the reply as “Set as private reply” below the text field here so that its only visible to support staff.
Then we can log in and take a look at whats going on further.
Cheers!
DevinHello!
So adding a header1,2,3 etc into a regular text field doesn’t get the left, right center alignments from the text editor? Is it only inside the visual editor or advanced layout?
Let us know if it continues so we can try and re-create it and see if there is an issue we need to address.
Cheers!
DevinHello!
You can get the correct character code by adding in the icons via the magic wand>icon and then selecting the icon from the shortcode popup. Then save the page and you’ll get the HTML for it, or you can just use the shortcode instead.
Best regards,
DevinHi jyles_ks!
Not without having the page customized. The boxed vs full width class is for the whole page container so it would be doable by a freelance developer for the specific page you wanted to edit.
Regards,
DevinClosing off the topic for now. Let us know if you have any other issues and we’ll do our best to help :)
What specifically didn’t work? Did you adjust your htaccess file?
Hi!
The most ideal would be 495×400 for the 2 or 3 column portfolios which would also work for the 4 columns as well. The theme will re-size them to the needed size if they are bigger which is also best since the single portfolio page layouts users typically create are going to be using one of the larger gallery sizes.
As long as the parent image is using the same proportions then when it re-sizes smaller it will keep its quality and stay in line with everything.
Best regards,
DevinThe full set of icon debugging steps are all in this topic: https://kriesi.at/support/topic/icons-still-not-working-in-firefox-and-ie/
If the refreshing cache, re-saving styles etc doesn’t work then Kriesi’s htaccess step should do it.
Hi WP-part!
Is this the automatically generated sub menu on sub pages? Have you tried setting the order value in the page attributes meta box?
Regards,
DevinOctober 12, 2013 at 3:22 am in reply to: attach a photo in forms // color type with black background problem #174454We can see all of the custom css you add in as well as what it effects directly on the page.
This css effects all icon box title contents:
.main_color h3.iconbox_content_title { color: white; }
It, being set to white, makes the titles of your icon boxes white.
October 12, 2013 at 3:19 am in reply to: See the code generated by the Advanced Layout Editor? #174451Hello sletts02!
You can turn on the debug mode for it by adding this to your functions.php:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
Regards,
DevinHi Kiddo14!
You would need to modify the blog code in includes>loop-index.php to include the custom field output.
Regards,
DevinHey bivvo!
I’m not quite sure what you mean. The portfolio single pages let you choose however you want the layout to look. So you can add whatever you want to the them.
Regards,
DevinHello!
You’ll need to use a plugin like this one for that kind of functionality: http://wordpress.org/extend/plugins/widget-logic/
It will allow you to use WordPress conditional logic to make widgets display only on some categories/pages etc.
Best regards,
DevinHi!
The shortcode for LayerSliders isn’t quite the same so you would need to use the Advanced Layout Editor, turn on the debug mode and get the shortcode from that.
So add this to your functions.php:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
For the blog page, if its in the header.php it should be showing up on every page on the site as long as the page is using the regular header file.
Best regards,
DevinHello!
First thing to do is download the updated theme files and then install the newly updated version of Enfold. This will probably not fix the back end issue but may fix it on the front end.
Next, add this code to your functions.php file:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
This will give you a new field after the advanced layout editor that will show all of the content of the editor elements. See if you can spot where the error in the shortcodes is (if possible).
I also saved the schedule page as a template in the top right corner of the advanced layout editor just in case the whole page blanks out and you lose the data you’ll have an immediate re-fresh.
Regards,
DevinHi!
You actually have 2 toggle selections getting loaded into your header. Did you modify the theme header.php or any other functions?
Best regards,
DevinHi bblooi!
See if this video helps clear things up: https://vimeo.com/channels/aviathemes/67651241
We need to do an updated version for 3.6 menus but the general concepts are the same.
Regards,
DevinOctober 11, 2013 at 6:41 pm in reply to: Javascript error on "edit page": Uncaught Error: cannot call methods on sortable #174328Hello!
There shouldn’y be any conflict with Yoast at this point as there has been some built in support to make sure it works so you might want to try re-downloading the theme and then re-installing with the fresh files over FTP. See: https://vimeo.com/channels/aviathemes/67209750
For the home page, go to the WordPress Settings>Reading and make sure the option is “Your Latest posts”.
Regards,
DevinHello AnnieCl!
Yes, you’ll need to install and set up WooCommerce in order to have any ecommerce functionality.
The theme by itself isn’t capable of any online store, it just has support for using WooCommerce and adds in some theme styling to make it look integrated right into the theme.
See: http://wp.tutsplus.com/tutorials/plugins/getting-started-with-woocommerce-initial-setup/ and http://docs.woothemes.com/documentation/plugins/woocommerce/woocommerce-user-guide/getting-started/
Cheers!
DevinOctober 11, 2013 at 6:34 pm in reply to: Want thumbnail image in Blog Posts content element for post with embedded video #174324Hey!
Right now the only way to show a featured image for the post or portfolio item is to add that image to the Featured Image. Video posts and portfolio posts don’t display the video as a preview though it is something we’ll be looking at adding in the future if possible.
For the dates, 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:
.date-container.minor-meta, .date-container.minor-meta + span{ display: none; }
Best regards,
DevinHi!
The theme doesn’t have built in support for any calendar plugins at this time directly but you should be able to choose the page template from the plugins options so that it at least displays correctly.
You could also try changing your permalinks to default and check that there isn’t an issue there.
Best regards,
DevinSounds like an issue with whatever you are viewing the sites with. I can assure you the demo doesn’t have pixelated imaged :)
-
AuthorPosts