Forum Replies Created
-
AuthorPosts
-
Hi!
The sections require a lot of closing / opening of the layout divs so I don’t think that’s going to work in the do_shortcode call. Instead you could try right clicking your page source and then copy the HTML you see and use that instead.
Best regards,
ElliottMarch 13, 2015 at 8:17 pm in reply to: How can I have an alternate Header photo for mobile and small screen sizes? #411262Hey!
If your going to have it on every page then add it to your Quick CSS field like so.
.page #av_section_1 { background-image: url("YOUR URL") !important; }Cheers!
ElliottHi!
Which page is it? Your homepage? I don’t understand Italian but there appears to be an option for it. Your most likely using something else besides the color section.

Cheers!
ElliottHey ignitionstudio!
Add this to your custom CSS.
.avia-icon-list .iconlist_icon { background: url("URL to your triangle") !important; }And then replace “URL to your triangle” with a URL to your triangle image you want to use.
Regards,
ElliottHey charger70!
So it’s a Woocommerce extension your using? Go ahead and send us a WordPress login and we’ll take a look.
Cheers!
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hey freeethinka!
I’m sorry but I’m not sure I understand. When you purchase a new license of Enfold your somehow getting a comment to your blog?
There should not be anything like that in the theme files.
Take a screenshot and highlight what is going on so we can get a better idea.
Regards,
ElliottHi!
Try adding this to your custom CSS then check it again.
html #top #wrap_all { position: static; } @media only screen and (max-width: 767px) { #wrap_all { position: relative !important; } }Best regards,
ElliottHey!
It looks like you set a height of 500px to it. Send us a WordPress login and we’ll take a closer look.
Best regards,
ElliottMarch 13, 2015 at 7:44 pm in reply to: Contact form submitting, but not sending submission to admin email #411247Hey sjohnson0424!
I viewed your link but all I saw was the CF7 and another form from a plugin. Send us a link to the exact page where your using our contact form and we’ll take a look.
Cheers!
ElliottHi!
The only one that looks weird for me is the flavor table. The H4 surrounding all of the spans is kind of peculiar. I would remove that and then give your table an ID and use this CSS.
@media only screen and (max-width: 479px) { #yourID span { font-size: 11px !important; } }Best regards,
ElliottHi!
I checked in Windows 7 with latest version of Firefox but it looks fine on my end. What operating system and browser version are you using?
Regards,
ElliottHey!
Are you using WPML and WooCommerce? If so then see here, http://wpml.org/documentation/related-projects/woocommerce-multilingual/.
Regards,
ElliottHey!
It would take a lot of work. You can add it here, https://kriesi.at/support/enfold-feature-requests/, and we may see something get added in a future update.
Cheers!
ElliottHey!
Sorry, this would have worked also if you just want to add it to your custom CSS.
.single .big-preview { display: none !important; }Regards,
ElliottMarch 13, 2015 at 6:39 pm in reply to: Full-width, full-screen background image on a particular page with content scrol #411199Hey!
Try adding this to your custom CSS.
html #top #wrap_all { position: static; } @media only screen and (max-width: 767px) { #wrap_all { position: relative !important; } }Regards,
ElliottMarch 13, 2015 at 6:32 pm in reply to: Visual Editor has no function in Internet Explorer 9 after WPML activation #411193Hey kreativkonzept!
Make sure your using the latest version of Enfold, 3.0.8, and then deactivate all plugins and clear your browser cache and check again. Also make sure your not in compatibility view.
If your still having problems then send us a WordPress login and we’ll take a closer look.
Regards,
ElliottHi!
Make sure in Dashboard > Settings > Reading you are not using any static pages. Send us a WordPress login if your still having trouble.
For the sidebar links try adding this to your custom CSS.
aside a { color: red !important; } aside a span { color: blue !important; } aside a strong { color: green !important; }Best regards,
ElliottMarch 13, 2015 at 6:24 pm in reply to: How could I put a widget in this area? Is there a guide #411187Hey!
You can try the ava_main_header but your still going to have to use CSS to move it to the exact spot your wanting. It’s hard for us to know the exact CSS without seeing it in action.
Send us a link when you go live and we’ll be able to help you out.
Cheers!
ElliottHi!
You’ll have to update the theme if you want it to work with the later versions of WordPress.
As for the “navigation underline” are you talking about your “projects page”? If so then add this to your custom CSS.
#top .av_header_transparency #header_main { border-color: #e1e1e1 !important; }Regards,
ElliottHey!
Sorry, that’s a portfolio category archives. If you want to set a custom sidebar for that then open up /enfold/sidebar.php and find line 44.
$custom_sidebar = apply_filters('avf_custom_sidebar', $custom_sidebar);And add this beneath it.
if ( is_taxonomy('portfolio_entries') ) { $custom_sidebar = "test"; }And then create a new widget area called “test” in Dashboard > Appearance > Widgets.
Cheers!
ElliottHey dlvennie!
The duration option should give you options from 2 – 100, which slideshow are you using?
Yes it looks like his site is loading around 4 seconds for me compared to your site which is around 5.5 seconds for me. I would contact him and ask him who he uses for his hosting provider and how much it costs.
Best regards,
ElliottHi medienvirus!
Unfortunately it’s going to take a lot of CSS work for the boxed layout. Instead what I would do is use the stretched layout and then add a background to your main content area so it looks like the boxed layout.
Send us a link to your page after doing that and we’ll take a look to see if you need additional CSS work.
Best regards,
ElliottHey DavyE!
Open up /enfold/config-templatebuilder/avia-shortcodes/google_maps.php and change line 233 from this.
$params['innerHtml'] .= "<div class='avia_title_container' {$template}>".__("Address", 'avia_framework' ).": ".$params['args']['address']."</div>";To this.
$params['innerHtml'] .= "<div class='avia_title_container' {$template}>".__("Address", 'avia_framework' ).": ".$params['args']['address']. " " .$params['args']['country']."</div>";Regards,
ElliottHey!
It sounds like your running into a limit with your server. I would try contacting them and show them the code Yigit provided, https://kriesi.at/support/topic/menu-not-picking-up-styling/#post-409781, to make sure you did it correctly. Or ask if they have any idea on what it could be.
Also try increasing the max_input_vars.
php_value max_input_vars 3000Regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hey!
Your wanting the image to span the full width of the screen? That’s going to be very difficult since your using a boxed layout. If you were using a stretched layout then it may be possible.
To move them up and down though you would just continue with how your currently doing it, using a negative top / bottom margin. Unless I am misunderstanding something.
Regards,
ElliottHey!
You also have pages displaying in the Masonry which should not be happening. Have you done customizations?
Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest to see if that fixes it.
Regards,
ElliottHi BoulderSudburyAdmin!
I don’t think SVG is supported on older versions of IE and Android so it would be best to use a PNG image in this case.
There are lots of ways to add text to your header. You could try something like this to start off with, https://kriesi.at/support/topic/how-to-edit-subtext-beside-logo/.
Cheers!
ElliottMarch 13, 2015 at 4:28 pm in reply to: Cant edit any pages, buttons don't work, enfold theme options missing stuff #411068Hi!
Your getting a lot of weird javascript errors. It looks like our AVIA_BASE_URL constant is not getting set correctly for some reason. Not really sure what’s going on there.
Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If that does not help then send us an FTP login.
Regards,
ElliottHey!
Hmm, it should be under the background repeat setting.

Your not seeing it? Can you send us a WordPress login?
Regards,
ElliottMarch 12, 2015 at 9:53 pm in reply to: Navigation in der mobilen Anzeige über den Seitenrand hinaus aufgeklappt #410748Hey subra68!
We should have an update released here either tonight or tomorrow that includes a fix for this. I would go ahead and wait for that.
Regards,
Elliott -
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
