Forum Replies Created
-
AuthorPosts
-
@pzurcher, seems updating was not necessary in the end, i was able to access the Theme Options and change the default contact email, i performed a test with my mail and it worked, it is currently set to the @yahoo account you mentioned, can you please make a test to confirm?
Cheers!
JosueGlad you managed to get it working Michael :)
Regards,
JosueFebruary 14, 2015 at 4:48 am in reply to: Anchors with mozilla firefox are scrolling the page too far down #396095Hey Susanne!
Are you running the latest version of Firefox? i couldn’t reproduce the issue on my end, please see – http://screencast.com/t/GZg39sol
Best regards,
JosueThe dynamic stylesheet (Quick CSS) still has residual code (look at the bottom):
http://mitkorekort.dk/wp-content/uploads/dynamic_avia/enfold_child.cssTry removing it via FTP and generating it again from the Theme Options.
Regards,
JosueNot built-in right now but possible with a little mod:
https://kriesi.at/support/topic/how-to-trigger-specific-elements/#post-268697Best regards,
JosueFebruary 14, 2015 at 2:01 am in reply to: Any known conflicts between Enfold and DataFeedr Ad server plugin? #396072You are welcome Bradley, glad to help :)
Best regards,
JosueRemove this from Quick CSS:
.av-main-nav li.current-menu-item .avia-menu-text { background: none repeat scroll 0 0 #535063; border-radius: 2px 2px 0 0; color: white; padding: 12px 13px 6px; }Best regards,
JosueHey!
The theme isn’t able to modify/create the dynamic stylesheet, make sure the /wp-content/uploads/dynamic_avia/ folder has 777 permissions.
Also, i’d strongly suggest you to move all your custom CSS from css/custom.css to your child theme style.css to prevent loss from theme updates.
Cheers!
JosueFebruary 13, 2015 at 9:19 pm in reply to: Any known conflicts between Enfold and DataFeedr Ad server plugin? #396008Make sure you don’t any Ad blocking extensions on your browser.
Cheers!
JosueOk, revert the mod on grid.css and paste a link to the page you don’t want the columns to stack.
Regards,
JosueI missed that here, change:
.av-main-nav li.current-menu-item .avia-menu-text { padding: 5px 10px; background: #97c000; border-radius: 2px 2px 0 0; color: white; }To:
.av-main-nav > li.current-menu-item > a > .avia-menu-text { background: none repeat scroll 0 0 #535063; border-radius: 2px 2px 0 0; color: white; padding: 12px 13px 6px; }Cheers!
JosueHey!
Copy the following to your child theme directory:
- single.php
- includes/loop-index.php (modified)
Cheers!
JosueAre you using a child theme? if not, place the code just below this line (17) in functions.php:
if(isset($avia_config['use_child_theme_functions_only'])) return;The code to place:
add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }Regards,
Josue-
This reply was modified 11 years, 1 month ago by
Josue.
Hey!
No, the tutorial won’t work for Aweber, but the concept will, just look for a plugin that lets you insert the form as a [shortcode] so you can put it anywhere you want.
Regards,
JosueYou are welcome, let me know if you have any doubts :)
Cheers!
JosueHi!
Make sure the selectors have the greater signs (it indicates direct descendance) placed correctly, to change the colored button color:
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text { background: red; }Regards,
JosueAre you using a child theme?
Best regards,
JosueTry with this:
p#billing_company_field { display: none; }Cheers!
JosueHey Michael!
Try changing that in Enfold > Advanced Styling > Small bar above main menu.
Regards,
JosueHi!
Check this tutorial:
http://kriesi.at/documentation/enfold/mailchimp-integration/Regards,
JosueHey!
There are only two Pages and both are Draft, you’ll need to at least publish one so you can select it in the Theme Options.
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey Connie!
I just published a tutorial on how to do that using the MailChimp for WordPress plugin, check it out:
http://kriesi.at/documentation/enfold/mailchimp-integration/In your case you’d put the shortcode [mc4wp_form] inside a full width element, like a color section.
Best regards,
JosueFebruary 13, 2015 at 9:43 am in reply to: Any known conflicts between Enfold and DataFeedr Ad server plugin? #395557Hi,
Could you please check if the ads come up with the default WordPress theme activated?
Cheers!
JosueHey Pete!
Yes, it’s possible.
1. Export the icon as an SVG (compound path).
2. Place it in Fontello and generate the font .zip file
3. Import that .zip into Enfold (https://vimeo.com/75743285).Best regards,
JosueYou are welcome Sergey, glad to help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.av-main-nav > li > a{ padding: 0; } .av-main-nav > li > a .avia-menu-text { background: white; color: red; padding: 3px 6px; margin: 0 10px; } .av-main-nav > li:hover > a .avia-menu-text, .av-main-nav > li.current-menu-item > a .avia-menu-text { border-bottom: 1px solid red } .avia-menu-fx{ display: none; }Cheers!
JosueHey Sergey!
Add this:
button.mfp-arrow { display: none; }Regards,
JosueWe may be able to do it but we need two things:
1. FTP access, a temporary account.
2 The latest version of the theme in .zip format uploaded somewhere in your server or via dropbox.Regar
JosueHey!
I tested it on my Windows 7/IE8 install and it the arrow does show – http://screencast.com/t/HCp7oS9z, have you checked it on another computer?
Regards,
Josue -
AuthorPosts
