Forum Replies Created
-
AuthorPosts
-
Hi!
You can use it like this:
[av_heading heading='& #034;Tania's Magnific& 045;Essence& #034;' tag='h3' style='' size='' subheading_active='' subheading_size='15' padding='10' color='custom-color-heading' custom_font='#5f3194'Remove the space after the ampersand.
Cheers!
IsmaelMay 27, 2015 at 5:40 am in reply to: Problems with custom css and Gravity forms since the last update #450414Hi!
Is the Lightbox Modal Window setting enabled? You can find it in Theme Options panel.
Cheers!
IsmaelHi!
The mobile menu is working. It doesn’t really affect anything on the site, it’s just that the child theme doesn’t recognize the THEMENAME constant. Did you try the solution provided above? https://kriesi.at/support/topic/mobile-menu-33/#post-449861
Cheers!
IsmaelHey!
I’m sorry but you don’t have the latest version of the theme, 3.1.3. Sometimes, the automatic theme update api gets stuck. Current version in your installation is 3.0.8. Please try to update the theme via FTP. http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
IsmaelHi!
I actually didn’t do anything. I think you we’re looking on a cached version of the site when you checked it.
Cheers!
IsmaelHey bodhimcgee!
Thank you for using Enfold.
Use the advance layout builder or the shortcode wand. Add layouts elements in the page. Please take some time to review the Theme Documentation. If you can’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you.
Best regards,
IsmaelHi mleite1!
Thank you for using Enfold.
We need to see the actual page in order to fix the issue. Please post the url here.
Regards,
IsmaelHi!
The transition effects of the sliders are 3D when I checked the page. Please remove browser cache then test it again.
Cheers!
IsmaelHi!
Thank you for using Enfold.
Use this in the Quick CSS field:
@media only screen and (max-width: 989px) { .responsive #top #main .products .product { margin: 0 1% 1% 0; width: 49%; }}Cheers!
IsmaelHi Micheal0424!
Thank you for using Enfold.
You don’t need to add a code for that. You can create product variations. Refer to this link for more info: http://docs.woothemes.com/document/variable-product/
If this is not what you’re looking for, please provide a website with the example or a screenshot. Use imgur or dropbox.
Best regards,
IsmaelHey!
What is the code that you use and what the expected layout? Please post the code on pastebin.com and the screenshot on imgur or dropbox. We would like to see what you’re trying to do. You can fix the layout via css but I’m not sure exactly what you’re aiming for.
.widget_black_studio_tinymce { margin-top: 120px; } #top #header_main > .container { height: auto !important; }Cheers!
IsmaelHi!
I checked the other link but I don’t see any accordion slider. You’re currently not using the latest version of the theme. Please update to 3.1.5. That should fix the issue.
Cheers!
IsmaelHey!
I tested the mobile menu modification on my installation and it works fine. It doesn’t change the theme location name so it’s either a third party plugin or a custom modification in your installation. Please try to deactivate all plugins then test it again. If you’ll give us your permission, we would like to deactivate the plugins to test which plugin is causing the issue. You can also edit this code:
register_nav_menu($key, THEMENAME.' '.$name);Replace it with:
$theme_name = get_current_theme();register_nav_menu($key, $theme_name.' '.$name);Cheers!
IsmaelMay 26, 2015 at 7:58 am in reply to: Problems with custom css and Gravity forms since the last update #449852Hey!
Some of the custom styles are working. You can replace input related codes with this:
body .gform_wrapper .gfield input[type=text], body .gform_wrapper .gfield input[type=email], body .gform_wrapper .gfield select { margin-left: 15px !important; }Where exactly is the button with the youtube link? Can you please provide a screenshot?
Regards,
IsmaelMay 26, 2015 at 7:49 am in reply to: woocomerce and page builder I can not see title e price in the single product p #449849Hey!
If you use the advance layout builder for product or any custom post types, you need to add all the contents manually including the price, add to cart button, product title etc. For the price, use a code or text block. You can use the Special Heading for the title. There are also additional shortcodes specifically for products. You can find it in the Plugin Additions panel.
Cheers!
IsmaelHey!
Alright. Please check it now.
You need to clean your css codes. Media queries should be declared once and they usually go at the very bottom of the stylesheet.
@media only screen and (max-width: 768px) { /* Add your Mobile Styles here */ } @media only screen and (max-width: 480px) { /* Add your Mobile Styles here */ }Cheers!
Ismael-
This reply was modified 10 years, 10 months ago by
Rikard. Reason: Customer requested to remove link
Hey Marco!
Thank you for using Enfold.
The .av-masonry-image-container doesn’t have a title attribute that’s why the content property is not working. Can you please provide a screenshot of what you’re trying to do? Use imgur or dropbox.
Best regards,
IsmaelHey!
We only need the WP dashboard access. If you can provide that, it would be great. Regarding the plugin, unfortunately, we don’t provide support for third party plugins. Please contact the plugin author.
Best regards,
IsmaelMay 26, 2015 at 7:12 am in reply to: verkürzte Weiterlesen-Beiträge auf Systemgenerierten Seiten (Kategorie) möglich? #449841Hi!
Did you try to toggle the Blog Content length option? Please post the login details here so that we can check the site.
Best regards,
IsmaelHi!
You have to remove these codes in the style.css file:
.html_header_top.html_bottom_nav_header #header_main { z-index: 3; height: 134px; } .html_header_top.html_bottom_nav_header #header_main { z-index: 3; height: 134px; }It breaks the header shrink script.
Best regards,
IsmaelHi!
You have this code which triggers the jump:
<script type="text/javascript"> jQuery.noConflict(); (function( $ ) { $(function() { // More code using $ as alias to jQuery $("area[href*=#],a[href*=#]:not([href=#]):not([href^='#tab']):not([href^='#quicktab']):not([href^='#pane'])").click(function() { if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) { var target = $(this.hash); target = target.length ? target : $('[name=' + this.hash.slice(1) +']'); if (target.length) { $('html,body').animate({ scrollTop: target.offset().top - 200 },900 ,'easeInSine'); return false; } } }); }); })(jQuery); </script>Not sure how you added that but you need to remove it.
Best regards,
IsmaelHey!
You can also try to escape the characters by adding backslashes:
\"Tania\’s Magnific\-Essence\"Note that you need to add the backslashes if you edit the element again.
Cheers!
IsmaelMay 26, 2015 at 6:17 am in reply to: Wierd behavior in default editor with image alignment & editing toolbar #449815Hi!
I was able to reproduce the issue. IMO, it isn’t a big deal. The options are still usable. If it really bugs you, it’s possible to manually edit the width and height attribute or the alignment of the image in the text or html mode:
<a href="http://yoursite.com"><img class="alignnone wp-image-363" src="http://yoursite.com/sampleimagehere.jpg" alt="alt" width="264" height="397" /></a><ul>Cheers!
IsmaelMay 26, 2015 at 6:11 am in reply to: Slide-Show full with button not showing by small screen #449811Hi!
You can create another slider specifically for mobile. Please refer to this link for more info: https://kriesi.at/support/topic/home-page-video-on-mobile-phone/#post-449166
Follow the links provided on the previous thread. You can use css media queries to show or hide any specific element on different screen sizes.
Cheers!
IsmaelHey Nomadigo!
Thank you for using Enfold.
You can generate the video shortcode on a temporary post or page by using the shortcode wand. Copy it to one of the layer in the slider. You may not be able to see the video in the slider preview but it should work in the front end.
Best regards,
IsmaelHey tecnoprof!
Thank you for using Enfold.
You need to properly translate the portfolio slugs. Please refer to this link: http://kriesi.at/documentation/enfold/translating-the-portfolio-slug-with-wpml/
Regards,
IsmaelHey Kevin!
Thank you for using Enfold.
That’s weird. Not really sure what’s causing it. Do you have a cache plugin? Please try to deactivate all plugins then delete the file. Toggle any theme options to regenerate it. I’m sure you checked the general styling panel, right?
Regards,
IsmaelHey Bettina!
Thank you for using Enfold.
There is no controller because there is only one slide in the slider.
Cheers!
IsmaelMay 26, 2015 at 5:42 am in reply to: Full Width Masonry – Remove blog excerpts ONLY for iPhone/iPad, keep for desktop #449798Hey!
Is this solved or not? I’m a bit confused in your response here:
However if I look at it in Safari on my mac (with user agent set to iPad 8.1) on MOUSE over the caption box appears with ONLY the Title visible, just as I needed (thanks). iPhone has the same problem.
What’s the issue again? If you want to remove the excerpt on mobile devices, you can add this:
@media only screen and (max-width: 768px) { .av-masonry-entry-content.entry-content { display: none !important; }}Cheers!
Ismael -
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
