Forum Replies Created
-
AuthorPosts
-
February 2, 2015 at 9:48 pm in reply to: Enfold portfolio grid custom link ajax deactivation doesn't work #389662
Hey peter_wu!
Unfortunately this is going to take a lot of changes to the AJAX script to get it working like you want.
This seems like a good idea though so feel free to create a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we may see something get added in a future update.
Best regards,
ElliottFebruary 2, 2015 at 9:39 pm in reply to: Make additional elements in header shrink like logo #389658Hi!
I’m not sure. Try removing the max-width value you have set on it. That’s only going to happen in Firefox though correct? In Chrome it’s an instant change for both. Just a browser quirk.
Cheers!
ElliottHi fgrippe!
There just isn’t enough space on small phone screens to let the table scale down like that. It would make it so none of the cells are legible.
If you’d like you can create your own table with HTML inside a codeblock element, http://www.w3schools.com/html/html_tables.asp, but it would be best to use ours if you want it to be responsive.
Another option would be to take a screenshot of your table and then display that as an image in your page content and that will scale down but it would probably be the same problem. The text would be so small that you cannot read it.
Regards,
ElliottHi antosi!
I’m on Windows 8 with IE11 but it seems to look fine on my end. What happens when you view on a different computer? Is IE zoom set to 100% and compatibility view turned off?

Best regards,
ElliottHey!
I’m sorry but I’m not sure I understand. Can you take a screenshot and highlight what is going on so we can get a better idea?
Are you getting some kind of duplicate content error in Google webmaster tools? Where are you seeing this error?
Regards,
ElliottFebruary 2, 2015 at 9:13 pm in reply to: 3 or more buttons possible in full width easy slider? #389647Hey!
You could try targeting each slider like so.
.avia-builder-el-0 .avia-caption-content > p:last-child { display: none !important; }You would need to view your source code to see which number is assigned to the slideshows though. The code above targets the first one.
Cheers!
ElliottFebruary 2, 2015 at 9:06 pm in reply to: Lightbox stoped working after I Updatedthe to Enfold 3.0.4 #389646Hey!
How are you adding the button? What happens when you add the button inside the main content of your page?
Cheers!
ElliottFebruary 2, 2015 at 8:00 pm in reply to: Social icons next to menu when using "Logo center menu below" layout #389614Hey!
For other customers wondering how to do this then navigate to Dashboard > Enfold > Header > Extra Elements > Header Social Icons and make sure the option is set to “Display in main header area”.
Cheers!
ElliottHi Michae1!
Navigate to Dashboard > Enfold > Header > Extra Elements > Header Social Icons and make sure the option is set to “Display in main header area”.
Best regards,
ElliottFebruary 2, 2015 at 7:58 pm in reply to: Main Menu (Transparency) Underline Disappears Inconsistently on Hover #389608Hey!
I’m on Windows 8 with latest version of Chrome but it seems to be working fine on my end. Try deactivating any browser extensions you may have installed and/or reinstall Chrome.

