Viewing 30 results - 94,741 through 94,770 (of 142,845 total)
  • Author
    Search Results
  • #643300

    Hi,

    I’ve tagged the topic for our german speaking moderator, please wait for his reply.

    Best regards,
    Rikard

    #643274

    In reply to: Header questions

    Hey Fabian,

    Thanks for getting in touch with us!

    1) Please go to Dashboard > Enfold > Header. You can increase the size of the header there if you need it to display bigger when it shrinks.

    2) Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .html_header_top #menu-item-shop.cart_dropdown {
        border: none !important;
    }
    

    3)Try the following code as well:

    .logo {
        padding-top: 10px;
    }

    Let me know if you need further assistance.

    Best regards,
    Jordan

    #643269

    In reply to: Responsive issues

    Hi,

    Do you want to the cells to go on top of each other on tablet view? Add this in the Quick CSS field:

    @media only screen and (max-width: 1024px) {
    .responsive #top #wrap_all .av-flex-cells .no_margin {
        display: block;
        margin: 0;
        height: auto !important;
        overflow: hidden;
        padding-left: 8% !important;
        padding-right: 8% !important;
    }
    }

    For the testimonial page, use this:

    @media only screen and (max-width: 1024px) {
    .responsive .avia-testimonial-wrapper, .responsive .avia-testimonial-row, .responsive .avia-testimonial {
        display: block;
        width: 100%;
        float: none;
    }
    }

    I can’t reproduce the issue in the footer section. All columns are aligned properly.

    Best regards,
    Ismael

    Hi richardhofer83,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .avia-safari #full_slider_1 {
    margin-top:-1px !important;
    }

    Best regards,
    Rikard

    #643224

    Topic: Long Load Times

    in forum Enfold
    kmolumby3257
    Participant

    Hi there,

    I’m experiencing painfully slow load times for my site since installing this theme. I’ve contacted by hosting site and they did some optomization on their end and then directed me to this information:

    https://developers.google.com/speed/pagespeed/insights/?url=bellamedicalaser.com&tab=desktop

    In this breakdown it shows this:

    Consider Fixing:
    Eliminate render-blocking JavaScript and CSS in above-the-fold content
    Your page has 3 blocking CSS resources. This causes a delay in rendering your page.
    None of the above-the-fold content on your page could be rendered without waiting for the following resources to load. Try to defer or asynchronously load blocking resources, or inline the critical portions of those resources directly in the HTML.
    Optimize CSS Delivery of the following:
    http://bellamedicalaser.com/…/easy-coming-soon/template/css/style.css
    http://bellamedicalaser.com/…oming-soon/template/css/cs-bootstrap.css
    http://bellamedicalaser.com/…template/css/cs-bootstrap-responsive.css
    Hide details

    Is there anything you can do to help me with this?

    Thank you!

    #643212

    Yep, disappeared again! WTH

    See the list in top right, they all had icons, top one is from the default set, rest were from custom set I made ( with a custom name )

    #643205

    In reply to: enfold shop example

    Hey dabomb,

    It was made using Grid Rows available in the layout elements and images were inserted.

    Try enabling the debug mode and use the below shortcode http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    [av_layout_row border='' min_height='0' color='main_color' mobile='av-flex-cells' id='collections']
    [av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/winter-girl-small-495x400.jpg' attachment='551' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product,66' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff']
    NEW
    WINTER COLLECTION
    [/av_image]
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/couple-sitting-495x400.jpg' attachment='546' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product_cat,15' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff']
    LATEST
    STREET CLOTHES
    [/av_image]
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/girls-shopping-desat-495x400.jpg' attachment='549' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product_cat,12' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff']
    FRESH
    SPORTSWEAR
    [/av_image]
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/hipster-girls-working-495x400.jpg' attachment='554' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product_cat,10' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff']
    FUNKY
    ACCECCOIRS
    [/av_image]
    
    [/av_cell_one_fourth]
    [/av_layout_row]
    
    

    To remove all caps from h tags would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    #643182

    In reply to: Widget search form

    Hi,

    Sorry for the delay, Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top #s {
    	background-color: #172144!important;
    	color: #fff!important;
    	padding-left: 55px!important;
    	border:none!important;
    }
    #searchsubmit {
    	right:auto!important;
    }
    

    Best regards,
    Vinay

    #643134
    Vincent
    Participant

    Hi All,

    Any chance I could have follow up support on this ticket please here: https://kriesi.at/support/topic/magazine-layout-settings/ I’m happy to pay for support, just let me know how.

    Thanks
    Vincent

    #643132

    Hi Rikard,

    sorry if the descriptions of my issues were not that clear :)
    The issue with the formula headline is still fixed, so i do not need further help in this case.

    Licensing:
    Just to check if I understood everything correctly, I give you a brief scenario:
    – i want to create a wordpress multisite installation with about e.g. 3 sub sites like http://www.xy.de/subsite1 http://www.xy.de/subsite2 and so on
    – all of them should use Enfold theme
    – so I purchase the Enfold theme accordingly to the amount of sub sites I want to run with Enfold -> so three times in this case
    – I think it is not sensible to upload the Enfold theme thee times, so I upload and install it once, activate the theme at all the subsites and insert a different API key in each of the subsite
    Feel free to correct me if i did not get correctly :)

    To give you a comparable case of another user:
    I checked the support forum before and I just found this discussion about Multisite licensing:
    https://kriesi.at/support/topic/wordpress-multisite-with-kriesi-themes-how-does-licensing-work/
    The attached link in this discussion does not work any more.

    I hope that this description declares my problem a little bit better and also I hope that I’m not annoying you :)

    Thanks!

    Best,
    Timm

    #643130
    Doron
    Participant

    I know that pressing any of the little dots at the bottom of the full screen slider makes it stop in the picture represented by that dot
    unfortunately my client want more: he asks for a play/pause button for the slider
    is there a simple way to add that kind of a button to the slider?
    OR (if its more simple) is it possible to make some kind of play/pause button that replaces the dots (or one of the arrows in the sides..)?
    even if it’s only the ‘pause’ action (without the ‘play’) it should do

    Thanks in advance
    Doron

    #643114

    thank you for the quick reply,

    yes i’m on a local server..

    but i didn’t change much. i only set a fixed background via the enfold theme settings and some css styles in the enfold child styles.css
    I also put some coulmns on the example site.

    here are my custom styles:

    
    /* Background Transparent */
    	#main, .main_color {
    		background-color: transparent;
    	}
    
    /*Background white*/
    	.fullsize .flex_column, .sidebar_right .flex_column, .inner_sidebar, .search .container .av-content-small.units{
    		background-color: white;
    	}
    
    /* Body rechts abstand */
    	.boxed#top {
    		padding-right: 400px;
    	}
    	@media only screen and (max-width: 1110px) {
    		.boxed#top {
    			padding-right: inherit;
    		}
    	}
    
    /* container */
    	.fullsize .container, .sidebar_right .container {
    		padding: 0px;
    	}
    	.fullsize .flex_column, .sidebar_right .flex_column, .inner_sidebar, .search .container .av-content-small.units {
    		padding: 25px;
    	}
    	.inner_sidebar {
    		margin-left: 0px;
    	}
    	.content, .sidebar {
    		padding-top: 40px;
    		padding-bottom: 40px;
    	}
    	.content .entry-content-wrapper {
    		padding-right: 40px;
    	}
    	#top .title_container .container {
    		margin-bottom: 40px;
    	}
    	.search .container .av-content-small.units {
    		margin: 40px 40px 40px 0px;
    		width: 65%;
    	}
    	.author-extra-border {
    		display: none;
    	}
    	#socket {
    		margin-top: 40px;
    	}
    	.main_color {
    		border-color: transparent;
    	}
    

    hope you can help me,

    yours Websi

    • This reply was modified 9 years, 9 months ago by Websi96.
    #643110

    In reply to: Search Box Font Color

    Hey Derek,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top #s {
        color: #000;
    }
    

    Best regards,
    Vinay

    #643109

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    img.mfp-img {
    min-width: 100vw;
    min-height: 100vh;
    }
    div.avia-popup .mfp-close {
    	top:50px!important;
    	right:30px!important;
    }
    

    Please note the custom css will make the images look squashed the image in small screens. At the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)

    Alternatively you could try using plugin like

    https://wordpress.org/plugins/blueimp-lightbox/faq/

    http://www.ilightbox.net/

    http://www.fancyapps.com/fancybox/

    Best regards,
    Vinay

    #643105
    Erwin
    Participant

    Beneath my posts, in av-share-box, the share-buttons don’t show up. When I give the ul within it a negative margin-top, in firebug, then they show up, off course it’s to high placed on the page. How can I fix this? I’ve tried several things to get it up, but I can’t find it…

    See a post

    A post in another category does shows the icons, see this post, strange.
    Regards,

    Erwin

    • This topic was modified 9 years, 9 months ago by Erwin.
    #643102

    Hey breakpoint,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    #main {
        padding-top: 50px!important;
    }
    

    Best regards,
    Vinay

    #643069

    Hi,

    Thank you for the info. That’s a confusing sentence. Could you please provide a screenshot of the layout that you have in mind? For the top margin or spacing, you can use this:

    .home.avia-blank #wrap_all #main {
        padding-top: 50px !important;
    }
    
    .home.avia-blank #main .container_wrap:first-child {
        border-top: 0;
    }

    Best regards,
    Ismael

    #643065

    Hey solidman,

    Thanks for getting in touch with us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .av_header_transparency.av_alternate_logo_active .logo a > img {
        opacity: 1 !important;
    }
    

    Best regards,
    Jordan

    #643061

    Hey Stadsherberg,

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    .html_header_top #menu-item-shop.cart_dropdown {
        right: 40px;
    }
    
    .avia-menu.av_menu_icon_beside {
        border-right: 0;
    }

    Adjust the right position as needed.

    Best regards,
    Ismael

    #643052

    In reply to: Column spacing

    Hi,

    Applying a margin is not going to work because the display property of the columns is set to table-cell. Try this instead:

    #top #story .flex_column_table {
        border-collapse: separate;
        border-spacing: 3px;
    }

    Best regards,
    Ismael

    #643022
    pietrafesa
    Participant

    Is it possible to put an “Easy Slider” inside a “Text Block”?
    My purpouse is to put multiple scrolling images inside an article (page).
    I would like that the text article will surround all image box (with easy slider inside).
    The image box will be on the top-left of the article, and the text will surround on the right and below the image.
    Thank you.
    Roberto

    #643020

    I found it: that is on the “Text Block” top menu, second item “colors”.
    Thank you anyhow.
    R

    #643014

    Hi @neilspool ;
    this topic may help you.

    #643013

    Topic: Parsing Error

    in forum Enfold
    abparenteau
    Participant

    I have seen this topic on the forum, but it appears that the ‘fixes’ have all been custom so I don’t have a thread I can follow to fix this myself.

    I received this parsing error (Parse error: syntax error, unexpected T_STRING in /home/advent50/public_html/mayflower/wp-content/themes/enfold-child/functions.php on line 15) after adding the custom google font coding supplied by enfold. Now I can’t get back into my site.

    Can someone help me out and also let me know what I did wrong? Thank you!

    Brigitte

    #642998
    breakpoint
    Participant

    I have found the CSS code to hide the main navigation in an existing topic however, the “socket” for the nav persists creating an unnecessary space. Anyone have an idea of how to remove it completely?

    #642979

    Hey grayson3323!

    I am afraid not.
    The image is inside the main grid, so doing that would require to do a lot of modifications to both desktop but responsive view.
    Best is to create a child theme, and do any changes you want following the tutorial provided.

    Thanks a lot for your understanding

    Cheers!
    Basilis

    #642975
    grayson3323
    Participant

    Hi,

    With reference to: https://kriesi.at/support/topic/how-do-i-make-the-single-post-with-full-screen-wide-featured-image/

    I need my featured photo to be full width above the rest of the post, out of the container. Is there a way to re-create in CSS without having to go into the template files?

    I am looking to re-create something similar, but the CSS is not working for me.

    .template-single-blog {
    width: 100% !important;
    }
    
    .template-single-blog main.content.units.twelve.alpha {
    	width: 100%;
    }
    
    .template-single-blog main.content.units.twelve.alpha article > *, .template-single-blog main.content.units.twelve.alpha > * {
    	width: 1030px;
    	margin: 0 auto;
    	float: none;
    }
     
    .template-single-blog main.content.units.twelve.alpha article .big-preview.single-big, .template-single-blog main.content.units.twelve.alpha article {
    	width: 100%;
    }

    I have tried the above CSS to no avail. You may refer to my post link under private content and looking forward to your advise

    #642947
    Hanniball
    Participant

    Please send me the password so I can download the Woocommerce plugin fpr German Market Press.

    WooCommerce DE Erweiterung für Kriesi Themes

    Thomas

    #642937

    Hey criseducacio!

    You can use

    #top .header_color .sub_menu ul li a
    for active links and
    #top .header_color .sub_menu ul li a:hover
    for the hover of your links

    Those are the rules, for the Custom CSS area.
    Let us know if you need anything else from us

    Best regards,
    Basilis

    #642924

    @Vinay – please refer to my original post and the previous answer I referenced: I know how to remove/prevent the standard Enfold images such as gallery, featured, masonry etc.

    My question relates to the extra images I believe are being created by config-woocommerce/config.php with this code:

    //product thumbnails
    $avia_config['imgSize']['shop_thumbnail'] 	= array('width'=>120, 'height'=>120);
    $avia_config['imgSize']['shop_catalog'] 	        = array('width'=>450, 'height'=>450);
    $avia_config['imgSize']['shop_single'] 		= array('width'=>450, 'height'=>999, 'crop' => false);

    1. There’s a comment in that code module that says “check if the plugin is enabled, otherwise stop the script”WooCommerce is not installed, so surely these images should not be created?

    2. That issue aside, please advise how I need to alter this code section in my child functions.php to stop the WooCommerce image generation as well:

    function ava_image_sizes() { 
    	remove_image_size('masonry');
    	remove_image_size('magazine');
    	remove_image_size('widget');
    	remove_image_size('featured');
    	remove_image_size('featured_large');
    	remove_image_size('extra_large');
    	remove_image_size('portfolio_small');
    	remove_image_size('gallery');
    	remove_image_size('entry_with_sidebar');
    	remove_image_size('entry_without_sidebar');
    	remove_image_size('square');
    }
    add_action( 'after_setup_theme', 'ava_image_sizes', 11 );
Viewing 30 results - 94,741 through 94,770 (of 142,845 total)