Forum Replies Created

Viewing 30 posts - 50,251 through 50,280 (of 67,534 total)
  • Author
    Posts
  • in reply to: WooCommerce QUERY_STRING error #427287

    Hey Brody!

    Thank you for using Enfold.

    According to other forums, /var/php_sessions should exist in your server. Session files should be generated automatically so I’m not sure why it’s not working on your installation. Please contact your hosting provider for more info regarding the issue.

    Cheers!
    Ismael

    in reply to: OPACITY BACKGROUND LOGO AREA #427285

    Hi!

    Use this to change the header transparency:

    .header_bg {
      opacity: .5;
      filter: alpha(opacity=50);
    }

    Cheers!
    Ismael

    in reply to: Post SEO edit now work #427283

    Hey!

    Thank you for the info. Unfortunately, we don’t have any experience with the calenderize.it plugin but the theme is compatible with the Events Calendar plugin.

    Regards,
    Ismael

    in reply to: Add an external link to an blog post!! #427282

    Hi!

    I’m not sure if I understand you correctly. I test the code above on our installation and it works for link post formats. It redirects to the custom link instead of the actual post.

    Cheers!
    Ismael

    in reply to: Contact Form Popup #427281

    Hi Haybazak!

    Thank you for using Enfold.

    Use a code or text block element. Add the quform shortcode inside. If you want to make it look like a button, use the Quick CSS fields to style it. For more info, please contact the plugin author.

    Cheers!
    Ismael

    Hey!

    After you insert the Masonry Gallery, did you add the gallery images? Click Add/Edit Gallery to add or edit images. It will not automatically add the images attached to the post.

    Regards,
    Ismael

    in reply to: Date Modified Error #427279

    Hi!

    We already fixed this on the latest version of the theme. I’m not sure if you have the latest version, 3.1.3. If not, please update the theme. The itemprop attribute has been replaced with datePublished instead of dateModified.

    Regards,
    Ismael

    in reply to: add third special heading #427278

    Hi olivereckstein!

    Thank you for using Enfold.

    Glad you figured it out. Anyway, you can turn on the custom css class to change the style of a specific element: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Cheers!
    Ismael

    Hey stefaniesomers!

    Thank you for using Enfold.

    You can add this to the Quick CSS field:

    strong.logo.bg-logo {
      display: none;
    }
    
    .header-scrolled strong.logo.bg-logo {
      display: block;
    }

    Regards,
    Ismael

    in reply to: Enable Previous and Next Arrow on blog post #427276

    Hi!

    Try to add the wp_reset_query function: https://codex.wordpress.org/Function_Reference/wp_reset_query

    Regards,
    Ismael

    in reply to: Mobile Responsive issues on iPad Air 2 #427275

    Hey!

    Can you please elaborate the issue with the mobile menu and special heading elements? Screenshots will help. :)

    Regards,
    Ismael

    in reply to: Borders and hover colors in main menu #427274

    Hey fairusd!

    Thank you for using Enfold.

    Use this to change the color:

    li#menu-item-723 a {
      color: #ffd02b !important;
    }

    Best regards,
    Ismael

    Hey djpickthall!

    Thank you for using Enfold.

    Those settings should display by default. Is the theme options translated? Please post the website url here. We would like to check it.

    Best regards,
    Ismael

    in reply to: Parallax image is't diplayed in full #427267

    Hi!

    Is this happening on all pages with the parallax background? What happens when you remove the empty 1/3 columns inside the color section? If possible, please recreate the home page in a test page. Use the “Template” button to save the template. On the test page, remove the color section with the issue, update the page then add it back.

    Cheers!
    Ismael

    in reply to: Incorrect element position in the smartphone view #427264

    Hi!

    That behaviour is intentional because there are not enough space to accommodate two columns on smaller screens. Add this to the Quick CSS field to change it:

    @media only screen and (max-width: 767px) {
    .responsive .portfolio-preview-image, .responsive .portfolio-preview-content {
      display: block;
      width: 49%;
      float: left;
    }}

    Regards,
    Ismael

    in reply to: Social Buttons nach Update verschoben #427261

    Hi!

    I don’t think that’s the correct element or maybe I just don’t understand the language. Anyway, you can find the Social Share Button under the Content Elements panel.

    Best regards,
    Ismael

    Hey!

    Alright. I can see what you’re trying to do now. Please remove the fullwidth button element then add a color section instead, apply a background. Inside the section, add a text block to add the text above the button. Below the text block, add a button. Set the button alignment to center and the button size to large or x-large. You can find the text block and button element inside the Content Elements panel.

    Regards,
    Ismael

    in reply to: Link external into the preview mansory #427254

    Hey!

    Thank you for using Enfold.

    You can edit the portfolio item then look for the Overwrite Portfolio Link setting. Set it to define a custom link.

    Cheers!
    Ismael

    Hey!

    I can’t seem to reproduce the issue no matter what filter I click before the “All” filter. What is the screen resolution of your monitor? Maybe this will fix it:

    #top .no_margin.av_one_sixth {
      width: 16.6555555555%;
    }

    If it doesn’t work, try this:

    #top .no_margin.av_one_sixth {
      width: 16.6444444444%;
    }
    

    Regards,
    Ismael

    in reply to: How to remove WPML flags from top bar #427252

    Hi!

    You can use this:

    .avia_wpml_language_switch li .language_flag {
      display: none;
    }

    Or this:

    li.av-language-switch-item {
      display: none;
    }

    Cheers!
    Ismael

    in reply to: Header all one solid color #427251

    Hi slipp22!

    Thank you for using Enfold.

    You can change that on Enfold > General Styling > Logo Area panel.

    Best regards,
    Ismael

    in reply to: Menu in tablet slips behind my logo #427249

    Hey yadiyada!

    Thank you for using Enfold.

    You can add this to the Quick CSS field to force the mobile menu to display when it reach a certain screen size:

    @media only screen and (max-width: 1100px) {
    .html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide {
    display: block;
    }
    
    .responsive .av_mobile_menu_tablet .main_menu {
    display: none;
    }
    
    .html_mobile_menu_tablet #mobile-advanced {
    display: block;
    }}

    CSS codes control the layout of the site and css media queries help with the responsive or mobile layout. You can find all of it inside the theme’s css folder.

    Regards,
    Ismael

    in reply to: Caption as overlay on image and slider #427247

    Hi blauwoog!

    Thank you for using Enfold.

    Add this to the Quick CSS field:

    .av-image-caption-overlay {
      background: transparent;
    }
    
    .av-image-caption-overlay-center > * {
      background: rgba(0,0,0,0.4);
    }

    Cheers!
    Ismael

    in reply to: EXTERNAL LINK GRID GALERY THUMBS #427246

    Hi!

    I’m sorry for the delay. I can see 4 images on the homepage and they link properly to their respective pages. What exactly do you mean by “put a link on the highlighted image”?

    Regards,
    Ismael

    in reply to: Page moves to the right #427245

    Hi!

    Alright. I can see the issue. Maybe this little fix will handle it:

    @media only screen and (min-width: 989px) {
    html.responsive {
      overflow-y: scroll;
    }
    
    .av-preloader-reactive {
      overflow: hidden !important;
    }
    
    .av-preloader-reactive body {
      overflow-y: scroll !important;
    }
    }

    Regards,
    Ismael

    in reply to: SEARCH Error #427243

    Hi!

    Thank you for the info. We would like to test the plugin but but we can’t promise any quick results. When you use the Relevanssi plugin, did you follow the instructions provided in the link above? If you need to add user role exceptions, you can modify the code. Something like this:

    add_filter('avf_ajax_search_function', 'avia_init_relevanssi', 10, 4);
    function avia_init_relevanssi($function_name, $search_query, $search_parameters, $defaults)
    {	
    	if(current_user_can('switch_themes')) {	
        $function_name = 'avia_relevanssi_search';
    	} else {
    	$function_name = 'get_posts';
    	}
        return $function_name;
    }
    
    function avia_relevanssi_search($search_query, $search_parameters, $defaults)
    {
        global $query;
        $tempquery = $query;
        if(empty($tempquery)) $tempquery = new WP_Query();
        
    	$tempquery->query_vars = $search_parameters;
        relevanssi_do_query($tempquery);
        $posts = $tempquery->posts;
    	
        return $posts;
    }
    

    This will only activate the relevanssi query when user is logged in or, to be specific, when anyone who has the capability to switch themes is logged in. Maybe, you can couple this with a user role management plugin. You can choose not to index or to index custom post types and taxonomies in the Relavanssi > Indexing Options section.

    Cheers!
    Ismael

    in reply to: Table format not correct in english version #427240

    Hey!

    Glad we could help. :)

    Regards,
    Ismael

    in reply to: Move nested subpages under main menu in mobile view #427238

    Hey mariajoensen!

    Thank you for using Enfold.

    Add this to the functions.php file:

    add_action( 'ava_after_main_container', 'ava_after_main_container_mod', 10, 2 );
    function ava_after_main_container_mod() {
    	echo '<div class="main_color container_wrap sidebar_right_mobile"><div class="container"><aside class="sidebar sidebar_right smartphones_sidebar_active alpha units" role="complementary" itemscope="itemscope" itemtype="https://schema.org/WPSideBar"><div class="inner_sidebar">';
    	avia_sidebar_menu(true);
    	echo '</div></div></div></div>';
    }

    After that, add this to the Quick CSS field:

    @media only screen and (min-width: 768px) {
      /* Add your Desktop Styles here */
    	.sidebar_right_mobile { display: none; }
    }

    Best regards,
    Ismael

    in reply to: Page moves to the right #426993

    Hi!


    @mikehenze
    : Thank you for the info. Can you please provide a link where we can check the issue? If possible, provide a screenshot as well.

    Cheers!
    Ismael

    in reply to: EXTERNAL LINK GRID GALERY THUMBS #426992

    Hi!

    The link is not working. Is 2015 a folder?

    Cheers!
    Ismael

Viewing 30 posts - 50,251 through 50,280 (of 67,534 total)