Viewing 30 results - 134,191 through 134,220 (of 142,578 total)
  • Author
    Search Results
  • #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 11 years, 11 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 11 years, 11 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

    #216629

    Topic: Table Issues

    in forum Enfold
    lizybloom
    Participant

    Hi. I am building a site at lizybloomdesigns.com/storeboards.net. I have used the Table element at least a half a dozen times with no issue. And now, all of a sudden, when I try to make a table on one particular page when I save, the whole table disappears. I have re-entered the data twice now and have tried to start a bunch of times and the same thing keeps happening. Has anyone heard of this issue?

    Thanks

    Lizy Bloom

    http://lizybloomdesigns.com/storeboards.net/canada-advertisers/top-50-cma/

    • This topic was modified 11 years, 11 months ago by lizybloom.
    #216597
    elbnetz
    Participant

    Hi there,

    we had to add short codes to text widgets in the footer. As they are animated, they are now “lazy loading” once we scroll down.
    How can we stop the animation and make the icons load instantly?

    Thankis, T.

    #216593
    anab
    Participant

    Hello – How can I hide the very top header so no double navigation

    ie Home top banner and then on navigation bar

    see previous forum thread

    #216589

    Hey D5WDesignGroup!

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

    #after_layer_slider_1 .hr { margin: 70px 0; }

    2- Can you post the link to your website?
    3- Please see Ismael’s post here https://kriesi.at/support/topic/can-i-update-the-layerslider-wp-plugin-to-layerslider-wp-5-0-2/#post-215169

    Cheers!
    Yigit

    #216574

    Hey cerelogic!

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

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

    For other specific sections, please post the link to your website and point out

    Regards,
    Yigit

    #216567

    Hi!

    You can set a telephone number to use the tel: scheme to make it a link so that people can call it. Ex:
    <a href="tel:1-408-555-5555">1-408-555-5555</a>

    If you have any other issues please make a new topic and we’ll address them there.

    Regards,
    Devin

    #216551

    It isn’t something that has ever come up and while it seems handy I can’t see a real need for it since it would be better in almost all cases to set it up manually. Even if the user is an extremely active partner they would be putting up a few videos a day and the screenshots/featured image would be the only thing that would need to be created. Then its just adding a new post to WordPress with that featured image and a link to the video.

    You can add the idea for support of a specific plugin to the feature request topic however.

    sorry but i didnt want to change the colour ,-)
    2.) i now have the css input, but if i enter “margin: 0px; padding-top: 0px; padding-bottom: 0px;” nothing changes.
    sorry i am new to all this. What do i have to enter in the css-filed if i want to reduce the space on top and at the bottom of an object.

    and another question:
    how do you do this:
    http://kriesi.at/themedemo/?theme=enfold

    the layerslider with fixed(not scrolling) background and transparent pictures. I cant achive this myself ….

    thanks
    stucki

    #216532

    Hi oberton!

    As far as I know prettyphoto doesn’t support this parameter. You can try the workaround someone posted here: http://wordpress.org/support/topic/plugin-easy-fancybox-youtube-links-with-tnnmnns-parameter but I couldn’t get it to work with prettyphoto and the new fancybox 2 script which you can download here:https://github.com/fancyapps/fancyBox

    Personally I recommend to embed it into the content – then you’re on the safe side…

    Cheers!
    Peter

    #216512

    In reply to: Logosize stretch

    Hi!

    I have just tried on my installation and it resizes 550x156px logo to 374x116px. You can refer to this topic to change the initial header size to make it 156px in height https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
    Simply insert 156 instead of 200

    Cheers!
    Yigit

    #216509

    Hi Peter, suhosin does not appear to be run by Bluehost, so I think that this link and this link are more applicable in my situation (re: max_input_vars and related code). Tried these, and they might have helped slightly but did not fix the problem.

    Thank you for addressing my question about custom menu item limit, but unfortunately I am still having problems with the default menu. I will not need a custom menu if I can get the default menu to work properly.

    Whether I am in All Pages or editing a specific page, I try to save a new parent / child location or a new menu ordering, but this does not save once I refresh the page. Therefore, I am unable to move pages, and I am unable reassign pages as parents / children. Please advise.

    #216505

    In reply to: Aligning content areas

    Hi AndrewDelaware!

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

    @media only screen and (min-width: 989px) {
    .page-id-18 .avia-builder-el-9, .page-id-18 .avia-builder-el-12{ margin-top: -330px; }

    It is not a good practise but should work fine

    Best regards,
    Yigit

    #216500
    ceubri
    Participant

    Hello,
    i would like to have custom title in my menu (in sidebar)
    http://epsu-cj.eu/notre-participation/

    EPSU AU CDP (in the left sidebar) is a category (no linked pages) i want to attribute the above css

    .catego {
    font-weight: bold;
    border-style: dotted;
    border-color: #cccccc;
    border-top-width: 1px;
    border-bottom-width: 1px;
    background-color: #fafafa;
    }

    I have entered “catego” in Title Attribute in the menu structure (http://imgur.com/OkC1dlw)
    How to attribute the css ?
    Is this the right way ?

    • This topic was modified 11 years, 11 months ago by ceubri.

    Hi!

    No, it’s not possible at the moment, the only way to do this custom sliders would be to use LayerSlider, if you need some insight, please refer to this video:

    Cheers!
    Josue

    #216471
    ullastret
    Participant

    Hi,
    I’m trying to set my youtube channel as a menu option on the main menu and when I click on it the theme tries to open an image lightbox and an error pop up appears with the following message:

    Image can not be loaded. Make sure the path is correct and image exists.

    This is very weird as I’m sure I set the menu correctly and I have other menu items pointing to other external urls that I have set exactly the same way and they work ok. This is what I do:

    Desktop –> Appearance –> Menus –> links

    and I insert the url : https://www.youtube.com/user/CuinesTramuntanaTV/

    and save the menu.

    Can you please help. The site is under construction and can not be viewed but if you need it I can send you a username and password.

    Thanks
    Tomeu

    I have also looked for this solutions.
    But the fullwith layerslider i pretty complicated to change each time. Wouldn´t it be possible to use the fullscreen slider? Or as an alternative, being able to slide the color section.
    As it is now, one cannot add iconboxes etc. to the fullscreen slide.

Viewing 30 results - 134,191 through 134,220 (of 142,578 total)