Viewing 30 results - 134,821 through 134,850 (of 142,788 total)
  • Author
    Search Results
  • #213172
    simmer
    Participant

    Is it possible to make the portfolio ajax slider preview sit flush with the top of the screen flush with the top of the image.

    Please see 2 images attached.

    https://www.dropbox.com/sh/tfdul3so4jc01ez/JwvORDlJ7F

    portfolio1: how it displays when opened at moment
    portfolio2: how i would like it to display when clicked open

    Hope that makes sense :)

    #213170

    Hello,

    Am I doing it right? I go to the link recommended above by Ismael, http://www.entypo.com/characters/. Then I use the character code under the image. For example, if I wanted to use the phone (image on very top left), then the code is U+1F4DE. I enter in “1F4DE” in the code entered into quick.css. My quick.css ends up looking like this:

    /* Below added on 1/10/14 to make the main body text larger. Added by Ryan Schefke */
    body, body p {
    font-size: 17px;
    }
    
    .main_menu ul:first-child > li > a {
    font-size: 18px !important;
    }
    
    .image-overlay .image-overlay-inside:before {
    content:"\1F4DE"; font-family: 'entypo-fontello'; font-size: 18px; font-weight: normal; 
    }

    Again, when I hover over the image it just shows “1F4DE” and does not show the phone icon.

    #213165

    In reply to: Icon Box and Text

    This reply has been marked as private.
    #213163
    ojooce
    Participant

    Hi All,

    I love this the WP theme!! I was wondering how I would move the search from the top navigation? Also, I’d like to add a small button to top right of the navigation. Is there a way to do this? If you could tell me how, I’d be forever grateful.

    Thanks,
    Sally

    #213162
    NanaKuo
    Participant

    To display a 5-column grid of thumbs for the artists at Pottery Northwest, I’m using the partner/logo layout (the max on a portfolio grid is 4 columns and I wanted to display 5-6 columns of photos). Everything looks great on the desktop, but when the artist overview page is displayed on my iphone, two of the thumbs are twice the size of the others. I haven’t been able to figure out why this is happening.

    Can you help me fix this?

    Thanks.

    Nana

    #213154
    aparteDenmark
    Participant

    Dont know if this is asking too much, -…I just really think it would be cool to have theese features
    -and just hope it to be simple soloutions !

    1…..http://jsa-gitterflex.apartebuild.dk/wp-content/uploads/2014/01/breadcrum-remove-blogpage.jpg
    I’d like to get rid of the breadcrumbs that appear on post pages AND singlepost pages aswell (but not on the homepage in general):

    I’v tried some older threads but cant find a piece of code that will work on my page :-(

    2….Alternatively i would be happy just to be able to control the pages wich the breadcrumblinks link to !!!

    3. Would it be possible to have a backarrow-button” from singlepost to blogpage it feels like landing in the dessert the way it just end now :-)

    4…..http://jsa-gitterflex.apartebuild.dk/wp-content/uploads/2014/01/scrollbar-on-blogpage.jpg

    -This would be a nice touch ! -Is there a simple piece of code to do this ?

    5…..http://jsa-gitterflex.apartebuild.dk/wp-content/uploads/2014/01/partner-logo-as-menu.jpg

    -My client wants the images (in all there are 8) in the partner Element/logo to change on hoover and act more like a menu that shows the current page the visitor is seeing by holding on to the hoover-image. -Just like the red line jumps and stays underlining the text in the header navigation line. All 8 images have unique links to pages i dont want to see in my header/ -or footer menu !

    6….. You supported me in this thread https://kriesi.at/support/topic/header-navigation-menu-and-spacing-on-blogpagepost/#post-212517

    -The code provided by ismael worked perfektly but im wondering if it would be even nicer to make the whole area above the navigation textline less active just the way ismaels code did to the area covering the telephonenr. Its never goodlooking when you have mouse shoving “hotspot” in blank areas :-)

    Is there an easy fix for this too ?

    pagelink:http://jsa-sikring.apartebuild.dk/

    All the best to you good people
    Claus.

    #213150

    Hi!

    The overall container also needs to be adjusted:

    .boxed#top {
    width: 1310px;
    }

    Based on whatever size you choose for the internal containers.

    After there still may need to be some additional tweaks on items but that is the gist of the changes. Identify the containers and increase their values from the grid.css file. I would suggest having a freelance developer go through and create a new grid width you can use so that everything stays cross browser compatible. Customization like this is outside what we can cover through support but we will often assist if possible the changes are just not further supported.

    Best regards,
    Devin

    #213130
    This reply has been marked as private.
    #213117

    ok, I now get the individual portfolio items. In fact I’ve just created some.
    Now I guess I have to set up a /portfolio/ page and link some of the relevant elements to its counterparts (portfolio items). Am I right?

    Another thing. I dont get when or where to use and how the “portfolio grid” works. I put a “portfolio grid” in a -say- test page and all I can do is select categories and columns, sizes, links, etc. but now that I have those “portfolio items” set with the featured image I don’t know what to do with this “portfolio grid” I just don’t get it… It seems the “grid” –if any– cannot be “filled” cos in fact there’s no grid to fill… I’m for sure missing something.
    Then there is the Ajax porfolio, but since I dont plan to use it right now… however in my tests I didnt get it to wrok or to show anything at all…
    Glad if you can light me on this topics…

    #213068

    In reply to: Category display

    Hi studiotopo!

    Edit loop-index.php, find this code on line 188 then remove it:

     if(has_tag() && is_single() && !post_password_required())
                {
                    echo '<span class="blog-tags minor-meta">';
                    the_tags('<strong>'.__('Tags:','avia_framework').'</strong><span> ');
                    echo '</span></span>';
                }

    Look for this code on line 153:

    if(!empty($cats))
                        {
                            echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." ";
                            echo $cats;
                            echo '</span><span class="text-sep text-sep-cat">/</span>';
                        }

    Below, add this code:

    if(has_tag() && is_single() && !post_password_required())
    					{
    						echo '<span class="blog-tags minor-meta">';
    						the_tags('<strong>'.__('Tags:','avia_framework').'</strong><span> ');
    						echo '</span></span>';
    						echo '</span><span class="text-sep text-sep-cat">/</span>';
    					}

    Regards,
    Ismael

    #213067

    In reply to: Mobile formatting

    Hi!

    You can add it inside a media query for mobile screen size:

    @media only screen and (max-width: 767px) {
    .js_active .active_tab_content {
    border-top-right-radius: 2px;
    }
    }

    Cheers!
    Ismael

    #213055

    Sorry sounded straight forward but still a little stumped after accessing Appearance > Menus.

    The pages I wish to sort in a different order (in the top navigation header) are pages rather than menus, they are as follows:

    Home
    Services & Clients
    Business Effectiveness
    People
    Practices
    Processes
    About Us
    Contact
    Blog

    In order to do this do I need to (from within Appearance > Menus) do the following:

    1) Create a menu

    Then what is best for these settings? Which do I check? All options are marked with an * below:
    Menu Settings
    Auto add pages
    * Automatically add new top-level pages to this menu

    Theme locations
    * Enfold Main Menu
    * Enfold Secondary Menu
    (Will be displayed if you selected a header layout that supports a submenu here)
    * Enfold Footer Menu
    (no dropdowns)

    ———————

    Then:
    2) I guess I then add all of my pages (i.e. blog, home etc) to the newly created menu so I can then order them as I wish.

    Bit confused, sorry about this.

    Thanks,
    Paul

    #213043

    Hey!

    http://shop.rb1.at/

    this one post has really helped me and works very well

    dieser eine Beitrag hat mir sehr weitergeholfen und funktioniert sehr gut
    (https://kriesi.at/support/topic/enfold-conditional-menu/ (dann kann man dies unter Design > Menus konfigurieren) )

    I have 2 problems however:
    2 Probleme habe ich jedoch:

    1 the drop disappears too fast you can not use.
    1. das Dropdown verschwindet zu schnell man kann es nicht bedienen.

    2 as soon as I am logged in, I want the “Welcome” (without links) and instead of “my account” The first name of the user stands and drop triggers.
    2. sobald ich angemeldet bin, möchte ich das: “Willkommen” (ohne Verlinkung) und statt “mein Konto” Der Vorname des Users steht und das Dropdown auslöst.

    Thanks you all,

    Courin

    #213032

    Hey Dude,
    you can mark this topic as solved, because I found the right answer here:
    http://wpml.org/forums/topic/categories-disappear-after-wpml-activated/
    Thanks!

    #213028

    In reply to: Mobile formatting

    Sure, it is noblewhy.com.

    The CSS I’m trying to change on the mobile version is the rounded corners on the tab content sections. Here is the code I put under the Mobile styles in the custom.css:

    .js_active .active_tab_content {
    border-top-right-radius:2px;
    }}

    #213023
    jpoondesign
    Participant

    Hi, i just set up an easy slider, i noticed it wasn’t auto-playing like the demo theme was, i inspected the element and it has ” data-autoplay=’false’ ” in the html. What custom CSS do i need to use to override this? I tried to figure it out but nothing i tried worked. Any suggestions?? thanks!

    #212997

    In reply to: Custom Menu

    Hi Thionix!

    See https://kriesi.at/support/topic/enfold-conditional-menu/

    Best regards,
    Peter

    #212984

    Hi!

    Sure – insert following code into the quick css field:

    
    #top .social_bookmarks_facebook:hover  a{color:#fff; background-color:#37589b; }
    

    Then replace the background color value with your color and replace “facebook” with your social media service/name.

    Best regards,
    Peter

    #212983

    Hi!

    What is the “homepage top animated banner”, a slider? an image? can you post a link to your website?

    Cheers!
    Josue

    #212975

    Hey!

    1) Standardmäßig kann dies WordPress nicht. Entweder du aktivierst die “Conditional Menu” Funktion: https://kriesi.at/support/topic/enfold-conditional-menu/ (dann kann man dies unter Design > Menus konfigurieren) oder du probierst dieses Plugin: http://wordpress.org/plugins/baw-login-logout-menu/

    2) Die Dropdowns kann man unter Design > Menu anlegen – einfach die Menüpunkte des Dropdowns unterhalb des Hauptmenüpunktes gruppieren und etwas nach rechts ziehen.

    Cheers!
    Peter

    #212971

    Hi!

    Some topics are randomly getting closed for unknown reason. I do not think Ismael closed it.

    I have just checked your website and it does work on my end.
    In editor: http://i.imgur.com/Kmb4GxD.jpg
    page view: http://i.imgur.com/slzxldw.jpg
    Can you check your website on another computer?

    Cheers!
    Yigit

    #212969

    Hi!

    I think Ismaels code is messed up (wrong quotes because bbpress converted them). Please try following code

    
    $description = get_the_author_meta('description', $author_id);
    echo "<div class='author_description_text'>".wpautop($description)."</div><span class='author-extra-border'></span></div>";
    

    Best regards,
    Peter

    #212959
    This reply has been marked as private.
    #212958

    Topic: Custom Menu

    in forum Enfold
    Guilherme
    Participant

    Create a Custom Item from the top menu for logged in users.

    #212951

    We are trying to find a fix/solution/change for this still but my guess would be its getting effected by something else within the theme’s scripts that we aren’t aware of. This, along with the other topics with the same or similar question are tagged for Kriesi to take a look at asap.

    #212950

    Hi!

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

    #header .avia_mega_div .avia_mega_menu_columns_first {
    padding-left: 15px;
    }
    #header .avia_mega_div .avia_mega_menu_columns_last {
    padding-right: 15px; }
    #top #header .avia_mega_div > .sub-menu { padding: 20px 10px 30px; }

    That should do it

    Cheers!
    Yigit

    #212926

    Hey!

    Please refer to this post to change the width to switch to mobile menu https://kriesi.at/support/topic/navigationlogo-affected-on-ipad-and-androidsamsung/#post-202024

    Best regards,
    Yigit

    #212922

    Hey!

    Please refer to this post here https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
    200 will be initial size and will be /2 when scrolled, so 100.
    You will see

    if(st < el_height/2)
                    {
                        newH = el_height - st;
                        header.removeClass('header-scrolled');
                    }
                    else
                    {
                        newH = el_height/2;

    in the same section, you can change /2 to /1.5 if you would like to divide initial size less than half

    Regards,
    Yigit

    #212877

    In reply to: Logo: format & shrink

    tried that code… and now the logo shrink looks perfect. Thanks a lot.
    I still have one little issue: the Header menu (on the right side) still moves upwards after logo shrink already has stopped and jumps to the correct position a little later. I would like to stop the menu movement a little earlier and get rid of the jump.

    Best, Tobi

    • This reply was modified 12 years, 1 month ago by BASISberlin.
Viewing 30 results - 134,821 through 134,850 (of 142,788 total)