Forum Replies Created

Viewing 30 posts - 82,141 through 82,170 (of 82,578 total)
  • Author
    Posts
  • in reply to: No menu #162578

    Hi,

    You said “there is no logo and no responsive menu”, I checked your website and I saw responsive menu on your website and i could not see your logo. So i gave you the code to display it. You can simply remove it to hide it again.
    The newest version of Enfold is version 2.1. Version you use is 2.0.1. Can you once again update your theme with a fresh download from ThemeForest and update it via FTP?
    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
    If issue remains after updating via FTP and deacivating plugins, i will tag rest of the support team

    Regards,
    Yigit

    in reply to: Add Video #162575

    Hi,

    In Advanced Layout Editor you should add Video under Media Elements. Then click on Video element and insert your link in the first line http://i.imgur.com/yQaogff.jpg

    Regards,
    Yigit

    in reply to: Modify Contact Form CSS options #162574

    Hi,

    You can target background of text inputs with following CSS. Please add it to Quick CSS in Enfold theme options under Styling
    #top .main_color input[type='text'] { background-color: red; }

    Regards,
    Yigit

    in reply to: Horizontal Contact Form #162571

    Hi Jasmine,

    You currently have contact form on 1/3 column and slider on 2/3 column. Can you firstly insert them in the same column?

    Regards,
    Yigit

    in reply to: No menu #162570

    Hi,

    When i inspect the elements on your website i see that logo has display: none style. Please add following code to Quick CSS in Enfold theme options under Styling or to Custom.css file in Enfold > Css folder.
    .logo.bg-logo { display: block!important; }
    Have you tried updating the theme via FTP and deactivating all plugins and check if issue remains?

    Regards,
    Yigit

    Hi Seth,

    Thanks for sharing and glad you figured it out!

    Regards,
    Yigit

    in reply to: Some of the gallery pictures don't show up correctly #162562

    Hi,

    Animation is triggered when thumbnails displayed and since you have 2 big thumbnails, they appear when both of them displayed

    Regards,
    Yigit

    in reply to: HEADER MENU NEEDS TO "STAND OUT" #162561

    Hi,

    It is possible but this customization is more than normal support covers. I could suggest you to hire a freelance developer on http://microlancer.com or http://themeforest.net/forums/thread/so-you-know-how-to-customize-a-template-and-want-to-make-some-money/24795?page=1

    Regards,
    Yigit

    in reply to: Preview image title and size #162542

    Hi K,

    1) Please add following code as well
    .main_color .grid-entry-title { text-align: center; }

    2) Please see this topic https://kriesi.at/support/topic/featured-image-size-2/

    3) It is your Gravatar picture. That is where you need to change it

    Regards,
    Yigit

    in reply to: Another centred header question #162524

    Hi,

    Can you post the link to your website please?

    Regards,
    Yigit

    in reply to: Changing Header #162523

    Hi,

    Can you post us the link from imgur? You can upload screenshots there and post the links in here

    Regards,
    Yigit

    in reply to: Icon Size #162465

    Hi Fabiana,

    Please add following code to decrease the font-size and center the icon
    .avia-icon-list .iconlist_icon { line-height: 25px!important; font-size: 20px!important; }
    Can you post a screenshot showing how you would like to align the text? You can use http://imgur.com/

    Regards,
    Yigit

    in reply to: Icon background #162447

    Hi,

    You can add right under following line in Custom.css file
    /* General Custom CSS */

    Regards,
    Yigit

    in reply to: Icon Size #162446

    Hi Fabiana,

    Please add following code to Quick CSS
    .avia-icon-list .iconlist_icon { height: 40px!important; width: 40px!important; line-height: 37px!important; margin-left: 12px!important; }
    .avia-icon-list .iconlist_content_wrap { text-align: center; }

    You should adjust height, width and line-height equally if you would like to increase or decrease icon sizes. Margin-left should be increase if you decrease the sizes of icons and vice versa

    Regards,
    Yigit

    in reply to: Icon background #162441

    Hi,

    You should not add any code to style.css but you should use Custom.css file instead. Located in Enfold > Css folder

    Regards,
    Yigit

    in reply to: Icon background #162432

    Hi,

    Can you try adding !important to force it?
    .main_color .pricing-table li.avia-heading-row { background-color: red!important; border-color: blue!important; }

    Regards,
    Yigit

    in reply to: Icon Size #162429

    Hi,

    Which icons exactly? And can you post the link to your website?

    Regards,
    Yigit

    in reply to: Drop Down Menu BG change #162427

    Hi,

    Can you create a temporary admin login and send me on

    Regards,
    Yigit

    • This reply was modified 8 years, 6 months ago by Yigit.
    in reply to: HEADER MENU NEEDS TO "STAND OUT" #162426

    Hi Voicepro,

    You can increase font size and change text color by adding following code to Quick CSS in Enfold theme options under Styling
    .sub_menu { font-size: 13px; }
    .sub_menu>ul>li>a { color: red!important; }

    I hope that helps you

    Regards,
    Yigit

    in reply to: Icon background #162420

    Hi,

    You would like to change the background color of pricing tables, right? If so, please add following code to Quick CSS
    .main_color .pricing-table li.avia-heading-row { background-color: red; border-color: blue; }
    .main_color .pricing-table li.avia-pricing-row { background-color: yellow; border-color: blue; }

    First one is for heading row and second one is for content section

    Regards,
    Yigit

    in reply to: Drop Down Menu BG change #162418

    Hi,

    Please try adding following code to Quick CSS in Enfold theme options under Styling
    #menu-item-3408 #top #header .avia_mega_div > .sub-menu, #menu-item-3454 #top #header .avia_mega_div > .sub-menu > li > ul li, #menu-item-3454 #top #header .avia_mega_div > .sub-menu > li > ul li, #menu-item-3455 #top #header .avia_mega_div > .sub-menu > li > ul li { background-color: red; }
    This should do it, if it does not, let us know

    Regards,
    Yigit

    in reply to: Icon background #162402

    Hi,

    Please add following code to Quick CSS in Enfold theme options under Styling
    .main_color .avia-icon-list .iconlist_icon { background-color: red!important; }

    Regards,
    Yigit

    • This reply was modified 11 years, 2 months ago by Yigit.
    in reply to: Icon list – changing text colour #162377

    Hi Judith,

    It looks like it works on my end http://i.imgur.com/gKVwQXG.jpg
    Please refresh your page couple of times

    Regards,
    Yigit

    in reply to: Testimonials in sidebar #162375

    Hi Mxm,

    You can create a Text/HTML widget in footer and copy/paste your testimonial shortcode there as
    [av_testimonials style='slider' columns='2' interval='5']
    [av_testimonial_single src='' attachment='' name='Name' subtitle='Subtitle' link='http://' linktext='']
    testimonial here
    [/av_testimonial_single]
    [/av_testimonials]

    Regards,
    Yigit

    in reply to: Promo Box Font Color #162369

    Hi,

    .page-id-3231 .main_color .av_promobox{
    background: #87b8d9;
    color:white!important;
    }

    This should do it

    Regards,
    Yigit

    in reply to: SmoothScroll #162335

    Hi,

    Can you post the link to your website please? I am not using mac, but other team members who are using may take a look

    Regards,
    Yigit

    in reply to: Icon list – changing text colour #162334

    Hi Judith,

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

    .main_color .iconlist_content { color: black !important; }

    you can change color by changing ‘black’ to any other color or colors hex value

    Regards,
    Yigit

    in reply to: Changing the logo based on screensize #162255

    Hi Michael,

    Please see this topic https://kriesi.at/support/topic/kriesi-logo/

    Regards,
    Yigit

    in reply to: Problems with responsive design #162253

    Hi,

    1) If you do not mind creating a temporary admin login and sending it to me on i can fix it

    2) You can choose “Responsive Layout Large” in General Settings to reduce margin on the right and left side

    3) It happens because you do not have many content on contact page so after sending message socket expands

    Regards,
    Yigit

    • This reply was modified 8 years, 6 months ago by Yigit.
    in reply to: Help with the Buttuns on smallar screens #162245

    Hi,

    You are welcome, glad we could help :) Let us know if you have any other questions

    Regards,
    Yigit

Viewing 30 posts - 82,141 through 82,170 (of 82,578 total)