Forum Replies Created

Viewing 30 posts - 57,151 through 57,180 (of 67,479 total)
  • Author
    Posts
  • in reply to: Blog Breadcrumbs Displaying Post Title Twice #297638

    Hey!

    Glad it is fixed. :)

    Best regards,
    Ismael

    in reply to: Margins of Partner/Element Logos #297637

    Hey!

    Thank you for the screenshot.

    Adjust the min height of the color section with this:

    .avia-section {
    min-height: 50px;
    }

    Best regards,
    Ismael

    in reply to: Different Colors On Table Column Headers #297636

    Hi Frank!

    Thank you for using the theme.

    Actually he’s using a very old version of Enfold which applies an id to each table column. If you can provide us with a screenshot on how you want the table to look like, we’ll try to give you a css solution. We can apply the css child pseudo selectors in order to apply different colors for each heading rows.

    Cheers!
    Ismael

    in reply to: New to Enfold, have a few questions #297551

    Hi bethiebfit!

    Thank you for using the theme.

    1.) Insert the social icons on a column layout.

    2.) Select the thumbnail size on Slideshow Image and Video Size. It is better to resize your images to the same ratio before uploading it to the slider.

    3.) Use this to remove the header border:

    #header_main {
    border: none;
    }
    
    .html_header_top.html_header_topbar_active.html_header_sticky #top #main {
    padding-top: 117px;
    }

    4.) What specific pictures are you referring to? If you’re using the image element, set the Image Link? to No Link.

    Cheers!
    Ismael

    in reply to: Improved Include Page #297549

    Hey mercator62!

    Thank you for visiting the support forum.

    Have you tried adding the shortcode on a text block?

    Cheers!
    Ismael

    in reply to: Honeypot for Gravity Forms #297548

    Hey!

    Would love to hear about this too. :)

    Cheers!
    Ismael

    in reply to: Really Easy Full Width Slider #297545

    Hi codecreative!

    Thank you for using the theme.

    Yes, I think it is better to hide the easy slider on mobile device especially if you attach the text on the image itself. Add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .avia-slideshow.avia-slide-slider {
    display: none;
    }
    }

    If you want to remove the slideshow on a specific page, please post the page url here so that we can inspect it.

    Regards,
    Ismael

    in reply to: Add table style #297542

    Hey spavli2!

    Thank you for using the theme.

    Use the table element then add this on Quick CSS or custom.css to remove the border and background color:

    .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
    background: transparent;
    border: none;
    }
    
    .main_color tr:nth-child(even), .main_color .avia-data-table .avia-heading-row .avia-desc-col, .main_color .avia-data-table .avia-highlight-col, .main_color .pricing-table>li:nth-child(even), body .main_color .pricing-table.avia-desc-col li {
    background-color: transparent;
    border: none;
    }

    Best regards,
    Ismael

    in reply to: Enfold featured product slider #297541

    Hi profumopuntoit!

    Thank you for using the theme.

    You need to install the woocommerce plugin then look for the Plugins Addition panel on the advance layout builder or the shortcode wand.

    Cheers!
    Ismael

    in reply to: Google analytics code #297537

    Hi!

    I actually tested the same code as Dude suggested before but it doesn’t work on my end. Not sure why it works on his installation. So for everyone who wants the ga code in the header, you can try either of the suggested snippets above.

    Regards,
    Ismael

    in reply to: Parallax effect #297530

    Hi Denis!

    Thank you for using the theme.

    Are you referring to the color section? You can set the Background Attachment to parallax or fixed on the color section option.

    Best regards,
    Ismael

    in reply to: Image overlay on any image #297524

    Hi!

    I’m sorry but it’s not possible to add overlay effect on the google markers without modifying the core theme files. If necessary, please hire a freelance developer to add the overlay effect on google map markers. You can visit Envato Studio or Werkpress for further customization.

    Cheers!
    Ismael

    in reply to: Enfold Combine, Minify, Gzip – JS CSS #297516

    Hey bitsoul!

    Thank you for using the theme.

    Please use this plugin in order to minify the scripts: https://wordpress.org/plugins/bwp-minify/

    You can also use the minify settings on W3 Total Cache plugin.

    Best regards,
    Ismael

    Hey!

    Thank you for the info.

    Please add this on Quick CSS or custom.css:

    .avia-menu-fx .avia-arrow-wrap {
    visibility: visible;
    }

    Regarding the social media, did you add any files on the child theme folder, specifically the header.php? Copy the file again then re-create the modification.

    Best regards,
    Ismael

    in reply to: Masonry blog layout #297508

    Hi!

    Thank you for using the theme.

    Right now, you can only select the layout of the masonry element on the Size Settings. Play around with the settings to see what suits you best. Regarding the gap, configure the masonry element then look for the Gap between elements setting.

    In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)

    Regards,
    Ismael

    in reply to: Woocommerce catalog option #297503

    Hi waterman68!

    Thank you for using the theme.

    Honestly, we haven’t tested the plugin but if you want to have a catalog version of woocommerce, you can easily hide the add to cart buttons and checkout, cart page etc using CSS. For example, hide the price, add to cart button with this:

    span.price {
    display: none !important;
    }
    
    .avia_cart_buttons.single_button {
    display: none !important;
    }
    
    .avia_cart_buttons {
    display: none !important;
    }

    Regards,
    Ismael

    in reply to: Changing Menu Font #297499

    Hi!

    Thank you for the screenshot.

    Please try this one:

    .avia_textblock > * {
    color: red !important;
    font-size: 16px !important;
    }

    Regards,
    Ismael

    Hi!

    Glad you found a fix. :)

    Regards,
    Ismael

    Hey!

    Glad you figured it out. If you still have questions, let us know.

    Cheers!
    Ismael

    in reply to: How to modify the comment fields? #297494

    Hi set70!

    Thank you for using the theme.

    I’m sorry but can you please show us a screenshot. Are you referring to the allowed tags on the comment field? Add this on Quick CSS or custom.css:

    p.form-allowed-tags {
    display: none;
    }

    Regards,
    Ismael

    in reply to: Vertical Dotted Line #297492

    Hey srmathis!

    Thank you for visiting the support forum.

    I’m not sure why the blog layout is broken but you can adjust the left padding of the entry content with this on Quick CSS or custom.css:

    #top .fullsize .template-blog .post .entry-content-wrapper {
    padding-left: 100px;
    }

    Best regards,
    Ismael

    in reply to: Conflict with Enfold and ACF #297487

    Hey storyboardsolutions!

    Thanks for writing in!

    Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.

    Thank you for your understanding.

    Cheers!
    Ismael

    in reply to: Custom sidebar menu #297485

    Hi!

    Thank you for the info.

    I’m sorry but we really need to inspect the actual website in order to give you a proper css solution. If possible, please post a screenshot of how you want the menu to look like in the end.

    Cheers!
    Ismael

    in reply to: Header Phone Number/Extra Info #297483

    Hey!

    Thank you for the info.

    Please use this instead:

    .phone-info {
    margin-left: -15px !important;
    }

    Cheers!
    Ismael

    in reply to: How to add Roboto font #297481

    Hey connect4consulting!

    Thank you for visiting the support forum.

    Roboto font is already available on Enfold > General Styling > Heading font. If you want to use it as Body font, add this on functions.php:

    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Roboto'] = 'Roboto';
    return $fonts;
    }

    Select the Roboto font on Enfold > General Styling > Defines the Font for your body text.

    Cheers!
    Ismael

    in reply to: Image changing in megamenu #297478

    Hey mikel!

    Thank you for using the theme.

    Yes, it is possible to add images with rollovers on megamenu but, unfortunately, this particular request is beyond the scope of support and is not a theme related issue. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Envato Studio or Werkpress for further customization. You can look for image rollover tutorials on google.

    Best regards,
    Ismael

    in reply to: Change Magazine Hero Image Size #297476

    Hi!

    I tested Dude’s code on my installation and it works fine without errors. Please post the whole functions.php with the suggested code on pastebin.com.

    Best regards,
    Ismael

    in reply to: Social Sharing Buttons #297474

    Hey!

    Glad it is fixed. If you still have questions, let us know.

    Cheers!
    Ismael

    in reply to: Fixed button #297473

    Hey SzymonDomagala!

    Thank you for using the theme.

    Unfortunately, this particular request is beyond the scope of support and is not a theme related issue. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.

    You can try plugins like the following:

    https://wordpress.org/plugins/m-wp-popup/
    https://wordpress.org/plugins/wordpress-popup/
    https://wordpress.org/plugins/optin-revolution/

    Regards,
    Ismael

    in reply to: Posts parent to Blog Page #297470

    Hi!

    Glad you figured it out. Still not sure about your inquiry though. Anyway, if you still have questions, let us know.

    Cheers!
    Ismael

Viewing 30 posts - 57,151 through 57,180 (of 67,479 total)