Best regards,
ElliottHey!
The archives are going to use the “Sidebar Blog” widget area by default. You can override that for each category using the code sample in my previous posts but the “Displayed Everywhere” widget area is still going to display. If you do not want that then you’ll want to remove the widgets you have set to the “Displayed Everywhere” widget area and add them separately to each. Or you can use the plugin Ismael posted.
Regards,
ElliottHi ronduring!
You can change the hover color like so.
#top .social_bookmarks_twitter:hover a { background: green !important; }etc etc
Cheers!
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi!
We are still talking about your featured images correct? You can see how to change their height in my first post, https://kriesi.at/support/topic/set-blog-post-images-to-link-to-post/#post-380170. But if you change the sizes to full like in the instructions then they should be displaying bigger anyway.
You can use some CSS like so.
.big-preview img { height: 400px !important; }But it would be best to edit the image sizes like explained in my first post.
Best regards,
ElliottFebruary 2, 2015 at 7:38 pm in reply to: WordPress Authentication > Enfold Theme Reservations — PLEASE HELP! #389580Hi Vicken!
That customization 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.
I’m not sure if gravity forms or the contact form 7 plugins have this feature but you could check those out as well.
Best regards,
ElliottHey!
That should be working for you as well. I didn’t see it in your source code though. Add it back in and let us know when your done.
Regards,
ElliottHey!
I don’t have an iPhone to test on but on the Nexus 7 and iPod I don’t see any difference between the two pages. Can you take a screenshot of what your seeing?
I’ll go ahead and flag this for the rest of our team to take a look.
Cheers!
ElliottHi!
Try adding this to your custom CSS.
.av-hotspot-container .av-image-hotspot_inner { background: transparent !important; }If you want to get rid of the pulse as well then add this.
.av-image-hotspot-pulse { display: none !important; }Regards,
ElliottHi!
Try adding this to the bottom of your functions.php file.
add_filter( 'avf_slideshow_link_tags', 'enfold_customization_change_image_tags', 10, 2 ); function enfold_customization_change_image_tags( $beginning, $end ) { return array( 'div', 'div' ); }Cheers!
ElliottHi!
1. It looks fine on my end. If you want to enable zooming on mobile devices then try opening up /enfold/header.php and change line 35 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">';2. Since the text your using is actually the image of the slide there is not really much we can do here. Would you like to try hiding the accordion slider on small screens?
Cheers!
ElliottHey!
The problem is that first column I think. What happens when you 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,
ElliottFebruary 2, 2015 at 6:39 pm in reply to: intermittent problem with parallax color section since last Enfold update #389540Hi!
I’m not seeing it on my end either. Is Chrome updated all the way? If you have any browser extensions installed then try deactivating them and/or reinstalling Chrome to see what happens.
You said your using a Mac correct? I’m on Windows so perhaps that has something to do with it.

Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi!
You actually did have them hidden in the Dashboard > Enfold > Blog Layout settings. You have to check them if you want them to display. I went ahead and checked them again for you.
Regards,
ElliottFebruary 2, 2015 at 6:28 pm in reply to: Google Description is Initializing… stage: 500×375 file … #389530Hi!
Hmm, not sure what it could be. What happens when you create a new page and set the title + description? Does it display in the SERPS ok?
After fetching the URL with the Google webmaster tools try clicking on the “Submit to index” button and then wait 10 minutes and clear your browser cache.

I’ll go ahead and flag this for the rest of our team to take a look.
Cheers!
ElliottHi rhyn!
When you edit the portfolio shortcode set the post number setting to 10.

Cheers!
ElliottHi kevinbrocard!
Comment out line 271 in /enfold/functions-enfold.php.
//if($header_settings['header_title_bar'] == 'hidden_title_bar') return "";Cheers!
ElliottFebruary 2, 2015 at 5:41 pm in reply to: How can I open embedded youtube video in a lightbox #389482Hey svetkol!
If your wanting to open it up from a link then all you would need to do is set the link to your youtube video.
<a href = "http://www.youtube.com/watch?v=G0k3kHtyoqc">Click me</a>You can use our image shortcode and set the link to your youtube URL and it will open up in a popup as well.
Cheers!
ElliottHi Michae1!
Try dragging a codeblock element to your page content and add this inside.
<style type = "text/css"> .av-layout-grid-container .av_one_fifth { width: 10% !important; } </style>Cheers!
ElliottHey Lev!
It looks like you forgot to include the link and your screenshot.
If doing this does not help, https://kriesi.at/support/topic/bug-table-headers-applied-incorrectly-on-media-query/, then include the screenshot and link to your page and we’ll take a look.
Best regards,
ElliottHi abskevin!
I couldn’t figure out which version of the theme your using. If it’s not 3.0.8 then update to the latest version and deactivate all plugins and let us know when your done.
Best regards,
ElliottHey FlipmodeSQ!
Open up /enfold/js/avia.js and around line 860 you should see this.
enabled: true,Change it to this.
enabled: false,Best regards,
Elliott -
This reply was modified 10 years, 11 months ago by
-
AuthorPosts
