Forum Replies Created
-
AuthorPosts
-
Hey glozemedia!
Thank you for using Enfold.
Add this on Quick CSS or custom.css:
@media only screen and (max-width: 989px) { .avia_transform .active-slide .avia-slideshow-button-2 { display: none !important; } }Regards,
IsmaelHi!
Did you install the rtl WordPress version? Not sure why it is backwards but the body direction is set to rtl. Please try adding this on functions.php:
add_action( 'admin_header', function(){ echo '<style> .wpadmin { direction:ltr !important; } </style>'; });Please download WordPress 4.0 again then override your installation.
Cheers!
IsmaelHi goforyourdreams!
Thank you for using Enfold.
Please insert a Color Section then place the first 2/3 and 1/3 column inside. Apply a unique id on the For Developers: Section ID field. Use this on Quick CSS or custom.css:
#full-width-section .container { width: 100%; max-width: none !important; padding: 0; }Best regards,
IsmaelHi mcraig77!
Thank you for using Enfold.
1.) You can use this on Quick CSS:
span.inner_sort_button span { font-size: 18px; font-family: Arial; }2.) Change the background color with this:
.av-masonry-sort.main_color { background: red; }3.) Use this for the load more:
#top .av-masonry-load-more { font-size: 13px; } .main_color .av-masonry-pagination, .main_color .av-masonry-pagination:hover { background-color: red; }Cheers!
IsmaelHi!
Thank you for the info.
Do you mind placing the code on pastebin.com? We would like to try it. Note that you can use third party plugins such as Contact Form 7.
Regards,
IsmaelSeptember 29, 2014 at 7:06 am in reply to: Problem after updates WP and Enfold – website broken #326334Hi!
Thank you for the info.
1.) Please post the login details to We would like to test the testimonial shortcode. Have you tried recreating the testimonials? As I said, the update might break some of the elements so you need to reconfigure it.
2.) Choose a thumbnail on the Gallery Big Preview Image Size.
3.) The Portfolio Grid is now set to full width by default. Place it inside a 1/1 column to make it look like exactly as before.
4.) We would like to check this. Please give us a temporary login details on the test site. **removed upon request**
5.) The latest update is using a different lightbox. The old lightbox “prettyPhoto” is a bit outdated. We replaced it with MagnificPopup. If you still want to use prettyPhoto, deactivate MFP on Enfold > Theme Options > Lightbox Modal Window. Install prettyPhoto as a stand alone plugin.
Regards,
Ismael-
This reply was modified 11 years, 6 months ago by
Yigit.
Hey!
I tested the accordion slider on a test page and it works fine. I was able to edit the element without any problem. http://novabook.us/novabookblog/test-accordion/
Looks like you added a lot of themes before Enfold. Deleting those items that you don’t use will not hurt.
Cheers!
IsmaelHey!
Do you mind if we take a look at the page? Is the images not loading on the shop page? A screenshot of the issue will help.
Cheers!
IsmaelSeptember 29, 2014 at 6:43 am in reply to: Enfold Accordion Slider Text Postion and Background Color #326326Hi annameis!
Thank you for using Enfold.
Please post the actual url of the thread or topic. A screenshot of what you’re trying to do will help.
Regards,
IsmaelHey Gurify!
Thank you for using Enfold.
Did you set the slider to Responsive on Slider Settings? Make sure that you fill in the Full-width slider settings. Default value is 1140.
Regards,
IsmaelHey rira!
Thank you for using Enfold.
You can use this on Quick CSS or custom.css:
#top .alternate_color.title_container .main-title a { color: red; }If that doesn’t work, use this:
#top .main_color.title_container .main-title a { color: red; }Best regards,
IsmaelSeptember 29, 2014 at 6:33 am in reply to: How to add google analytics event tracking code to Image links and Text links #326322Hi!
Thank you for using Enfold.
Are you using the Image element when adding the images? You can add google analytics tracking code on an onclick attribute. First, you need to add a unique selector to the image element. Refer to this link for more info:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/Use “ga-track” for example. Add this on functions.php to apply the onclick attribute on the link:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery(".ga-track a").attr("onclick","_gaq.push(['_trackEvent', 'Videos', 'Play', 'Baby\'s First Birthday']"); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Modify the tracking event code: https://developers.google.com/analytics/devguides/collection/gajs/eventTrackerGuide#SettingUpEventTracking
Best regards,
IsmaelHi!
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,
Ismael -
This reply was modified 11 years, 6 months ago by
-
AuthorPosts
