Forum Replies Created

Viewing 30 posts - 49,741 through 49,770 (of 67,534 total)
  • Author
    Posts
  • in reply to: Left Bar Menu #437941

    Hey Guilherme!

    Thank you for using Enfold.

    The menu is not ordinary but not impossible. Unfortunately, that will require custom modifications that we can’t provide here. Is the site live? Please post it here. We would like to take a look. Maybe, you can start by switching the layout to boxed. Most header elements can be found inside the includes > helper-main-menu.php file. Hire a freelance developer to modify it.

    Cheers!
    Ismael

    in reply to: rtl footer #437940

    Hey!

    Please post the login details here. Did you replace the line of code or did you just copy the new code?

    Best regards,
    Ismael

    in reply to: Body Font in Theme Options #437362

    Hey endoradigital!

    Thank you for using Enfold.

    Edit functions.php, add this below below line 16 or 17:

    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Muli'] = 'Muli:300,400,300italic,400italic';
    return $fonts;
    }

    Best regards,
    Ismael

    in reply to: menu problem after last wordpress update #437356

    Hey!

    Thank you for the screenshot. The only issue there is the misplaced avia-menu-fx or line below the menu item. You can add the css above to fix it.

    Cheers!
    Ismael

    in reply to: Problem with mobile menu #437350

    Hey bramblejam!

    Thank you for using Enfold.

    Please update the theme to 3.1.5. That should fix the issue.

    Regards,
    Ismael

    in reply to: Unwanted Thin White Line and Arrow Icon in Footer #437344

    Hi!

    Thank you for using Enfold.

    Use this to disable the arrow:

    .socket_color .avia-bullet {
      display: none;
    }

    And this to fix the border:

    #socket .container {
      top: 1px;
    }

    Best regards,
    Ismael

    in reply to: Full width slider not appearing #437339

    Hey ccarberg!

    Thank you for using Enfold.

    What is the current version of Enfold on your installation? Please update to version 3.1.4.

    Best regards,
    Ismael

    in reply to: Enfold theme – homepage always refreshing…can't edit #437337

    Hi safauset!

    I’m sorry that you’re having this issue. What do you mean by “refreshing”? It reverts back? Please try to increase the wp memory limit to at least 128M: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Best regards,
    Ismael

    in reply to: Mobile menu and anchor links – menu won't close #437333

    Hi davidesieb!

    Thank you for using Enfold.

    This is fixed on the latest update of the theme. Please upgrade to 3.1.4.

    Cheers!
    Ismael

    in reply to: Various questions. #437331

    Hey!

    Adjust the gap with this on the Quick CSS field:

    .av-large-gap.av-fixed-size .av-masonry-entry .av-inner-masonry {
      right: 30px;
      bottom: 30px;
    }

    Best regards,
    Ismael

    in reply to: ENFOLD FEATURE REQUESTS #437328

    Hi edinc79!

    Thank you for using Enfold.

    There is no link for individual feature request. Only the Popular requests are being taken into consideration so there’s no point to check the request if they are not included in the popular category. If you want to add or edit anything on your previous post, you need to make a new request: https://kriesi.at/support/enfold-feature-requests/

    Cheers!
    Ismael

    in reply to: Set the width for 2/3 elements #437322

    Hey!

    You can increase the max width of the post content:

    #top .fullsize .template-blog .post .entry-content-wrapper > * {
      max-width: 800px;
    }

    Note that the content will inherit the size of the column width regardless of the max width value.

    Cheers!
    Ismael

    in reply to: Edit Category page #437318

    Hey!

    Works fine on our installation. Please post the login details here. We’ll create an example.

    Regards,
    Ismael

    in reply to: footer fifth column css bad behaviour #437317

    Hey!

    I think a plugin or a custom script is causing the issue. When I checked the fifth column, a css inline styling is being applied to the widget when you decrease the browser size:

    <section id="nav_menu-3" class="widget clearfix widget_nav_menu" style="position: fixed; width: 180px; bottom: 2929px;">
    

    The bottom property pushes the widget content out of nowhere. It also creates a clone:

    <section id="nav_menu-3_clone" class="widget clearfix widget_nav_menu q2w3-widget-clone-sidebar-10" style="height: 155px; visibility: hidden;"></section>
    

    Please deactivate the plugin.

    Regards,
    Ismael

    Hey tremblayly!

    Thank you for using Enfold.

    There’s an internal server error when I checked the page. I noticed that there are tons of plugins installed in the site, total of 45. Do you really use all those plugins? Please deactivate all plugins except for woocommerce then activate them one at a time to find the culprit. Please contact your hosting provider for more info concerning the internal server error issue.

    Regards,
    Ismael

    in reply to: Aspect ratio blog thumbnails #437311

    Hey!

    Yes, you can add your own thumbnail size or use the existing thumbnail sizes. Regenerate the thumbnails afterwards. http://wordpress.org/extend/plugins/regenerate-thumbnails/

    Cheers!
    Ismael

    in reply to: Enfold Google Maps Widget: Rand zu Widget-Titel zu klein #437298

    Hey aebli!

    Thank you for using Enfold.

    Please give us a link to the actual page. We would like to check it. Try to add a text widget above the map widget then add br tags as content or use the separator / whitespace shortcode.

    Regards,
    Ismael

    in reply to: Facebook Post Embed not working. #437267

    Hi joshuasr!

    Thank you for using Enfold.

    What is the code that you’re using? Is it from a plugin? Please contact the plugin author for additional help. Place the code on pastebin.com so that we can check it.

    Regards,
    Ismael

    in reply to: Header Menu Spacing (3.1.3 Theme Update) #437264

    Hey!

    I tried the previous code (#436155) on my installation and it works. Please post the login details here. We would like to check it.

    Best regards,
    Ismael

    in reply to: Form not working correctly #437261

    Hey!

    What happens when you remove the empty selection? Or replace with a text that reads “Please select” or “Please select your answer below”.

    Regards,
    Ismael

    in reply to: Avia Layout Builder & SEO #437252

    Hey Paul!

    Thank you for using Enfold.

    This is a common issue between SEO and drag/drop builders, the plugin can’t fetch the content of the ALB but google can still crawl the content in the frontend. This might put your mind at ease: https://kriesi.at/support/topic/new-yoast-seo-issue-on-the-new-v3-0-2-update-makes-theme-seo-unfriendly/#post-343601

    Cheers!
    Ismael

    Hey Coco!

    Thank you for using Enfold.

    Add this in the Quick CSS field to disable it:

    .avia-caption-title, .avia-caption-content, .avia-slideshow-button {
    	-webkit-animation: 0s ease 0s normal none 1 running none !important;
    	animation: 0s ease 0s normal none 1 running none !important;
    	visibility: visible !important;
    }

    Best regards,
    Ismael

    in reply to: submit form and open in a lightbox #437247

    Hey microtool!

    Thank you for using Enfold.

    Please refer to this link for a possible solution: https://kriesi.at/support/topic/inline-content-in-magnific-popup/

    Regards,
    Ismael

    in reply to: Items on Masonry have the same description #437244

    Hey!

    I really have no idea what’s going on with the masonry element on your installation. I’ll ask the rest of the support team to check it. Please PATIENTLY wait for their response. Thank you.

    If possible, please post the ftp credentials.

    Regards,
    Ismael

    in reply to: Grid-Row Mobile responsive not working #437234

    Hi!

    The section is outside the wrap all container that’s why it’s not working. I noticed that you use html codes inside the text elements. Please check if all tags are closed properly. Save the page layout as template then create a test page. On the test page, place all content (1/1 column for example), inside a color section even if you’re not planning to add any background to it. Maybe, that will fix the issue.

    Regards,
    Ismael

    in reply to: Post Thumbnail Display Size 81px vs. Image Size 180px #437229

    Hey!

    I checked the blog page but the images are still 180x180px in size. Did you try the fix provided above? Please regenerate the thumbnails after. We’ll check the other issue after you resize the images. Decreasing the image size to 81x81px should take care of the PageSpeed Insights Optimize images warning as well.

    Cheers!
    Ismael

    in reply to: Advanced Styling not being applied #437226

    Hi!

    There are no file permission errors when I checked the site. The site is CDN enabled. Try to purge the cdn cache.

    Cheers!
    Ismael

    in reply to: speed + behaviour content slider #437224

    Hi!

    I’m sorry but that’s not possible without custom modification in the AviaSlider script. You need to hire someone to configure the script. Please contact codeable: http://kriesi.at/contact/customization

    Best regards,
    Ismael

    in reply to: Use Child theme to override framework php files #437222

    Hi!

    The dummy widgets will only display if you didn’t use any widgets. You don’t have any widgets in the sidebars? You can create your own dummy widget in the functions.php file:

    add_action('ava_add_custom_default_sidebars', 'ava_add_custom_default_sidebars_mod', 10);
    function ava_add_custom_default_sidebars_mod() {
    	avia_custom_dummy_widget(1);
    	avia_custom_dummy_widget(2);
    	avia_custom_dummy_widget(3);
    	avia_custom_dummy_widget(4);
    }
    
    function avia_custom_dummy_widget($number)
    	{
    		switch($number)
    		{
    			case 1:
    			$title = apply_filters('widget_title', __('Interesting links','avia_framework') );
    
    			?>
    				<section class='widget'>
    				<div class='widgettitle'><?php echo $title; ?></div>
    				<span class='minitext'><?php _e('Here are some interesting links for you! Enjoy your stay :)','avia_framework');?></span>
    				</section>
    			<?php
    			break;
    			
    		
    			case 4: 
    				$title = apply_filters('widget_title', __('Archive','avia_framework') );
    			
    				echo "<section class='widget widget_archive'>";
    				echo "<div class='widgettitle'>" . $title . "</div>";
    				echo "<ul>";
    				wp_get_archives('type=monthly');
    				echo "</ul>";
    				echo "<span class='seperator extralight-border'></span></section>";
    			break;
    			
    			case 3: 
    				$title = apply_filters('widget_title', __('Categories','avia_framework') );
    			
    				echo "<section class='widget widget_categories'>";
    				echo "<div class='widgettitle'>" . $title . "</div>";
    				echo "<ul>";
    				wp_list_categories('sort_column=name&optioncount=0&hierarchical=0&title_li=');
    				echo "</ul>";
    				echo "<span class='seperator extralight-border'></span></section>";
    			break;
    			
    			case 2: 
    				$title = apply_filters('widget_title', __('Pages','avia_framework') );
    			
    				echo "<section class='widget widget_pages'>";
    				echo "<div class='widgettitle'>" . $title . "</div>";
    				echo "<ul>";
    				wp_list_pages('title_li=&depth=-1' );
    				echo "</ul>";
    				echo "<span class='seperator extralight-border'></span></section>";
    			break;
    
    		}
    	}

    Remove the default dummy widgets via css.

    Best regards,
    Ismael

    Hey byrondotford!

    Thank you for using Enfold.

    Is there any upcoming event in the upcoming months? The next month button should automatically show up if there is an event scheduled in the future.

    Best regards,
    Ismael

Viewing 30 posts - 49,741 through 49,770 (of 67,534 total)