Forum Replies Created
-
AuthorPosts
-
Hi!
Where is the actual contact form? I checked the page http://www.whitestagweddings.com/contact/ but I don’t see any contact form. Make sure that you use your own tracking code and the correct tracking id. Please refer to these links for more info:
http://kriesi.at/documentation/enfold/add-onclick-event-to-the-contact-form-submit-button/
https://developers.google.com/analytics/devguides/collection/gajs/eventTrackerGuide#SettingUpEventTrackingCheers!
IsmaelHi!
Thank you for the info.
I’m sorry but we can only inspect the site once it’s live. Do you have any other plugins installed? What is the current version of PHP?
Best regards,
IsmaelHey!
Mind providing a screenshot of the issue? Try changing the background color of the html document:
html { background-color: #ffffff; }Cheers!
IsmaelHey!
Try adding this on Quick CSS or custom.css:
.widget li { clear: none; width: auto; display: block; float: left; margin: 0 10px 0 0; }Please don’t created duplicated posts: https://kriesi.at/support/topic/footer-layout-query/
Best regards,
IsmaelHi Mkieling!
Thank you for using Enfold.
What do you mean by “share the language of this sentence”? Do you want to change it?
Regards,
IsmaelHey oneandonlyeric!
Thank you for using Enfold.
1.) You can use this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { #footer div .av_one_fourth.first { display: none; } }2.) Do you mind providing a screenshot of what you’re trying to do? You can try the layer slider.
Best regards,
IsmaelHi bakbek!
Thank you for using Enfold.
You can try freelancer.com or odesk.com for that. Or visit Envato Studio and Werkpress for theme or layer slider customization.
Cheers!
IsmaelHi bakbek!
Thank you for using Enfold.
You can increase the logo height on header shrink with this:
.header-scrolled .logo, .header-scrolled .logo a, .header-scrolled .logo a img { max-height: 70px !important; top: -5px; }Best regards,
IsmaelHi avivitgolanschutz!
Thank you for using Enfold.
I’m sorry but we don’t provide support for third party plugins as stated on our support policy. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.
Cheers!
IsmaelHey stjosephs!
Thank you for using Enfold.
You can generate the shortcode using the shortcode wand on a post or page. Copy the shortcode and place it as Menu Label on Appearance > Menus.
Regards,
IsmaelHi curmi01!
Thank you using Enfold.
Please set the menu as Enfold Footer Menu on Appearance > Menus panel.
Best regards,
IsmaelHey surfaholic!
Thank you for using Enfold.
Please try to flush the permalink settings. Go to Settings > Permalink then click the Save button once.
Cheers!
IsmaelHey!
Please post the actual pages with the sidebar issues. We would like to check it.
Regards,
IsmaelSeptember 29, 2014 at 5:45 am in reply to: How to remove the WPML language flags from the menu? #326299Hey bakbek!
Thank you for using Enfold.
Please use this on functions.php:
add_action('after_setup_theme','avia_remove_main_menu_flags'); function avia_remove_main_menu_flags(){ remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 ); }Regards,
IsmaelHey Vinícius!
Thank you for using Enfold.
Please try to use Contact Form 7. See if the email goes through. If not, switch to default WordPress themes then test the CF7 form again.
Best regards,
IsmaelHi!
Thank you for using Enfold.
You can add this on Quick CSS or custom.css to adjust the default content padding:
.content, .sidebar { padding-top: 10px; padding-bottom: 10px; }Instead of using the text block, try to use the Special Heading element for the title.
Regards,
IsmaelHi InspireCreations!
Thank you for using Enfold.
I don’t think this is a theme related issue. Please try to deactivate the plugins then test the links again. Also, try to the flush the permalink settings.
Best regards,
IsmaelHey erkuto!
Thank you for using Enfold.
Please use the correct Video URL. Open the video on vimeo then click Share. Look for the Link field. Copy the url that looks like this: http://vimeo.com/58270142
Cheers!
IsmaelHi tremblayly!
Thank you for using Enfold.
The website is not loading. I’ll ask the rest of the support team to take a look.
Cheers!
IsmaelSeptember 28, 2014 at 8:03 am in reply to: Old comments were not shown after migration to enfold, but new comments #326108Hey omnyss!
Thank you for using Enfold.
Please go to Settings > Discussion > Other comment settings. Toggle the settings, see if anything changes.
Cheers!
IsmaelHi!
Those are added by the google maps api, I don’t think we can control that. I might be mistaken so I’ll ask Dude to take a look.
Best regards,
IsmaelHey melonmelon!
Thank you for using Enfold.
There are script errors that is coming from a third party plugin so it might be the fault of the issue. Try to deactivate the plugins then test it again. Have you really check it on an actual iPad? I’ll ask Josue to take a look.
The script error is coming from the file bootstrap-shortcodes-popover.js. I can’t check the site on IE because of the error.
Best regards,
IsmaelHey!
The featured images on the masonry entries have the same dimension now. Please remove browser cache then check it again.
Regards,
IsmaelHey!
Please give us a link to the actual page. We would like to check it. You can change the menu background of a menu item with this:
li#menu-item-3195 { background-color: red !important; }The id might be different from yours so you have to use google inspector or firebug to get the correct menu id.
Cheers!
IsmaelHi Yory!
Thank you for using Enfold.
Try using this plugin: https://wordpress.org/plugins/wp-permastructure/
Cheers!
IsmaelHi GOWD!
Thank you for using Enfold.
You can use this on functions.php if you want sharing section on pages:
add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1); function avia_add_social_toolbar_template_builder($content = "") { $content .= avia_social_share_links(array(), false); $content .= '<div style="height:1px; margin-top:50px;" class="hr"></div>'; return $content; }Edit this one, remove the hover part:
#top #wrap_all .av-social-link-rss:hover a{color:#fff; background-color:#ffa133; } #top #wrap_all .av-social-link-facebook:hover a{color:#fff; background-color:#37589b; } #top #wrap_all .av-social-link-twitter:hover a{color:#fff; background-color:#46d4fe; } #top #wrap_all .av-social-link-mail:hover a{color:#fff; background-color:#9fae37; } #top #wrap_all .av-social-link-dribbble:hover a{color:#fff; background-color:#e44885; } #top #wrap_all .av-social-link-linkedin:hover a{color:#fff; background-color:#419cca; } #top #wrap_all .av-social-link-search:hover a{color:#fff; background-color:#222222; } #top #wrap_all .av-social-link-gplus:hover a{color:#fff; background-color:#de5a49; } #top #wrap_all .av-social-link-behance:hover a{color:#fff; background-color:#008cfa; } #top #wrap_all .av-social-link-flickr:hover a{color:#fff; background-color:#ff0086; } #top #wrap_all .av-social-link-forrst:hover a{color:#fff; background-color:#234317; } #top #wrap_all .av-social-link-myspace:hover a{color:#fff; background-color:#000000; } #top #wrap_all .av-social-link-tumblr:hover a{color:#fff; background-color:#345574; } #top #wrap_all .av-social-link-vimeo:hover a{color:#fff; background-color:#31baff; } #top #wrap_all .av-social-link-youtube:hover a{color:#fff; background-color:#a72b1d; } #top #wrap_all .av-social-link-pinterest:hover a{color:#fff; background-color:#cb2027; } #top #wrap_all .av-social-link-skype:hover a{color:#fff; background-color:#12a5f4; } #top #wrap_all .av-social-link-instagram:hover a{color:#fff; background-color:#a67658; } #top #wrap_all .av-social-link-five_100_px:hover a{color:#fff; background-color:#222222; } #top #wrap_all .av-social-link-soundcloud:hover a{color:#fff; background-color:#F76700; } #top #wrap_all .av-social-link-xing:hover a{color:#fff; background-color:#006567; } #top #wrap_all .av-social-link-vk:hover a{color:#fff; background-color:#597BA5; } #top #wrap_all .av-social-link-reddit:hover a{color:#fff; background-color:#FF4500; }Cheers!
IsmaelHi!
I’ll ask Josue and Devin to take a look on MAC. Maybe they could find something.
Best regards,
IsmaelHey!
Thank you for the info. Is there supposed to be a sidebar on this page? alter-ego.it/demo
Please post the login details here and set it as a private reply. We would like to check it.
Regards,
IsmaelHey alteregousa!
I’ll close this thread. Looks like the youtube issue has been fixed. Please avoid creating duplicated posts. We’ll continue here: https://kriesi.at/support/topic/portfolio-issues-8/
Cheers!
Ismael -
AuthorPosts
