Viewing 30 results - 138,241 through 138,270 (of 142,628 total)
  • Author
    Search Results
  • #173804

    Thx for your support. That looks great.

    Is it possible to add the telephone symbol on the left side – besides the social buttons?

    Thx

    #173801

    The additional info tab is gone but the “from $45” still remains – here is my Quick CSS:
    .product-sorting, .related.products { display: none!important; }#top .variations td.label { width: auto; }#header_main_alternate { z-index: 2; }
    .single-product #top .price { display: none!important; }
    li.additional_information_tab { display: none; }

    #173790

    Hey!

    I have edited the code above. Please change it with this one

    Cheers!
    Yigit

    #173784

    Thanks, but that also affected the desktop version to where the image gets cut off. I’m only having the problem on the phone. Is there a way just to set the padding to 0 for the mobile version?

    #173782

    Hi erostad!

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

    @media only screen and (max-width: 480px) { .fixed_header.social_header #main { padding-top: 0!important; } }

    Regards,
    Yigit

    • This reply was modified 12 years, 2 months ago by Yigit.
    #173743

    Hey!

    See this topic: https://kriesi.at/support/topic/icons-still-not-working-in-firefox-and-ie/

    There are a number of things to try ending in the server adjustment but first try cache refreshing, re-saving styles.

    Cheers!
    Devin

    #173736
    This reply has been marked as private.
    #173730

    Hi Yigit! Thanks for your quick reply. Unfortunately that didn’t work. Any ideas? Here’s what I have under the custom css box. Maybe there’s something blocking it from working?

    .content { padding-top: 10px; }
    #top .title_container .container { padding: 0; min-height: 36px; }
    .social_header .phone-info span { font-size: 18px; }
    #header_main .container { height: 150px!important; line-height:150px!important; }
    .social_header .main_menu ul:first-child > li a { height: 90px; }
    .iphorm-element-spacer { padding-bottom: 0; }
    #header_meta { display: none; }
    .logo img { padding: 15px 0; }
    .main_menu { top: 11%; }

    #top #menu-item-search { display: none; }
    .main_menu ul:first-child > li > a { font-size: 15px; }
    .sidebar { padding-top: 25px; }
    h3.widgettitle { font-size: 15px; color: #2a3032; }
    .widget_nav_menu a { font-size: 14px!important; color: #2a3032 !important; }
    #top .widget_nav_menu ul ul li a { padding: 2px 0px 3px 12px; }
    .main_color strong { color: #333333; }

    .header_color .main_menu ul:first-child > li > a, h1, h2, h3, h4, h5, h6 { font-family: Helvetica, Arial, sans-serif !important; }
    .widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 { text-transform:capitalize!important; }
    .widget a, .widget p { color: #333333 !important; }

    .main_color h3.widgettitle { font-weight: bold; color: #ce1433; }

    .widgettitle { font-size: 24px; }

    Well my problem is with the image thumbnails in the gallery inside a portfolio post when using ajax version. No matter what number of columns I set it is always 5. They look blurry and I guess it is because theme convert them to 80×80 and they showed bigger.

    The original settings in the functions-enfold.php are 80x80px so I change it to 160x160px and then I regenerate thumbnails with plugin, but nothing.
    update_option( 'thumbnail_size_h', 80 ); update_option( 'thumbnail_size_w', 80 );

    They are still 80×80. I even create a new portfolio post with a new gallery and still it creates the thumbnails 80x80px. May be this is not the line to fix.

    The solution in this code for the css – #top .avia-gallery .avia-gallery-thumb a{ width: 10% !important; } reduce the size of the thumbnails to half and shows 10 thumbnails instead of 5, but does not fix the problem.

    #173711

    Thank you very much!

    Now still having issues, here is the website again:

    1. The logo ins’t response to mouse hover – as a link to hompage.

    2. Also, I’ve tried this code, no success:

    #top .bg-logo a:hover {
    background: url('http://eliweissberg.com/wordpress/wp-content/uploads/2013/10/Logo2.png');
    }

    And anyway I prefer to use hover this method:

    #logo2 {width:300px;margin:0 auto;text-align:center;}
    #logo2 a {
    outline: none;/* get rid of dotted borders in FireFox */
     text-indent: -5000px ;/* this moves the text outside of the screen area */
    		display:block;
    		width:295px;
            height:115px;
    		background: transparent url("images/articles/logo_v2.png") 0 0 no-repeat;
    		text-decoration: none;
    		}
    	#logo2 a:hover {
    		background-position: 0 -115px;
    		}

    3. In the advanced Layer Slider, I set the width to 910px, but there is inside shadow on top.

    4. How do I align the menu exactly to the left?

    Thanks again,
    Eli

    #173704
    erostad
    Participant

    I have a rather large white space between my menu and top image on the page when viewing the website on a mobile device (iphone both portrait & landscape). This does not happen on the desktop. Any ideas as to why this is happening? Here is the link:

    http://goo.gl/eKx7Sl

    Thanks.

    #173669

    Will try it!

    Thanks

    #173657

    Hey immenjil!

    Please refer to this post https://kriesi.at/support/topic/collapsable-menu/#post-165144
    This will change switching width to mobile menu

    Best regards,
    Yigit

    #173639

    Still the same….

    div.main_menu { position: absolute; right: 34.5%; top: 57%; }
    strong.logo { left: 40%; }
    #header_main { padding-bottom: 34px; }
    .fixed_header.social_header #main { padding-top: 181px; }
    .current-menu-item>a>.avia-menu-fx { display: none;}
    li:hover .avia-menu-fx { display: none; }
    .main_menu .menu ul { margin-top: -32px; }
    body { font-size: 14px !important; }

    #173627

    Hi!

    Please refer to this post and change the width of switching to mobile menu https://kriesi.at/support/topic/collapsable-menu/#post-165144

    Best regards,
    Yigit

    #173623

    Hi bivvo!

    Please add this code to Phone Number section in Enfold theme options and adjust as desired http://i.imgur.com/C8FXNCk.jpg

    Cheers!
    Yigit

    #173613

    Hi lpfa!

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

    #header_main_alternate { z-index: 2; }
    .single-product #top .price { display: none; }
    li.additional_information_tab { display: none; }

    Regards,
    Yigit

    #173607
    #173603

    Hi Josue,

    The code you gave me stopped the scroll over effect from gray to black, but now the sidebar divider stops halfway down the page…please see at http://www.thepsychreport.com. Any thoughts?

    -Evan

    #173590
    FBDesign21
    Participant

    Hi,
    i’ve read several posts treating of this subject but i still can’t use this custom font in my website :

    http://www.fontsquirrel.com/fonts/TeX-Gyre-Adventor

    Maybe 2 leads which may help you to understand my problem :

    I’ve copied all the font in the CSS folder and add all the line of the style.css in the custom.css file. I use the “font family” in custom CCS field in the administration, command but there is no effect in the website.

    Plus, the custom CCS field in the administration tools doesn’t seem to work… When i put some command line they don’t appear in the custom CSS file. (or i don’t understand how it works…)

    The font i want to use is not a google font so i can’t use the solution given neither in this post :
    https://kriesi.at/support/topic/new-custom-font/#post-121900
    nor in this one :
    https://kriesi.at/support/topic/how-to-add-a-custom-font/

    Hope you can understand me despite my awful english….

    Cheers

    Fred from France

    • This topic was modified 12 years, 2 months ago by FBDesign21.
    #173578

    Hi mathysjp!

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

    #top .fullsize .template-blog .post_delimiter { visibility: hidden; }

    Best regards,
    Yigit

    #173560

    Hi!

    Please add the position: absolute property.

    div.main_menu { position: absolute; right: 34.5%; top: 57%; }

    Cheers!
    Ismael

    #173540
    Menj
    Participant

    Please check this links for bugs.

    Browser BUGS

    desktop
    link remove

    tablet
    link remove

    • This topic was modified 12 years, 2 months ago by Menj.
    bongoman
    Participant

    HI there

    All of a sudden I’m having issues with javascript on the Edit Page in the wordpress backend.

    Neither the “Add media”, “Advanced Layout Editor” nor the Gravity Forms “Add form” button are working — the browser console gives the error:

    [Error] Error: cannot call methods on sortable prior to initialization; attempted to call method ‘toArray’
    error (jquery.js, line 3)
    (anonymous function) (jquery.ui.widget.min.js, line 4)
    each (jquery.js, line 3)
    each (jquery.js, line 3)
    (anonymous function) (jquery.ui.widget.min.js, line 4)
    (anonymous function) (postbox.min.js, line 1)
    each (jquery.js, line 3)
    each (jquery.js, line 3)
    save_order (postbox.min.js, line 1)
    place_top (avia-builder.js, line 121)
    set_up (avia-builder.js, line 104)
    AviaBuilder (avia-builder.js, line 93)
    (anonymous function) (avia-builder.js, line 1303)
    c (jquery.js, line 3)
    fireWith (jquery.js, line 3)
    ready (jquery.js, line 3)
    q (jquery.js, line 3)

    I’ve tried disabling plugins and note that this does not happen on the Edit Post or Edit Porftolio screen, just the Edit page screen.

    I see this issue has arisen in these forums previously but no real fix was given, apart from updating wordpress, which I’ve tried.

    I’ve turned off all caching and deleted all caching plugins and caching folders on the server.

    #173524
    tinagianna
    Participant

    Hey Kriesi Team!

    1. For some reason my related products slider is being hidden by the footer. Why is this happening and how do I fix this? – http://s13.postimg.org/w948qkx0n/enfold1.png

    2. I recently purchased the Woocommerce Professor Cloud and it doesn’t look like it is working properly with the Enfold theme. The Zoom only works when I choose it to display inside the product image. In other words it won’t let me display it on the ‘right’, ‘left’, ‘top’ or ‘bottom’. Is there a Quick CSS code I can use to fix this?
    Also I wouldn’t mind changing the style of the zoom box. Currently its quite thick. Can I reduce the thickness to half of what it currently is? – http://s12.postimg.org/5j3luqcy5/enfold2.jpg

    3. Out of curiosity.. is there any way I can hide this header title? This is not a big deal but I would love if it disappeared  – http://s24.postimg.org/wo9e9m9xx/enfold3.png

    Thanks guys! :)

    #173510

    Hey PPCHound!

    Both issues will be fixed in the next version. To fix the google maps issue see: https://kriesi.at/support/topic/enfold-doesnt-work-in-internet-explorer/#post-170437 and you can fix the menu issues with following code

    
    a {max-width:none\9;}
    

    – insert it into the quick css field.

    Regards,
    Peter

    #173506

    Hi!

    Ok, please try following – open up wp-content\themes\enfold\css\dynamic-css.php and at the very top of the file replace

    
    <?php
    

    with

    
    <?php
    if(!function_exists('av_icon_css_string')) require_once( AVIA_BASE.'config-templatebuilder/avia-template-builder/php/font-manager.class.php' );
    

    Cheers!
    Peter

    #173504

    Hey!

    The issue is caused by the rtl layout. Try to insert following code into the quick css field

    
    #top.avia-blank {
    right: 0 !important;
    }
    

    Cheers!
    Peter

    #173503
    Michael Oeser
    Participant

    Hi there,

    a few weeks ago I was able to solve the issue (see: https://kriesi.at/support/topic/using-the-fonttype-social-media-icons-in-single-posts/) but after upgrading to the latest Enfold version it doesn´t work anymore.

    Look for example at this post: http://www.der-prinz.de/statische-social-media-sharing-buttons-wordpress/

    Below the post you see the three social media buttons but there are no icons anymore. I´m sure it´s something that changed in the CSS class but I can´t find it. Can you tell me how I can use the icons here?

    Thanks in advance
    Michael

    #173499

    Hi Ismael,

    thanks for answering.

    thats the code i put in… But the menu is still on the right.

    body { font-size: 14px !important; }
    strong.logo { left: 40%; }
    #header_main { padding-bottom: 34px; }
    .current-menu-item>a>.avia-menu-fx { display: none;}
    div.main_menu { right: 34.5%; top: 57%; }

Viewing 30 results - 138,241 through 138,270 (of 142,628 total)