Forum Replies Created

Viewing 30 posts - 20,671 through 20,700 (of 82,625 total)
  • Author
    Posts
  • in reply to: CTA Buttons Hidden on Mobile Devices #803940

    Hi!

    You can edit your Grid Row element on Services page and choose to display cells on mobile just like they are on desktop :)

    Best regards,
    Yigit

    in reply to: Blog Slider Preview Exerpt #803939

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .balao-portfolio .image-overlay {
        display: none!important;
    }
    

    Best regards,
    Yigit

    in reply to: I just created a Child theme #803937

    Hi!

    It seems like you are adding function “enfold_customization_header_widget_area” twice in your child themes functions.php file. Please go to wp-content/themes/enfold-child/functions.php file and make sure that is not the case.

    Cheers!
    Yigit

    in reply to: What do i do after i buy a theme i like? #803936

    Hey Marcus!

    Thanks for contacting us!

    Currently Enfold theme is the most popular, powerful, flexible and user friendly theme we have ever created therefore we would recommend you that one.
    Enfold is fully compatible with WPML. You can easily turn site into a multilingual one.

    Enfold is also fully compatible with WooCommerce, which you can use to add e-commerce functionality to your website.

    You can import one of Enfold demos with a single click in Enfold theme options > Demo Import within a few minutes and start working on your website right away.

    Enfold uses Advanced Layout Builder ( please go to – http://kriesi.at/documentation/enfold/videos/ and check out “Intro to the Advanced Layout Editor” video to see how it works. Currently there are many more elements on ALB and we are adding new ones with major updates).

    Enfold is $60 on ThemeForest and comes with a 6 month support, you can extend it to a year. After purchasing Enfold, you can register to our support forum – https://kriesi.at/support/register/ and start a new thread whenever you have a question or an issue and we will gladly try to help you.

    Let us know if you have any other questions! :)

    Best regards,
    Yigit

    in reply to: Menu base alignment #803935

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #top #header_main > .container .main_menu .av-main-nav > li > a {
        line-height: 150px;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    in reply to: Blog Slider #803932

    Hey!

    It seems like you figured out how to change background color using following code

    #top .all_colors .image-overlay {
        background-color: #f7c5da;
    }

    And to adjust the arrows, please add following code to Quick CSS

    #blog .avia-content-slider {
        overflow: visible;
    }
    .avia-content-slider .avia-slideshow-arrows a.next-slide {
        right: -5%!important;
    }
    .avia-content-slider .avia-slideshow-arrows a.prev-slide {
        left: -5%;
    }

    Regards,
    Yigit

    in reply to: I just created a Child theme #803920

    Hey Blaise,

    Please cut only the changes you made on parent themes functions.php file and paste them into your child themes functions.php file and then copy modified comments.php file to your child theme :)
    Also, for translations see – http://kriesi.at/documentation/enfold/child-theme-translations/ and for modified ALB elements see – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/

    Best regards,
    Yigit

    • This reply was modified 8 years, 10 months ago by Yigit.
    in reply to: How to modify magazine immages size #803894

    Hey!

    Please adjust “Dimensione miniatura” image sizes and then regenerate thumbnails :)

    Regards,
    Yigit

    in reply to: Menu base alignment #803885

    Hey!

    Can you please post a link to your website as well so we can provide you an accurate solution? :)

    Regards,
    Yigit

    in reply to: Menu base alignment #803870

    Hey Cipriana,

    Seems like we have not received your screenshot. Can you please try uploading it on imgur.com or Dropbox public folder and post the link here with a link to your website? :)

    Best regards,
    Yigit

    in reply to: Remove space between paragraphs on full screen slider #803867

    Hi Jeff,

    Glad Rikard could help! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

    in reply to: Masonry Gallery hover Color #803862

    Hi,

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content * {
        color: black;
    }
    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
        margin: 40px;
        width: 80%;
        height: 80%;
        background: rgba(255,255,255,0.5);
    }

    Best regards,
    Yigit

    • This reply was modified 8 years, 10 months ago by Yigit.
    in reply to: Center slider image on mobile site #803859

    Hi!

    Can you please try adding following code to Quick CSS as well

    @media only screen and (max-width: 767px) {
    #team-color-section .av-parallax-inner.main_color.avia-full-stretch { 
    background-size: contain !important; }}

    Regards,
    Yigit

    in reply to: Please contribute and translate Enfold #803855

    Hi Roger,

    Thanks a lot for your effort and contribution. I have forwarded it to our devs :)

    Edit: I noticed there are 9,300 additions and 16,020 deletions. Have you edited existing file and made the additions or made the translation from scratch? :)

    Best regards,
    Yigit

    • This reply was modified 8 years, 10 months ago by Yigit.
    in reply to: Center slider image on mobile site #803853

    Hi,

    Can you please try using following code

    @media only screen and (max-width: 767px) {
    #team-color-section .av-parallax-inner.main_color.avia-full-stretch {
        position: relative;
        top: 60px;
    }}

    Best regards,
    Yigit

    in reply to: Adjust Modal Window Size #803849

    Hey!

    You are welcome Jas! Let us know if you have any other questions or issues!

    Cheers!
    Yigit

    in reply to: How to modify magazine immages size #803848

    Hi,

    You can change custom CSS code to following one

    .av-magazine-thumbnail {
        width: 285px;
        height: auto;
    }

    Regarding cut off images, we would recommend you to upload them in proportional sizes or to change image size again using the plugin. In that case, please do not forget to regenerate thumbnails after saving the changes :)

    Best regards,
    Yigit

    in reply to: CTA Buttons Hidden on Mobile Devices #803846

    Hi,

    Can you please try using following code instead

    @media only screen and (max-width: 768px) {
    .responsive #top .flex_column_table {
        margin-top: 0!important;
    }}

    Best regards,
    Yigit

    Hi,

    I can reproduce it only on my iphone and not on browser however that scroll is necessary since if it was fixed, your visitors would not be able to scroll down to fill all the fields on mobile :)

    Best regards,
    Yigit

    in reply to: Adjust Modal Window Size #803843

    Hi Jasmer,

    Welcome back! :)

    I tried a few tricks including adding custom CSS with jQuery however those did not work either. Since content is provided through external source, custom CSS would not apply. You can try contacting plugin authors in case they have a solution :)

    Best regards,
    Yigit

    in reply to: Responsive Issue #803836

    Hi,

    You are welcome dear Sadegh! Always happy to help :) Let us know if you have any other questions or issues!

    Best regards,
    Yigit

    Hi Tony,

    I tried downgrading Enfold version so LayerSlider would work however it still gave LayerSlider related PHP error. I saw that almost on every page you are using LayerSlider so deactivating it is not the best solution for you but it should be fixed as soon as you upgrade PHP version.

    Best regards,
    Yigit

    in reply to: How to modify magazine immages size #803209

    Hi,

    Sorry, it should have been “thumbnail” sizes. I have corrected it and regenerated thumbnails. Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-magazine-thumbnail {
        width: 285px;
        height: 285px;
    }

    and adjust as needed

    Best regards,
    Yigit

    Hi,

    I tried downgrading Enfold version to 4.0.2 but it still did not load correctly.
    I currently deactivated LayerSlider by adding following code to Functions.php file in Appearance > Editor

    add_theme_support('deactivate_layerslider');

    Again, we would recommend you to upgrade PHP version. In the meantime, you can remove LayerSlider from your pages and layout would be fixed.

    Best regards,
    Yigit

    in reply to: SOCIAL ICON ON MOBILE #803182

    Hi!

    You are welcome mleite1 :) Enjoy your weekend

    Best regards,
    Yigit

    in reply to: "Share on Xing" for blogposts #803177

    Hey Tilman,

    We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)

    Best regards,
    Yigit

    in reply to: Masonry Gallery on wide screens #803175

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (min-width: 1340px) {
    .av-masonry-entry {
        width: 16.6%;
    }}
    

    Best regards,
    Yigit

    in reply to: SOCIAL ICON ON MOBILE #803166

    Hi,

    Yes, but here goes a simplified version :)

    /*SOCIAL ICONS MOBILE*/
    @media only screen and (max-width: 767px) {
    .av_icon_active_right .social_bookmarks { padding: 0!important; }
    .responsive #header .social_bookmarks li {
    border-color:#120A2A !important;
    }
    .responsive #top #header_meta .social_bookmarks li a {
    background: #120A2A !important
    color: white !important
    }
    }

    Best regards,
    Yigit

    in reply to: How to add Yelp icon to social profiles #803150

    Hey,

    I have corrected your code and now icon shows up however there is no Yelp icon. Please refer to this post – http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/ and then adjust the code accordingly

    Regards,
    Yigit

    in reply to: Keeping navigation on one line #803148

    Hi!

    In that case, we would recommend you to refer to these posts – http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/ and http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/. Currently there is simply no space.

    Alternatively, you can add following code to Quick CSS and decrease menu font size at certain screen size

    @media only screen and (max-width: 1400px) { 
    .main_menu ul:first-child > li > a {
        font-size: 13px;
    }}

    Cheers!
    Yigit

Viewing 30 posts - 20,671 through 20,700 (of 82,625 total)