Forum Replies Created
-
AuthorPosts
-
Hey!
You can add this on Quick CSS or custom.css to remove the last section with the blank sidebar:
.page-id-17 div#after_section_5 { display: none; }Best regards,
IsmaelHi Jamie A!
Thank you for using Enfold.
I think that is possible by creating a product attribute called “Photo”. Add two terms called “Digital” and “Print”. Now, create a variable product then add the “Photo” attributes. Create two variations, one Digital and another Print. Enable the “Downloadable” option for the Digital variation.
Regards,
IsmaelSeptember 11, 2014 at 9:39 am in reply to: Second-level nav/menu bar encroaches on full-width layerslider #317227Hi!
You can use imgur, dropbox, clipular etc. to post a screenshot. The css snippet above should move the mega menu towards the left.
Cheers!
IsmaelHi!
From what version did you update the theme? The header has been modified differently starting from Enfold 2.6 where we added the header configurator. You might need to modify the header again. Refer to this link for more info: http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/
http://kriesi.at/archives/enfold-version-2-6-header-configurator-rtl-stlyesheet-google-maps-and-more
Cheers!
IsmaelHi!
Please post the login details here and set it as a private reply. Yigit will be checking it later today or tomorrow.
Cheers!
IsmaelSeptember 10, 2014 at 8:06 am in reply to: Display issue on Opera Browser with Transparent menu bar #316350Hi!
I checked the other pages and the menu looks fine. Can you please give us a link to the actual page with the issue? A screenshot describing the problem will help.
Cheers!
IsmaelHi!
Sorry for the delay. We’er glad the contact form is working now. What is your current PHP version?
Cheers!
IsmaelHey jfmozo!
Thank you for using Enfold.
Email verification features are built in on WooCommerce plugin. Go to WooCommerce > Settings > Emails panel to configure the options. If the plugin doesn’t work, your best chance is to contact the plugin author.
Cheers!
IsmaelSeptember 10, 2014 at 7:56 am in reply to: Layer slider dynamic content from post Zeilenumbruch #316341Hi speedhajker!
Thank you for using Enfold.
Unfortunately, you can’t control the word wrap of the dynamic content from posts inside the layer slider. It’s better if you place the text manually.
Regards,
IsmaelSeptember 10, 2014 at 7:48 am in reply to: How to hide original price range from overview page? #316340Hi Robert188!
Thank you for using Enfold.
You can use this on Quick CSS or custom.css:
.sale span.price del { display: none !important; } #top #wrap_all ins:before { content: ""; padding: 0; }Cheers!
IsmaelSeptember 10, 2014 at 7:44 am in reply to: Is it possible to place Contact Form Builer's form into pop-up window? #316337Hey Denis!
Thank you for using the Enfold theme.
You can refer to this link on how to open an inline content on lightbox: https://kriesi.at/support/topic/contact-form-in-pop-up-prettyphoto-issue/
Regards,
IsmaelHey!
You can add classes on the p tags and don’t forget to enclosed the whole form inside a container with the avia_ajax_form class. Something like this:
<div class="avia_ajax_form"> <p class="first_form form_element form_element_half"> Your Name (required)<br /> [text* your-name] </p> <p class="form_element form_element_half"> Your Email (required)<br /> [email* your-email] </p> <p class="form_element form_fullwidth"> Subject<br /> [text your-subject] </p> <p class="form_element form_fullwidth"> Your Message<br /> [textarea your-message] </p> <p class="form_element form_element_third"> [textarea your-message] </p> <p class="form_element form_element_third"> [textarea your-message] </p> <p class="form_element form_element_third"> [textarea your-message] </p> [submit "Send"] </div>Regards,
IsmaelHi same-d!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { .responsive .logo { overflow: visible; } .responsive .logo a, .responsive .logo img { margin: 0 auto; max-width: 100%; height: 180px !important; max-height: 180px !important; } }Best regards,
IsmaelSeptember 10, 2014 at 7:24 am in reply to: widget area and page edit on control panel not working #316330Hey!
I can’t reproduce the issue on my end. I can only see the image thumbnail then an option to select various thumbnail sizes when I’m adding an image using the Image element for example. Yes, please create another thread. We’ll close this one for now.
Regards,
IsmaelHey!
The post navigation will not show if fullwidth sliders are included on the content. You need to add this on functions.php:
add_filter('avia_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1); function avia_remove_fullwidth_slider_check($settings) { $settings['is_fullwidth'] = false; return $settings; }Please download the latest version from your themeforest account then update the theme via FTP. We won’t be able to provide sufficient support for late theme versions. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
IsmaelHey!
Glad you figured it out. Note that you need to configure the Enfold Theme Options for each language when you’re using WPML.
Regards,
IsmaelHey!
I’m sorry but what do you mean by “Preview Text”? Do you mind if we take a look at your current installation? We would like to inspect it. A screenshot on how you want it to look will help.
Best regards,
IsmaelSeptember 10, 2014 at 7:09 am in reply to: Description text area in product admin page is blank #316324Hey!
Thank you for using Enfold.
The Quick Edit is working on our installation. Please try to deactivate the plugins then test it again on another browser or computer. The product description are located on the woocommerce tabs. If you want to show a summary outside of the tabs, use the Product Short Description box. If you can’t see it, go to Screen Options to enable the box.
Cheers!
IsmaelHi!
Looks like the switcher is not rendering other languages except for the active language. You might need to use the theme’s default language flags for now until we find the problem. We’ll give you an update.
Regards,
IsmaelHi schuttjon!
Thank you for using Enfold.
You want the button title and icon change to black? Use this on Quick CSS or custom.css:
span.avia_button_icon { color: #666666; } span.avia_iconbox_title { color: #666666; }Best regards,
IsmaelHey!
If you want a black background on mobile instead of image, use this:
@media only screen and (max-width: 767px) { .main_color { background: #000000 !important; } }Best regards,
IsmaelHi!
Please use this:
.widget_nav_menu a { display: block; padding: 0; } .widget_nav_menu .menu-item { padding-top: 0; }Cheers!
IsmaelHi!
Thank you for the info. The login credentials are incorrect. Please check. Try adding this on Quick CSS or custom.css to fix the slider issue:
#top #wrap_all .ls-wp-container .ls-slide > * { line-height: 1.1em; margin-top: 0 !important; }Cheers!
IsmaelHi!
Thank you for the info.
Please add this at the very bottom of functions.php:
function add_adsense_script(){ ?> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!– HR Ad –> <div class="header-right"> <ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="ca-pub-6717158804949902" data-ad-slot="1236364606"></ins> </div> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <?php } add_action('ava_main_header', 'add_adsense_script');Use this on Quick CSS or custom.css to adjust the position of the adsense container:
.header-right { position: absolute; right: 20%; top: -30px; }Best regards,
IsmaelHi!
Glad we could help. If you still have questions, let us know. :)
Best regards,
IsmaelHi Ben!
Thank you for using Enfold.
Please edit the icon box then enclose the two icons inside a div container. Something like this:
<div class="center-icon"> ICON SHORTCODES HERE </div>Add this on Quick CSS or custom.css:
.center-icon { text-align: center; } .center-icon span { display: inline-block; float: none; }Best regards,
IsmaelHi cbentley65!
Thank you for using Enfold.
How did you add the image? We would like to see the actual website. Please post the url here. A screenshot of what you’re trying to accomplish will help.
Cheers!
IsmaelSeptember 10, 2014 at 6:00 am in reply to: How to create child theme after website had been built? #316295Hi ryanmortier!
Thank you for using Enfold.
First, please create a backup of your database and theme files. Go to Enfold > Import / Export panel then Export Theme Settings File, just in case. Activate the child then go back to the Import / Export panel. Click the Import Settings from your Parent Theme button.
Cheers!
Ismael -
AuthorPosts
