Forum Replies Created

Viewing 30 posts - 48,031 through 48,060 (of 66,027 total)
  • Author
    Posts
  • in reply to: Reduce the font size of the "mega menu" #441899

    Hey!

    Replace the code with this:

    #top #header .mega_menu_title a {
      font-size: 12px !important;
      line-height: .8em !important;
      min-height: 15px;
    }

    Regards,
    Ismael

    in reply to: Aviabuilder not loading, page editor white #441898

    Hey!

    If the editor is not working when using a default theme then it is not a theme related issue. Please try to deactivate all plugins then purge the cache. The website is using CDN. Remove the cache there as well.

    Best regards,
    Ismael

    in reply to: Fontello Icon Fonts Failing in SSL HTTPS #441882

    Hi!

    I’m sorry but we don’t provide support for third party plugins. Please contact the plugin author regarding this issue.

    Cheers!
    Ismael

    in reply to: Disable dates showing in magazine #441877

    Hi!

    Thank you for using Enfold.

    The excerpt for small magazine entries is hidden by default because there’s not enough space to accommodate them. If you really want to display it, you can edit config-templatebuilder > avia-shortcodes > magazine.php, find this code on line 558:

    if(empty($this->atts['thumbnails']))
    				{
    					 $image = "";
    					 $extraClass = "av-magazine-no-thumb";
    				}	

    Below, add this:

    $excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_magazine_excerpt_length' , 10) , apply_filters( 'avf_magazine_excerpt_delimiter' , " "), "…", true, '');	
    			}
    

    Best regards,
    Ismael

    in reply to: Excerpts filter function #441874

    Hey!

    What do you mean by ” I still have the usual 4 lines showing in the excerpt.
    I have been also been trying with “excerpt” as “? So,, do you want to modify the excerpt length? Try to use this plugin: https://wordpress.org/plugins/advanced-excerpt/

    Or just add this in the functions.php file to control the excerpt length:

    function custom_excerpt_length( $length ) {
    	return 10;
    }
    add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );

    Regards,
    Ismael

    in reply to: WPML and custom css #441872

    Hi!

    I didn’t do anything in the language settings. What do you mean it is “gone”? I checked the Enfold(EN) > Theme Options but it’s not configured properly: http://hotel-residence-loren.ch/wp-admin/admin.php?page=avia

    Best regards,
    Ismael

    Hey!

    I think the error occurs because one of the woocommerce extension is disabled, not sure what plugin but try to activate them one at a time. What is the mega menu issue exactly? Can you please provide a screenshot?

    Best regards,
    Ismael

    in reply to: Advanced LayerSlider not showing images #441870

    Hi!

    Yes, the error is cause either by a third party plugin or a modification inside the theme. The site is subscribed to a CDN provider. Please purge the cache there. Refer to this link for a possible fix: https://kriesi.at/support/topic/layerslider-not-working-after-enfold-3-04-update/#post-357486

    Best regards,
    Ismael

    Hey!

    Did you get the id while editing the page? I think that’s what you did. If you want to get the proper element css selector, you need to do this in the frontend or in the actual page (https://maidayy.com/services-and-pricing/). If you right click then select “view source” in your browser then search “fieldname2_2_slider” for example. You will not find anything. Please get the id or selectors on the actual page (frontend) not from the page editor.

    Best regards,
    Ismael

    Hey!

    I tried the login credentials thrice but it’s not working. Please check.

    Best regards,
    Ismael

    in reply to: insert php api wordpress page editor #441866

    Hi!

    It’s not possible to use php codes inside the editor by default but there are plugins out there that can enable this functionality. You can try these plugins:

    https://wordpress.org/plugins/insert-php/
    https://wordpress.org/plugins/php-code-widget/

    Unfortunately, the code might not work because of script incompatibility. Like for example, you cannot call the wp_footer function again because it is already included in the footer.php file:

    wp_footer();
    

    And from the looks of it, the script is called inside another body tag. You need to remove that as well. Please contact the plugin author to modify it according to your needs.

    Regards,
    Ismael

    Hey!

    WP memory limit is set to 40M. Increase it to at least 128M. Refer to this link or contact your hosting provider: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Cheers!
    Ismael

    Hey!

    What is the code for the form? You can create a new layer then switch to HTML type. Add the form code. Go to the Styles panel to adjust the appearance of the form.

    Regards,
    Ismael

    Hi!

    Duplicate post: https://kriesi.at/support/topic/woocommerce-product-price-on-single-page-not-showing-with-advanced-editor/#post-441854

    We’ll close this one now.

    Cheers!
    Ismael

    Hi!

    Yes, you can use the default shortcode but you have to change the style manually. Use the theme’s product purchase button shortcode then add the price manually using a text or code block. It’s not that difficult to change the price and the text block when it’s time to update the product.

    Best regards,
    Ismael

    in reply to: instructions #441851

    Hey!

    The demo content should provide the initial or basic pages and some of the demo images needed to start a website. It will not however exactly duplicate the actual theme demo (http://kriesi.at/themes/enfold-business-flat/). Can you please provide a link to the website? You should be able to edit the initial pages provided by the demo content after the demo import process.

    Regards,
    Ismael

    in reply to: Product category disable pagination #441850

    Hey tech500!

    Thank you for using Enfold.

    The site isn’t loading when I checked it. I tried to check the actual site and the category page display all the products within the category.

    Cheers!
    Ismael

    Hey!

    Like I said, it’s not possible to display the content in the blog overview page if the post is built using the advance layout builder. You need to add an excerpt manually.

    Regards,
    Ismael

    in reply to: Contact form does not work #441848

    Hi!

    @atlant: Can you please confirm if the snippet works? It’s pretty difficult to catch the issue because it is server related. If you can contact your hosting provider, it will help a lot.

    Cheers!
    Ismael

    in reply to: Edit Category page #441847

    Hey!

    Alright. Let us know if you figured it out.

    Regards,
    Ismael

    in reply to: Optimising my picture for the featured image #441846

    Hi!

    Are you referring to the post featured image? This is the post featured image thumbnail sizes:

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321);		            	// big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );	

    One for post with sidebar and other is for posts without sidebar. Please give us a link to the post with the issue. 1.3MB for an image with a size of 1200x800px is a bit too big. Please resave it using any image editor as jpg with optimize quality.

    Cheers!
    Ismael

    Hi!

    Alright. Thank you for the test site. Activating 3.1.5 removes or hides the custom widget areas but when you switch back to 3.1.3, the widget areas return back to normal. Unfortunately, the widgets are transferred inside the Inactive section so you will have to place it back to the correct widget areas.

    Please give us access to the test site’s phpMyadmin panel. Or access the database. Go to the Search panel, input the keyword “sidebar”, select all tables. In the result list, click wp_options then look for the option_name “sidebar_widgets” and “avia_sidebars”. Please post the option_value on pastebin.com. We would like to check it.

    Regards,
    Ismael

    Hey!

    I thought you have an installation with cyrillic custom widget areas? We would like to check that. I check the test site but there is only 1 post.

    Cheers!
    Ismael

    Hey!

    Hmm.. Please post the link to the installation with the cyrillic custom widget area. We would like to check it. If possible, provide the login details as well. I’ll ask Kriesi to take a look.

    Best regards,
    Ismael

    in reply to: Tabs on mobile #441441

    Hey!

    Yes, but it’s not the code responsible for the scrollbar. Create a backup of the css modifications then remove all of it. Check if the scrollbar is still there. If not then you have to inspect the custom css codes. What is this code for?

    // CALL JQUERY EQUAL HEIGHTS SCRIPT
    // Enqueue scripts
    add_action( 'wp_enqueue_scripts', 'sk_enqueue_scripts' );
    function sk_enqueue_scripts() {
    
    	wp_enqueue_script( 'equalheights', get_bloginfo( 'stylesheet_directory' ) . '/js/jquery.equalheights.min.js', array( 'jquery' ), '', true );
    	wp_enqueue_script( 'equalheights-init',  get_stylesheet_directory_uri() . '/js/equalheights-init.js', array( 'equalheights' ), '1.0.0', true );
    
    }

    Please remove it temporarily then test the site again.

    Regards,
    Ismael

    Hey!

    @Rhyme: I would like to argue that the scroll target, not the section height, is the issue but it will get us nowhere so if you can give us any pointers regarding the script changes, that would be great. If you like to modify the section height script, you can find it on js > shortcodes.js, look for the Section Height Helper:

    This is the line of code responsible for the section height:

    css += ".av-minimum-height-100 .container, .avia-fullscreen-slider .avia-slideshow, #top.avia-blank .av-minimum-height-100 .container{height:"+wh100+"px;}\n";
    			css += ".av-minimum-height-75 .container	{height:"+wh75+"px;}\n";
    			css += ".av-minimum-height-50 .container {height:"+wh50+"px;}\n";
    			css += ".av-minimum-height-25 .container {height:"+wh25+"px;}\n";
    			css += ".avia-builder-el-0.av-minimum-height-100 .container, .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow{height:"+wh100_mod+"px;}\n";

    Best regards,
    Ismael

    in reply to: Logo error on tablet (need help) #441426

    Hey hfuglaas!

    Thank you for using Enfold.

    Go to Enfold > Header > Mobile panel. Set the Header Mobile Menu activation setting to the second option.

    Best regards,
    Ismael

    in reply to: Blog content not showing up on mobile #441423

    Hey suburbanite!

    Thank you for using Enfold.

    This code hides the content:

    @media only screen and (max-width: 480px) {
    #main .container_wrap:first-of-type .container {
      display: none;
    }}

    Remove it.

    Best regards,
    Ismael

    in reply to: Remove margin below tab container element… #441422

    Hey bursell!

    Thank you for using Enfold.

    You can adjust the bottom padding with this:

    .content, .sidebar {
      padding-bottom: 20px;
    }

    Regards,
    Ismael

    in reply to: Audio Player as per the demo #441421

    Hey S4racen!

    Thank you for using Enfold.

    The screenshot is not working. It keeps on loading. Please use imgur instead. If you want to create an audio post, edit the post then set the post format to Audio.

    Best regards,
    Ismael

Viewing 30 posts - 48,031 through 48,060 (of 66,027 total)