Forum Replies Created

Viewing 30 posts - 49,081 through 49,110 (of 67,534 total)
  • Author
    Posts
  • in reply to: Special Heading Shortcode Malfunction #450416

    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!
    Ismael

    Hi!

    Is the Lightbox Modal Window setting enabled? You can find it in Theme Options panel.

    Cheers!
    Ismael

    in reply to: mobile menu #450412

    Hi!

    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!
    Ismael

    in reply to: CCS Issues #450410

    Hey!

    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!
    Ismael

    in reply to: slider 3d #450408

    Hi!

    I actually didn’t do anything. I think you we’re looking on a cached version of the site when you checked it.

    Cheers!
    Ismael

    in reply to: 3 column layout #449885

    Hey 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,
    Ismael

    in reply to: MENU ZEN LOGIC #449879

    Hi 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,
    Ismael

    in reply to: slider 3d #449877

    Hi!

    The transition effects of the sliders are 3D when I checked the page. Please remove browser cache then test it again.

    Cheers!
    Ismael

    in reply to: Grid row issues #449871

    Hi!

    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!
    Ismael

    in reply to: woocommerce custom product data field #449865

    Hi 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,
    Ismael

    in reply to: Area widget in the header #449864

    Hey!

    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!
    Ismael

    in reply to: CCS Issues #449863

    Hi!

    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!
    Ismael

    in reply to: mobile menu #449861

    Hey!

    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!
    Ismael

    Hey!

    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,
    Ismael

    Hey!

    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!
    Ismael

    in reply to: Some responive problems on mobile view #449847

    Hey!

    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
    in reply to: Content Attribute title not calling in #449845

    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,
    Ismael

    in reply to: Changing Tab border and colour for visibility #449843

    Hey!

    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,
    Ismael

    Hi!

    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,
    Ismael

    in reply to: Sticky header behavior #449822

    Hi!

    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,
    Ismael

    in reply to: Enfold one page navigation solution ? please help? #449820

    Hi!

    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,
    Ismael

    in reply to: Special Heading Shortcode Malfunction #449818

    Hey!

    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!
    Ismael

    Hi!

    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!
    Ismael

    Hi!

    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!
    Ismael

    in reply to: Play a video from YouTube in Layer Slider #449810

    Hey 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,
    Ismael

    in reply to: PROBLEMS WITH PORTFOLIO ELEMENTS #449805

    Hey 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,
    Ismael

    in reply to: Invalid color value in childe theme css #449802

    Hey 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,
    Ismael

    in reply to: Slider in Blog page #449801

    Hey Bettina!

    Thank you for using Enfold.

    There is no controller because there is only one slide in the slider.

    Cheers!
    Ismael

    Hey!

    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

    in reply to: Blog Content Text Position #449797

    Hey!

    You can replace the code with this:

    @media only screen and (min-width: 768px) {
    .page-id-326 .entry-content p {
      text-align: center !important;
    }}

    Remove browser cache then reload the page.

    Regards,
    Ismael

Viewing 30 posts - 49,081 through 49,110 (of 67,534 total)