Forum Replies Created

Viewing 30 posts - 56,881 through 56,910 (of 67,479 total)
  • Author
    Posts
  • Hi Knut!

    Thank you for visiting Kriesi’s support forum.

    The attachment does not exist, please check. Meanwhile, you can try to add this on Quick CSS or custom.css in order to add a new container on top of the title:

    .stretch_full.container_wrap.alternate_color.light_bg_color.title_container:before {
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    background: green;
    background-size: 100%;
    }

    Place the image as background.

    Best regards,
    Ismael

    Hi!

    Thank you for the info.

    This web space does not have anything installed on it. We need at least the basic installation of WordPress and Enfold before we can proceed.

    Regards,
    Ismael

    in reply to: Slider Image not responsive… on SOME screens… #304690

    Hi Eleina_Shinn!

    Thank you for using Enfold.

    If you’re planning to use a single image, please try the fullwidth slider. It will stretch the slider image properly even on mobile screens. Anyway, just a tip, you should place the numbers and any information as slider caption. They won’t be readable on mobile device if they are attach on the background image itself.

    Best regards,
    Ismael

    in reply to: No Live Preview #304687

    Hi magpublisher!

    Thank you for using Enfold.

    Live preview should work as tested on our own installation but please refer to this link in order to get started with Enfold. http://kriesi.at/documentation/enfold/

    Regards,
    Ismael

    Hi!

    It means that the requested task in particular falls beyond the scope of support but you can try this on Quick CSS or custom.css to override the default caption-left css animation:

    @-webkit-keyframes caption-left {
      0%   { opacity: 0;  -webkit-transform: scale(1.5);}
      100% { opacity: 1; -webkit-transform: scale(1);}
    }
    @-moz-keyframes caption-left {
      0%   { opacity: 0;  -moz-transform: scale(1.5);}
      100% { opacity: 1; -moz-transform: scale(1);}
    }
    @keyframes caption-left {
      0%   { opacity: 0;  transform: scale(1.5); }
      100% { opacity: 1; transform: scale:(1); }
    }

    Regards,
    Ismael

    in reply to: Changing colours of menu links #304685

    Hi Rustybucket!

    Thank you for using Enfold.

    Please add this on Quick CSS or custom.css:

    .current-menu-item span.avia-menu-text {
    color: blue !important;
    }
    
    .current-menu-item span.avia-menu-fx {
    background: blue !important;
    }
    

    Change the style of the submenu on Enfold > Advanced Styling. Edit the Main Menu sublevel links element.

    Cheers!
    Ismael

    in reply to: Progressing bar no loading at firts lunch #304684

    Hi SzymonDomagala!

    Thank you for using Enfold.

    I checked the website and went to the “O nas” page. The progress bars works on first load. In order to migrate the theme successfully and leave the database intact, please use this plugin: WP MigrateDB or WP MigrateDB PRO

    Refer to this link for more info on how to properly migrate your enfold website from production to development vice versa:

    http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
    https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684

    Regards,
    Ismael

    in reply to: CHANGE LOGO LINK AWAY FROM DEFAULT 'HOMEPAGE' #304683

    Hi!

    Thank you for the update.

    Please use this instead:

    add_filter('avf_logo_link','av_change_logo_url');
    
    function av_change_logo_url($link)
    {
        $link = "http://www.google.com";
        return $link;
    }

    Regards,
    Ismael

    in reply to: How can I reduce width of sidebar #304682

    Hi!

    Thank you for the info.

    Please use this instead:

    function avia_increase_sidebar_size() {
    	global $avia_config;
    	
    	$avia_config['layout']['fullsize'] 		= array('content' => 'twelve alpha', 'sidebar' => 'hidden', 	 'meta' => 'two alpha', 'entry' => 'eleven');
    	$avia_config['layout']['sidebar_left'] 	= array('content' => 'eight', 		 'sidebar' => 'four alpha' ,'meta' => 'three alpha', 'entry' => 'eight');
    	$avia_config['layout']['sidebar_right'] = array('content' => 'eight alpha',   'sidebar' => 'four alpha', 'meta' => 'three alpha', 'entry' => 'eight alpha');
    }
    add_action( 'init', 'avia_increase_sidebar_size', 1);

    Cheers!
    Ismael

    in reply to: Disable Woo Commerce Related Products in Enfold #304680

    Hi!

    Thank you for the update.

    I added the code on Enfold > General Styling > Quick CSS field and it does remove the related products section. Please check here: http://jamesoneillandthesilvershadows.com/product/return-to-abbey-road-3/

    Remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    in reply to: Mobile Menu #304679

    Hey!

    Yigit’s snippet has nothing to do with fonts. Weird that it’s acting up that way. Please try to toggle the font setting on the General Styling panel. See if that reverts the font style to normal. Also, try to deactivate the cache plugin or purge it while working on the site.

    Regards,
    Ismael

    in reply to: 404 error in portfolio pages #304190

    Hey robsdesigns!

    Thank you for using the theme.

    Usually, flushing or changing the permalink settings more than once should fix the issue. Please post the url of the website here. We would like to check it.

    Cheers!
    Ismael

    in reply to: Color Section Background Image – Add Filter/Opacity #304187

    Hi blankonblank!

    Thank you for using Enfold.

    Unfortunately, it is not possible to specify a transparency value for background images inside a color section. It is possible if you applied a solid background color. You should edit the image on photo editor then set the transparency, save it as PNG format.

    Cheers!
    Ismael

    in reply to: Make Anchor Link From One Page To The Next #304186

    Hey j1980mac!

    Thank you for using Enfold.

    You’re referring to a single page navigation system. Please refer to this link: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/

    Cheers!
    Ismael

    in reply to: Button – Remove background #304183

    Hi!

    Thank you for the info.

    Please use this on Quick CSS or custom.css:

    .avia-button-wrap.avia-button-center.avia-builder-el-7.el_after_av_heading.avia-builder-el-last a.avia-button.avia-icon_select-no.avia-color-custom.avia-size-large.avia-position-center {
    background: transparent !important;
    border: 1px solid white !important;
    box-shadow: inset 0 0 10px white;
    }

    Another way to do that is to apply a unique css selector for the button or any advance layout builder elements. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');
    

    Edit the button element then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “transparent-button”.

    You can add something like this on your custom.css or Quick CSS:

    .transparent-button a.avia-button {
    background: transparent !important;
    border: 1px solid white !important;
    box-shadow: inset 0 0 10px white;
    }

    Refer to this link for more info: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Regards,
    Ismael

    in reply to: Using shortcode in template? #304181

    Hi storyboardsolutions!

    Thank you for using Enfold.

    I’m sorry but you can’t slice the shortcodes. You need to put it inside the do_shortcode function as a whole. This will echo out the default tab shortcode:

    <?php echo do_shortcode("[av_tab_container position='top_tab' boxed='border_tabs' initial='1']
    [av_tab title='Tab 1' icon_select='no' icon='']
    Tab Content 1 goes here
    [/av_tab]
    [av_tab title='Tab 2' icon_select='no' icon='']
    Tab Content 2 goes here
    [/av_tab]
    [/av_tab_container]"); ?>

    Best regards,
    Ismael

    in reply to: gallery unable to select Images #304177

    Hi!

    I hope this helps you with the issue. Please refer to this link for a possible fix: https://kriesi.at/support/topic/gallery-edit-issues/#post-277654

    Regarding the max execution time error, try to add this line on the .htaccess file:

    php_value max_execution_time 60
    

    Refer to this link for more info: http://codex.wordpress.org/Common_WordPress_Errors#Maximum_execution_time_exceeded

    Regards,
    Ismael

    in reply to: Social Share buttons – please fix #304175

    Hi!

    As you can see, it works for the OP. Do you mind if we take a look at the actual page with the linkedin share? If you have time, please try the suggestion again then remove the browser cache. Reload the page a few times.

    Regards,
    Ismael

    in reply to: Contact form in pop-up (prettyPhoto issue) #304173

    Hey axelfx07!

    Thank you for using Enfold.

    The Enfold uses MagnificPopup as default lightbox plugin. You can add this on functions.php:

    function popup_inline() { ?>
    <script type="text/javascript">
    jQuery(window).load(function(){
    	jQuery('.open-popup-link').magnificPopup({
    	  type:'inline',
    	  midClick: true // Allow opening popup on middle mouse click. Always set it to true if you don't provide alternative source in href.
    	});
    });
    </script>
    <?php }
    
    add_action('wp_head', 'popup_inline');

    Then use this on a text block:

    <div id="test-popup" class="white-popup mfp-hide">
    <p>PLACE CONTENT HERE</p>
    </div>
    
    <a class="open-popup-link" href="#test-popup">Show inline popup</a>
    

    Add this on Quick CSS or custom.css:

    .white-popup {
      position: relative;
      background: #FFF;
      padding: 20px;
      width: auto;
      max-width: 500px;
      margin: 20px auto;
    }

    Remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    in reply to: Layerslider Images Not Showing Up #304171

    Hey!

    Thank you for the info.

    Have you tried changing the slide transition from 3D to 2D? There’s a 3D transition issue with the layer slider plugin and chrome browser. The latest patch of the plugin should fix it but it’s not included on the theme yet. We already reported the issue to Kriesi. For now, please try to use the 2D transition and see if it helps.

    Cheers!
    Ismael

    in reply to: Top of columns not aligning #304169

    Hey Richard!

    Thank you for using the theme.

    You can add a top margin on the slider with this on Quick CSS or custom.css:

    .page-id-24 .flex_column.av_one_half.first.avia-builder-el-0.el_before_av_one_half.avia-builder-el-first {
    margin-top: 18px;
    }

    Cheers!
    Ismael

    in reply to: Change Separator Line Color #304168

    Hey rswildview!

    Thank you for using Enfold.

    Change the horizontal rule element color with this on Quick CSS or custom.css:

    span.hr-inner {
    border-color: green !important;
    }

    Cheers!
    Ismael

    in reply to: unable to add content to site (photos, text) #304167

    Hey!

    Thank you for the update.

    I just added two images on the gallery, one image already exists on the media library, the other “scissor logo” image I uploaded myself and it works fine without any issues. Please try to remove browser cache then test it again: http://casitasitges.com/apartment/

    Best regards,
    Ismael

    in reply to: responsive problems Enfold #304165

    Hey!

    Thank you for the info.

    Please use this on Quick CSS or custom.css to adjust the columns with the ribbon:

    @media only screen and (min-width: 768px) {
    .ribbon h3 {
    width: 220px;
    }
    
    .ribbon {
    width: 200px;
    }
    }

    Cheers!
    Ismael

    in reply to: Problem with responsive Menu #304160

    Hey alessandro!

    Thank you for using Enfold.

    Please go to Enfold > Header Layout > Mobile Menu > Header Mobile Menu activation panel. Choose the second option to force the theme to show the mobile menu earlier. Remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    in reply to: Disable Woo Commerce Related Products in Enfold #304158

    Hey jberickson!

    Thank you for using Enfold.

    Your css is correct. Please try to remove browser cache then reload the page a few times. You can hide the related products section with this on Quick CSS or the custom.css file:

    .related.products {
    display: none !important;
    }

    You can manually add a related product by adding an Up-Sell product for the item.

    Cheers!
    Ismael

    in reply to: Slider transitions do not work. #304156

    Hey!

    Thank you for using Enfold.

    Are you referring to the 3D transition of the layer slider? This is an issue with Chrome and the latest update of the plugin should fix the issue. We already reported the problem to Kriesi. It should be included on the latest patch of the theme which is not release yet. For now, please use the 2D transitions.

    Best regards,
    Ismael

    in reply to: Missing icon images on home page in some browsers #304155

    Hey!

    Thank you for the update.

    I test the website using IE11 and the icons show on first load. Please try to remove browser cache then load the page a few times.

    Best regards,
    Ismael

    in reply to: Shrink padding spaces in sub menu #304150

    Hi Tech!

    Thank you for visiting Kriesi’s support forum.

    Please use this on Quick CSS or custom.css to adjust the padding of the mega menu:

    #top #header .avia_mega_div > .sub-menu {
    padding: 10px 10px 10px;
    }
    
    #header .mega_menu_title {
    text-align: left;
    }
    
    #header .avia_mega_div .units {
    padding: 0 7px 0 7px;
    }

    Cheers!
    Ismael

    in reply to: layerslider animation breakes in chrome #304143

    Hey responsecrm!

    Thank you for using Enfold.

    Unfortunately, you’re using a very old version of the theme, 1.7.1 which is not compatible with WP 3.9.2. Please download the latest version 2.9.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Note that updating the theme might break some of the options and elements on the theme. You might need to reconfigure them or create them from scratch. Please update the theme immediately if certain patch are available.

    Regards,
    Ismael

Viewing 30 posts - 56,881 through 56,910 (of 67,479 total)