Forum Replies Created
-
AuthorPosts
-
January 13, 2015 at 9:10 pm in reply to: WooCommerce – Adding custom field on Single Product Page issue #379117
Hey imagemakerswi!
Try switching the first line to this.
add_action( 'woocommerce_after_single_product_summary', 'add_custom_field', 0 );That will have it display above our tabs and after the summary.
Regards,
ElliottHi diefleischerei!
I viewed your link but your images were already taking up the full width of the page. Did you get this sorted?
If your still having trouble then take a screenshot and highlight what your trying to do so we can get a better idea.
Best regards,
ElliottJanuary 13, 2015 at 7:51 pm in reply to: Adding custom button on top right hand of Enfold Header #379077Hi!
Add this to the bottom of your functions.php file.
add_action( 'ava_main_header', 'enfold_customization_add_to_header' ); function enfold_customization_add_to_header() { echo do_shortcode("[av_button label='Client Login' link='manually,http://www.google.com' link_target='' size='small' position='right' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' custom_class='']"); }And then replace “http://www.google.com” with the URL to your WordPress login form.
Regards,
ElliottHi anitademla!
Try one of these plugins out, https://wordpress.org/plugins/search.php?q=auto+feature+image.
Regards,
ElliottJanuary 13, 2015 at 7:35 pm in reply to: Product grid inclusion removes product from attribute filter #379052Hi alanboyle5355!
I’m having trouble viewing your link. Is there a typo?
Best regards,
ElliottJanuary 13, 2015 at 7:31 pm in reply to: Media upload http error but showing in Media in dashboard #379046Hey!
Send us a WordPress login and we’ll take a look.
Cheers!
ElliottHey darrylo!
Try adding this.
#header_main { border-top: 0 none !important; }Regards,
ElliottHey tjpicasso!
First off try deactivating all plugins and then delete your .htaccess file and navigate to Dashboard > Settings > Permalinks and try setting it to the default or postname option and save to see what happens then.
Regards,
ElliottJanuary 13, 2015 at 7:24 pm in reply to: Layerslider static foregraound/ slideshow background? #379039Hey mcraig77!
Unfortunately I do not think the LayerSlider has this feature. You could try asking it as a pre sales question on their plugin page, http://codecanyon.net/item/layerslider-responsive-wordpress-slider-plugin-/1362246/comments.
Cheers!
ElliottHi Jan!
Add this to your custom CSS.
.header-scrolled .header_bg { opacity: 1 !important; }Regards,
ElliottHey!
Try changing that on line 108 in /enfold/includes/helper-markup.php.
$attributes['itemprop'] = 'contentURL';Cheers!
ElliottHey Courtney!
I checked your link but your image is already linking to the post and it’s size is already set to full width of the area so I’m not sure how your wanting to make it bigger. Are you wanting to just increase it’s height?
Go ahead and take a screenshot and highlight what is going on so we can get a better idea.
Best regards,
Elliott-
This reply was modified 11 years ago by
Elliott.
January 13, 2015 at 7:11 pm in reply to: After update to WP 4.0.1 I can not use Avia Builder – white screen endless timer #379028Hey Paul!
Yes you will need to update. See here, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Best regards,
ElliottHey Chris!
If your trying to do a search for certain posts or post types then you would have to create custom code for this. You might be able to find a plugin such as this, https://wordpress.org/plugins/custom-search-plugin/, but you would probably still need to create a custom search form to use it.
This one looks promising as well, https://wordpress.org/plugins/ultimate-wp-query-search-filter/screenshots/.
Regards,
ElliottJanuary 13, 2015 at 6:46 pm in reply to: Flyout Menu – Responsive Screen Sizes (including iPad Portrait) #379003Hey!
Try adding this to your custom CSS.
@media only screen and (max-width: 959px) { #advanced_menu_toggle { display: block !important; } .main_menu { display: none !important; } }And play around with the 959 value to change when the responsive menu shows up.
Cheers!
ElliottHi Jox!
Make sure your using Enfold 3.0.4 and that all plugins are deactivated.
If your still having problems then send us a WordPress login and we’ll take a look. (it looks like you forgot to include that in your post)
Best regards,
ElliottHi filamentworld!
Is Enfold updated to 3.0.4? Are those the only plugins your using?
What happens in the default theme?
Send us a WordPress login and we’ll take a look.
Cheers!
ElliottHi thekeenfolks!
You can find that starting on line 3221 in /enfold/css/layout.css.
Regards,
ElliottHey bodydesignfitness!
It’s because of this.
.av_textblock_section .avia_textblock { padding: 5%; }Which you have in your custom CSS. If your not sure where you added it then add this in Dashboard > Enfold > General Settings > Quick CSS to overwrite it.
.av_textblock_section .avia_textblock { padding: 0px !important; }Best regards,
ElliottHey iostar!
I saw the problem on my end but not sure what it could be. Are you sure it’s the BWP minify plugin? What happens when you deactivate all plugins except BWP? Your using quite a few so I’m guessing it’s another plugin which is causing the issue.
I noticed in the BWP advanced options you have the minify URLs option turned on. Try turning that off and then refresh your permalinks in Dashboard > Settings > Permalinks to see what happens.
Cheers!
ElliottHi Wilko!
We can try setting an ID to the widget areas. This will have the widgets be assigned to a specific ID instead of an increasing numeric value for each sidebar. I think this should save their position when you suddenly add or delete additional widget areas (such as the footer columns). But keep in mind that in doing this you will have to reset the widgets again after doing the code changes.
Try opening up /enfold/framework/php/class-sidebar-generator.php and find line 174.
$args['name'] = $sidebar;And add this beneath it.
$args['id'] = $sidebar;Next open up /enfold/includes/admin/register-widget-area.php and find line 77.
'name' => 'Footer - column'.$i,And add this beneath it.
'id' => 'Footer - column'.$i,Let us know if that works for you.
Cheers!
ElliottHey!
It’s just not something we thought to add in while we were developing it. I think some of our other customers have already added it to the feature requests so we may see something get added in a future update.
Regards,
ElliottHey tumold!
I downloaded the BigWeb_8 MP4 and tested it on my XAMPP setup but it’s looping fine. What type of device and browser are you viewing on?
Deactivate all plugins and send us a WordPress login and we’ll take a look.
Regards,
ElliottHey!
Can you fix the login information so we can login and do some testing?
Regards,
ElliottHey Richard!
Open up the /enfold/sidebar.php file and on line 44 you should see this.
if($custom_sidebar)Add this above it.
if ( is_category( 'test' ) ) { $custom_sidebar = 'mysidebar'; }And then change “test” with whatever category slug you wish to use and “mysidebar” with a custom widget area you have created.
Cheers!
ElliottHi!
Make sure to read and follow the steps carefully.
1. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
2. Open up /enfold/includes/loop-index.php and find line 212 which should look like this.
avia_social_share_links();3. Add this above it.
if ( is_single() ) { echo do_shortcode("[av_hr class='invisible' height='90' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']"); $link = get_permalink( avia_get_option('blogpage') ); echo do_shortcode("[av_button label='Back' link='manually,".$link."' link_target='' size='medium' position='left' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff']"); }Regards,
ElliottHi esmatta!
You can drag a codeblock element to the page and add this to it.
<style type = "text/css"> .slide-image { float: left; margin-right: 20px; } .slide-content { margin-left: 300px; } </style>Or you can also get this effect by choosing the “Single author, small preview pic” style in the blog shortcode. The images will be smaller but you can also change them with CSS.
.small-preview { width: 180px !important; }Regards,
ElliottHey malkoin!
Try installing the WordPress SEO plugin and then navigate to Dashboard > SEO > Social and make sure the “Add Open Graph meta data” option is checked. LinkedIn uses the open graph image tag to decide which image on your page to display.
Best regards,
ElliottHey!
Probably something like this.
if ( is_author('Benjamin') ) { $link = "http://energyzone.ca/benjamin/"; } if ( is_author("David") ) { $link = "http://energyzone.ca/david/"; }Regards,
ElliottHi joerare!
This is kind of a difficult thing to do actually. You can try something like this.
#top #main .sidebar { width: 400px !important; padding-right: 9999px !important; background: red !important; }But it’s probably not going to look right in all screen sizes and it’s still not going to cover the height of the sidebar in case your main content is longer.
You could also try creating a background image with half of it your main content and the other half your sidebar and then try using that but I’m not sure if it would work either.
As for the border you can use this CSS.
main { border-right: 0px !important; } aside { border-left: 0px !important; }Best regards,
Elliott -
This reply was modified 11 years ago by
-
AuthorPosts
