Forum Replies Created

Viewing 30 posts - 10,141 through 10,170 (of 34,992 total)
  • Author
    Posts
  • in reply to: Fontello Icons Not Uploading #1372449

    Hey navindesigns,
    Thanks for the link to your icons, first I uploaded to my test site and checked them in the icon element and they all showed, then I logged into your site and checked an icon element and they all show on your site too:
    2022-11-13_009.png
    try clearing your browser cache and checking again.

    Best regards,
    Mike

    in reply to: There has been a critical error on this website #1372445

    Hi,
    Glad to hear that you have this sorted out, sometimes these errors can be very hard to find, I tried to login and check but I was not able to:
    Username enfold is not registered on this site.
    As long as you have it sorted out that is what is important, shall we close this then?

    Best regards,
    Mike

    in reply to: how to change appearance of the hamburger menu #1372444

    Hey plvsultra,
    Please see our documentation for the menu styling, near the bottom Burger/Mobile you will find snippets you can use. If you have any trouble please link to your site so we can examine the element you are having trouble with.

    Best regards,
    Mike

    in reply to: Removed logo, now have white space #1372442

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Sidebar on bottom of one page #1372441

    Hi,
    With the element showing nothing, that is a sign of an error, in your shortcode inspector I found one opening div tag with two closing div tags causing the error, I was able to correct for you, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: My shop images are all over the place #1372438

    Hi,
    Thanks for the screenshot, the notice Notice: Function wpdb::prepare was called incorrectly . The query argument wpdb::prepare() must contain a value
    points to the core WordPress file /wp-includes/functions.php don’t edit this file.
    You are seeing this Notice because you have WP_DEBUG_DISPLAY enabled, check your site health panel:
    2022-11-13_007.png
    So you should disable WP_DEBUG_DISPLAY because this is only a Notice, or you could disable all of your plugins one at a time to find which one is causing this. But a Notice is not the same as an Error.

    Best regards,
    Mike

    in reply to: Mobile Menu Underline #1372435

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Shop category thumbnail images are suddenly the wrong size #1372434

    Hi,
    Thank you, I don’t know which thread you were following for the code snippet, but typically as part of the instructions they say to Regenerate Thumbnails after adding the function but I don’t see a Regenerate Thumbnails plugin on your site so I assume that you didn’t do this?
    After you Regenerate Thumbnails try creating a new post to see if the function is working.
    If this doesn’t help, please link to the thread you are following and enable the theme editor so I can check the code in your functions.php.

    Best regards,
    Mike

    in reply to: Sidebar on bottom of one page #1372432

    Hey daves1997,
    Thanks for the link to your page, I compared it to another page that is showing correctly and I found that the main content has a rouge closing tag.
    So somewhere on your page there is some html that has an extra or missing closing tag. Compared to the working page I looked at you have an extra element at the bottom with an iframe:
    Consistency Within Communities
    please check the iframe code or any other code you may have on the page, if you can’t find it try removing the whole section to see if that corrects.
    If you still can’t find the error include admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: WPML – Flags in mobile version #1372430

    Hi,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    .responsive #top #header_meta .sub_menu ul.avia_wpml_language_switch li {
    	height: 16px;
    	width: 40px;
    }

    After applying the css, please clear your browser cache and check.
    Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.

    Best regards,
    Mike

    in reply to: Featured image not working on Facebook #1372429

    Hey asociacionespanolaaustria,
    Do you mean that in the “Yoast preview” the featured image is right? I only recall this being an option in the Yoast plugin so perhaps the Yoast team would have a better idea how to correct this.
    We do have the share buttons below posts, but there is no preview for this and it only shares text with no images:
    2022-11-13_006.png

    Best regards,
    Mike

    in reply to: Shop category thumbnail images are suddenly the wrong size #1372428

    Hey Hajé,
    Thanks for your question but the link to your test product leads to a “page not found” and the login in not admin so we can not see any settings nor any of the product pages, please upgrade the login to admin.
    Also please link to the “Anne” thread that you referred to, I believe this might be the source for this code:
    add_filter( 'avf_wc_before_shop_loop_item_title_img_size', 'avf_wc_before_shop_loop_item_title_img_size_mod', 10, 1 ); function avf_wc_before_shop_loop_item_title_img_size_mod( $thumbnail_size ) {return 'woocommerce_thumbnail'; } that I see at the top of your page on the front end:
    2022-11-13_005.png
    this code should not be showing, so I believe that you have added this to the wrong area, this should be in your child theme functions.php, try moving this if it is not there and regen your thumbnails.
    If this doesn’t help then upgrade the login to admin and let us know.

    Best regards,
    Mike

    in reply to: Woocommerce mini cart dropdown – "Subtotal" text styling #1372427

    Hey Annemarie,
    Thanks for the screenshot and the link to your site, please try this css:

    #top #header.all_colors .woocommerce-mini-cart__total strong {
    	color: #fff;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Scroll trigger animation and color section #1372425

    Hey lucapada,
    Thanks for your question, but I don’t have any experience with GSAP, if you are having trouble with playing the clip I found this thread about this with this working example.

    I was not very clear on your goal, I tried creating a page with 3 color sections, each set to 100vh, with the background video in the middle section:
    2022-11-13_004.png
    and in my test without your script the video doesn’t start playing until it is in view.
    So perhaps you don’t need the script to achieve this?

    Best regards,
    Mike

    in reply to: Submenu collapse/expand on click, not hover #1372424

    Hi,
    Thanks for the login but the link to your site is not working, do you have a new url?

    Best regards,
    Mike

    in reply to: Highlight menu item #1372422

    Hi,
    Thanks for the login, I removed your duplicate css and adjusted the remainder css so instead of having a box around the active menu item it now is green with a green line under it.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: search as part of fly-over menu #1372421

    Hi,
    The script is written so that when the burger menu is opened the one at the top is hidden and when the burger is closed the one at the top is shown again.
    Is it not working for you in this way?
    Or do you wish that the header search icon never shows and is only available in the burger menu?

    Best regards,
    Mike

    in reply to: All of a sudden: Page Attributes missing for Posts #1372415

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Google Maps Schriftzug Button #1372413

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: search as part of fly-over menu #1372412

    Hi,
    To add the ajax search icon to the top of the burger menu add this function to your child theme functions.php:

    function add_ajax_search_icon_to_burger_menu(){
      ?>
      <script>
    (function($){
    $('#avia-menu').one('click', function(){
        $('#menu-item-search').clone().wrapInner('<li class="burger_search"/>').children(0).unwrap().prependTo('#av-burger-menu-ul');
        $('#top #wrap_all #av-burger-menu-ul > li').css({'-webkit-transform':'none'});
    });
    $('#avia-menu').click(function() {
    	setTimeout(function(){
    	if ($('#av-burger-menu-ul').is(":visible")) {
    	$('#menu-item-search').css({'visibility':'hidden'});
    	}else{
    	$('#menu-item-search').css({'visibility':'visible'});		
    	}
    	},500);
    });
    })(jQuery);
    </script>
      <?php
      }
      add_action('wp_footer', 'add_ajax_search_icon_to_burger_menu');

    Please note that you need to have the search icon enabled in the theme options at Enfold Theme Options ▸ Main Menu ▸ General ▸ Append search icon to main menu
    this is the expected results with the burger menu open:
    2022-11-13_002.png
    and when the search is used:
    2022-11-13_003.png

    Best regards,
    Mike

    in reply to: Google Maps Schriftzug Button #1372408

    Hi,
    Thanks for the further explanation, please try this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .av_gmaps_sc_main_wrap #av_gmap_0 .av_text_confirm_link {
        margin-left: -100px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: text field not showing #1372402

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Slow loading, both backend and frontend #1372385

    Hey tammiviestinta,
    I would agree that you have a lot of plugins, in my test your large images slow down the site
    2022-11-12_013.png
    but the biggest concern is that your web server waits over 3 seconds to start sending the webpage, this is very slow.
    2022-11-12_014.png
    your First Byte should be more like half a second, like this:
    2022-11-12_015.png

    Best regards,
    Mike

    in reply to: Google Maps Schriftzug Button #1372384

    Hey allespalettibystefan,
    Thanks for the screenshot, the text in the button looks centered to me, can you show us a mockup of what you would like to see?
    Also include a link to your page so we can examine the elements and recommend some css.

    Best regards,
    Mike

    in reply to: Drucken #1372383

    Hey diefleischerei,
    Thanks for your question you can create a print button with this code in the page:
    <button class="print" onclick="window.print()">Print This</button>
    and this css:

    button.print {
        background-color: #0366d6;
        color: #ffffff;
        border-radius: 3px 3px 3px 3px;
        border: none;
        border-width: 1px 1px 1px 1px;
    }

    This would be the results:
    2022-11-12_012.png
    You will probably also want to use the print media query to set which elements print and which ones to avoid, for example:

    @media print { 
    	p {
    	font-size: 18px;
    	line-height: 1.1em;
    	}
            .sidebar {
    	display:none;
    	}
    	.single-post #content {
    	text-align: center;
    	top: unset;
    	left: unset;
    	transform: none;
    	position: relative;
    	background: none;
    	width: 100%;
    	padding: 0;
        }
    }

    Best regards,
    Mike

    in reply to: avia_custom_query_extension #1372380

    Hi,
    Thanks for testing Guenni007, is the code above for galleries and masonry galleries and images? This is a nice share many others may find this helpful.

    Best regards,
    Mike

    in reply to: Show Portfolio Categories #1372378

    Hi,
    You can add this function to your child theme functions.php:

    function avia_include_shortcode_template( $paths )
    {
    	if( ! is_array( $paths ) )
    	{
    		$paths = array();
    	}
    	
    	$template_url = get_stylesheet_directory();
    	array_unshift( $paths, $template_url . '/shortcodes/' );
    
    	return $paths;
    }
    
    add_filter( 'avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1 );

    then in your child theme directory create a new directory /shortcodes/ then copy the folder with your customized element into it, in your case /portfolio/portfolio.php

    Best regards,
    Mike

    in reply to: icon circles auto-rotate #1372375

    Hey AlpineWeb,
    Thanks for your question but I’m not sure what you mean, can you share a mockup?
    To add a screenshot please try using an Screenshot service and pasting the image URL in your post.

    Best regards,
    Mike

    in reply to: text field not showing #1372374

    Hi,
    Please try this css:

    #top #commentform input,
    #top #comment {
      border: solid 1px #fff;
    }

    expected results:
    2022-11-12_011.png

    Best regards,
    Mike

    in reply to: Add New Table Rows on top instead of bottom #1372373

    Hey neeraj_nkumar,
    Sorry for your trouble but unfortunately our table element is basic without this option. Since you are creating such a large table, perhaps there are more advanced table plugins that would give you more options?

    Best regards,
    Mike

Viewing 30 posts - 10,141 through 10,170 (of 34,992 total)