Forum Replies Created
-
AuthorPosts
-
Hey ppc1337!
Is the problem that the widgets sometimes display beneath each other instead of floating left? It happens to me when I hover over the images. Try setting their display to inline-block instead of just block to see if that fixes it.
Best regards,
ElliottDecember 11, 2014 at 12:24 am in reply to: Where can I locate all the shortcodes in shortcode format with all options? #366348Hi w3developing!
I don’t think we have any information for that but if you create a new page or post and click on the magic wand icon in your WYSIWYG then you can customize and insert the shortcodes into the content.
You can also do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, to see the shortcodes of your elements in the advanced layout builder.
Regards,
ElliottHi filetrail!
Try deactivating all of your plugins and make sure you have at least one post published (there is a bug when you have no posts published).
If that does not help then try completely deleting Enfold from your WordPress theme directory and then download + upload a fresh copy and send us a WordPress login so we can take a look.
Regards,
ElliottHey!
It’s working fine on my XAMPP setup so not sure what’s going on. Send us a WordPress login and we’ll take a closer look.
Best regards,
ElliottHey!
Their widths get set to percentages and their height set to auto. This makes them responsive on all screen sizes. The percentage used is based on however many columns your using. For five columns it’s 20%.
Cheers!
ElliottHi Iano999!
Hmm, I’m not sure if there was an option like that in the past.
Are you wanting to get rid of the responsive menu and just display your regular menu?
Go ahead and take a screenshot and highlight what your trying to do so we can get a better idea.
Cheers!
ElliottHi AlexanderKouba!
Are you referring to the “Screen Options” button when editing your pages? What happens when you deactivate all of your plugins?
If your still having problems then send us a WordPress login and we’ll take a look.
Best regards,
ElliottDecember 10, 2014 at 11:56 pm in reply to: Form not sending with WordPress 4.01 even after Enfold Update #366335Hi!
Try installing this plugin, https://wordpress.org/plugins/wp-smtp/, and then try and send a test email in the plugin settings to see if you receive it.
If PHP mail is not working then try contacting your hosting provider to see if you can use SMTP.
Cheers!
ElliottDecember 10, 2014 at 11:54 pm in reply to: Photography demo – Main background color and slider image #366334Hi!
I checked your link but it doesn’t look like your using that layout. Is this a different site?
You should still be able to use a color section in that area. Are you sure your setting the color of the color section?
Otherwise you can edit this in Dashboard > Enfold > General Styling. Click on the “Main Content” and “Alternate Content” tabs and set the background color or set a background image there.
Regards,
ElliottHi!
Are you trying to create a line separating your content? http://kriesi.at/themes/enfold/shortcodes/hr/
If so then you can use our “separator” element.
Cheers!
ElliottHi sahlen!
It looks like the sidebar is missing from your source code. If you do not have any widgets set to it then it should still be displaying some default widgets though.
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If your still having problems then send us a WordPress login and we’ll take a closer look.
Best regards,
ElliottHi WebsiteGirl!
It’s displaying fine on my end. What browser are you using?
Go ahead and take a screenshot of what your seeing so we can get a better idea.
Best regards,
ElliottHi McEwans!
Try switching the code to this.
function add_custom_script(){ if(is_page(440)){ ?> <script> jQuery(window).load(function(){ jQuery(‘html’).removeClass(‘html_header_sticky’); }); </script> <style type = "text/css"> .logo img { max-height: 180px !important; } </style> <?php } } add_action(‘wp_footer’, ‘add_custom_script’);Best regards,
ElliottDecember 10, 2014 at 10:51 pm in reply to: Adding ability to stretch and expand view on mobile #366300Hi!
I only test this on my Nexus 7 but you can try changing line 35 in /enfold/header.php from this.
if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';To this.
if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1">';I think that should let you zoom in and out by pinching the screen.
Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hey scottmlogan!
Go ahead and update to Enfold 3.0.4 (your currently using 3.0.2) and then let us know when your done.
See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/install-enfold-theme-with-ftp/.
Regards,
ElliottDecember 10, 2014 at 10:44 pm in reply to: Resize colored sections or add color to sections? #366296Hi!
This is how it’s done on our demo, http://kriesi.at/themes/enfold-business-flat/service/.
You can add column elements inside the grid row cells to play around with the width as well. I’m not sure what you mean by the heading, it looks the same to me. Take a screenshot and highlight what your seeing so we can get a better idea.
Best regards,
ElliottHey jaebee!
Let’s try the following.
1. Deactivate your WP Edit plugin.
2. Create a copy of your theme settings in Dashboard > Enfold > Import/Export and then hit the “Reset All Options” button and try to edit your settings to see if they change.
3. Completely delete Enfold from your WordPress theme folder before downloading + uploading a fresh copy.
Can you see changes when using the default theme?
Best regards,
ElliottHey!
1. Drag a codeblock element to your page and add this inside.
<style type = "text/css"> .avia-section .avia_textblock > p:first-child { margin-top: 0; } </style>2. Same thing as #1.
3. Drag a codeblock element to the page and add this inside.
<style type = "text/css"> #top .avia-layerslider .ls-nav-prev, #top .avia-layerslider .ls-nav-next { color: black !important; } </style>4. Add this to your custom CSS.
#subheadso a { color: white !important; font-weight: bold !important; }5. Drag a codeblock element to the page and add this inside.
<style type = "text/css"> .avia-testimonial-meta { left: 170px !important; } .avia-testimonial { padding-left: 0px !important; } </style>6. You can switch to the default editor and then nest the column shortcodes inside each other. It would look something like this.
[av_one_half first]Add Content here[/av_one_half] [av_one_half] [av_one_half first]Add Content here[/av_one_half] [av_one_half]Add Content here[/av_one_half] [/av_one_half]Regards,
ElliottHi!
If possible then send us a WordPress login and mark your reply as private. We would like to take a closer look at how your creating the post type.
Regards,
ElliottHey Arjan de Wit!
What minor differences are you referring to? Go ahead and send us a link and take a screenshot highlighting what your trying to do so we can get a better idea.
Best regards,
ElliottDecember 10, 2014 at 9:59 pm in reply to: issue with enfold and wordpress seo plugin, 404 in author and archive pages #366269Hey!
Try adding this to your custom CSS.
.date .breadcrumb-trail > span:nth-child(5), .date .breadcrumb-trail > span:nth-child(6) { display: none; }Best regards,
ElliottDecember 10, 2014 at 9:36 pm in reply to: More text in preview of grid, blog posts and post slider #366254Hey heufti65!
Add this to the bottom of your functions.php file.
add_filter( 'avf_postgrid_excerpt_length', 'enfold_customization_excerpt_size' ); function enfold_customization_excerpt_size( $size ) { return 120; }And change 120 with however big you want the excerpt to be.
Best regards,
ElliottHi seanchk!
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If your still having problems then send us a WordPress login and we’ll take a look.
Best regards,
ElliottHi darneson!
That’s going to take a lot of time and code and would have to be considered custom work so it would be best to hire a freelancer to help you out with this customization.
If you would like to try and do it on your own then the WordPress function to display a custom field is this, http://codex.wordpress.org/Function_Reference/get_post_meta.
And your probably wanting to use it around line 669 in the /enfold/config-templatebuilder/avia-shortcodes/portfolio.php file but it’s going to take a lot more work to get it to display how your wanting.
Best regards,
ElliottDecember 10, 2014 at 9:17 pm in reply to: Featured imgae on posts for og-image Twitter, google+ and LinkedIn #366235Hey!
I found some topics which may help.
http://developer.linkedin.com/forum/linkedin-share-button-pulling-wrong-thumbnail
https://developer.linkedin.com/thread/2876Is the image your using big enough? https://developer.linkedin.com/documents/setting-display-tags-shares
Best regards,
ElliottHey kimoribj!
To make sure I understand right. Your using a plugin which has some kind of lightbox script and your wanting to disable it and use Enfold’s magnific popup?
The plugin authors gave you that code to turn off the lightbox for their plugin correct?
I suppose you could try adding it to the footer. Add this to the bottom of your /enfold/functions.php file.
add_action( 'wp_footer', 'enfold_customization_customscript' ); function enfold_customization_customscript(){ ?> <script type = "text/javascript"> jQuery(document).ready(function(){ // FancyBox: when the theme adds the fancybox class jQuery(‘.esg-grid .fancybox’).off(‘click.fb’); // FancyBox: when the theme just connects the hyperlink, without adding a fancybox class jQuery(‘.esgbox’).off(‘click.fb’); // ColorBox jQuery(‘.esgbox’).removeClass(‘cboxElement’); }); </script> <?php }If that’s not working then send us a link to your page and we’ll take a look.
Regards,
ElliottHey!
I’m sorry but I’m not sure I understand. It seems to look fine on my end.

Go ahead and take a screenshot and highlight what your trying to do so we can get a better idea.
If your just trying to add more space then use two textblock elements and add a separator in between them.
Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
December 10, 2014 at 8:51 pm in reply to: Main Menu (primary menu) customization (2 requests) #366222Hi!
Add this to your custom CSS.
#menu-item-755 > .avia_mega_div { right: -850px !important; }Best regards,
ElliottDecember 10, 2014 at 8:48 pm in reply to: Video does not Autoplay in mobile Version, plus Text overlays #366221Hi Jack!
Try adding this to your custom CSS.
@media only screen and (max-width: 767px) { .responsive #header_meta .sub_menu > ul > li { display: block !important; } }And for mobiles make sure you select a fallback image to use when editing your slide as video on mobile devices cannot be controlled properly with javascript.
Cheers!
ElliottHey jansthh!
Unfortunately I don’t see an easy way of going about that. The tabs script will need at least one open at all times. We could hide it with CSS but then it would not be visible when switching tabs so the tab script would have to be redone.
Regards,
Elliott -
This reply was modified 11 years, 1 month ago by
-
AuthorPosts
