Forum Replies Created

Viewing 30 posts - 65,521 through 65,550 (of 82,625 total)
  • Author
    Posts
  • in reply to: Formatting issue #321861

    Hi Steamed!

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

    #top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper { max-width: 100%; }

    Cheers!
    Yigit

    in reply to: Can't work with Avia Builder #321859

    Hi avivitgolanschutz!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it?
    Have you tried de-activating all active plugins and check if that helps ?

    Cheers!
    Yigit

    Hi!

    You are welcome. Let us know if you have any other questions or issues! Have a nice weekend!

    Regards,
    Yigit

    in reply to: Problem with dinamic elements #321855

    Hey mlabayru!

    Please re-update Enfold to the latest version 2.9.2 via FTP and make sure to overwrite all files – http://vimeo.com/67209750
    Currently there is a JS error on shortcode file

    Best regards,
    Yigit

    in reply to: Footer Help #321540

    Hi!

    Please add following code to Quick CSS as well

    #footer { padding: 0; }
    .footer_color .avia-slider-testimonials .avia-testimonial-content, .avia-slider-testimonials .avia-testimonial-arrow-wrap { background-color: #888; color: red; }
    #footer strong.avia-testimonial-name { color: orange!important; }
    #footer span.avia-testimonial-subtitle { color: blue !important; }
    #footer .widgettitle { font-size: 20px; }

    I did not understand this questions clearly “How do I change the line color for the box of the testimonial area?”. Please elaborate

    Regards,
    Yigit

    in reply to: Too much spacing when viewing on mobile #321537

    Hey!

    Have you tried flusing browser cache on your mobile device? Top and bottom paddings are not decreased to 40px and to 20px instead of using default 50px

    Regards,
    Yigit

    in reply to: How do we center the main menu? #321531

    Hey!

    Please add following code to Quick CSS and adjust as needed

    .av-main-nav > li > a { padding: 0 25px; }

    Best regards,
    Yigit

    in reply to: Header keeps disappearing and image spacing #321529

    Hi!

    You can add following code to Quick CSS to display different version of your header background image on mobile

    @media only screen and (max-width: 768px) {
    .header_color .header_bg { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); }}

    your current background image is not playing well on mobile header as you can see. changing it should solve the issue :)

    Cheers!
    Yigit

    in reply to: Pgae and menu not loading #321427

    Hey runekjensen!

    I checked your website and ALB loaded fine on my end – http://i.imgur.com/LeNum54.png
    Have you figured it out already?

    Best regards,
    Yigit

    in reply to: Responsive issues on Tablet Portrait view #321424

    Hi!

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

    @media only screen and (max-width: 989px) and (min-width: 767px) {
    div .av_one_fourth {
    width: 48%;
    }}

    Cheers!
    Yigit

    in reply to: Header keeps disappearing and image spacing #321416

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 768px) {
    .header_color .header_bg { background-size: contain; }}

    Best regards,
    Yigit

    in reply to: container width #321414

    Hi!

    You are welcome Finlando. Glad i could help :) Have a nice evening

    Cheers!
    Yigit

    in reply to: Help with Plugin..hopefully #321413

    Hey lizybloom!

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

    .themify_announcement.bottom {
    left: 0;
    }

    Regards,
    Yigit

    in reply to: Remove add to cart from everywhere #321410

    Hey Pearwcz!

    Please add following code to Functions.php file in Appearance > Editor

    remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart' );
    			remove_action( 'woocommerce_single_product_summary', 'woocommerce_add_to_cart' );

    Regards,
    Yigit

    Hey!

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

    div .av_one_third {
    margin-left: 0;
    width: 30%;
    }
    body .column-top-margin {
    margin-top: 10px;
    }

    If that does not work as expected, please post the link to your website

    Best regards,
    Yigit

    in reply to: Footer Help #321392

    Hey mcraig77!

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

    #footer .widgettitle { color: black; font-family: arial; }
    #footer p, #footer a { font-size: 14px; }
    #footer { max-height: 200px; }
    #footer * { border-color: #628029!important; } 

    If that does not work, please post the link to your website

    Regards,
    Yigit

    in reply to: change font and letterspacing of main menu #321383

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .av-main-nav>li>a {
    letter-spacing: 1px;
    }

    You can use ’em’ instead of ‘px’

    Best regards,
    Yigit

    in reply to: Easy full width slider #321382

    Hey codecreative!

    1- Can you post a screenshot and show the changes you would like to make?
    2- Please see – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/

    Best regards,
    Yigit

    in reply to: Layerslider Disappearing in Working Space #321381

    Hey!

    Sorry for late reply! You can go to wp-content/themes/enfold and remove config-layerslider folder and it should work fine.

    Regards,
    Yigit

    in reply to: Updated and added Dummy pages #321377

    Hi!

    Please go to wp-content/themes/enfold/includes/admin folder and open register-admin-options.php file and find

    $avia_elements[] =	array(
    					"slug"	=> "styling",
    					"name" 	=> __("Quick CSS", 'avia_framework'),
    					"desc" 	=> __("Just want to do some quick CSS changes? Enter them here, they will be applied to the theme. If you need to change major portions of the theme please use the custom.css file.", 'avia_framework'),
    					"id" 	=> "quick_css",
    					"type" 	=> "textarea"
    					);

    and change it to

    //$avia_elements[] =	array(
    //					"slug"	=> "styling",
    //					"name" 	=> __("Quick CSS", 'avia_framework'),
    //					"desc" 	=> __("Just want to do some quick CSS changes? Enter them here, they will be applied to the theme. If you need to change major portions of the theme please use the custom.css file.", 'avia_framework'),
    //					"id" 	=> "quick_css",
    //					"type" 	=> "textarea"
    //					);

    Best regards,
    Yigit

    in reply to: How do we center the main menu? #321375

    Hi saki!

    Please choose to display – logo center, menu below in Enfold theme options > header layout and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .html_header_top.html_logo_center .logo { left: 0; } 

    Cheers!
    Yigit

    in reply to: Change Colour Translucent Buttons #321373

    Hi!

    Please add following code to Quick CSS as well

    #top .avia-slideshow-button.avia-color-light {
    color: red;
    }

    Best regards,
    Yigit

    in reply to: Change "scroll to top" button appearance #321371

    Hi!

    You are welcome, glad we 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 :)

    Regards,
    Yigit

    in reply to: How to display a full website in an iframe without scroll bars #321358

    Hi Daniel

    Thank you for your suggestion

    Cheers!
    Yigit

    in reply to: Change "scroll to top" button appearance #321349

    Hi farrdesign79!

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

    a#scroll-top-link, a#scroll-top-link:hover {
    background: transparent;
    border: none;
    font-size: 26px;
    }

    Regards,
    Yigit

    in reply to: Main menu single link style #321345

    Hey!

    Not at all, glad we could help :)

    Cheers!
    Yigit

    Hi!

    You can use hex value of the color as following

    .avia-caption-content {
    color: #e6e8d8;
    }

    Best regards,
    Yigit

    in reply to: Enfold style conflict with Document Manager #321343

    Hi!

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

    select#spcdm_batch_plug {
    display: inline !important;
    }

    If that does not help, please post a screenshot and show how it should look

    Best regards,
    Yigit

    in reply to: Extra Bold Words #321339

    Hey!

    Please add following code to Quick CSS as well

    .sub_menu>ul>li>a, .sub_menu>div>ul>li>a { font-weight: 600; }

    Best regards,
    Yigit

    in reply to: Problems with uploading images after updating to WordPress 4.0 #321338

    Hi!

    Please add following code to Quick CSS as well

    strong.news-headline, span.news-time {
    color: white!important;
    }

    Cheers!
    Yigit

Viewing 30 posts - 65,521 through 65,550 (of 82,625 total)