Viewing 30 results - 90,241 through 90,270 (of 142,932 total)
  • Author
    Search Results
  • #691365

    In reply to: google map error

    Thank you very much for your help! That actually fixed the issue. But while doing the fix I noticed something I never did before. I have a sticky social media icon (google+, facebook, twitter, print, and +) on the top left border of my screen. The funny part is this icon is not happening in every single page but certain pages. Even though it may be something I accidentally installed previously I have no recollection how and when (since I have not visited this site in a long time). I like the feature but I want to know where should I go and activate/deactivate it so I am in control over it.

    Can you please explain. I am guessing this is a feature that came with the theme because I found no plugin installed for social media floating icons. Please see my credentials below if you need to access the backend of the site and check. Thanks a lot!!

    #691349

    Hi!

    Please keep the conversation only to one topic, so we can have a sequence.

    Thanks a lot

    Regards,
    Basilis

    Hey rnitsch!

    Please update your code

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

    and let us know if that will solve yur issue

    Cheers!
    Basilis

    #691335

    Hi Rikard,

    I updated my theme and it worked, the spinning stopped. Thanks a lot for looking into this.

    I changed the theme by downloading the new theme zip onto my hard drive. I couldn’t get my FTP working so I went to Hostgator File Manager to update the theme files, then DELETED my Enfold folder and all its files, was scary, lol. Then highlighted the ‘Theme’ folder and uploaded the zip, clicked ‘Extract’ and WordPress site worked perfectly.

    By the way, Envato – Themeforest refused to give me the update version of the Enfold theme, so I had to buy the Enfold theme again, that’s why this took so long to post this. My email changed since I bought it, they said sent an email to re-set my password. They wouldn’t give me new credentials even though I had a product key, and my original username and password.

    I’m so glad my business is back up and running, thanks again!

    Bob

    #691334
    Gerald
    Participant

    Hi,
    Three days ago I created my first post in this support forum. As I didn´t get a reply yet, I´m not sure whether I can expect to get one later.
    So I asked myself the question whether this forum is the right place to request support from Kriesi? Maybe this is rather a place for the community to help each other and there is another way to request support?
    I thought, I might find such a question in the FAQ. But the “FAQ” has about 500 topics so it´s not really a FAQ. And my question was not included as far as I could see.
    Best regards,
    Gerald

    rnitsch
    Participant

    Hi Kriesi-Team,

    I try to post this problem in a separate topic, because participants can find it earlier, I hope. On wide 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

    #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, 7 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, 7 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, 7 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, 7 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, 7 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, 7 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

Viewing 30 results - 90,241 through 90,270 (of 142,932 total)