Viewing 30 results - 142,171 through 142,200 (of 142,938 total)
  • Author
    Search Results
  • #24335
    murattemel
    Participant

    Hello,

    I have posted this issue before but you are not helping. Earlier you said “It should be working” and I said “It is not working” then I realised you have marked it “CLOSED”!!! https://kriesi.at/support/topic/left-sidebar-menu-footer

    My left menu is still listing alphabetically and I want it to be listed just like in the dropdown menu. I have changed the sidebar.php and updated and still not working. CAN YOU PLEASE HELP!

    http://bilgin-group.com/blgn-grp-test/?page_id=1506

    Thanks…

    #123063

    In reply to: Breadcrumbs Issue

    On the topic of breadcrumbs and not trying to hijack your thread Daniel. Is there a way to shorten the breadcrumbs? As you can see here it gets very long (this is a shorter one):

    http://staging.avenirtechnologies.co/product/352a60/

    When you start to resize the browser the breadcrumbs overlap the title of the page until you get to a width where the breadcrumbs fall under the title.

    Maybe a way to have it go like this:

    Home / … / … / General Purpose / Single Axis / Model: 352A60 – ….

    Instead of:

    Home / Products / Accelerometers / General Purpose / Single Axis / Model: 352A60 – High frequency, ceramic sheer ICP accelerometer

    #122964

    In reply to: Anchor links

    Hi,

    On Appearance > Menu, give the menu items a special class. If you can’t see it, click Screen Options (top right), look for “Show advanced menu properties”, check “CSS Classes”. You will be able to specify “CSS Classes (optional)” for each menu item.

    Regards,

    Ismael

    #123000

    In reply to: Header Troubles

    Hi!

    Use following code instead

    .fixed_header #header {
    margin-top: 0 !important;
    top: 0px !important;
    }

    Best regards,

    Peter

    #122935

    Hi,

    I tested this and it seems like you are correct, they are required. Let me tag Kriesi to shed some light on this topic.

    Regards,

    Ismael

    #122925

    Hi,

    <p> tag creates a top and bottom margin. You can add this on your custom.css

    p {
    margin: 0 0;
    }

    Regards,

    Ismael

    #122744

    Nick hi,

    I tryed doing what you recommended, but it did not move the silde text/button to the right position (as it looks in the full width desktop).

    It must be some other thing …

    do you have an idea ?

    Thanks

    #122848

    This is not possible at the moment and I’ll mark this for Kriesi (feature request). You can only remove the link from “Meqa Menu” columns which are not main menu items but menu items on the second level (you just need to insert a dash ( – ) into the “Mega Menu Column Title” field).

    #24328
    petzeus
    Participant

    Hi guys,

    Great theme, love it. I tried using the instructions from this support thread of a year ago to sort posts from oldest-first (while keeping the default newest-first ordering in the blog main page):

    https://kriesi.at/support/topic/how-to-sort-by-older-posts-from-older-to-newer-posts-possible

    That is, edit archive.php by adding:

    `query_posts($query_string . ‘&order=ASC’);’

    But nothing I have tried works. Any suggestions?

    Thanks,

    Paul

    #122956

    Hi,

    You can add this on your custom.css or Quick CSS to make the thumbnails square.

    #top div .avia-gallery img {
    width: 100%;
    height: 100%;
    }

    .avia-gallery-thumb a {
    width: 20%;
    height: 97px;
    }

    Regards,

    Ismael

    #122847

    Thanks Devin. I too need to have a top level navigation be an inactive link. In other words, cannot be clicked.

    Using your recommendation from above I load a blank page in a new tab ( in chrome). Any other ideas anyone?

    i got similar issues with the explorer. besides the missing icons (like seach button, etc.) another weird thing in my portfolio page (i am using the 120×120 shop thumbnails) – the thumbnails are not square- they are somehow squashed – so do the picturers look. in firefox everythings fine. i am using IE8

    any idea how to fix this?

    there is also a problem with the responsive feature when using the 120×120 shop thumbnails – i reported this in another topic..

    best regards

    Pedro

    it was a hosting issue, I can view it now!

    However all the top pages seem to have been repeated…

    justinwheelon
    Participant

    I bought and activated everything correctly and did the dummy data but when I try to view my page it is just blank and says at the top “This site is under development) how do I actually view my page?!

    Thanks!

    #122806

    Hi Ismael,

    I found the code in your top box and I don’t see where to edit the includes to make the excerpt show up in Grid Layout? If I’m not mistaken, this is a problem with the theme (I do have the most recent version 1.5.1 and this was even a problem with the previous version). With the previous theme, the excerpt was completely random (sometimes two lines, and sometime seven lines), there was no rhyme or reason for the default length. As I stated before, in “Multi Author,” “Single Author small,” and “Single Author big,” the excerpt is the correct length by default. The only problem I’m seeing here is the Grid Layout and this is a theme issue (with 1.5.1, the excerpt doesn’t even show up).

    As far as the code in your bottom box, this does remove the code for the date in single page posts (which I would guess would be controlled in the single.php file), but this code doesn’t remove the date in the Grid layout of the blog page. Is the second part of this code to remove the code for the date also found in the loop-index.php file, or is it found in a different file of the theme?

    Thanks for your time!

    #24304
    Lumato
    Participant

    Hi,

    how can I sort flags inline in language switcher in the top menu? I want to display only flags, without language name.

    Thanks,

    regards!

    #122707

    Hi,

    how can I sort flags inline in language switcher in the top menu? I want to display only flags, without language name.

    Thanks,

    regards!

    #122650

    Hi Jason,

    I believe its all in how you set up the slideshow. IE – the demo data slideshow is auto centered by way of its set up so you can look at that one as an example.

    Edit: Saw this just now in another topic spelled out, Go LayerSlider WP > Select the slider > Global Options > Basic > Layers Container. Specify a width in pixels for the container. This will constrain the elements at the center.

    Regards,

    Devin

    #122419

    In reply to: Issue with Child Theme

    I have noticed that I need to include !important on all my declarations in the child-theme CSS file.

    #top .logo {left:10px !important;}

    Am I missing something that I have to do this for all the new CSS rules I am creating? Shouldn’t the child theme CSS override?

    #122791

    In reply to: Logo & colors

    Hi,

    Please add this css to your /css/custom.css or to Quick CSS located in Enfold > Theme Options > Layout Style (text area on bottom of the page.

    @media only screen and (max-width: 479px) {
    #top .logo, #top .logo a {
    overflow: visible;
    left:32px
    }}
    @media only screen and (min-width: 480px) and (max-width: 767px){
    #top .logo, #top .logo a {
    overflow: visible;
    left:115px
    }}

    Thanks,

    Nick

    #24290
    bakbek
    Participant

    Hi,

    It seems that the post titles are not H1 (it shows as #top h2 a). I would like to make the post title to be H1 tags and also to increase the size of the font as the title is much smaller than any H2 you use inside the post content.

    Thanks.

    #24281

    Topic: Header Troubles

    in forum Enfold
    Hotelsolutions
    Participant

    Unfortunately we’re having some troubles with our header again ( goo.gl/mQNrM ).

    There seems to be some space between the top of the page and the header, which is especially annoying when scrolling down. As you can see on this picture: http://img211.imageshack.us/img211/2040/headertxl.jpg. We had this problem before and with your support we were able to fix it using this code:

    .fixed_header #header {

    top: 0px !important;

    }

    The code is still active in our custom css sheet. No idea what happened, we haven’t made any major changes to the site?

    Hope you can help!

    #122180

    In reply to: Translating search

    Thank you for the explanation!

    Before I never faced with such problems. I deleted my presupposition about cracked theme.

    Now I asked hosting support for help. May be dedicated IP is solution.

    OK, please don’t close the topic, I hope for your help after IP would be removed from the blacklist.

    #24277

    Topic: Movie in slider

    in forum Enfold
    jeffreyvanoostrom
    Participant

    Hi guys,

    Just bought the theme last night, but before I spend hours to figure it out: Is it possible to play a youtube or vimeo movie in the slider?

    My idea is to have a picture of a laptop in the slider and have a youtube movie autoplay in it.

    Please let me know if and how this can be done.

    Thanks in advance

    Jeff

    #122450

    In reply to: Rogue Color Layer

    Hi MikehJPP,

    You are looking at the wrong selector.. Look at the h3 tag to see the code

    .main_color .heading-color, .main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6, .main_color .sidebar .current_page_item > a, .main_color .sidebar .current-menu-item > a, .main_color .pagination .current, .main_color .pagination a:hover, .main_color strong.avia-testimonial-name, .main_color .heading, .main_color .toggle_content strong, .main_color .toggle_content strong a, .main_color .tab_content strong, .main_color .tab_content strong a, .main_color .asc_count, .main_color .avia-testimonial-content strong, .main_color div .news-headline {
    color: #FFCE66;
    }

    —-

    Right now there are 4 blocks of code that control the color of the Home in that image , and here they are from strongest on top to weakest on bottom. (yes this needs to be fixed) i believe.

    .alternate_color .breadcrumb, .alternate_color .breadcrumb a, #top .alternate_color.title_container .main-title, #top .alternate_color.title_container .main-title a {
    color: #EB8A22;
    }
    .alternate_color .heading-color, .alternate_color h1, .alternate_color h2, .alternate_color h3, .alternate_color h4, .alternate_color h5, .alternate_color h6, .alternate_color .sidebar .current_page_item>a, .alternate_color .sidebar .current-menu-item>a, .alternate_color .pagination .current, .alternate_color .pagination a:hover, .alternate_color strong.avia-testimonial-name, .alternate_color .heading, .alternate_color .toggle_content strong, .alternate_color .toggle_content strong a, .alternate_color .tab_content strong, .alternate_color .tab_content strong a, .alternate_color .asc_count, .alternate_color .avia-testimonial-content strong, .alternate_color div .news-headline {
    color: #FFCE66;
    }

    h1 {
    color: #EB8A22 !important;
    }
    .alternate_color, .alternate_color .site-background, .alternate_color .first-quote, .alternate_color .related_image_wrap, .alternate_color .gravatar img .alternate_color .hr_content, .alternate_color .news-thumb, .alternate_color .post-format-icon, .alternate_color .ajax_controlls a, .alternate_color .tweet-text.avatar_no, .alternate_color .big-preview, .alternate_color .toggler, .alternate_color .toggler.activeTitle:hover, .alternate_color #js_sort_items, .alternate_color.inner-entry, .alternate_color .grid-entry-title, .alternate_color .related-format-icon, .grid-entry .alternate_color .avia-arrow, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery img, .alternate_color .grid-content {
    color: #EB8A22;
    }

    Thanks,

    Nick

    #122448

    In reply to: Rogue Color Layer

    Hi Nick,

    I have been changing the CSS as ive been going along (just like you showed me – hence ive achieved sooooooo much knowledge thanks to you) but I didnt understand why the % transparency was used. I was so tied up with the belief you ‘techies’ always dealt with exact values that I didnt think for a minute Kriesi had put in a ‘paint by numbers’ design system. It all makes sense – I just wanted it explained so I didnt think I was going mad! Its not something I think can explained by just trawling the web

    Anyway, I think I can get back on track now. If… the following code effectively shuts off the transparency and I can add my own then I can get on.

    #top .socket_color .avia-color-theme-color {

    color:rgba(0,0,0,0.5);

    }

    #top .header_color .avia-color-theme-color {

    color:rgba(0,0,0,0.5);

    }

    #top .main_color .avia-color-theme-color {

    color:rgba(0,0,0,0.5);

    }

    #top .alternate_color .avia-color-theme-color {

    color:rgba(0,0,0,0.5);

    }

    #top .footer_color .avia-color-theme-color {

    color:rgba(0,0,0,0.5);

    }

    I know you felt like it was pulling teeth but it was a worth while lesson for me. Sorry if you feel exhausted!!

    Cheers & I guess we can shut up shop on this issue finally

    Andy

    #122446

    In reply to: Rogue Color Layer

    Hi,

    Yes. Your image shows no yellow color in the header, the section you were editing. Have you changed the yellow also in the body section or alternate section? See image http://i.imgur.com/YWr6qVn.png

    The very top color changer for background doesn’t seem to be working , but you can just paste the color in there.

    Because I easily was able to change the yellow you are pointing to in one of the other sections, alternate I think.

    Thanks,

    Nick

    #122913

    In reply to: Sign Up Button

    Hi,

    Please search the forums, there has been a long line of people asking about this exact customization for more than a few years and there is probably more than one set of working code to do just what you are asking in these forums (including mailchimp).

    Here is a video showing how to do it (i saw at least 6 other videos with step by step instructions) http://www.youtube.com/watch?v=vT7Jiaq-ov8

    Here is a wordpress forum discussion which ends with it working http://wordpress.org/support/topic/plugin-mailchimp-list-subscribe-form-enabling-the-evil-popup-mode

    Thanks,

    Nick

    #122443

    In reply to: Rogue Color Layer

    Hi,

    Ahh, so the background color on my snapshot, for sidebar, content area, socket and header is not the color you selected. Should have said just that, because how am I supposed to know.

    Been looking , and even though that black color you have is exactly the color if 10.5% transparent black is painted on white, in reality it is color #191919 and it is used on page /includes/admin/register_backend_styles.php on lines 625,638,690, and 704. I think if you change that to #000, your troubles may be over!

    changing that produced for me http://i.imgur.com/3QQMkvt.jpg

    There are a couple other colors hard coded on the page and I think you will find all the ones that been showing up

    ============

    I also got plan B lined up. I am gonna give you a new css file with all extra css removed which will take the place of enfold.css

    I looked at all the transparency css, and also found this :

    #top .socket_color .avia-color-theme-color {
    color:rgba(0,0,0,0.5);
    }
    #top .header_color .avia-color-theme-color {
    color:rgba(0,0,0,0.5);
    }
    #top .main_color .avia-color-theme-color {
    color:rgba(0,0,0,0.5);
    }
    #top .alternate_color .avia-color-theme-color {
    color:rgba(0,0,0,0.5);
    }
    #top .footer_color .avia-color-theme-color {
    color:rgba(0,0,0,0.5);
    }

    They can be neutralized by changing 0.5 to 0.0

    Thanks,

    Nick

    #122582

    This post was in the Abundance forums which is on version 1.9. If you are using Enfold, the same meta box is not present as with Abundance so there *isn’t* that box below the visual editor.

    See the videos for Enfold here: https://kriesi.at/support/topic/video-requests

    Regards,

    Devin

Viewing 30 results - 142,171 through 142,200 (of 142,938 total)