Viewing 30 results - 134,491 through 134,520 (of 142,894 total)
  • Author
    Search Results
  • #216877

    Hey!

    You don’t need to hack the theme files – please insert this code into the functions.php file: https://kriesi.at/support/topic/adding-slideshare-to-header-social-icons/#post-200202 and make sure that the font family name and icon char code is correct.

    Regards,
    Peter

    #216868

    Hi verdeacido!

    Maybe this post will help you: https://kriesi.at/support/topic/wpml-enfold-theme-media-library-missing/#post-132843

    Make sure that the media translation module/extension is installed.

    Cheers!
    Peter

    Hey!

    I think the high z-index doesn’t work because the main menu container z-index is set to 100. Try to use following code

    
    .main_menu {
    z-index: 1500;
    }
    

    to increase it.

    Best regards,
    Peter

    #216852
    #216839

    Topic: Top Line Heading

    in forum Enfold
    condonpb
    Participant

    Dear Sirs,

    I need to have a top line header to put text into this area. Can you tell me how to do this and also add the text . My site is at http://www.idesign-websites.co.uk password is “giles123”

    Please see example I am trying to copy is at http://www.romulusconstruction.com

    Many thanks

    Peter

    #216830
    pj2musgrave
    Participant

    I have added padding to the fullwidth easy slider image div so that the image fits better with my site and the prev – next navigation arrows still remain at the outside of the page. Here is the css I changed.

    .av_slideshow_full li img {
    padding: 0 10%;
    }

    Now there is a line / border that appears on the outside of the slider image as demonstrated in the screenshot below.
    line is in the top left and top right of the image.

    This line also appears the moment before the slider loads then it goes away.

    How can I remove this line or border?

    #216829

    Hi Ismael,

    Yes but please see the first post:

    “If I put the blog shortcode in a 75% width segment and the page template with no sidebar, then insert a 25% width section with the widget shortcode, I encounter two problems. The first: the blog element style changes and forces me into a center justified layout with thumbnail on top. The second is that although the widget appears, there is no vertical dividing line between the blog content area and the sidebar.”

    I already tried that and the blog style change and the sidebar line disappeared. Just to clarify, I’d like the thumbnail to remain on the left side not go up and center, and would like the grey line that separates the blog and widget area to remain visible. Is that doable?

    Thanks!
    Karl.

    • This reply was modified 12 years, 2 months ago by karlbaz.
    #216819

    I did a search and on line 300, I made the change below.

    function avia_responsive_menu()
    {
    var win = $(window), header = $(‘.responsive #header’);

    if(!header.length) return;

    var menu = header.find(‘.main_menu ul:eq(0)’),
    first_level_items = menu.find(‘>li’).length,
    bottom_menu = $(‘html’).is(‘.bottom_nav_header’),
    //switchWidth = 767;
    switchWidth = 1000;

    if(first_level_items > 7 + header.find(‘#menu-item-search’).length && !bottom_menu)
    {
    switchWidth = 989;
    header.addClass(‘mobile_menu_tablet’);
    }

    I also saw on line 1593 below which I did not change:
    //plugin’s default options
    var settings = {
    switchWidth: 768,
    topOptionText: ‘Select a page’,
    indentString: ‘   ‘
    };

    But no luck. What did I do wrong? http://www.kennethbsmith.com/clients/abww/

    #216815

    In reply to: Formatting Tables

    Hi!

    1.) You can add this on Quick CSS to make the heading row background white.

    .main_color tr:nth-child(odd) {
    background: white;
    background-color: white;
    }

    2.) Use this:

    td img {
    margin: 0 auto;
    }

    3.) Add this one to vertical align the text and all elements within the table at the top:

    td > *, tr > * {
    vertical-align: top;
    }

    Regards,
    Ismael

    #216806

    In reply to: Strange IE9 issue

    Oh, and FYI – I’m sure you can probably tell, but those links are the top menu items on the site. Thanks!

    #216795
    Josh
    Participant

    I have two installations of Enfold running the same version (2.4.5). However, it was brought to my attention that one site is encountering problems on iPads (both portrait and landscape orientation). I was able to reproduce the issue on multiple iPad 2s. I was not able to reproduce the issue on iPhones or desktops.

    In trying to deduce the source of the problem, I tried copying and pasting the quick CSS from the functioning version to the non-functioning version without avail.

    I also tried Yigit’s solution (https://kriesi.at/support/topic/mobile-menu-not-showing-on-ipad-2/), but it did not help

    Any help would be much appreciated!

    Functioning: http://www.snapcause.com/merchants
    Non-Functioning: http://www.snapcause.com

    #216779

    Hi Munford!

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

    .avia-section.av-minimum-height .container .content { vertical-align: top; }

    Regards,
    Yigit

    #216777

    Hi David!

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

    .fixed_header #main {
    padding-top: 98px;
    }
    #main { background-color: transparent; }

    Cheers!
    Yigit

    #216774

    Hey wesleysoccer!

    Can you post the link to your website? I have checked the one you have posted in your older topics but could not find the element

    Cheers!
    Yigit

    #216764

    In reply to: Customizing Socket

    Hi Js-interactive!

    Please refer to this topic to add social icons to socket section https://kriesi.at/support/topic/footer-socket-question/#post-193649
    And you are going to need to find a subscription plugin and implement it in Footer.php file in Appearance > Editor. Your code should go between

    <!-- ####### END FOOTER CONTAINER ####### -->

    and

    <!-- ####### END SOCKET CONTAINER ####### -->

    Cheers!
    Yigit

    #216759

    Hi!

    Please try adding following code to Quick CSS instead

    .hr {
    padding-top: 50px!important;
    }

    Regards,
    Yigit

    #216755

    Hi!

    Please refer to my post here to change the initial size of the resizing header https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
    You can use 156 instead of 200

    Best regards,
    Yigit

    #216747

    In reply to: Easyslider

    Hey!

    Please try adding !important rule as following to force it

    @media only screen and (max-width: 989) {
    #top .avia-slideshow-arrows a { 
    display: none!important; }}

    Regards,
    Yigit

    #216745

    In reply to: Font Weight Font Size

    This reply has been marked as private.
    #216738

    Topic: Formatting Tables

    in forum Enfold
    dpilling
    Participant

    Hey guys,

    I’m working with the table element (standard table, not pricing table). How would I go about the following:

    1) Remove shading on column rows so that all rows have same white background.
    2) Center an image vertically in a table row.
    3) Top justify text in a table.

    Thanks.

    #216720

    Hey!

    You can adjust the column’s top margin:

    body .column-top-margin {
    margin-top: 10px;
    }

    Best regards,
    Ismael

    #216718

    Hi jfannthemusicman!

    You can change the content padding using this on Quick CSS:

    .content, .sidebar {
    padding-top: 10px;
    padding-bottom: 10px;
    }

    Best regards,
    Ismael

    #216717
    tacopimp
    Participant

    Hi,

    1. When I make a single post it is cropping the image. See here: http://www.lanceblaise.com/289-lance-blaise-jan-28-2014/

    I don’t want the image to be cropped where itis cutting the top and bottom off. Single Post Style is set to “Single post with big preview image.” What do I neet to fix this?

    2. I would like to remove the ability to click on the image inside single post, can I turn that off as well.

    Cheers

    #216715

    Thanks Yigit!

    1. CSS worked!

    2. I followed Peter’s post here but it didn’t work.
    https://kriesi.at/support/topic/adding-custom-social-icons/#post-170356

    Here is what I did:

    A) register-admin-options.php

    (added Apple and Yelp entires in alphabetical order. This worked, As you can see there are two empty place holders in the header on my site. They are functional but no icons.)

    'avf_social_icons_options', array(
    
    									'500px' 	=> 'five_100_px',
    									'Apple' 	=> 'apple',
    									'Behance' 	=> 'behance',
    									'Dribbble' 	=> 'dribbble',
    									'Facebook' 	=> 'facebook',
    									'Flickr' 	=> 'flickr',
    									'Google Plus' => 'gplus',
    									'Instagram'  => 'instagram',
    									'LinkedIn' 	=> 'linkedin',
    									'Pinterest' 	=> 'pinterest',
    									'Skype' 	=> 'skype',
    									'Soundcloud'=> 'soundcloud',
    									'Tumblr' 	=> 'tumblr',
    									'Twitter' 	=> 'twitter',
    									'Vimeo' 	=> 'vimeo',
    									'Xing' 		=> 'xing',
    									'Yelp' 	=> 'yelp',
    									'Youtube'   => 'youtube',
    									'Special: RSS (add RSS URL, leave blank if you want to use default WordPress RSS feed)' => 'rss',
    									'Special: Email Icon (add URL to a contact form)' => 'mail', => 'mail',

    B) Downloaded font zip from Fontello

    C) Checked social-fontello-codes.css for code and Fontello website (I only tried one icon because I wasn’t sure how to add two)
    See here
    http://goo.gl/Wbw1F3
    http://goo.gl/VGqGCc

    D) functions.php

    (added at very bottom)

    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    function avia_add_custom_icon($icons)
    {
    $icons['yelp']	 = array( 'font' =>'social-fontello', 'icon' => 'ue800');
    return $icons;
    }

    Doesn’t seem to work. Any ideas? Thanks, Jasmer

    #216700
    akamaxbuz
    Participant

    http://www.kennethbsmith.com/clients/abww/

    The client wants all of these pages on the top level of navigation. Problem is, the navigation disappears on the iPad in portrait view. If I eliminated two pages, it works. Can I make two lines or activate the responsive drop down menu for this situation? Thanks.

    #216692
    taliwalt
    Participant

    1. What’s the easiest way to hide related products on a single product page?

    2. I’d like the images on single-product pages to be a bit smaller. The product images currently have a class of .four.units.single-product-main-image.alpha. I was playing around with the developer tools, and I changed the class to .three.units, which looks a lot better for my site. How can I make that permanent? found the answer here: https://kriesi.at/support/topic/product-image-size-6/

    3. This question is an offshoot of question 1; my related products don’t seem to have anything to do with the product being viewed. Do you know how WooCommerce determines which products are related?

    • This topic was modified 12 years, 2 months ago by taliwalt. Reason: Located the answer to one of my questions
    #216680

    Hey gentlemansgazette!

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    .avia-content-slider .slide-entry-title {
        font-size: 23px;
    }

    You can adjust it as needed.

    If you want it to only effect the home page then you can use:

    
    #top.home .avia-content-slider .slide-entry-title {
        font-size: 23px;
    }

    Best regards,
    Devin

    #216674

    In reply to: Easyslider

    Hi,

    no sorry, i work in local again,
    if i put #top .avia-slideshow-arrows a {
    display: none; }}
    the arrow disappear well but completely and with the @media only screen and (max-width: 989) the arrow stay …
    i will give link asap
    strange ?

    thx

    #216658
    Munford
    Participant

    is it possible to use this css:

    #top.single-portfolio .avia-post-nav {
    display: none !important;
    }

    to specify only certain pages not having the scroll-thru porfolio navigation?
    I have a page that is password protected http://thisistouch.com/touch-films/ with portfolio items, but I don’t want
    them to be part of the portfolio scrolling of
    the rest of the site, if that makes sense.
    any work around here?
    thanks

    • This topic was modified 12 years, 2 months ago by Munford.
    #216646
    Munford
    Participant

    HI again
    trying something out on this page:
    http://thisistouch.com/background-test/
    but I want the text blocks to be at the top of the image
    instead of the middle – what am I setting wrong?
    thanks

Viewing 30 results - 134,491 through 134,520 (of 142,894 total)