Forum Replies Created

Viewing 30 posts - 3,271 through 3,300 (of 82,624 total)
  • Author
    Posts
  • in reply to: Split Menu not working across all browsers/systems #1334965

    Hi,

    Glad you figured it out and thanks for the update :)

    Let us know if you have any other questions and enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: Split Menu not working across all browsers/systems #1334963

    Hi,

    Glad you figured it out and thanks for the update :)

    Let us know if you have any other questions and enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: Approved theme for Woo #1334943

    Hey Magnus,

    Thanks for contacting us!

    Only free themes and themes that were created by WooCommerce are included in that list. Premium themes like Enfold are not included however Enfold is fully compatible with WooCommerce :)

    Best regards,
    Yigit

    in reply to: Increase spacing between Icon List item paragraphs #1334707

    Hey,

    Thanks for contacting us!

    Please edit your Icon List element and give it a custom ID in Advanced > Developer Settings tab (“my-custom-id” in example below) and then add following code to bottom of Quick CSS field in Enfold theme options > General Styling

    #top #my-custom-id li { margin-bottom: 30px; }

    Cheers!
    Yigit

    in reply to: Enable previous and next page? #1334693

    Hi Julio,

    It seems like they manually added buttons to navigate to previous and next pages :)

    Best regards,
    Yigit

    in reply to: Header Text Widget #1334689

    Hi,

    To increase font size of the widget title, please use

    #header .widgettitle {
      font-size: 26px; 
    }

    and to increase font size of the widget text, please use

    #header .textwidget {
      font-size: 20px; 
    }

    Best regards,
    Yigit

    in reply to: Easy slider issue #1334682

    Hi,

    I went to Quick CSS and removed the code Ismael shared. It should be pasted into the bottom of Functions.php file of your child theme.

    Theme Editor is still not accessible so we could not add the code for you.

    Could you please post FTP logins here privately so we can add it via FTP?

    Best regards,
    Yigit

    in reply to: Post title size and color #1334681

    Hi,

    Thanks for contacting us!

    You can go to Enfold theme options > Advanced Styling and edit “H3” tagged elements. If you are going to need to separately edit post titles, you can edit your element, go to Advanced > Developer Settings tab and give your element a custom ID (“my-custom-id” in example below) and then add following code to bottom of Enfold theme options > General Styling > Quick CSS field

    #my-custom-id h3 { color: orange; font-size: 24px; }

    Best regards,
    Yigit

    in reply to: Header Text Widget #1334680

    Hey,

    I added following code to bottom of Quick CSS field to turn the background color to transparent

    #top #wrap_all #header #header_main .inner-container .widget {
      background-color: transparent;
    }

    You can add following code to Quick CSS to change font color to white but since you are using white header, applying following code would make the text invisible

    #header .widgettitle {
      color: white;
    }

    Cheers!
    Yigit

    in reply to: Gigpress plugin #1334679

    Hi Edwin,

    Thanks for contacting us!

    It is done with custom CSS. Please see private content field below for more information :)

    Best regards,
    Yigit

    in reply to: How to lower the main blocks on the homepage for mobile? #1334435

    Hi,

    I could reproduce the issue. Refreshing the page helps however that should not be necessary.

    Could you please try disabling JS file merging and compression in Enfold theme options > Performance and check if that helps?

    Best regards,
    Yigit

    in reply to: How remove beginning separator in Breadcrumbs #1334433

    Hey,

    Thanks for contacting us!

    Please add following code to bottom of Functions.php file of your child theme to remove Home from breadcrumbs

    add_filter('avia_breadcrumbs_args', 'avia_change_home_breadcrumb', 10, 1);
    function avia_change_home_breadcrumb($args){
    $args['show_home'] = false;
    return $args;
    }

    Best regards,
    Yigit

    in reply to: Footer widgets does not show-up #1334431

    Hi,

    You are welcome, Klaus-Peter! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: How to lower the main blocks on the homepage for mobile? #1334426

    Hi,

    Yes, you can use the previous code as following instead

    #top #full_slider_2 .avia-slideshow-button {
      float: right; 
      margin-top: 0 !important;
    }

    If you need to adjust further, you can add following code as well

    #top #full_slider_2 .avia-caption-title + br {
      display: none;
    }

    Best regards,
    Yigit

    in reply to: How to lower the main blocks on the homepage for mobile? #1334421

    Hi,

    Please add following code to bottom of Quick CSS field

    #top #full_slider_2 .avia-slideshow-button {
      float: right; 
    }

    :)

    Best regards,
    Yigit

    in reply to: Page displays improperly #1334416

    Hi,

    Thanks for the update!

    Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: Footer widgets does not show-up #1334415

    Hi,

    I added following code to bottom of Style.css of your child theme as well.

    @media only screen and (max-width: 480px){
    .responsive #top #wrap_all .av-logo-container {
      margin: 0;
      width: 100%;
      max-width: 100%;
    }}

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Enfold deleting my content if I make any edits #1334414

    Hey,

    Thanks for contacting us!

    I created a private copy of your English page and tried editing the text in columns however it worked fine. I attached the link of the page in private content field below.

    That issue usually occurs when there is broken HTML on the page. I could not find any broken HTML on your page either. Have you figured it out already? :)

    Best regards,
    Yigit

    in reply to: Footer widgets does not show-up #1334411

    Hi Klaus-Peter,

    I added following code to bottom of Style.css file of your child theme

    @media only screen and (max-width: 990px){
    .avia-menu.av-main-nav-wrap {
      margin-right: 0 !important;
    }}

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Error in helper-privacy.php…. #1334409

    Hi,

    We will keep the thread open and wait to hear from you :)

    Best regards,
    Yigit

    in reply to: Error in helper-privacy.php…. #1334405

    Hi,

    Our devs suggested us to update helper-privacy.php file however FTP logins are not working for me and when I try to go to your WP dashboard, I get “The page isn’t redirecting properly” error.

    Could you please go to Appearance > Editor and edit /enfold/includes/helper-privacy.php file and replace it with following – https://raw.githubusercontent.com/KriesiMedia/enfold-library/master/temp_fixes/Enfold_4_8_8_1/core/helper-privacy.php?

    If you would like us to update the file, please check FTP logins once again :)

    Best regards,
    Yigit

    in reply to: Little bar above navigation is not shown on smartphone #1334404

    Hi Grobi,

    You are welcome! We hope you enjoyed your holidays :)

    Could you please go to Enfold theme options > Performance and disable CSS file merging and compression, save theme options, refresh your page a few times and check if that helps? If it does not, please create temporary admin logins and post them here privately so we can look into it :)

    Best regards,
    Yigit

    in reply to: How to lower the main blocks on the homepage for mobile? #1334403

    Hi,

    Have you found a solution for point 2 as well? Font size is 12px and it looks fine on my end, I attached a screenshot in private content field.

    If you would like to decrease the size even more, please add following code to bottom of Quick CSS field in Enfold theme options > General Styling tab

    #top #full_slider_2 .avia-slideshow-button {
      font-size: 10px !important;
    }

    Best regards,
    Yigit

    in reply to: One page menu bug #1334400

    Hi,

    You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: How to lower the main blocks on the homepage for mobile? #1334366

    Hey,

    Thanks for contacting us!

    1- Please edit your Color Section element that contains your 3 blocks and go to Advanced > Developer Settings and give it a custom ID (“my-custom-id” in example below) and then add following code to bottom of Quick CSS field in Enfold theme options > General Styling

    @media only screen and (max-width: 990px) { 
    #top #my-custom-id .flex_column_table {
      margin-top: 0;
    }}

    2- You can duplicate your Slider element, choose to display different slide image in your duplicated slider and then edit your element and go to Advanced > Responsive and choose to hide duplicated slider on desktop and choose to hide your existing slider on mobile.

    3- You can edit your slide and go to Styling > Font Sizes and choose different font sizes for different screen sizes – https://imgur.com/a/XbHsUlM :)

    Best regards,
    Yigit

    in reply to: Change bar above header, possible? #1334359

    Hi,

    We are glad that Ismael could help you out!

    Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: One page menu bug #1334358

    Hi,

    Thanks for the information!

    I updated Enfold to the latest version 4.8.8.1 and that helped. Please review your website :)

    Best regards,
    Yigit

    in reply to: URGENT: Header image gone #1334353

    Hey,

    Thanks for contacting us!

    Videos in sliders are disabled on mobile due to incompatibility issues on mobile browsers. Please edit your slider and set a fallback image for mobile devices.

    Regards,
    Yigit

    in reply to: Support auf deutsch #1334338

    Hallo Friedl,

    Thanks for contacting us!

    We have German speaking developers and all of our English speaking moderators can reply to you using Google Translate so please feel free to post your questions in German :)

    We do not have a demo site in German but you can simply switch the language to German in WordPress settings and German language files included in Enfold will be activated.

    If you would like to create a multilingual site, you can use WPML plugin which is fully compatible with Enfold.

    Enfold license costs $59. 6 months of support and lifetime update is included in your purchase. Renewing support after 6 months is optional but you will receive theme updates.

    Enfold is fully compatible with WooCommerce Bookings plugin – https://woocommerce.com/products/woocommerce-bookings/

    Unfortunately it seems like WooCommerce Bookings plugin does not offer accessing the same calendar with Airbnb and Booking.com. Alternative plugin – https://yithemes.com/themes/plugins/yith-woocommerce-booking/ seems to offer it – https://support.yithemes.com/hc/en-us/articles/360012692793-Are-Bookings-synchornized-with-2-way-sync-with-external-services-. Since we have not officially tested Enfold with Yith WooCommerce Booking plugin, please contact plugin authors and ask them if they had any experience with Enfold to be on the safe side.

    WooCommerce supports PayPal and bank transfer payments out of the box. If you would like to add additional payment methods, you can easily find 3rd party plugins.

    I hope that helps! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: Layerslider Buttons problem #1334332

    Hey,

    I just checked your website on Firefox, Chrome, Safari and Opera but buttons show up fine on my end and assets are loaded via CDN. I attached screenshots in private content field below. I do think this is cache related as well :)

    Regards,
    Yigit

    • This reply was modified 4 years, 2 months ago by Yigit.
Viewing 30 posts - 3,271 through 3,300 (of 82,624 total)