Forum Replies Created

Viewing 30 posts - 82,471 through 82,500 (of 82,547 total)
  • Author
    Posts
  • in reply to: How do I remove the breadcrumb on the home page of Enfold? #139046

    Hi,

    That should delete actually. You can try adding the code in Enfold > Css > Custom.css under 3rd line

    Regards,

    Yigit

    in reply to: How do I remove the breadcrumb on the home page of Enfold? #139044

    Hi,

    Please add following code to Quick CSS in Enfold theme options

    .title_container .breadcrumb { display: none; }

    Regards,

    Yigit

    in reply to: Portfolio grid not working properly #138861

    Hi,

    It’s done. You should add featured image as shown below to set preview image. In your case i added it for “images-non-publiees”

    You should go to portfolio items and find Featured Image on the right lower side on the screen and add your image.

    P.S.: Please do not forget to delete temporary admin login you created for me

    Regards,

    Yigit

    in reply to: Enfold problems with IE9 #139026

    Hi,

    Please update Enfold to 2.0.1 and make sure that you have chosen responsive layout in Enfold theme options

    Regards,

    Yigit

    in reply to: Grid documentation #139030

    Hi,

    What would you like to know about 12 column grid? You can see width of columns for each screen resolutions on Enfold > Css > Gris.css

    Regards,

    Yigit

    in reply to: CSS border over ride #139006

    Hi,

    Can you please try adding this code to Quick CSS

    .twentytwenty-handle:before { bottom: 50%!important; }

    It seems like working on my end

    Regards,

    Yigit

    in reply to: Creating the HomePage #139028

    Hi,

    You can create a template and save/load it as shown in image below

    Regards,

    Yigit

    in reply to: Portfolio grid not working properly #138859

    Hi,

    Could you please create a temporary admin login and send it to me on

    Regards,
    Yigit

    • This reply was modified 8 years, 2 months ago by Yigit.

    Hi,

    Can you please give us the link of your site?

    Regards,

    Yigit

    in reply to: CSS border over ride #139004

    Hi,

    Do you normally have different images in each tab? And did you make sure that you are inserting correct shortcode in each tab content?

    Regards,

    Yigit

    in reply to: Top link/button not visible in safari and chrome browser #139023

    Hi,

    I tried on Chrome and it works fine. You can check the screencast here http://www.screenr.com/dLrH

    I zoomed in on page because height wasn’t enough to display go top button. After you add more content it will be automatically visible.

    Regards,

    Yigit

    in reply to: CSS border over ride #139001

    Hi Chris,

    Please try adding following code to Quick CSS

    .main_color div { border-color: none; }

    .main_color .tabcontainer .tab { border-color: #e1e1e1; }

    Regards,

    Yigit

    in reply to: Featured Image Size #138870

    Hi Evan,

    Please add following code to Quick CSS

    .single-post .single-small.with-slider .small-preview { width: 100px; height: 100px; }

    Width and height should be the same as you defined in functions.php file

    Regards,

    Yigit

    in reply to: Portfolio grid not working properly #138857

    Hi,

    Are both Enfold and WordPress up2date? If not please update Enfold to 2.0.1 and WordPress to 3.6 and let us know if issue remains

    Regards,

    Yigit

    in reply to: different sized thumbnails #138880

    Hi,

    Please add following code to Quick CSS

    .avia_transform .avia-gallery-thumb img.avia_start_animation { width: 48px; height: 44px; }

    Regards,

    Yigit

    in reply to: Contact forms #138876

    Hi Fabiana,

    Please see this topic https://kriesi.at/support/topic/contact-form-does-not-work

    Regards,

    Yigit

    in reply to: Title and Date line has shrunk! #138659

    Hi,

    You can follow Kriesi on Twitter and on Facebook to stay up2date :)

    Regards,

    Yigit

    in reply to: Portfolio grid not working properly #138853

    Hi,

    I meant to say please make sure that you have set Featured Image for portfolio item

    Regards,

    Yigit

    in reply to: Removing Top Header Bar #138864

    Hi,

    You should open Header.php file in Enfold folder and find following code in lines 104-106

    $phone = avia_get_option('phone');
    $phone_class = !empty($nav) ? "with_nav" : "";
    if($phone) echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>";

    Cut it and paste it under this line

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');

    Then add following code to Quick CSS

    .social_header .phone-info { float: right; padding-top: 10px; }

    .bottom_nav_header #header_meta { display: none; }

    Regards,

    Yigit

    in reply to: Portfolio grid not working properly #138851

    Hi,

    Can you please make sure once again that you have set Featured Image while creating portfolio entries

    Regards,

    Yigit

    in reply to: Dropcap 2 and post sliders.. #138353

    Hi MarieAn,

    I would suggest you to always backup files prior to editing them, just in case.

    Regards,

    Yigit

    in reply to: Font Size #138844

    Hi Lea,

    Please add following code to Quick CSS

    body { font-size: 16px; }

    It’s 13px by default

    Regards,

    Yigit

    in reply to: Alter Login Button and Return to Shop #138775

    Hi,

    1) When i click on the icon it does take me to “Your Profile”. You can add this code to Quick CSS if you would like to remove that icon.

    .bbp-logged-in img.avatar { display:none; }

    2) You should open your WordPress installation directory and go to wp-content > plugins > woocommerce > templates > cart and open cart-empty.php file and find following code in line 18

    <p><a class="button" href="<?php echo get_permalink(woocommerce_get_page_id('shop')); ?>"><?php _e( '&larr; Return To Shop', 'woocommerce' ) ?></a></p>

    and change it to

    <p><a class="button" href="http://www.yourlinkhere.com"><?php _e( '&larr; Return To Shop', 'woocommerce' ) ?></a></p>

    Regards,

    Yigit

    in reply to: customize look and text of portfolio sorting UI #138686

    Hi,

    Please add this code to Quick CSS

    #js_sort_items a.active_sort { color: black!important; }

    #js_sort_items a:hover { color:red!important; }

    #js_sort_items a { color: blue!important; font-size:16px; }

    This will change color of filters on all states and increase the font size.

    To include text on filter, please open your WordPress directory and go to Enfold > Config-templatebuilder > Avia-Shortcodes and open Portfolio.php file and find this code in line 385

    $output .= "<div class='sort_by_cat {$hide} '>";

    And change it to

    $output .= "To Filter Click The Following:<div class='sort_by_cat {$hide} '>";

    Regards,

    Yigit

    in reply to: Enfold Layerslider not working #138668

    Hi

    Have you tried creating another slide and replacing it with current one? If so, did issue remain? I’m having no problems duplicating the slide and editing then publishing it. Please let us know if issue’s still remaining.

    Regards,

    Yigit

    in reply to: Alt Text Easy slider #138807

    Hi,

    You can go to Media > Library and find the image you used in Easy Slider and edit filename in there.

    Regards,

    Yigit

    in reply to: Making icons into linked buttons #138211

    Hi Andy,

    When you add a Font Icon shortcode inside Text Block you can make the icon clickable

    Then you can add this code to Quick CSS to change icon’s hover color

    .av_font_icon:hover { color: #dcd6cb!important; }

    Regards,

    Yigit

    in reply to: add background image instead of changing color #138725

    Hi,

    You can replace mega menu’s background with an image with following code

    ul .sub-menu { background-image: url('https://www.yourimage.com/image.jpg'); }

    Please add this code to Quick CSS and replace the link with image url

    Regards,

    Yigit

    in reply to: Change writing color #138570

    Hi R3v0x,

    Please add this code to Quick CSS

    .header_color div { background-color: #2C3E50; }

    Regards,

    Yigit

    in reply to: Theme update of 8/17 #138726

    Hi,

    You just need your ThemeForest username and API Key. You can enter them in Enfold theme options page and update your theme from WordPress backend. If you have made any changes on theme files please don’t forget to backup those files.

    Regards,

    Yigit

Viewing 30 posts - 82,471 through 82,500 (of 82,547 total)