Viewing 30 results - 90,151 through 90,180 (of 142,836 total)
  • Author
    Search Results
  • #691330
    lol4000
    Participant

    HI,

    I’m having problems setting up my product / category pages and want to display a different banner for each top level category page and all the subcategory pages with the top level category title on top.

    I have added a banner to the top level category thumbnails and selected, “Display product image and description as fullwidth page banner”.

    The problem with this is, it takes the category description and displays it over the banner instead of the title. I want the description to display on the page not on the banner. How do I achieve this?

    Another issue is, the banner will only show on the top level page and not the sub categories. Is there a way to set it up so that they show on all subcategores?

    Many thanks in advance.

    #691328

    Hi Kriesi-Team,

    the described problem appears ONLY WITH SAFARI BROWSERS. I found now a not complete interim solution on one article in this forum
    (https://kriesi.at/support/topic/toggle-menu-prolbems-within-safari-browser/#post-686014)

    I added the following code to my css of the child theme:
    @media only screen and (min-width: 1024px) {
    ul#mobile-advanced {
    width: 35%;
    right: -40%;
    }}

    BUT WITH SAFARI THERE IS ONE ADDITIONAL PROBLEM I CAN’T SOLVE:
    On big Apple tablets with wide screens safari hides elements, which I defined in my css only to hide on screen smaller than 1024px. You should know, that “.rob_menu” and “.rob_desktop” are classes from elements, I wanted to hide only on screens smaller than 1024px, BUT SAFARI HIDES IT ALWAYS:

    @media screen and (max-width: 1024px){
    .rob_menu, .rob_desktop {
    display:none!important;
    }

    Do you have a solution? Please help.

    Best regards!

    Robby

    #691324

    your idea to make it before li is good because otherwise on hovering the separtator will do the same thin as the link itself.

    The only thing is positioning
    But please overwrite your input on that

    The first rule is to have no sign in front of first list point (:first-child is what it says the first li after ul)
    the li.menu-item-top-level is to prevent that submenu list points will have a sign in front of their links.

    .av-main-nav li.menu-item-top-level:first-child::before {
        content: "";
    }
    
    .av-main-nav li.menu-item-top-level::before {
        content: "/";
        font-size: 30px;
        font-weight: 400;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    #691314

    sorry – i can not help you now – my family wants to eat something with me :wink
    an no – that does not help anyway. – and i’m a participant as you are. so for now its enough – you got your default mode back.

    PS it will be heavy to realise because you got a lot of links in sublevel they have a top-level link too.
    Contact f.e. is sometimes the support on sublevel etc.

    • This reply was modified 9 years, 6 months ago by Guenni007.
    #691309

    remove all the code above i posted here :
    https://kriesi.at/support/topic/main-menu-parent-highlight-while-sub-or-child-is-selected/#post-690702

    • This reply was modified 9 years, 6 months ago by Guenni007.
    #691290
    BornAgainVirgo
    Participant

    Hello,

    Having recently installed the Enfold theme, I immediately fell in love with its versatility. Early this morning, I inserted a button short code within a custom widget, which I then assigned to the header (Via the instructions found here: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ ). Everything was working fine, until about an hour ago.

    Now, when I go to Appearances—>Widgets I CANNOT do the following:
    1). Activate any new widgets (via drag/drop)
    2). Obtain a drop down from a widget
    3). Click on either of the “Screen Options” and “Help” buttons in the upper right corner of the screen (i.e they’re frozen)

    Oddly enough, I can (Yes):
    1). Create a new Enfold Custom Widget Area
    2). Manage the widgets in the 4-footer columns via the “Manage with Live Preview” button

    Looking for an easy fix, I disabled all of my plugins and cleared my caches, but that didn’t work. I disabled the Enfold theme and activated a random WordPress theme to see if the issue was theme-related. Interestingly, the Appearance—>Widget menu worked perfectly in this other random, freebie theme. So, in assuming the problem was either Enfold-theme or user (me) related, I went ahead and deleted the Enfold theme altogether, reinstalled it back onto wordpress via zip, and activated it. Then, I tried to access the widget menu on the Appearance—>Widgets WordPress pg again. But it still doesn’t work…same problems persisted.

    If anyone has some time, I greatly appreciate a reply. I love the Enfold theme and would hate to have to go with another one.

    Thanks in Advance,

    –T

    #691286

    Hi,

    Did you apply this?

    Best regards,
    Josue

    #691282
    Dev_Company
    Participant

    I have the latest version and the Enfold Child Theme installed.( Child Theme
    Today when I opened up a page I see that the Avia Layout Builder stopped working with pages.

    I cleared the cache,
    Running WordPress Version 4.6.1
    Running Parent Theme (Enfold) Version Number is 3.7.1

    All I get is the spinning Circle when I open up any page.

    tomassi
    Participant

    I was asked to open new ticket. Details here https://kriesi.at/support/topic/just-installed-on-and-receiving-error-on-masonry_entries-php/#post-690671

    How can I create temporary login and pass into wordpres when Im not able to login to wp-admin after solving issue with masonry_entries.php ???

    Sent all new files to my server, from wordpress and for enfold theme. Files downloaded today and sent to my server.

    Thanks,
    Tomasz

    • This topic was modified 9 years, 6 months ago by tomassi. Reason: forgot to type about new files sent to server
    #691264
    rnitsch
    Participant

    Hi Kriesi-Team,

    I don’t know why, but on a special width (I estimate between about 900 and 1200) and on many tablets with special desplay width THE MOBILE MENU IS VISIBLE in the corner in the top at the right side.

    How can I fix this bug?

    Please help!

    Best regards!

    Robby

    visible mobile menu on desktop computer

    #691257

    Hey Dirk,

    I am not seeing a logo on the desktop but am seeing one on the mobile. Have you solved the issue?

    Best regards,
    Jordan

    rosewoodva
    Participant

    Hi,

    I’ve reviewed all the previous support forums, but none of the suggestions have worked.

    NextGEN Gallery Pro Film displays great on desktop browsers, but not at all on mobile. I get following error on mobile: “Fatal Error: Could not extract a stage height from the CSS. Traced height: 0px.”

    I have tried disabling all the plugins, clearing caches, and also the header.php suggestions, etc. from all the previous forums.

    Please help!
    Deanna

    #691226

    In reply to: Woocommerce images

    Hi,

    WooCommerce will display the image in the same ratio that you upload. Please make sure all the images are of the same size or ratio while uploading to achieve the look and feel you are after.

    For more info please refer to this link https://kriesi.at/support/topic/how-get-product-images-same-size/#post-233051

    Best regards,
    Vinay

    #691216
    agougo
    Participant

    Hello everyone,

    I would like some help with the following please:

    1) I am trying to use the breadcrumbs on a website. I have setup the blog (News sections) and created the first post. When I click on the post the category of the post is displayed on the breadcrumbs. Is there a way to hide the category?

    2) On the same post i use the Enfold latest news widget. This widget works fine on every page, but on this post the Popular / Recent / Comments titles do not appear on top.

    The link of the page is on the private section. Any help is much appreciated.

    Regards,
    Antonis

    #691210

    well i would do it via the scaler container:

    .mfp-iframe-scaler {
         width: 80vw;
         height: 45vw;
         left: 50%;
         top: 50%; 
         transform: translate(-50%, -55%) ! important;
         position: relative;
    }

    the vw is video-screen width ( if you got a 16:9 video – 80% of videoscreen-width results in nearly 45% of videoscreen-width for the height)

    • This reply was modified 9 years, 6 months ago by Guenni007.
    #691199

    I found the solution. It was due to having a static page set as the home page, and having uppercase letters in the URL, and appears to have happened to many people after WordPress updated to v 4.4.1. Here is the link to the solution: https://wordpress.org/support/topic/redirect-loop-after-update-wordpress-441/?replies=33

    I removed the uppercase letters from the URL directly in the database, as well as updated it in the WordPress backend, and now I can use post name permalink without any problems.

    on dashboard / appearance / menus – on top right of this window there is “Screen Options” push that little button.

    Now you can choose what the menu options dialog should look like
    under the “Show advanced menu properties” there are some interesting things f.e. you can give each list point an own class !
    And for those little things in hamburger-menu the “description” that is the point you are looking for
    check those things you like to have.

    then you only must toggle the menu list point at that little arrow

    • This reply was modified 9 years, 6 months ago by Guenni007.
    #691169

    Thanks a lot! Can you take a look at this thread – https://kriesi.at/support/topic/how-do-i-control-the-description-of-the-menu-links-on-the-creative-studio-demo/ – and see if you can help me out with that?

    #691150

    Hey ppi37,

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

    @media only screem and (max-width:1024px) {
    .html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main {
        padding-top: 118px!important;
    }}
    

    Best regards,
    Vinay

    #691132
    leainvestment
    Participant

    Hello,

    we buy a Enfold license,

    Is allowed to use the dummy Video content “DESKTOP BG” at our enfold installation ?

    Tihs Video

    We dont sale the video, we only would like to use it,

    #691117

    In reply to: Iconbox Responsiveness

    Hi,

    It can be fixed using css please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width:480px) {
    	#top .av-seperator-icon {
        transform: translateX(-48vw);
        background: #FFF;
        width: 30px;
    }}
    

    Best regards,
    Vinay

    #691110

    This is my custom css file

    
    	/* Set charset */
    	@charset 'UTF-8';
    	
    	html {
      		background: #d50080 !important;
    	}
    	
    	#header {
        position: relative;
        z-index: 501; /*(issues/769)*/
        width: 100%;
        background: transparent;
    	}
    	
    	#header_main {
    		width: 100%;
    		margin: 0px;
    		border-bottom-style: solid;
        	border-bottom-width: 1px;
        	z-index: 1;
    	}
    	
    	.main_menu ul:first-child > li > a{
    		font-size: 16px;
    
    	}
    	
    	.avia_desktop #advanced_menu_toggle:hover, .avia_desktop #advanced_menu_hide:hover {
        	background-color: #d50080;
    		color: #ffffff;
        	border-color: #d50080;
        }
    		
    	.header_main_wrapper {
    		max-width: 100%;
    		margin: 0px auto;
    		background: rgba(0,0,0,0.6);
    	}
    
    	
    	/* **************************************** */
    
    	#top .av_header_glassy.av_header_transparency #header_main {
        	background-color: rgba(0, 0, 0, 0.6) !important;
        }
        
        #advanced_menu_toggle, #advanced_menu_hide {
        	background-color: #000000;
        	color: #ffffff;
        	border-color: #000000;
    	}
    	
    	/* **************************************** */
    	
    	
    	div#header_main.container_wrap.container_wrap_logo {
    		background: transparent !important;
    	}
    	
    	
    	.html_header_top #top .av_header_stretch .container {
        	width: 96%;
       	 	padding: 0;
       	 	max-width: 1400px !important;
    	}
    	
    	.header_color .primary-background, .header_color .primary-background a,
    	 div .header_color .button, .header_color #submit, .header_color input[type='submit'],
    	.header_color .small-preview:hover, .header_color .avia-menu-fx,
    	.header_color .avia-menu-fx .avia-arrow, .header_color.iconbox_top .iconbox_icon,
    	.header_color .iconbox_top a.iconbox_icon:hover, .header_color .avia-data-table th.avia-highlight-col,
    	.header_color .avia-color-theme-color, .header_color .avia-color-theme-color:hover,
    	.header_color .image-overlay .image-overlay-inside:before, .header_color .comment-count,
    	.header_color .av_dropcap2, #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text,
    	.header_color .av-colored-style .av-countdown-cell-inner, .responsive #top .header_color .av-open-submenu.av-subnav-menu > li > a:hover,
    	#top .header_color .av-open-submenu.av-subnav-menu li > ul a:hover {
        	background-color: #d50080;
        	color: #ffffff;
        	border-color: #b30060;
    	}
    	
    	::selection {
        	background-color: #d50080; !important
        	color: #ffffff; !important
    	}
    	
    	/* **************************************** */
    	
    	
    	#menu-item-search {
    		display: none;
    	}
    	
    	#clients_slider {
        height: 120px;
        margin: 0px;
        padding: 0px
    	
    	#scroll-top-link{
        background-color: #d50080;
    	}
    	
    	#scroll-top-link{
        color: #eeeeee;
        border: 1px solid #000000;
    	}
    	
    	#socket .copyright {
        float: right; !important
    	}
    	
    	
    	#socket {
        font-size: 11px;
        margin-top: -1px;
        z-index: 1;
        background: #d50080 !important;
        color: #eeeeee;
    	}
    • This reply was modified 9 years, 6 months ago by insanityNL. Reason: missed a space in the code
    #691095

    Hi,

    Thank you for the credentials, please always post the login credentials only in private area. This is a public form and anyone will be able to view it.

    Request you to update the password immediately.

    I checked the slider image on small screens the head of the man standing cuts off a bit this is due to the nature of the browser which adjust the image proportionally to fit on all screen size. This is normal behavior of the background image and it is working as intended to. If you like the head of the person to be visible all the time please open the image in photoshop and increase the height of the image by 100px and move the content vertically center. That way the extra gap on the top and bottom will get covered and the rest of the content will always be visible.

    Let us know if you have any questions.

    Best regards,
    Vinay

    #691092

    In reply to: No result search

    Hi!

    In the includes > error404.php file, please remove this block of code:

        <h3 class=''><?php _e('Feel like browsing some posts instead?', 'avia_framework'); ?></h3>
    
        <?php
        the_widget('avia_combo_widget', 'error404widget', array('widget_id'=>'404',
                'before_widget' => '<div class="widget avia_combo_widget">',
                'after_widget' => '</div>',
                'before_title' => '<h3 class="widgettitle">',
                'after_title' => '</h3>'
            ));
    

    To change the text, add this code in the functions.php file:

    add_filter('avf_ajax_search_messages', 'my_search_text', 10,2);
    		
    function my_search_text ($search_messages, $search_query)
    {
    //   possible values to change:
    //   
    //	$search_messages = array(
    //	            'no_criteria_matched' => __("Sorry, no posts matched your criteria", 'avia_framework'),
    //	            'another_search_term' => __("Please try another search term", 'avia_framework'),
    //	            'time_format'         => get_option('date_format'),
    //	            'all_results_query'   => http_build_query($_REQUEST),
    //	            'all_results_link'    => home_url('?' . http_build_query($_REQUEST)),
    //	            'view_all_results'    => __('View all results','avia_framework')
    //            );
    	
    	$search_messages ['no_criteria_matched'] = 'your message text to replace';
    	
    	return $search_messages;
    	
    }

    Related thread: https://kriesi.at/support/topic/custom-search-messages/#post-371601

    Regards,
    Ismael

    #691090

    Hey cybervise13!

    Thank you for using Enfold.

    Please try the solution provided in the previous threads.

    // https://kriesi.at/support/topic/enfold-and-tribe-events-calendar/#post-691070
    // https://kriesi.at/support/topic/sidebar-not-visible-after-updating-the-events-calendar-to-4-2-5/#post-679786

    Best regards,
    Ismael

    #691084

    Hey bodnikwebservices!

    Thank you for using Enfold.

    Please add something like this in the Quick CSS field:

    .IDX-showcaseCell {
        position: relative;
    }
    
    .IDX-showcaseCell:before {
        content: 'Sold';
        display: block;
        background: red;
        padding: 5px 10px;
        z-index: 1000;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    Can you apply a unique custom css class attribute to each cell or property?

    Cheers!
    Ismael

    #691083

    Hi AsadIC!

    Thank you for using Enfold.

    Please use the following filter to change the “from” address.

    add_filter('avf_form_from', 'avf_form_from_mod', 10, 3);
    function avf_form_from_mod($from, $new_post, $form_params) {
        $from = " (Email address hidden if logged out) ";
        return $from;
    }

    // https://kriesi.at/support/topic/probleme-mit-enfold-formularen/#post-669569
    // https://kriesi.at/support/topic/contact-form-problem-reply-to-reply-email-to-admin-not-to-sender/#post-681896

    Regards,
    Ismael

    #691066

    That worked, thanks.

    I changed where it says right to center thinking it would center the icons in the middle of the screen and it put the icons back off the screen like it was before.

    How do I center the icons and also bring them to the top of the screen above the logo and hambuger menu?

    Thank you.

    #691064

    In reply to: Grid layout for images

    Hi there yes details below :-)

    Also is is possible to have the buttons with the outline – eg the dark transparent and light transparent but change the border colour?

    And can there be a hoover effect over the images? I have them as background images so that I can have text and buttons over top of them but the text can be hard to read so a colour transparency that is enabled on hoover or a image blur effect or something – can that be done in the grid?

    #691061

    Hi Yigit

    I am confused. The original CSS you gave me wasn’t in the styling sheet – I took it out when I couldn’t get it to work. So I am not sure what the mistake was in the styling that you fixed?
    This is what you gave me-
    @media only screen and (max-width: 480px) {
    .flex_cell.custom-cell {
    padding-left: 0!important;
    padding-right: 0!important;
    }} – this isn’t there anywhere? There is no change – the padding is still there on the mobile.

    So I started trying the other option you sent through with the aim of hiding the image on the mobile but the having a colour section with the full width image which only shows on mobile. This is not the preferred option as it means I have to put every image in twice.

    But I have started with that option to hide the image on the mobile version. I have added CSS
    @media only screen and (max-width: 500px) {
    #only-desktop { display: none !important; }
    }

    I have added the custom class ‘only-desktop’ to the section that holds the pear image on the front page. I have cleared the cache and minified CSS . Image still there. I tried .only-desktop instead of #only-desktop. no change.

    I cannot get the custom class option on the sections to work at all.

    I would prefer to go back to the first option of removing the padding. Can you look at that for me please?
    Appreciate your help.
    Karen

Viewing 30 results - 90,151 through 90,180 (of 142,836 total)