Forum Replies Created

Viewing 30 posts - 30,601 through 30,630 (of 34,552 total)
  • Author
    Posts
  • in reply to: Category lists and other issues re search results #884221

    Hey s29ers,
    Navigate to Dashboard > Enfold > Blog Layout and for the blog style option select the “Single author, small preview pic” or the “Single author, big preview pic” styles.
    To exclude pages from the ajax search results try this solution

    Best regards,
    Mike

    in reply to: Burger menu displays page content #884219

    Hi,
    The extra text is in a menu field called Description. It was hidden by your screen options at the top of the page. I checked the Description box and now you can see it.
    2017-12-02_180653
    As this was developed in 2014, before the burger menu, it was most likely used for SEO. With the new burger menu I suggest clearing this field. If you wish to hide it from the burger menu, Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { .avia-menu-subtext {display:none!important;}}

    Best regards,
    Mike

    in reply to: Edit function NOT working. #884217

    Hi,
    Sorry for the late reply, it seems your site is up and running, but the login is not working.
    Has this been resolved?

    Best regards,
    Mike

    in reply to: Enfold blog issues/questions #884216

    Hi,
    To add post meta to your posts created with the advanced layout editor, Try this solution

    Best regards,
    Mike

    in reply to: Breadcrumbs show two options for blog #884214

    Hey tesspaine,
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    add_filter( 'avia_breadcrumbs_trail', 'remove_category_from_breadcrumb', 50, 2 );
    function remove_category_from_breadcrumb( $trail, $args ) {
    	if ( is_single() ) {
    		unset ($trail[1]);
    		unset ($trail[2]);
    	}
    	return $trail;
    }
    

    Best regards,
    Mike

    in reply to: Some Problems with Enfold and TEC #884211

    Hi,
    Glad we were able to help, we will leave this open. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Looks like we were doing it at the same time :)
    Glad we were able to help and it’s working now, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: image overflow #884208

    Hi,
    I removed your image and added it as the color section background, then added this css to position the image to the right edge by percentage and resize it depending on screen size:

    @media only screen and (min-width: 1440px) { 
    #get-growflow {
        background-position: center right -55%!important;
    }
    }
    @media only screen and (max-width: 1439px) { 
    #get-growflow {
        background-position: center right -50%!important; 
        background-size: 70%;
    }
    }
    

    For mobile phone I suggest that you use the screen options in the color section to hide the background image, and add your other image back so it drops below the text, or just hide it completely. I wasn’t sure which way you would want to go.
    If you don’t like this solution, feel free to use the page Revisions to revert back, and remove the css from the General Styling > Quick CSS field
    2017-12-02_165230

    Best regards,
    Mike

    Hi,
    I did a reset and imported the demo, it seems to be working now. Please check.

    Best regards,
    Mike

    in reply to: Button link contact form #884193

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .page-id-1500 .tabcontainer .tab {height: 111px !important; }
    .page-id-1500 .tabcontainer .tab_content {min-height: 880px !important; }

    Best regards,
    Mike

    Hey joyofstcroix,
    I see your page is show the shortcode

    [av_codeblock wrapper_element=” wrapper_element_attributes=”]

    and not the cart.
    You need to set the page as checkout page on WooCommerce > Settings > Checkout > Checkout Pages panel. Use this shortcode:

    [woocommerce_checkout]

    Best regards,
    Mike

    in reply to: How To Add Custom Html To A Page? #884182

    Hi,
    To use the Ultimate Member plugin to hide the page content you will enable the advanced layout builder debugger and add the shortcode before and after the debug code.
    Page when logged it:
    2017-12-02_130808
    Page when logged out:
    2017-12-02_130647
    Layout builder:
    2017-12-02_130926

    Best regards,
    Mike

    in reply to: Fullscreen Slider – Aligning the Image #884178

    Hi,
    Your image seems to be cropped by the url, see direct link to your image in Private Content area.
    Are you using a url to your image, it doesn’t seem to be uploaded to your site?
    Try uploading it to your media folder and adding it to your slider. Also try scaling it to 2560px wide and cropping it to 734px high
    Best regards,
    Mike

    in reply to: Some Problems with Enfold and TEC #884176

    Hi,
    I found that by default, Featured Images are not displayed with each event in the Events List widget. But the Events Calendar knowledge base offers some code to enable it. Read more here: Add thumbnails to upcoming events List Widget

    Best regards,
    Mike

    in reply to: Custom Header #884173

    Hi,
    Try changing your iframe width and height to show the full area of the page you would like to see, such as: width=”1000″
    Then set the scale of the iframe so it will scale down to the size you would like.
    To do this try this code in the General Styling > Quick CSS field:

    .black {transform: scale(.5,.5)!important; }

    Please see screenshot in Private Content area

    Best regards,
    Mike

    in reply to: Button link contact form #884167

    Hi,
    It is pointing to http://www.your-site.dk/velkommen page which is not there anymore, I removed velkommen from the link and it now works.

    Best regards,
    Mike

    in reply to: having issues while importing some of themes #884163

    Hi,
    Did it work as expected? Shall we close this?

    Best regards,
    Mike

    in reply to: TIMING OUT CONSISTENTLY. #884162

    Hi,
    Typically your host does that for you.
    Are you still having the same issue?

    Best regards,
    Mike

    Hi,
    Please try changing the PHP Post Max Size with this code in your .htaccess file:

    php_value post_max_size 50M

    and asking your host to enable the PHP ZipArchive Extension
    You can see these errors in LayerSlider > System Status
    Then use a plugin like WordPress Reset to reset your site back and try reinstalling the demo.

    Best regards,
    Mike

    in reply to: TIMING OUT CONSISTENTLY. #884144

    Hi,
    Did you make changes to your mod_sec, or did your site update to WP v4.9.1?
    I was able to make changes to your homepage with no issues, and change back.
    Please check and advise if you still have issues.

    Best regards,
    Mike

    Hi,
    You can change the text by going to Enfold Theme Options > Header > Extra Elements > Phone Number or small info text
    2017-12-02_083859
    To make the text red I added this code in the General Styling > Quick CSS field:

    #top #wrap_all .header_color.av_header_transparency .phone-info.with_nav span {color: red !important;}

    2017-12-02_084515

    Best regards,
    Mike

    in reply to: Layer Slider WP purchase Code #884137

    Hey med,
    You can’t activate the built in LayerSlider, nor is there a need to.
    Your issue is most likely a plugin conflict, Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
    On a clean install this issue doesn’t occur:
    2017-12-02_082905

    How LayerSlider Updates work in Enfold
    The bundled version of LayerSlider will be updated with theme updates, which we do depending on our own release cycle and depending on critical updates. The users cant update the bundled version of the layerslider, even if actived.
    However, if a user wishes to update before the next theme update, they can simply purchase a copy of the layerslider on codecanyon, upload it as a plugin and activate it. It will then overwrite the bundled version, and then the user is in full control of LayerSlider updates.
    There is no need to deactivate the bundled version, it automatically detects if the plugin version is active and disables itself.

    Best regards,
    Mike

    in reply to: having issues while importing some of themes #884132

    Hi,
    I have created a “enfold restaurant one page” export for you using All-in-One WP Migration.
    Please see zip in Private Content area with export & login.

    Best regards,
    Mike

    in reply to: Delay to display the title. #884126

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Need Help with Layout of Fullwidth Easy Slider on Mobile #884125

    Hi,
    I adding the above code to your General Styling > Quick CSS field, and tested on my Android & Screnfly iPhone 6/7, seems to be working good with the buttons side by side. Please see screenshots and link in Private Content area, and check on your device.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Side Menu – Changing Logo Size and submenu settings #882169

    Hi,
    When you tried the code for the logo, did it look like the screenshot in Private Content area?
    Would that be good? Do you have a caching plugin & did you try clearing your browser cache?

    Best regards,
    Mike

    in reply to: How to maker LayerSlider WP responsive? #882162

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 30 posts - 30,601 through 30,630 (of 34,552 total)