Forum Replies Created

Viewing 30 posts - 49,051 through 49,080 (of 67,534 total)
  • Author
    Posts
  • in reply to: Überschrift im Blog wird nicht dargestellt #451005

    Hey!

    Unfortunately, it’s not possible to render the post title, category or post meta info automatically when you use the advance layout builder. Like I said, all contents should be added manually. Also, don’t forget to add a summary on the excerpt box if you want to have an excerpt in the blog overview page.

    Best regards,
    Ismael

    in reply to: Mobile Menu not hidden after click #451003

    Hi!

    What happens when you add this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    	.responsive #top {
    		overflow-x: hidden;
    		position: relative;
    	}
    }

    Please remove browser cache then reload the page.

    Regards,
    Ismael

    in reply to: Facing problem with portfolio page with images. #450997

    Hey!

    The html structure of the site looks really different from the default theme because you did a lot of modifications on the child theme. The header.php and footer.php are different, these files are quite essential in order for the theme to work correctly. I’m sorry but this issue is something we can’t trace. Please hire a freelance developer to look for the error cause by your modifications.

    Cheers!
    Ismael

    in reply to: Avia builder, working wrong, unstable with bugs #450994

    Hey!

    Yes, it could be the same thing. It usually happens when you create a container using a div or span tag manually. If you forget to close the tags, it will erase all the contents below it. Unfortunately, the builder can’t detect that mistakes so it will definitely break the layout.

    Cheers!
    Ismael

    in reply to: Menu Footer #450992

    Hi!

    Please follow the suggestions above in order to create a footer or socket menu. If that’s not what you’re looking, please post a screenshot.

    Cheers!
    Ismael

    in reply to: Centered Large Logo not working on mobile #450988

    Hey!

    The wp_is_mobile function is still in beta so it may not cover all mobile devices, try to replace the code with this:

    add_filter('avf_logo','av_change_logo');
    function av_change_logo($logo) {
    	$useragent = $_SERVER['HTTP_USER_AGENT'];
    	if(preg_match('/(android|bb\d+|meego).+Mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i',$useragent)||preg_match('/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i',substr($useragent,0,4))) {
    		$logo = "http://mauston.org/wp-content/uploads/2015/05/mauston-logo-mobile.jpg";
    	}
    	return $logo;
    }

    Remove browser cache then reload the page. This specific code works on my installation.

    Cheers!
    Ismael

    in reply to: Special Heading Shortcode Malfunction #450978

    Hey!

    I tried one of the html character codes in a special heading editor and it worked. You can try it again or just use the “escape”. Glad to see you again on the forum. :)

    Cheers!
    Ismael

    in reply to: PROBLEMS WITH PORTFOLIO ELEMENTS #450975

    Hi!

    Did you remove the title of the portfolio items? I checked one of the items on both language and both versions are working:

    http://demo-pelma.tecnoprof.it/portfolio-articoli/dryflex/
    http://demo-pelma.tecnoprof.it/portfolio-item/dryflex-eng/?lang=en

    Best regards,
    Ismael

    in reply to: Theme settings file in Enfold 2.4.2 #450969

    Hey!

    The site is still using a cached version of the stylesheet, probably because of the .htaccess file. Go to wp-content > uploads > dynamic_avia folder. Delete the css file there. Toggle any theme options to regenerate the file.

    Regards,
    Ismael

    in reply to: Header & Content – Across All Pages (Template) #450959

    Hey!

    The data comes from the plugin so if we’re not familiar with the plugin, it’ll take us more time to trace the code. If you can contact the plugin author, they’ll know right away where to look. They’ll know what specific function to use in order to fetch data. And yes, you need to edit the header.php manually, especially when you want to add a dynamic data. If you only need to add a static text, add a simple text block to a page then save it as a template. You can find the Template button on right top corner of the ALB. Apply the template to the pages.

    Regards,
    Ismael

    in reply to: Header & Content – Across All Pages (Template) #450490

    Hey!

    Looks like you’re using a third party plugin. I’m sorry but we don’t provide support for third party plugins. Like I said, you can edit the header.php file in order to add the content that you want on top of the header. Unfortunately, we’re not familiar with the plugin so it’s best if you contact the plugin author.

    Cheers!
    Ismael

    in reply to: Sticky header behavior #450469

    Hi!

    Set the header height on Enfold > Header Layout panel. Set the Header Size to custom pixel value then adjust the height.

    Best regards,
    Ismael

    in reply to: The menu dissapears on the "BLOG" page #450452

    Hi!

    The logo and menus are white so you have to change the header background. Add this in the Quick CSS field:

    .header_color .header_bg {
      background-color: #000;
    }

    Best regards,
    Ismael

    Hey Micheal0424!

    Thank you for using Enfold.

    The title in the slider is an h2 element so you can change the h2 element styling on Enfold > Advanced Styling panel. Use this in the Quick CSS field to disable the pause control:

    .avia-slide-wrap {
      pointer-events: none !important;
    }

    Cheers!
    Ismael

    in reply to: Theme settings file in Enfold 2.4.2 #450449

    Hi!

    Looks like you’re using a child theme. Did you add any files in there? If you edit any template files (header.php, footer.php etc) before, they are probably rendered useless when you update to 3.1.5. You need to override the files. Anyway, I tried to login to the site but the login credential above are not working. Please update the theme regularly.

    Another thing, please increase the wp memory limit to at least 128M: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Cheers!
    Ismael

    in reply to: Masonry gallery image problems #450448

    Hi!

    That could happen on users with slower internet connections so enabling a cache plugin should help. I’m not sure if W3 Total Cache plugin is compatible with the wpengines’s cache system so you have to test it yourself. Or you can ask them.

    Also, please try the solution provided here: https://kriesi.at/support/topic/masonry-gallery-images-stacking-on-top-of-each-other/#post-433895

    It will trigger the resize event every two seconds and it will force the masonry items to position correctly. It will stop when the page finished loading.

    Cheers!
    Ismael

    in reply to: Remove box #450447

    Hey!

    Did you remove the color swatch plugin or the script that renders the color selector? We need to see the actual element in order to fix the product page. Please reactivate it. http://thesportsshack.wpengine.com/product/2xu-mens-compression-shorts/ (hosted on WPengine)

    Cheers!
    Ismael

    in reply to: PROBLEM RELATED NEWS WITH ADVANCED EDITOR #450445

    Hi!

    Did you use the blog posts element? Please post the login details here, we would like to check it. Make sure that you’re running Enfold 3.1.3 on WP 4.2.2.

    Regards,
    Ismael

    in reply to: sidebar not working on pages #450444

    Hi!

    Looks like you’re using a third party plugin for the events. I’m not sure why the sidebar layout is resetting to default but when I created a test page with the events shortcode, the sidebar option works: http://www.cascinamarchesa.com/test-page/

    Just delete the default events page then use the test page instead.

    Regards,
    Ismael

    in reply to: Bildnachweis für demo bilder, author demo pictures #450436

    Hi rene80!

    Thank you for using Enfold.

    Let’s put it simply this way, if I am not mistaken, you can only use the images that are included when you import the dummy or demo data. Those images are free for you to modify, distribute even for commercial purposes, all without asking permission. If you see images in the demo page (http://kriesi.at/themes/enfold-overview/) that are not included in the demo data then you can’t use it.

    Best regards,
    Ismael

    Hey!

    You can’t change the url of the mega menu columns. You need to add an item inside the columns. Please do the same for the photos and video section links: http://www.gravitygroms.com/wp-admin/nav-menus.php

    Check the new menu here: http://www.gravitygroms.com/

    If you want the same styling for the mega menu items, use the Quick CSS field. The home and the camp menu are the same page(http://www.gravitygroms.com/wp-admin/post.php?post=11&action=edit). Was that intentional?

    Cheers!
    Ismael

    in reply to: Plugin Upcoming Events displayed horizontally #450430

    Hi!

    It’s because of the thumbnail that is being used in the events template. Add this in the functions.php file:

    add_action( 'after_setup_theme', 'ava_image_sizes', 10 );
    function ava_image_sizes() { 
    	add_image_size( 'square', 260, 185 );
    }
    

    Regenerate the thumbnails: https://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Ismael

    in reply to: how to add pages that doesn't appear in the main menu #450427

    Hey!

    You need to create a menu on Appearance > Menu then set it as Enfold Main Menu in the theme location. Only the menu items that you add in that menu will appear in the header. If you didn’t set the theme location, all created pages will be automatically added in the main menu.

    Cheers!
    Ismael

    in reply to: Portfolio ordering for categories #450426

    Hi!

    Did you copy it straight from your email? Make sure that the single quotes are intact and not converted to html characters. Please use this:

    add_filter( 'avia_post_nav_settings', 'enfold_customization_same_cat' );
    function enfold_customization_same_cat( $s ) {
    	$s['same_category'] = true;
    	return $s;
    }

    Cheers!
    Ismael

    in reply to: Invalid color value in childe theme css #450424

    Hi!

    I can’t reproduce the issue on my end. Please post the login details here, set it as a private reply. We would like to check it.

    Regards,
    Ismael

    in reply to: PROBLEMS WITH PORTFOLIO ELEMENTS #450423

    Hi!

    Alright. I would like to login but the link above isn’t working. You have to switch to the EN language before you can edit the EN portfolio slug.

    Regards,
    Ismael

    in reply to: Slider in Blog page #450422

    Hi!

    By button, you mean the slider controller button or do you want to add another button inside the slider? The whole slider image acts as a button. It is the link. If you want an actual button inside the slider, use the fullwidth easy slider, add a slide then go to the captions panel. Look for the Apply a link or buttons to the slide? then set it to one or two buttons. Unfortunately, you can’t use the full width easy slider in the default editor. What you can do is to generate the button shortcode then copy it in the easy slider’s caption text field.

    Regards,
    Ismael

    in reply to: Home page video on mobile phone #450421

    Hi!

    Please remove browser cache then reload the page: http://smritiyoga.com/

    http://smritiyoga.com/wp-admin/post.php?post=1691&action=edit&message=1

    Best regards,
    Ismael

    Hey!

    You can try the solution provided here: https://kriesi.at/support/topic/home-page-video-on-mobile-phone/#post-449787

    Instead of the video element, add another slider with images specifically made for mobile device screens.

    Cheers!
    Ismael

    in reply to: Enfold one page navigation solution ? please help? #450418

    Hi!

    It’s either hook in a wp_footer function inside the functions.php file or it was added directly in the footer.php file. Or it’s from a third party plugin.

    Regards,
    Ismael

Viewing 30 posts - 49,051 through 49,080 (of 67,534 total)