Forum Replies Created

Viewing 30 posts - 51,001 through 51,030 (of 67,527 total)
  • Author
    Posts
  • in reply to: Sidebar widgets background colour #410285

    Hi!

    Add this to the custom css field:

    section#mc4wp_widget-2 > * {
      display: block;
      clear: both;
    }
    
    section#mc4wp_widget-2 {
      background: #f2f2f2;
      padding: 10px;
    }

    Regards,
    Ismael

    in reply to: Firefox unresponsive and alignment issues #410284

    Hey!

    I think it’s the blank template that’s causing the issue. Instead of using it, use the default template then hide the footer, header, socket, sidebar inside the Layout settings. We fixed the page for you: http://thesixthsensesolution.com/courses/accelerated-healing-course-details/

    Cheers!
    Ismael

    in reply to: 4 Questions – breadcrumbs, related posts, blog title #410281

    Hi!

    2.) You can copy the whole avia_title function inside the child theme’s functions.php.

    3.) Did you add any breadcrumb modifications? Please post the login detail here. We would like to check it.

    Regards,
    Ismael

    in reply to: Side Navigation #410279

    Hey!

    I’m not sure if I understand. If you want a more complex filter other than the one we have for the post navigation, you might need to hire a freelance developer. For further modifications, please visit Envato Studio or Werkpress.

    Best regards,
    Ismael

    in reply to: Failed to changed font #410278

    Hey!

    There are two font settings inside the Fonts panel, one for the Heading Fonts and the other for the body text. Did you set both of these to open sans? Please post the login details here. Set it as a private reply.

    Best regards,
    Ismael

    in reply to: Portfolio grid padding/margin top #410277

    Hi!

    First, edit the color section where the portfolio grid is located then add a unique id attribute inside the Section ID field. Use “custom-section” for example. Add this to the Quick CSS field:

    #custom-section .column-top-margin {
    margin-top: 10px;
    }

    Regards,
    Ismael

    in reply to: Responsive Menu stopped working #410276

    Hey!

    What happens when you remove the header and footer files inside the child theme folder? The mobile-advanced container is not being generated on top of the #header container, replaced by the zopim chat plugin. Maybe a third party script is preventing it. Try to disable the header and footer files in the child theme folder then check it again. I’ll ask the rest of the support team to take a look.

    Regards,
    Ismael

    in reply to: Custom fonts in Chrome – make smoother (or disable)? #410273

    Hey!

    That part is actually enclosed in a strong tag:

    <strong><span style="color: #00afef;">Details make the difference.</span></strong>
    

    Try to add this to the Quick CSS field and you’ll see the difference.

    strong, b {
      font-weight: normal;
    }

    You can try to specify a different font for chrome browser with this:

    .avia-chrome h3 {
      font-family: 'Helvetica', 'Arial', sans-serif !important;
    }

    Regards,
    Ismael

    in reply to: top bar font size #410272

    Hey!

    We haven’t tried this plugin personally: http://www.designsandcode.com/wordpress-plugins/search-filter-pro/

    If you don’t want to buy any plugin, you can try the portfolio grid element which has a basic category filter.

    Best regards,
    Ismael

    in reply to: Theme Options Gone After Database Restore #410271

    Hey!

    What do you mean by moving it back to the old server? The old server should have the correct database format. Can you please provide a link to a development site?

    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

    The best thing to do is to hire a freelance developer who is familiar with the process.

    Best regards,
    Ismael

    in reply to: Advanced Layer Slider #410270

    Hi!

    Try to remove the arrow (>>) after the “Learn More” text. I think it breaks the slider.

    Regards,
    Ismael

    in reply to: Full screen Background Image #410269

    Hi!

    Set the Background Repeat to “Stretch to Fit”. What is the purpose of the br tags? If you’re trying to create gaps or white space, use the Separator / Whitespace element.

    Cheers!
    Ismael

    in reply to: # is URL anywhere in page causing issue #410268

    Hi!

    I think that is the correct behaviour because the third party script is trying to vertically align the active menu on viewport. Please contact the plugin author for more info.

    Best regards,
    Ismael

    in reply to: Sidebar not showing up in the right place #410267

    Hey!

    You didn’t do anything wrong. The codes in the documentation should work on a parent theme. For child themes, we called all filters inside an INIT HOOK as opposed to calling it directly on functions.php.

    http://codex.wordpress.org/Plugin_API/Action_Reference/init
    http://codex.wordpress.org/Plugin_API/Action_Reference/after_setup_theme

    You can see the code on functions.php.

    Cheers!
    Ismael

    in reply to: Masonry portfolio grid lightbox issue #410266

    Hey!

    The masonry can open images via lightbox but you need to set the Overwrite Portfolio Link setting of the portfolio item to define a custom link. Add the url of the image or video. For post with only single images, you can do this then for those with multiple or series, you can let masonry to open it on its actual post page.

    Best regards,
    Ismael

    in reply to: Advanced layer slider #410262

    Hey!

    The [/av_slideshow_full] is duplicated. I tested the full screen slider on my installation and it works fine:

    echo do_shortcode("[av_fullscreen size='extra_large' animation='slide' autoplay='false' interval='5' control_layout='' custom_class='']
    [av_fullscreen_slide id='43'][/av_fullscreen_slide]
    [av_fullscreen_slide id='44'][/av_fullscreen_slide]
    [/av_fullscreen]");
    

    Please post the login details here. We would like to check it.

    Best regards,
    Ismael

    in reply to: Responsiveness issues #410261

    Hey!

    It is the same accordion slider but the images are much larger, 1500x430px.

    Cheers!
    Ismael

    in reply to: Sidebar not showing up in the right place #409692

    Hey!

    Sorry for the delay. Please check it now: http://www.soapoperasoap.com/product/the-romantic-group/

    Best regards,
    Ismael

    in reply to: Advanced Layer Slider Not Looping #409689

    Hi!

    Glad we could help. :)

    Cheers!
    Ismael

    in reply to: Stretched images IE8 #409688

    Hey!

    Try to use this instead:

    .avia-msie img, .avia-msie a img { 
    max-width: 100%;
    height: auto;
    width: auto;
    }

    Cheers!
    Ismael

    in reply to: Margin/Spacing between Grid Rows with Background styling #409686

    Hey!

    You can try to do it with the grid layout. Note that you will have issues with cell height control specially when each cells have different content. First, you need to enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    We’ll try to do the first row, add a grid layout element, set the cell size to 2/3 – 1/3. Apply a unique id attribute in the For Developers: Section ID field. Use “custom-grid” for example. Apply the background in the Quick CSS field:

    #custom-grid {
    	background: -webkit-radial-gradient(circle, #176991, #053d60);
    	background-position: center center;
    }

    Edit the 2/3 cell. Set the padding to 0px then add a custom css class. Use “flex-cell-1” for example. Add this to the Quick CSS field to add a custom cell background:

    #custom-grid .flex-cell-1 .flex_cell_inner {
    	background: red !important;
    }

    Edit the second cell(1/3), do the same but on the custom css class, use “flex-cell-2”. Add this to the Quick CSS field:

    #custom-grid .flex-cell-2 .flex_cell_inner {
    	background: green !important;
    }

    Add this code to create gaps between the cells:

    #custom-grid .flex_cell {
    padding: 5px;
    }
    
    #custom-grid .flex_cell_inner
    padding: 5px 15px;
    }

    Best regards,
    Ismael

    in reply to: Background Image Responsive #409679

    Hey!

    Replace the code with this:

    #header_main > .container {
      background: #abc103 url(//kulturlandschaft-erleben.de.maschinenhalle.eu/cms/wp-content/uploads/2015/03/header1.jpg) top center no-repeat scroll;
      background-size: cover;
      padding: 0 !important;
      margin: 0 !important;
      width: 100% !important;
      max-width: 100% !important;
    }

    IMO, you should remove the background image on mobile device or use another background image.

    Best regards,
    Ismael

    in reply to: template not calling footer #409669

    Hi hotspot!

    Thank you for using Enfold.

    Did you create the portfolio items using the advance layout builder? If yes, then you need to include the custom footer on the template-builder.php file. Use the is_singular(‘portfolio’) conditional function.

    Regards,
    Ismael

    in reply to: Mousehover effect LayerSlider #409667

    Hi!

    You can try the solution provided on the previous thread: http://codepen.io/anon/pen/XJxXXw

    Create a layer on the layer slider panel, switch it to HTML then add something like this:

    <div class="custom_layer">
        <img src="http://www.iq.poquoson.org/3socst/continents_oceans/continentmap2.gif" class="first" />
        <img src="http://www.countrycallingcodes.com/graphics/continentsmap.jpg" class="last" />
      </div>

    Add this css code to the Quick CSS field:

    .custom_layer img{
      position: absolute;
    }
    .custom_layer{
      position: relative;
    }
    .custom_layer:hover .first{
      z-index: 2;
    }

    Best regards,
    Ismael

    in reply to: Sidebar issue with events pages. #409665

    Hi!

    Add this to the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top #main .sidebar {
      display: block;
    }}

    Cheers!
    Ismael

    in reply to: Over-dimension on Slider #409664

    Hey jruizmatrix!

    Thank you for using Enfold.

    Make sure that you have the latest version of the theme. Did you add any minify or cache plugins? Try to disable them. The WordPress and WooCommerce plugin are not updated. Please update those as well.

    Cheers!
    Ismael

    in reply to: Featured Images – Dealing With Portrait Sizes #409661

    Hi!

    I think you have to resize the image to at least 1210px before uploading to WordPress. Or install this plugin: https://wordpress.org/plugins/simple-image-sizes/

    Go to Settings > Media then set the Cropping parameter of the entry_with_sidebar and entry_without_sidebar thumbnail size to “No”. Update then save changes. Upload the images again or regenerate the thumbnails.

    Cheers!
    Ismael

    in reply to: Problems editing tabs and accordion #409659

    Hi!

    There’s a conflict between the theme editor and the CKEditor for WordPress plugin. Please disable it then test the editor again. If you really want to use the plugin, please contact the plugin author.

    Best regards,
    Ismael

    in reply to: "Read more" at Masonry Blog #409658

    Hi joeberlin!

    Thank you for using Enfold.

    Replace it with this:

    add_filter('avf_masonry_loop_prepare','avia_change_default_link', 10, 2);
    function avia_change_default_link($loop, $entries)
    {		
    	foreach($entries->posts as $key => $entry)
        {
            if($entry->post_type == "post") {
                $more 	 		 =   "<br /><span class='masonry-more-link-arrow'>".__('Read more','avia_framework')."</span>";
    			$loop[$key]['content'] = avia_backend_truncate($entry->post_content, apply_filters( 'avf_masonry_excerpt_length' , 60) , apply_filters( 'avf_masonry_excerpt_delimiter' , " "), "…", true, '') . $more;  
            }
        }
        return $loop;
    }

    Cheers!
    Ismael

    in reply to: Breadcrumbs Edit #409652

    Hi!

    Is the German theme options translated to German? Some of the language files are not complete and it breaks the theme options. Try to disable the theme options translation. Add this to the functions.php file:

    if(!function_exists('avia_lang_setup'))
    {
    	add_action('after_setup_theme', 'avia_lang_setup');
    	function avia_lang_setup()
    	{
    		if(!is_admin())
    		{
    			$lang = apply_filters('ava_theme_textdomain_path', get_template_directory()  . '/lang');
    			load_theme_textdomain('avia_framework', $lang);
    		}
    	}
    }

    Set the blog page for the german version afterwards.

    Regards,
    Ismael

Viewing 30 posts - 51,001 through 51,030 (of 67,527 total)