Forum Replies Created

Viewing 30 posts - 48,421 through 48,450 (of 67,565 total)
  • Author
    Posts
  • in reply to: Main Menu Backround –> Image #464458

    Hi!

    Please refer to this link: http://www.w3schools.com/cssref/pr_background-image.asp

    #header_main_alternate {
    background-image: url("http://www.yoursite.com/folder/anotherfolder/icon_backround.png") repeat;
    background-color: #cccccc;
    }

    What is the name of the folder where the image is located? Use the full directory.

    Regards,
    Ismael

    in reply to: Boxed layout switch to mobile layout sooner #464454

    Hi!

    Works fine on our end. Please remove browser cache then resize your browser to less than 1300px. The layout should be full width by then.

    Best regards,
    Ismael

    Hey!

    Thank you for using Enfold.

    Check the Appearance > Menus > Screen Options then enable the other options available there.

    Best regards,
    Ismael

    Hi!

    I just noticed that you’re using a background slider which is a bit too heavy for the page. The footer is black because the background image is still loading. Please remove browser cache then check it now: http://www.crestedbuttecomputers.com/dev/skyhigh/

    Regards,
    Ismael

    Hi!

    Works fine on our installation. Please post the login details here so that we can check it.

    Cheers!
    Ismael

    Hi!

    Is there any issue when you use the advance editor? If there are no issues in the advance layout builder then you can just ignore the warnings.

    Cheers!
    Ismael

    in reply to: Socket background image not working #463929

    Hey!

    The enfold css file is saved inside the uploads > dynamic_avia folder so styling won’t work if the folder doesn’t have the correct file permission. Regarding the theme options not saving, please try to deactivate all plugins then test it again. If it works then try to activate the plugin one at a time to find the issue.

    Best regards,
    Ismael

    in reply to: Portfolio grid / sidebar calculation problem #463924

    Hi!

    Please create a test page where we can see the issue. Right now, the grid is set to 4 columns.

    Cheers!
    Ismael

    in reply to: Masonry Gallery WPML URL Support #463922

    Hey!

    I’m not sure if this is going to work but please try to regenerate the thumbnails. You can use one of these plugins:

    https://wordpress.org/plugins/force-regenerate-thumbnails/
    https://wordpress.org/plugins/regenerate-thumbnails/

    Cheers!
    Ismael

    in reply to: same layout for blog posts 1:1 and other mouse over png #463917

    Hi!

    The function is declared already somewhere in the functions.php file. Please look for the function and use that instead.

    1.) No, unfortunately, this is not possible without major customization in the theme.

    2.) Where is your blog page?

    3.) Looks like you’re using a third party plugin for that. The container looks like this which is not a native theme container.

    
    <header class="w2dc-listing-header">
    				                                <h2 style="font-size: 11pt; margin-top: 10px; font-weight: bold;"><a href="http://www.alfaweb.at/testwaldi/portraits/rudolf-boehm/" target="_blank" title="Rudolf Böhm">Rudolf Böhm</a> </h2>
    											</header>

    Please contact the plugin author.

    For further modifications, please contact codeable: http://kriesi.at/contact/customization

    Cheers!
    Ismael

    in reply to: Major speed problem in backend with wpml and enfold #463914

    Hey!

    Alright. I tried to login and it istaking quite too long to respond, 20 seconds or so. Please ask your hosting provider to upgrade php to version to 5.4 or higher and then increase the wp memory limit to at least 128M: http://docs.woothemes.com/document/increasing-the-wordpress-memory-limit/

    When I activated the theme, the screen is all white and then I can’t access the dashboard. Please delete the enfold folder in the wp-content > themes directory then add it again. You can do this via FTP. I think it will help if you let your hosting provider know about this issue.

    Best regards,
    Ismael

    Hi!

    There is no link in the private content. Please add it again. Try to use this in the Quick CSS field:

    .single-portfolio .page-thumb {
      display: none;
    }

    Best regards,
    Ismael

    in reply to: Cookie notice plugin with Enfold theme #463907

    Hi!

    The links above are missing. Please add it again.

    Regards,
    Ismael

    in reply to: Slider not totally responsive #463906

    Hi!

    Please go to the slider settings then set the value of the Layer Container and Responsive Under field, default is 1140.

    Best regards,
    Ismael

    in reply to: Header conflict with Avia Layout Builder and LearnDash #463903

    Hi!

    Great! Glad their support helped! Thank you for sharing the solution. :)

    Cheers!
    Ismael

    in reply to: Automatic scroll to a selected section. #463900

    Hey!

    Do you mind if we take a look at the website? Please make sure that you have the latest version of the theme.

    Cheers!
    Ismael

    Hey!

    You can use this to fix the mobile menu:

    @media only screen and (max-width: 1100px) {{
    #advanced_menu_hide {display:block !important; }
    }}

    For the search icon, try to add this in the functions.php file:

    add_filter( 'avia_meta_header', 'avia_append_search_nav_mod');
    
    function avia_append_search_nav_mod()
    {
        ob_start();
        get_search_form();
        $form =  htmlspecialchars(ob_get_clean()) ;
    
        $items = '<div id="menu-item-search" class="menu-item-search-mod menu-item menu-item-search-dropdown">
            <a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span class="avia_hidden_link_text">'.__('Search','avia_framework').'</span></a>
               </div>';
    
        echo $items;
    }

    Add this in the Quick CSS field:

    .menu-item-search-mod {
      position: absolute;
      top: -8px;
      right: 100px;
    }
    
    @media only screen and (min-width: 1099px) {{
      .menu-item-search-mod { display: none !important; }
    }}

    Regards,
    Ismael

    Hey!

    Thank you for the info. Looks like you set the image as the slide background. Layer slider automatically adjust the image to keep it responsive but in a few cases, it will stretch the image to a displeasing proportion. Try to add the image as a layer instead. Do you have the PSD file of that graphic material? Can you still separate the objects ( monitor, screens, info bar etc)? I think it’s better if you add those elements as layers like the enfold default layer slider demo: http://kriesi.at/themes/enfold/

    Cheers!
    Ismael

    in reply to: Portfolio Elements #463877

    Hi!

    Alright. We can reverse my answer above.

    1.) Use the Overwrite Portfolio Link setting then set it to define custom link. For completed entries, you can set the url to the actual link of the single portfolio page and for those items that are not completed yet, add the url of the image. It will open the image in lightbox.

    2.) Can’t you just add it directly in the portfolio title? If you really want to modify the title, you can edit config-templatebuilder > avia-shortcodes > portfolio.php or use this filter: avf_portfolio_title

    Regards,
    Ismael

    in reply to: Translation #463873

    Hi!

    The codestyling localization plugin has been removed in the plugin repository but you can use another plugin: https://wordpress.org/plugins/loco-translate/

    Please give us a temporary login details so that we can translate it for you. What is the language? Please install the plugin.

    Regards,
    Ismael

    in reply to: Imagen Gif animada #463871

    Hey CharlieBarey!

    Thank you for using Enfold.

    Yes, you can upload a gif format image but you need to select the full or original version of the image.

    http://ds106.us/handbook/blogging/uploading-animated-gifs/
    http://www.instantshift.com/2014/08/13/wordpress-gif-plugins/

    Regards,
    Ismael

    in reply to: Background Image and mobile RESIZE #463865

    Hey!

    I checked the site and the flower background doesn’t display on mobile screens. I also noticed this incorrect css code:

    @media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 667px) and (min-device-width: 375px)
    div.av-parallax.avia-full-stretch.enabled-parallax.active-parallax {
      background: display:none!important;
    }
    

    Please remove that.

    Cheers!
    Ismael

    in reply to: Inconsistent Current Menu Item State #463860

    Hey!

    I’m not sure what you’re trying to pull here but you just added a text widget??

    <a href="http://asdrugtest.com/fertility-testing/">Fertility Tests</a><br /><br />
    <a href="http://asdrugtest.com/international-products/">International Products</a><br /><br />
    <a href="http://asdrugtest.com/oem-services/">OEM Services</a><br />
    

    Use the Custom Menu widget.

    Regards,
    Ismael

    in reply to: Print CSS Editing Not Working #463856

    Hey ThomasWalkerDesign!

    Thank you for using Enfold.

    I checked the page and click the print button, only the coupon images and a few texts are included on the print preview. If you want to modify the print styles, edit the css > print.css file.

    Cheers!
    Ismael

    in reply to: Menu left sidebar widget on mobile devices #463852

    Hey soltner!

    Thank you for using Enfold.

    It’s kind of possible but you will lose the sidebar styling if locate it outside the header or sidebar area. Try to add this to the functions.php file:

    add_action('wp_footer', 'ava_custom_script', 10);
    function ava_custom_script(){
    ?>
    <script>
    (function($) {
      if($('#header').css('position') == 'relative') {
        var sidebar = $('#header .avia-custom-sidebar-widget-area').detach();
        $('#footer').before(sidebar);
      }
    }(jQuery));
    </script>
    <?php
    }

    Use this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      .responsive #top #main .sidebar { display: block !important; }
    
    }

    Cheers!
    Ismael

    in reply to: Styles seems missing in IE #463842

    Hi upgradegroup!

    Thank you for using Enfold.

    Which version of IE specifically? The theme is compatible on IE9 and higher versions but there may be a bit of glitches on IE8. A link to the actual site and screenshots of the issue will help. Use imgur or dropbox.

    Best regards,
    Ismael

    in reply to: Google Map Marker Descriptions #463836

    Hey Denis!

    Thank you for using Enfold.

    This is possible but you need to modify js > shortcodes.js. Look for this code on line 629:

    google.maps.event.addListener(marker, 'click', function() {
    				    infowindow.open(map,marker);
    				});
    

    Replace it with:

     infowindow.open(map,marker);
    

    Hard refresh the page after. Please create a note or a change log of this modification in case you update the theme.

    Cheers!
    Ismael

    in reply to: Repeating a background pattern in a coloured section #463833

    Hi sensiblekaren!

    Thank you for using Enfold.

    Set the image as the color section background then set the Background Repeat to “Repeat”.

    Regards,
    Ismael

    in reply to: Lightbox and Nextgen Gallery #463832

    Hey!

    I guess it conflicts with the theme’s preloader. Please try to deactivate the preloader settings then test the lightbox again.

    Regards,
    Ismael

    Hey Sarah!

    Thank you for using Enfold.

    Use the full screen slider then add the video as one of the slide. You can also use the color section element and then set the video as background.

    Best regards,
    Ismael

Viewing 30 posts - 48,421 through 48,450 (of 67,565 total)