Forum Replies Created
-
AuthorPosts
-
Hi tcoach84!
Add this to your custom CSS.
.av_facebook_widget_wrap.av_facebook_widget_wrap_border_yes { background: none repeat scroll 0 0 red !important; }Cheers!
ElliottHey lbtechguy!
Make sure WordPress and Enfold are updated to their latest versions and that all plugins are deactivated.
If your still having the problem then send us a WordPress login and we’ll take a closer look.
Best regards,
ElliottHi LAHWebDesigns!
Try installing this plugin, https://wordpress.org/plugins/bwp-minify/.
And then take out the advertisement on your homepage and let us know when your done so we can check it again.
Cheers!
ElliottHi!
Yes remove it and then try the new code I posted.
.avia-table > .pricing-table-wrap:first-child { position: relative; top: -60px !important; width: 50% !important; } .avia-table > .pricing-table-wrap { display: inline-block; width: 16% !important; }I think that will work better.
Cheers!
ElliottMarch 12, 2015 at 5:36 pm in reply to: NinjaForm is not working due to avia_globals is not defined #410601Hey!
Try commenting out line 289 in /enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php.
//new avia_tinyMCE_button($tiny);We could try doing a check to see if that plugin page is active and then comment that out but I’m not sure of the function or ID to use.
Best regards,
ElliottHi kimoribj!
That is going to take a lot of time and code so it would have to be considered custom work. I would be best to hire a freelancer to help you out with these customizations.
I think we do have plans on integrating mailchimp with our contact form but currently our contact form’s only function is for emailing. If you want to try and get some other functionality added to it such as a newsletter then see here to get started, http://kriesi.at/documentation/enfold/add-onclick-event-to-the-contact-form-submit-button/.
Regards,
ElliottHi!
Try these troubleshooting steps out, http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/, and let us know of the results.
Best regards,
ElliottHey CharlieBarey!
You would need to use a plugin such as s2member or Wishlist for that.
Here are some other membership plugins you could try out, https://wordpress.org/plugins/search.php?q=membership.
Best regards,
ElliottHey rchadek!
If you need the ability to post a landscape or portrait feature image then what you can do is add this to the text editor of your post.
<style type = "text/css">.big-preview { display: none !important; }</style>And then use our avia image shortcode to display your image in the content in any size that you need. An image size of around 845 x 321 should fill up the area if your using a sidebar.
Cheers!
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hi!
It’s not letting me login. Is the information correct? It looks like your using Enfold 2.7.1 so you will need to update to the latest version, 3.0.8. Also make sure WordPress is updated and all plugins are deactivated while testing.
See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Also, when a topic gets a reply it gets pushed to the back of the queue and it takes longer for us to see it so please keep that in mind.
Regards,
ElliottHi!
Send us a link to the exact page where your using the revo slider and we’ll take a look.
Also, I noticed your icons were having trouble loading so you can try doing this to fix that, http://kriesi.at/documentation/enfold/enable-cors/.
Regards,
ElliottHi!
Alrighty, well I would try getting in contact with their support to see what they say.
Best regards,
ElliottHey!
Send us a WordPress login and we’ll take a closer look.
Regards,
ElliottHi!
Are you sure that you have cleared your browser cache after deactivating all plugins?
Your site is not letting me login anymore. It keeps redirecting me to the homepage.
Best regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hi!
Alrighty, let us know.
Best regards,
ElliottHey!
Around line 288 in the functions.php file you can see where we enqueue the custom.css stylesheet.
wp_register_style( 'avia-custom', $template_url."/css/custom.css", array(), '2', 'all' );The “2” is the version.
Maybe something like this would work.
$last_modified = filemtime( $template_url . '/css/custom.css' ); wp_register_style( 'avia-custom', $template_url."/css/custom.css", array(), $last_modified, 'all' );Regards,
ElliottHi simonac!
Send us a link to your page and take a screenshot highlighting exactly what your trying to do so we can get a better idea.
Regards,
ElliottHey heidi22!
It looks like your using Enfold 1.6. You’ll need to update to the latest version which is 3.0.8.
We are just about to release a new update though here in a little bit so I would wait for that.
See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Best regards,
ElliottHi Sarah!
Try adding this to your custom CSS.
#custom-section .avia_image { border: 15px solid white; padding: 5px; box-shadow: 0 0 4px black; }Cheers!
ElliottHey Critterbug!
Try this out.
#frm-table-138 .column-2{ width: 200px !important; background:yellow; }If that’s not working then send us a link to your page and we’ll take a look.
Cheers!
ElliottHi Josan1965!
Add this to your custom CSS.
@media only screen and (max-width: 767px) { #header, #header * { background: transparent !important; } #header { position: fixed !important; } }If that’s not correct then send us a link to your page and take a screenshot highlighting exactly what your trying to do so we can get a better idea.
Cheers!
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
March 11, 2015 at 9:16 pm in reply to: Remove image overlay for logo image within text widget in footer #410105Hi tremblayly!
Add this to your custom CSS.
#footer .image-overlay { display: none !important; }Best regards,
ElliottHey simonac!
Send us a link to your page and take a screenshot highlighting the area your trying to change and we’ll give you some CSS to use.
Regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hey juliaevemann!
I’m having trouble logging in. Is the information correct?
If your talking about the default WordPress gallery shortcode then make sure the columns option is set to 5.
Regards,
ElliottHey atrifico!
I tried viewing your link but your site is not loading for me.
Can you take a screenshot and highlight the area your trying to remove?
Regards,
ElliottHey bsheppar!
Unfortunately this would take a lot of time and code to implement so it would have to be considered custom work for now. You could consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/.
Or as an alternative you could link to the portfolio category archives instead.
Cheers!
ElliottHi p_niedrich!
Try this out, https://kriesi.at/support/topic/warning-session_start-please-help/#post-386046.
Regards,
ElliottHi mateilaudoniu!
It looks like your using Enfold 2.9.2 so go ahead and update to the latest version, 3.0.8, and then deactivate all plugins.
If your still having problems then send us a WordPress login and we’ll take a closer look.
Cheers!
ElliottHi Tina62!
Try adding this to your custom CSS.
html#ecwid_html body#top div.ecwid-form { background: transparent !important; } .ecwid-Checkout form > div > div:first-child { float: left; } .ecwid-Checkout form > div > div:last-child { float: left; }If you haven’t yet considered WooCommerce then I would check them out, it’s a very popular eCommerce plugin and we have made sure it’s compatible with Enfold.
Best regards,
ElliottHey SpaceDream!
Yes but it may look a little weird and cramped depending on the size of the screen. Try adding this to your custom CSS.
#mobile-advanced { display: none !important; } nav.main_menu { display: block !important; }Cheers!
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
-
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
