Forum Replies Created

Viewing 30 posts - 53,251 through 53,280 (of 67,505 total)
  • Author
    Posts
  • in reply to: Tag Cloud #362706

    Hi!

    Where did you add the tags? It is usually on the sidebar but I don’t see any sidebars on the website. Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.

    Thank you for your understanding.

    Cheers!
    Ismael

    in reply to: Enfold and WPML #362705

    Hey!

    Where can we find samples of the portfolio items? I checked the site but I don’t see any portfolio items.

    Regards,
    Ismael

    in reply to: Post comments only shown on certain categories #362701

    Hi!

    You can add this on functions.php:

    add_filter('body_class','avf_add_category_to_single');
    function avf_add_category_to_single($classes) {
    	if (is_single() ) {
    		global $post;
    		$id = avia_get_the_id();
    		foreach((get_the_category($id)) as $category) {
    			// add category slug to the $classes array
    			$classes[] = "category-" . $category->category_nicename;
    		}
    	}
    	// return the $classes array
    	return $classes;
    }

    Hide the comment on specific category with this on Quick CSS:

    .category-categorynamehere .comment-entry.post-entry {
    display: none;
    }

    Change the category name.

    Best regards,
    Ismael

    in reply to: Problem with Grid Row and Cell borders #362696

    Hey!

    Please try this on Quick CSS or custom.css to adjust the padding of the flex cells:

    .flex_cell {
        display: table-cell;
        padding: 10px 25px 10px 25px;
    }

    Regards,
    Ismael

    in reply to: Video on Mobile in Slider #362688

    Hey xyzb!

    Thank you for using Enfold.

    The video is disabled on mobile devices by default due to script incompatibilities. That’s why the fallback image is added. You can try the layer slider.

    Best regards,
    Ismael

    Hey!

    I thought you only want to add a target attribute on the magazine title. I’m sorry but the magazine element does not support link post format at the moment. You might need to hire a freelance developer to configure the magazine element. For further modifications, please visit Envato Studio or Werkpress. You can also vote or request for the featured on our Feature Requests page.

    If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.

    Cheers!
    Ismael

    in reply to: Allowing html tags within the Team Member element #362669

    Hey!

    Thank you for using Enfold.

    I tested a few html codes on the team member description and it works fine. Make sure that you close the tags properly.

    Cheers!
    Ismael

    in reply to: Update WordPress Enfold Theme Not working #362657

    Hi!

    Did you transfer the website? The website is using the default logo. Theme options and configurations are saved on the database and it is quite important that you keep the database intact when transferring the site. In order to that, we usually recommend the WP Migrate DB plugin.

    Please refer to these links for more info on how to properly migrate your Enfold website from production to development and vice versa:

    http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
    https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684

    Cheers!
    Ismael

    in reply to: Forms have stopped working #362648

    Hi!

    The issue started to happen when you update the theme to Enfold 3.0.4 and leave WordPress to version 4.0. Glad it is working now.

    Best regards,
    Ismael

    Hey!

    Hmm.. That’s weird. Please replace the code with this: http://pastebin.com/icQz4Se0

    Best regards,
    Ismael

    Hey!

    mbamar: I know that the theme options can be translated because of this: https://kriesi.at/support/topic/turning-off-enfold-back-end-translation/#post-323558

    Alright. Looks like I’m wrong. After I added the translation manually via text editor then search for the string on the codestyling localization plugin, I didn’t check if the string is really translated. It’s not. Not sure why. Thanks for sharing.

    @Guenn007: Glad it is working for you. :)

    Regards,
    Ismael

    in reply to: Menu issues with theme update #362640

    Hey!

    This is what it looks like when I added the fix:

    Try this:

    .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    padding-top: 0 !important;
    }
    
    li.menu-item:last-child {
    z-index: 10 !important;
    width: auto !important;
    float: left !important;
    }

    There’s still some styling issues but unfortunately, we can’t configure the plugin for you. Please contact the plugin author.

    Regards,
    Ismael

    in reply to: wpml – flags and names #362628

    Hey!

    Did you enable the flags on the Enfold Main Menu? Please refer to the answer here: https://kriesi.at/support/topic/wpml-flags-and-names/#post-359408

    Cheers!
    Ismael

    in reply to: sidebar located on bottom of page #361985

    Hi!

    I’m sorry but it looks like you’re not using the latest version of the theme or you added a modification that adjust the width of the sidebar. The sidebar markup is incorrect. Please make sure that you’re using 3.0.4. Check the functions.php file, place the code on pastebin.com.

    Cheers!
    Ismael

    in reply to: Avia Slider disappeared randomly #361980

    Hi!

    I tested all pages on firefox, chrome and the slider are still working. I’ll ask the rest of the support team to take a look. Please try to remove browser cache then reload the page.

    Cheers!
    Ismael

    in reply to: Avia and LayerSlider elements not indexed #361979

    Hey!

    Thank you for the info. That’s too bad. Maybe, you should use the Fullwidth Slider or Fullscreen Slider instead.

    Cheers!
    Ismael

    in reply to: Iphone 6 Social Media issue #361976

    Hey!

    Please use this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .responsive #top #header_meta .social_bookmarks li.social_bookmarks_facebook:hover a {color: #fff; background-color: #37589b; }
    .responsive #top #header_meta .social_bookmarks li.social_bookmarks_twitter:hover a {color: #fff; background-color: #46d4fe; }
    }

    Best regards,
    Ismael

    in reply to: Header Logo more spacing #361974

    Hi!

    Thank you for the info.

    Remove the codes then go to Enfold > Header > Header Size. Set it to custom pixel value then adjust the height to 204px for example. Use this on Quick CSS or custom.css:

    strong.logo, strong.logo a {
    overflow: visible;
    max-height: 174px !important;
    }

    Cheers!
    Ismael

    in reply to: Remove sidebars from a single post #361972

    Hi!

    Yes, create a custom widget area on Appearance > Widgets then edit the post. Look for the Layout > Sidebar Setting. Select the custom widget area or sidebar.

    Cheers!
    Ismael

    in reply to: How Do I Unmute Videos #361969

    Hi!

    Please replace the code with this:

    'video_mute' => 0,
    'video_loop' => true,

    This should enable the audio for color section background videos.

    Best regards,
    Ismael

    in reply to: Adding Layout Elements before (right) sidebar begins. #361968

    Hey!

    Thank you for the screenshot.

    Create a page then set it to have a transparent header. Set the sidebar to right sidebar. Add full screen or full width slider at the very top then a color section below. Add the usual column layouts below the color section.

    Best regards,
    Ismael

    in reply to: New update(s) – Social Media icons? #361967

    Hey!

    Please try to deactivate any cache or minify plugins then test it again.

    Best regards,
    Ismael

    in reply to: JS & CSS error #361965

    Hi!

    Glad it is fixed. Really not sure what’s causing the issue, maybe just a cache version. :)

    Best regards,
    Ismael

    in reply to: Social Icons Missing on Mobile #361964

    Hey!

    Add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .responsive #top #header_meta .social_bookmarks li a {
    color: white;
    }
    }

    Regards,
    Ismael

    in reply to: Color section not working correctly #361958

    Hi!

    The content height is so tall, the background just won’t fit. Aside from adjusting the background position, I don’t think you can do anything else:

    #detroit .av-parallax {
    background-position: 20% 100% !important;
    }

    The bottom part should look like this:

    Best regards,
    Ismael

    in reply to: Recommend a server space #361957

    Hey!

    Try removing the browser cache or deactivate the cache plugin. If you’re subscribed to any cdn, purge the cache as well.

    Best regards,
    Ismael

    in reply to: WPML removing flag in WPML language switcher #361956

    Hi Zaw Zaw!

    Thank you for using Enfold.

    1.) First, create an Enfold Secondary Menu on Appearance > Menus panel, you don’t have to add any menu items. Go to Enfold > Header, enable the Header Secondary Menu. Go to WPML > Languages then look for Display the language switcher in the WP Menu. Choose the Enfold Secondary Menu. Add this on Quick CSS to remove the default image flags:

    ul.avia_wpml_language_switch.avia_wpml_language_switch_extra {
    display: none;
    }

    2.) Try this on Quick CSS:

    .avia-content-slider .slide-entry.av_one_fifth {
    width: 19%;
    margin-left: 1%;
    }

    Adjust the values if needed.

    Best regards,
    Ismael

    in reply to: Mobile site layout problems on tablets after update #361954

    Hey mrmmmiller!

    Thank you for using Enfold.

    1.) Can you please move around the column layout elements with the gallery? There’s a p tag right before the third column which breaks the layout of the theme. Try to move the columns then update the page then revert it back to the actual position.

    2.) Can you please provide a screenshot of this?

    3.) The twitter widget looks fine when I checked it.

    Best regards,
    Ismael

    in reply to: Shrinking sticky header on tablets #361952

    Hi!

    It actually works when I test it but maybe you have a different header settings. Let us know if you figured it out. We would like to know the fix.

    Best regards,
    Ismael

    Hey!

    I’m sorry, I made a mistake on the code, it has the wrong selector. I edited the code above. Please use it instead. Remove browser cache then reload the page.

    Regards,
    Ismael

Viewing 30 posts - 53,251 through 53,280 (of 67,505 total)