Viewing 30 results - 13,531 through 13,560 (of 18,734 total)
  • Author
    Search Results
  • #464816

    Hi Elliott,

    I would also need your expertise on a couple more issues.

    Q1: Hyperlinks – not underlined, colour change on mouse over

    On five subpages (see pic below) each term , including the headings, should become an external link.

    Links should not be underlined, font colour black.

    On mouse over: turning underlined or not, font colour turning blue.

    It works fine with links in the footer and in toggles (see pics b+c below)

    Current Quick CSS:

    #top .social_bookmarks li a { font-size: 18px; }
    .image-overlay-inside:before{
    display: none !important;
    }
    .image-overlay {
    background: #50b8e3;
    }
    .grid-image:before {
    content: attr(title);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-align: center;
    opacity: 0;
    font-weight: 200;
    font-size: 20px;
    color: #ffffff !important;
    top: 50%;
    }

    .grid-image:hover:before {
    opacity: 0.75;
    }

    .grid-image:before{
    transition: all linear 0.2s;
    }

    .grid-content {
    display: none !important;
    }
    .logo img {
    top: 8px;
    }

    .header_color .ajax_search_title {color: #ffffff; line-height: 1.4em; height: 20px; margin-top: 3px; font-size: 13px; }

    .ajax_search_response h4:first-child, .ajax_search_response h4 {font-size: 13px; text-transform:uppercase;}

    .header_color .ajax_search_excerpt {display:none;}

    #top div .ajax_search_entry_view_all {font-weight: normal; text-transform: uppercase;}

    .ajax_search_image {border-radius:0px;}

    .main_color .search-result-counter {background:#50b8e3;}

    .search-result-counter {box-shadow:none; border-radius:0px; color:#fff; font-weight:bold;}

    .post-meta-infos {display:none;}

    .template-search .entry-content .post-title {font-size:13px; margin:0; padding-top:10px;}

    .responsive .boxed#top {-moz-box-shadow: 0 0 25px #000; -webkit-box-shadow: 0 0 25px #000; box-shadow: 0 0 25px #000;}

    .small-preview {box-shadow: 0 0 6px rgba(0,0,0,0.4);}

    #top .avia-post-nav:hover {background: #50b8e3; background: rgba(80,184,227,0.8);}

    #top .avia-post-nav {background: #aaa; background: rgba(80,184,227,0.4);}

    Q2: Mouse over: overlay squared first before turning round

    Image: 170×170
    Image Fade: Right to left
    Image Styling: Circle
    Image Hover: No

    But, same setting works fine with portfolio-entries:

    Image Size: 250×250
    Image Fade: Pop up
    Image Styling: Circle
    Image Hover: No

    Q3: Is it possible to „smoothen“ the border of the circle?

    Q4: Plugin: WP Google Maps / jQuery troubleshooting

    It is possible to include 2 maps without problems. A third map gets me the following
    error (see pic below).
    ” in order for WP Google Maps to work, jQuery must be installed. A check was done and jQuery was
    not present.

    WP Google Maps Advice: install jQuery in your theme. I would like to know your views on this before altering code.

    Which code snippet, if any at all, would you recommend to use?

    Thanks for your assistance!

    #464723
    graceelizabeth
    Participant

    Hey there – the font in my main menu does not seem to be displaying properly.

    It’s supposed to be the dancing script font, but I’ve been told by a friend of mine who also uses google chrome that it’s not loading up properly for her, that the font is overly large and all over the place!!

    Could somebody PLEASE take a look and tell me what my site looks like to you?

    http://moderncreativesresource.com/

    here’s what my code currently looks like:

    .main_menu ul:first-child>li>a {
    font-size: 30px;
    }
    .header_color .main_menu ul:first-child > li > a { color: Black ; font-weight: bold; font-family: ‘Dancing Script’, Georgia, Times, serif; }
    .header_color .main_menu ul:first-child > li > a:hover { color: LightSkyBlue ; }
    .header_color .main_menu ul:first-child > li.current_page_item > a { color: DarkGrey ; }

    #464699

    7) change the text font and size here: http://www.alfaweb.at/testwaldi/portraits/ and please also lower case for the header (Rudolf Böhm). Can you please help me with this? like this: http://send-picture.com/img-558c587f77b5c.html

    http://www.alfaweb.at/testwaldi/portraits/

    Thanks a lot, Alexander

    #464630

    Hi!

    Try dragging a codeblock element to your page content and add this inside.

    <style type = "text/css">
    @media screen and (max-width: 767px) {
    .ls-l > span {
      font-size: 20px !important;
    }
    }
    </style>

    Regards,
    Elliott

    #464558

    well first of all i used this logo for you:

    and than i put in child-theme functions.php the following:

    add_filter('avf_logo_subtext', 'kriesi_logo_addition');
    function kriesi_logo_addition($sub) {
    	$sub .= "<span class='logo-title'>&ldquo;…the natural route to a healthy complexion <br /> and a younger-looking you…&rdquo;</span>";
    	return $sub;
    }

    I used a custom header hight of 170px and the non shrinking header. This makes no sense for a slogan of that length! I did it with the non sticky header – because for Logo and Slogan and Normal Navigation i found no way to set up the data-scroll-offset for “main” And take the option : “Let logo and menu position adapt to browser window”

    Here you can see the result: Guennis Testseite

    this is the quick css :

    #top .logo,#top .logo a {
    overflow:visible
    }
    
    #top .logo img {
    float:left
    }
    
    #top .subtext {
    float:left;
    font-size:32px;
    font-weight:300;
    color:#7f0afc;
    position:relative;
    font-family:"Dancing Script"
    }
    
    #top .logo-title {
    position:absolute;
    line-height:normal;
    text-align:center;
    left:15px;
    opacity:1;
    top:30px;
    transition:opacity .4s ease-out 0;
    white-space:nowrap
    }
    
    #header {
    display:block;
    visibility:visible;
    position:relative;
    right:0;
    left:0;
    top:0;
    transition:all .4s ease-in-out 0;
    width:100%;
    padding:0
    }
    
    .header_color .inner-container::after {
    clear:both;
    content:"";
    display:table
    }
    
    .header_color .inner-container {
    padding-bottom:20px;
    padding-top:15px;
    position:relative;
    transition:all .4s ease-in-out 0;
    width:100%;
    margin:0 auto
    }
    
    .header_color .logo,.header_color .main_menu {
    display:inline-block;
    text-align:left;
    vertical-align:middle;
    height:auto;
    transition: all 0.5s ease-in-out 0s;
    }
    
    .header_color .logo {
    margin-bottom:0
    }
    
    .logo img {
    max-height:150px!important;
    margin:0 auto
    }
    
    .main_menu {
    margin-top:-85px;
    position:absolute;
    right:30px;
    top:50%;
    transition:all .4s ease-in-out 0
    }
    
    .responsive #top #wrap_all .container {
    float:none;
    max-width:100%;
    padding-left:0;
    padding-right:0;
    width:100%;
    margin:0 auto
    }
    
    #advanced_menu_toggle,#advanced_menu_hide {
    right:20px;
    top:20px;
    margin:0;
    padding:0;
    color: #7f0afc;
    }
    
    #advanced_menu_toggle:hover, #advanced_menu_hide:hover {
    background-color: #7f0afc !important;
    color: #fff !important;
    }
    
    .responsive .logo img {
    margin:0 auto
    }
    
    @media only screen and (max-width: 1150px)  {
    #top #header_main > .container,#top #header_main > .container .main_menu ul:first-child > li > a {
    height:auto!important;
    line-height:auto!important
    }
    
    #header_main .container {
    visibility:visible
    }
    
    .av-main-nav li > a {
    height:auto!important;
    line-height:inherit!important
    }
    
    .header_color .logo,.header_color .main_menu {
    display:block;
    position:relative;
    text-align:center;
    width:100%;
    margin:0 auto 10px;
    padding:0
    }
    
    .logo,.logo a {
    display:inline-block;
    height:100%;
    position:relative;
    width:100%
    }
    
    #top .logo img {
        float: none;
        height: 200px;
        margin: 0 auto;
        max-height: 250px !important;
    }
    
    .header_color .main_menu {
    position:relative;
    top:21px;
    right:inherit;
    margin:0 auto 30px!important
    }
    
    #top .subtext {
        font-size: 38px;
    }
    
    .av-main-nav-wrap {
    float:left;
    left:50%;
    position:relative
    }
    
    .av-main-nav-wrap ul {
    padding-top:15px;
    position:relative;
    right:50%
    }
    
    #top .subtext,#top .logo-title {
    width:100%;
    left:0;
    top:0
    }
    }
    
    @media only screen and (max-width: 770px)  {
    .header_color .inner-container {
    padding-bottom:30px;
    padding-top:0
    }
    
    .responsive #top .logo {
    display:table;
    float:none;
    height:auto!important;
    width:100%
    }
    
    .responsive #top .logo img {
    float:none;
    display:inline-block
    }
    
    #top .subtext {
    float:none;
    display:block;
    font-size:28px;
    text-align:center;
    top:-70px
    }
    
    #top .logo-title {
    left:0;
    line-height:normal;
    position:absolute;
    text-align:center;
    white-space:normal;
    width:100%;
    right:50%
    }
    }
    #464337
    khjeun1
    Participant

    Hello,

    Can you please provide me with direction or the code to change the Secondary Menu’s (color, fonts, fonts size, fonts color & hover color, menu size. Thank you in advance.

    #464271

    Hey DROR!

    Please add following code to Quick CSS

    .single h1.post-title.entry-title {
      font-size: 40px!important;
    }

    Regards,
    Yigit

    #464227

    Topic: WPML Customization

    in forum Enfold
    sancho_pancho
    Participant

    Hi Kriesi people,

    since the newest updates my wpml customizations, which was possible with your help
    (see https://kriesi.at/support/topic/wpml-customization/?login_error#post-351979), doesn’t work like expected meaning
    I’m not able to place the language switcher on the same location as it was before the update:

    Could you provide help please. Seems like there is a kind of “hidden” menu content.
    To see what I mean I increased this Quick CSS section

    .avia_wpml_language_switch li span {
    position: relative;
    top: 2px;
    font-size: 12px;
    }

    to

    .avia_wpml_language_switch li span {
    position: relative;
    top: 10px;
    font-size: 12px;
    }

    Please check the link to see what was changed in avia.ja, funtions.php…

    Best regards
    Robert

    #464213

    Hey!

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

    @media only screen and (max-width: 480px) {
    .page-id-351 .avia_textblock h1 {
      font-size: 29px;
    }}

    Cheers!
    Yigit

    #464164
    bakbek
    Participant

    Hi, I want my blog post title to be the same size as the blog post title on the blog page.

    Blog Page – http://www.photobek.com/blog/
    Blog post – http://www.photobek.com/climbing-kilimanjaro-with-miggos-new-agua-weatherproof-bag/

    How can I do that?

    #463917

    Hi!

    The function is declared already somewhere in the functions.php file. Please look for the function and use that instead.

    1.) No, unfortunately, this is not possible without major customization in the theme.

    2.) Where is your blog page?

    3.) Looks like you’re using a third party plugin for that. The container looks like this which is not a native theme container.

    
    <header class="w2dc-listing-header">
    				                                <h2 style="font-size: 11pt; margin-top: 10px; font-weight: bold;"><a href="http://www.alfaweb.at/testwaldi/portraits/rudolf-boehm/" target="_blank" title="Rudolf Böhm">Rudolf Böhm</a> </h2>
    											</header>

    Please contact the plugin author.

    For further modifications, please contact codeable: http://kriesi.at/contact/customization

    Cheers!
    Ismael

    #463737
    blaircomm
    Participant

    I need to make some headlines mobile responsive within LayerSlider. They are getting lost, i.e. too big, on mobile. I had to approximate the H3 Enfold setting since LayerSlider doesn’t use the same CSS. Here is the code used in the slider for the text:

    <span style=”font-size: 40px; font-weight: 400; line-height: 110%; text-align: left; color: #ffffff; opacity: 0.8; filter: alpha(opacity=80); text-shadow: 2px 2px 2px #666666;”> Because looking good is half the game. </span>

    This is the code I use in “Quick CSS” within Enfold Child which works fine on all Enfold controlled text to size the headlines:

    @media only screen and (max-width: 640px) {
    h3 {
    font-size: 30px !important;
    }
    }

    I would like to do the same thing within the individual slider layers, but nothing I try works. I have tried giving the layer an ID, #home3, but can’t seem to affect it.

    Do you have any suggestions on how I can accomplish this?

    #463701

    Hey!

    Try adding this code to the Quick CSS:

    #top #wrap_all #socket .social_bookmarks li a {
        font-size: 22px;
    }

    Cheers! 
    Josue

    rolfroyce
    Participant

    Hi, i am having a problem with font-weight on sidebar widget enfold-latest entries.
    I added font-weight: normal; to my quick CSS, but it does not work.
    The titles in the latest entries sidebar widget still are rendered bold.

    This is the CSS i have added to manage my sidebar formatting:

    .sidebar .widgettitle { font-size: 15px; }
    .news-link {

    font-size:15px;
    font-weight: none;}

    .widget.widget_categories{
    font-size: 15px;
    }

    Rolf

    #463560

    Hey!

    Please add following code to Quick CSS as well

    .news-headline {
      font-size: 14px;
    }

    and then refer to my post here – https://kriesi.at/support/topic/latest-news-widget-thumbnail-picture-is-too-small/#post-356895

    Cheers!
    Yigit

    #463437

    In reply to: Shop Page

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    .av-image-caption-overlay-center {
      font-size: 14px!important;
    }}

    Best regards,
    Yigit

    #463395

    In reply to: Full with submenu

    Hi!

    Please add following code to Quick CSS and adjust as needed

    #top .av-subnav-menu > li > a {
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0.1em;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field

    Cheers!
    Yigit

    #463393

    Hi!

    Please make sure that wp-content/uploads folder has correct permissions ( 755 ) – http://codex.wordpress.org/Changing_File_Permissions

    h3.grid-entry-title.entry-title {
      font-size: 16px;
    }

    Best regards,
    Yigit

    #463391

    Hey!
    Thanks for you answer.
    The problem still exists – no effect achieved.
    Another question: How I can adjust the font size in a portfolio textbox?

    Regards,
    Beat

    #463384

    Hi Keith!

    please refer to this 1.) of this post: https://kriesi.at/support/topic/menu-hover-color-heading-font-size-remove-borders/#post-185824
    and this post:
    https://kriesi.at/support/topic/how-to-change-main-menu-colors/#post-189625

    Regards,
    Andy

    • This reply was modified 10 years, 9 months ago by Andy.
    #463356

    In reply to: Full with submenu

    Hy Yigit,

    I would like to change the font size, weight, and spacing in between characters.
    Thank you.
    Very Best,

    Alexia.

    #463277
    alfaweb2
    Participant

    can you help me out with the final adaptions of my blog? http://www.alfaweb.at/testwaldi/

    1) center the Main menu http://i.imgur.com/xqmTfZ7.jpg i think 20px to the right will do it?
    2) use the same font i use in the main menu for the top menu but in a smaller font size (not bold) http://i.imgur.com/DIvKUGA.jpg
    3) is there i way to deactivate the social share icons at mobile phone view only? http://i.imgur.com/iYHJSwn.jpg
    4) reduce the space between letters and words from here http://i.imgur.com/emaHvca.jpg to this http://i.imgur.com/nRlSD7q.jpg This was working fine but now there is a problem again. please help me to fix this.
    5) http://www.alfaweb.at/testwaldi/karte/ i want to display the map over the whole high. what can i do? http://i.imgur.com/7I4Pg7H.jpg
    6) i have this shortcut for my search [wpdreams_ajaxsearchpro id=1] where must i put the code? i want to display the serach field here: http://i.imgur.com/t2rEaOW.jpg

    #463247

    Hey!

    use this shortcode for your special heading:

    [av_heading heading='I'm a water person' tag='h3' style='' size='' subheading_active='' subheading_size='15' padding='10' color='' custom_font='']I'm a water person[/av_heading]
    

    You can find a list with the HTML number (which you need to use) for any ASCII character here: http://www.ascii.cl/htmlcodes.htm

    Cheers!
    Andy

    #463234

    Hi dhuet!

    Thank you for using Enfold.

    You can modify the includes > loop-index.php file. Look for this code:

    
    //echo preview image
            if(strpos($blog_style, 'big') !== false)
            {
                if($slider) $slider = '<a href="'.$link.'" title="'.$featured_img_desc.'">'.$slider.'</a>';
                if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
            }

    Below, add something like this:

    echo '<span class="blog-categories minor-slider-meta">';
    				echo $cats;
    				echo '</span>';

    Use ths in the Quick CSS field to adjust the position of the categories:

    span.blog-categories.minor-slider-meta {
      top: -50px;
      position: relative;
      z-index: 1000;
      font-size: 40px;
      left: 20px;
    }

    Note that this is only going to work if all posts are set to standard format.

    Best regards,
    Ismael

    #463054

    In reply to: Social Media Icons

    Thanks Andy for the help. Got as far as saving my social icon and installing it in the icon font manager. The only thing left is how do you change the RSS icon to the one I uploaded? The only way I know how to add that link on the bottom is in the enfold>your social profiles. I go down there and click special rss. But there’s no option to change the icon. The code to change the size of the links worked great. Thanks again.

    #462961
    lamenezes
    Participant

    I added code below to Quick CSS in Enfold theme and Flushed the cache a few times, don’t have any minifying settings…and still Bordered.
    #top .av-menu-button > a .avia-menu-text {
    border: 0px solid;
    border-radius: 0px;
    color: #2A2C95;
    font-size: 20px;
    }

    #462942
    samurai089
    Participant

    Hi Team,

    right now i am moving a redaxo site to wordpress.
    For a lot of sites i need an “inside menu” which i like to have within a text box.

    code is:
    [av_font_icon icon='ue871' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='left' color='#a8111c'][/av_font_icon]<span style=”color: #461e3c; font-weight: bold;”>Milonga im Schlachthof</span>

    [av_font_icon icon='ue871' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='left' color='#461e3c'][/av_font_icon]<span style=”color: #461e3c; font-weight: bold;”>Milonga im Filmcasino</span>

    [av_font_icon icon='ue871' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='left' color='#461e3c'][/av_font_icon]<span style=”color: #461e3c; font-weight: bold;”>Tango im Einstein Kultur</span>

    [av_font_icon icon='ue871' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='left' color='#461e3c'][/av_font_icon]<span style=”color: #461e3c; font-weight: bold;”>Termine</span>

    it is working fine like that only thing i am missing is color on hover – mouse over.
    I am not sure how to get that to work with out a css class.

    Can you help me – would be fantastic!!!

    You can answer in german if you like

    • This topic was modified 10 years, 9 months ago by samurai089.
    #462859

    Hi Sam!

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

    td {
      font-size: 14px;
    }
    .avia-table li {
    font-size: 14px;
    }

    Regards,
    Yigit

    #462842
    This reply has been marked as private.
    #462841
    samco78
    Participant

    Dear Support Team

    Can you give me the CSS for increasing / decreasing the font size in the pricing table. Respectively for the standard cells, pricing cells and description cells.

    Thanks in advance!
    Sam

Viewing 30 results - 13,531 through 13,560 (of 18,734 total)