Forum Replies Created
-
AuthorPosts
-
Hey web4698!
It looks like your using Enfold 2.4.2. You’ll need to update to the latest version, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Regards,
ElliottHi WebAndMore!
I checked on the Nexus 7 tablet but it’s displaying fine on my end. Are you using the official Chrome browser? If not then try downloading and viewing with that.
Cheers!
ElliottJanuary 30, 2015 at 5:37 pm in reply to: Tip on how to create border around post title, change size and center text #388362Hi staciejensen!
Thanks for sharing. Let us know if you have any other questions.
Best regards,
ElliottHey laptophobo!
If you have filled out your themeforest information in Dashboard > Enfold > Theme Update then you should be able to update from your dashboard. If that’s not working then you’ll need to use FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Regards,
ElliottHi André!
If you want to add a Home link to your menu then you could create a new page and set it to your front page in the Enfold settings in Dashboard > Enfold > Theme Options. Or you can create a custom link in Dashboard > Appearance > Menus to use.

Regards,
ElliottHi Krissie!
You would just need to add it to the bottom of your functions.php file and it should work then. You can add it to a child theme functions.php file if you want it to be saved between updates, http://kriesi.at/documentation/enfold/downloads/.
Cheers!
ElliottHi crewneck!
The best way to optimize a WordPress site is to use a caching plugin such as WP Supercache or W3C cache.
The BWP minify plugin is a good one to look at as well, https://wordpress.org/plugins/bwp-minify/.
Also make sure that you optimize your images for the web.
Cheers!
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
January 30, 2015 at 12:36 am in reply to: Lightbox stoped working after I Updatedthe to Enfold 3.0.4 #388057Hey!
I think 900px is what it uses by default. If you want to increase it then you’ll need to try something bigger.
Regards,
ElliottHi!
We can probably use the avf_form_mail_header filter but before we get into that try adding this beneath line 711 in /enfold/framework/php/class-form-generator.php.
$header .= 'Reply-To: ' . $from . '\r\n';To see if it works or not.
Cheers!
ElliottHey!
I’m sorry but I do not know. Let us know what the plugin authors say.
Or you can also try looking for a different plugin to use though I don’t know of any I can recommend.
Cheers!
Elliott-
This reply was modified 10 years, 12 months ago by
Elliott.
Hey!
Add this.
@media only screen and (max-width: 767px) { #top .logo, .logo * { max-height: 200px !important; } }Best regards,
ElliottHi!
You can add a
.homein front of it to target only the homepage..home .avia-content-slider .slide-image { display: none; }Best regards,
ElliottHi!
You can use an image uploading service such as imgur.com and then copy the URL and hit the “img” button when filling out your post.
Best regards,
ElliottHi!
The login information is not working for me, I tried both “Krisie” and “Kriesi”. Also, all of your posts are giving me 404 not found errors.
And if you have a post in draft status it’s not going to display in the blog so there is no way to check if the read more tag is working or not. You will need to publish it.
Best regards,
ElliottJanuary 29, 2015 at 10:37 pm in reply to: WPML language switcher not showing in Enfold Theme Options #387995Hey!
Your using WPML version 3.2-a3. Is that an alpha version?
I think the latest version should be 3.1.9.
Regards,
ElliottJanuary 29, 2015 at 10:29 pm in reply to: Contact Form Engine – Can posted form data be saved to the database? #387992Hey asorrelt!
That would take a lot of time and code and would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.
Or as an alternative we can help you out with styling the CF7 forms but that is not going to be very easy either.
Cheers!
ElliottJanuary 29, 2015 at 10:26 pm in reply to: [BUG] Table headers applied incorrectly on media query. #387990Hi Redfrex!
With how your using the table I think what your wanting to do is open up /enfold/config-templatebuilder/avia-shortcodes/table.php and change line 294 from this.
$responsive_style .= ".avia-table-".self::$table_count." td:nth-of-type(".($counter + 1)."):before { content: '".$row['content'][$counter]['content']."'; } ";To this.
$responsive_style .= ".avia-table-".self::$table_count." td:before { content: '".$row['content'][$counter]['content']."'; } ";Best regards,
Elliott-
This reply was modified 10 years, 12 months ago by
Elliott.
Hey!
We already enqueue jQuery and jQuery UI. You’ll need to switch all
$symbols tojQueryand you can echo it out it all out into the footer by adding this to the bottom of your functions.php file.add_action( 'wp_footer', 'enfold_customization_custom_js' ); function enfold_customization_custom_js() { ?> <script type = "text/javascript"> jQuery(function() { var availableTags = [ "ActionScript", "AppleScript", "Asp", ]; jQuery( "#tags" ).autocomplete({ source: availableTags }); }); </script> <?php }I’m not sure what your code is supposed to do or if it will work but that is how you can add it to every page.
Best regards,
ElliottHey trecacreative!
Try adding a 1/5 + 3/5 + 1/5 columns to your content and then drag the hotspot into the 3/5.
Cheers!
ElliottHi!
Actually it was. You couldn’t see it but you actually had some characters in the form title. I hit the backspace and delete keys a couple of times and saved and it got rid of it.
Regards,
ElliottJanuary 29, 2015 at 9:54 pm in reply to: How to make very large search box in middle of front page #387978Hi!
You can target them both with this.
input[type="text"] { } input[type="submit"] { }And only the ones in your header with this.
#header input[type="text"] { } #header input[type="submit"] { }Cheers!
ElliottHi Harris!
Open up /enfold/includes/loop-index.php and find line 215.
avia_social_share_links();Try moving it up to line 72 or higher.
Best regards,
ElliottHey mrcityrunner!
You’ll want to leave the folder name alone. If you edit it then the theme options will be saved under a different name and it will make updating difficult.
I recommend exporting your theme options in Dashboard > Enfold > Import/Export and then completely delete Enfold before downloading + uploading a fresh copy from themeforest.
If you want to change the name then consider making a child theme, http://kriesi.at/documentation/enfold/downloads/.
Best regards,
ElliottJanuary 29, 2015 at 9:11 pm in reply to: How to change the awful grey sides & backgrounds of elements of the Layerslider? #387964Hey COLORIT!
This is outside the scope of our support. You will need to contact the LayerSlider plugin authors about this.
If you do not like that specific transition then you can turn it off when editing the LayerSlider options.
Best regards,
Elliott-
This reply was modified 10 years, 12 months ago by
Elliott.
January 29, 2015 at 9:10 pm in reply to: change title and caption of featured image in a post #387963Hey!
I removed the title and alt text and the caption is displaying correctly now.
Cheers!
ElliottHi two_worlds!
I’m not sure what it could be. It’s kind of bordering on custom work though. Your absolutely sure this is working in the default theme?
I would try playing around with the date parameters in the query instead of using a SQL command, http://codex.wordpress.org/Class_Reference/WP_Query#Date_Parameters.
Cheers!
ElliottHi manghar!
Where are you seeing this error? Is it in the dashboard? I viewed your link but everything seems to be working fine.
Check your server error logs to see if there is any useful information in there.
Regards,
ElliottHey!
Add this to your custom CSS.
#header { z-index: 2147483647 !important; }Or change this line in the CSS Devin posted.
z-index: 100000;To something smaller.
@oliviad, Send us a link and we’ll take a look. You can set your reply as private if you wish.Cheers!
ElliottJanuary 29, 2015 at 7:34 pm in reply to: Lightbox stoped working after I Updatedthe to Enfold 3.0.4 #387930Hey!
You can use this CSS to increase the width of the popup.
.mfp-iframe-holder .mfp-content { max-width: 1200px !important; }Cheers!
ElliottJanuary 29, 2015 at 7:16 pm in reply to: Can't add a custom product sorting option using WooTheme's suggested method #387918Hey Jonathan!
I tested the first half of your code out. I added this to the bottom of my functions.php file.
add_filter( 'woocommerce_get_catalog_ordering_args', 'custom_woocommerce_get_catalog_ordering_args' ); function custom_woocommerce_get_catalog_ordering_args( $args ) { $orderby_value = isset( $_GET['orderby'] ) ? woocommerce_clean( $_GET['orderby'] ) : apply_filters( 'woocommerce_default_catalog_orderby', get_option( 'woocommerce_default_catalog_orderby' ) ); if ( 'stock' == $orderby_value ) { $args['orderby'] = 'meta_value'; $args['order'] = 'asc'; $args['meta_key'] = '_stock_status'; } return $args; } add_filter( 'woocommerce_default_catalog_orderby_options', 'custom_woocommerce_catalog_orderby' ); add_filter( 'woocommerce_catalog_orderby', 'custom_woocommerce_catalog_orderby' ); function custom_woocommerce_catalog_orderby( $sortby ) { $sortby['stock'] = 'Stock Status'; return $sortby; }And it seems to work fine. What it does is it adds a new sort option in Dashboard > Woocommerce > Settings > Products called “Stock Status” so you need to select that in the “Default Product Sorting” setting and save.
Cheers!
Elliott -
This reply was modified 10 years, 11 months ago by
-
AuthorPosts
