Forum Replies Created

Viewing 30 posts - 4,201 through 4,230 (of 34,616 total)
  • Author
    Posts
  • in reply to: navigation highlight bar #1429293

    Hey Diana,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #header.av_header_transparency .avia-menu-fx {
        bottom: -1px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hey tcampaner,
    We can help with some css, please link to your page so we can examine the elements and let us know what color you want the text to be.

    Best regards,
    Mike

    in reply to: Compatibility problem with the new version #1429288

    Hey Mustafa,
    Glad to hear that you found the issue with your HTML codes in the title fields, this has been a issue for a long time as often users would forget to close the html tags and this will break the layout. This is probably what occurred on your site. This is also why the Dev Team added the warning with the link to the documentation page.
    Enfold_Support_4295.jpeg
    Which recommends using our Special Character Translation plugin that you can use to replace the html characters with safe characters, such as:

    < = ###lt### 
    >    =    ###gt### 

    Please use this method and see our documentation: Using special characters for further information.

    Best regards,
    Mike

    in reply to: Line at top of page. #1429286

    Hi,
    On your blue site the border has been removed with this custom css:

    .container_wrap {
        border-top: none !important;
    }

    You can remove it to show the border.

    Best regards,
    Mike

    in reply to: Line at top of page. #1429264

    Hey fanlokbun,
    Do you mean the line above the slider, or the line under the menu items?
    Perhaps a screenshot would help.
    I see a red line on the original, and a blue line on the duplicate.

    Best regards,
    Mike

    in reply to: Add text “Menu” below the hamburger icon on mobile #1429263

    Hi,
    Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hey GorillaBeats,
    Thanks for the link to your site, the product that I checked on your site was created with the Advanced Layout Builder and doesn’t use the default woocommerce product layout, so in this case the woocommerce added to cart message will not show. Unfortunately it is not an feature with a product created by the Advanced Layout Builder.
    If you wish you can use the default woocommerce product layout instead.

    Best regards,
    Mike

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Mobile cart product-quantity #1429257

    Hi,
    The quantity fields do not show on mobile by design, because there is not enough room.
    There is no setting to show it, if you want to show it please try the css above or try one of these:

    Best regards,
    Mike

    Hi,
    If you edit the register-portfolio.php file it will be overwritten with each update, so you will need to make this edit everytime, but you will not also need to add the code that we posted. You can do one or the other.

    Best regards,
    Mike

    in reply to: Some special needs: menue item, zoom/hover on image etc. #1429254

    Hi,
    If I understand what you mean, you can’t have more space between the image and the red block because together they make one portfolio grid element, changing the height will break the portfolio grid layout.
    I think your last question is asking to remove the screenshot above, so I did.

    Best regards,
    Mike

    in reply to: Theme update #1429252

    Hey Andreas Ventouras,
    Thank you for the link to your site but it seems to be down: http://ventourasgmail.com/
    Your site might be down if you have not updated it from 2015, as WordPress has changed a lot since then.
    You can download the latest version from your Theme Forest account, go to your products and next to the produce image to will see a drop down option to download the zip file.
    I’m not sure how you can give someone access to your Theme Forest account, try asking the Theme Forest support

    Best regards,
    Mike

    in reply to: Layerslider7 Will Not Autoplay YouTube Video #1429199

    Hey egouldmedia,
    Thank you for the link to your site, most browsers are quiet strict about auto playing videos now, the audio must be disable and iPhones are the strictest and may block completely.
    I created a test page linked below with your YouTube video in the LayerSlider with autoplay and “Play Muted” enabled and tested in Windows in Chrome, Firefox, Brave & Edge and on Android and it worked correctly. You can test on your device, but forcing workarounds are more limited these days.
    The settings I used in the LayerSlider was the Video layer:
    Enfold_Support_4287.jpeg
    with your YouTube video link and no added attributes:
    Enfold_Support_4291.jpeg
    and then choose “autopaly after opening” and the “Play Muted” enabled:
    Enfold_Support_4293.jpeg
    please give this a try.

    Best regards,
    Mike

    in reply to: “undefined” popup when open pages #1429197

    Hi,
    Glad to hear that you have found the issue, unfortunately we don’t have any experience with this plugin and we are limited to supporting third party plugins.
    Try checking with the plugin author if there is an issue with the latest WordPress or PHP version, or if there is a know workaround for this issue, as the author would know more about this than us. Unless there is anything else we can assist with on this issue, shall we close this thread then?

    Best regards,
    Mike

    in reply to: Product Short Description – Woo commerce #1429180

    Hi,
    Glad Nikko was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Credit where credit is due #1429179

    Hey Michelle,
    Recently another user was using the Co-Authors Plus plugin which allows multiple authors to be assigned to a post.
    Then they used this snippet:

    add_filter( 'the_author_posts_link', function( $markup ) {
    	if ( ! function_exists( 'coauthors_posts_links' ) ) {
    		return $markup;
    	}
    
    	ob_start();
    	coauthors_posts_links();
    	$output = ob_get_contents();
    	ob_end_clean();
    	return $output;
    } );

    to display the authors on the frontend:
    Enfold_Support_4181.jpeg
    The plugin has a Github page with code snippets that I believe you may be able to get the author image to show also, but you will need to do some testing. We are limited to the support we can provide for third party plugins, and I don’t use the ACF plugin so I can’t offer guidance with it, but I’m pretty sure that you could achieve what you want with ACF and a function snippet in your child theme functions.php
    Try looking on Upwork for a ACF expert, you could probably get it done fairly cheaply.

    Best regards,
    Mike

    in reply to: Breadcrumb does not show category #1429175

    Hey Michelle,
    On my test site my post breadcrumbs include the categories:
    Enfold_Support_4285.jpeg
    I believe that the Yoast SEO plugin overwrites the breadcrumbs as a option, if you are using this plugin please check the options.
    Otherwise try disabling all of your plugins. If that resolves the issue, reactivate each one individually until you find the conflict.

    Best regards,
    Mike

    in reply to: Make blog header span full width #1429174

    Hi,
    I see that the original featured image image is smaller than the full screen width, so first you will need to make this as large as your screen width.
    Then install the Simple Image Sizes plugin and adjust image size for entry_with_sidebar size and the featured size and turn off cropping
    and then use the Regenerate Thumbnails plugin to reset the thumbnail sizes, typically this plugin works better that the other plugin for regenerating thumbnails.
    If you have trouble try uploading a new image that is fullwidth with a different file name to ensure the new image size is working correctly.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Make blog header span full width #1429138

    Hi,
    Glad that this helped, the image may look pixelated because it is a featured image thumbnail (825px x 425px) shown at full screen, I didn’t notice it much on my screen, but if you have a larger screen you might notice it more.
    When I check the title is centered on the screen, but if you mean center align the text try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .single-post .big-preview.single-big .banner {
        text-align: center;
    }

    You can remove the image overlay in the Enfold Theme Options ▸ Advanced Styling ▸ Linked Image Overlay option:
    Enfold_Support_4279.jpeg

    Best regards,
    Mike

    in reply to: Button color #1429111

    Hi,
    To add the hover color, add this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.page-id-15  .main_color input[type='submit'].wpcf7-submit:hover {
      background-color: #b0c9ce;
      color: #01427a;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Posts Titles #1429110

    Hi,
    When I try the the Enfold Theme Options ▸ Advanced Styling ▸ H3 option as Ismael suggested it works correctly:
    Enfold_Support_4274.jpeg
    Enfold_Support_4277.jpeg
    But if you only want this font change on one page, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.page-id-30 .slide-entry-wrap h3.slide-entry-title {
    	font-size: 18px;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Button color #1429108

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.page-id-15  .main_color input[type='submit'].wpcf7-submit {
      background-color: white;
      color: #01427a;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Column with background will be cut off #1429107

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: AV-Gallery: line grid incomplete #1429105

    Hi,
    Glad Yigit was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
    PS: All page elements are in #top #wrap_all so this is correct.

    Best regards,
    Mike

    in reply to: Avis clients #1429080

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Content element “Icon Circles” #1429079

    Hey Roswitha,
    Please set the First Active Icon to the icon that you want to be active. It looks like you are only using one icon, so choose “1”:
    Enfold_Support_4270.jpeg
    then on the frontend the title and content will show after the animation:
    Enfold_Support_4272.jpeg
    To have a faster animation and disable the mouse-over events so the title doesn’t hide again, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .avia-icon-circles-icon-text {
        transition: all 0.1s cubic-bezier(0, 0, 0, 0);
    }
    #top .avia_start_animation .avia-icon-circles-icon {
        transition: all 0.1s 0.1s cubic-bezier(0, 0, 0, 0);
    }
    #top .avia_animation_finished .avia-icon-circles-icon-text {
    	opacity: 1;
    }
    #top .av-icon-circles-container {
    	pointer-events: none;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Mise à jour thème #1429077

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Avis clients #1429076

    Hey Sébastien,
    To correct this try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .home .avia-testimonial-wrapper {
    	min-height: 213px;
    }

    this makes the testimonial element height equal to the larest testimonial slide.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Cannot change font family #1429074

    Hi,
    Any setting in the Advanced Styling has priority, you could try using “default” or don’t use the Advanced Styling option, or set the Advanced Styling to the font you want to use.

    Best regards,
    Mike

Viewing 30 posts - 4,201 through 4,230 (of 34,616 total)