Viewing 30 results - 141,811 through 141,840 (of 142,589 total)
  • Author
    Search Results
  • #24361
    ace2296
    Participant

    I would like to know how to show the full portfolio image on the portfolio page. Right now, all of my portfolio images are the same size circle (300px by 300px) and it is automatically cutting off the top and bottom the circle. I would like it to show the full image, but maybe have the thumb 100% wide so it can fit inside smaller columns. Does this make sense?

    #123052

    It depends on how you update the theme. If you just overwrite the old files with the new, update files (eg by using ftp) the custom elements won’t be affected (or only if we add a file with the same file name – however the risk is not very high :) ). However if you delete the entire theme folder first you need to make a backup of the elements.

    You can also try to place the element code/class into a child theme but I’m not sure if this works out because all elements extend the “aviaShortcodeTemplate” class and if the template builder plugin is not loaded (which can happen because the child theme functions.php will load first) then you’ll probably get an error. In this case I’d recommend to copy the content of functions.php to your child theme and to set the “use_child_theme_functions_only” to “true” (see comment at the top of functions.php).

    $avia_config['use_child_theme_functions_only'] = true;

    #122231

    Any progress on this problem?

    #24331
    Togel1
    Participant

    Hey, I am working with your theme and it´s really fun!

    Now I would like to modify the BACKGROUND COLORS of the MAIN- and SUB-MENU. What must I change to apply different initial, hover and active-state colors?

    #122585

    Glad we could help :)

    Just make a new topic if you have any other questions or issues.

    Regards,

    Devin

    I don’t know what you mean by category. I think the terminology breakdown is just not accurately describing the difference in the set up.

    If you have a working solution, its most likely the intended way to structure the mega menu though without seeing it first hand I can’t say for sure. Either way, as long as its working the way you’d like it should be okay.

    Regards,

    Devin

    #24350

    Topic: Slider Layer Opacity

    in forum Enfold
    marshw
    Participant

    Hey there,

    It looks as though in the demo that you can adjust the opacity of layers in the homepage slider. For example I’d like lower the opacity of a text box that I place over top of the main image for that slide.

    Any idea if/how I can go about accomplishing this?

    Thanks for your time and insight. All the best.

    #24349

    Topic: Menu overlaying logo

    in forum Enfold
    tmunz
    Participant

    Hey there,

    I used the custom CSS that was posted in the FAQ to stop the nav from scaling, which works, but now when scaling down my browser to certain sizes, the responsive menu starts overlapping the logo (my logo is a bit wider than the one used in your demo theme). How can I prevent this from happening?

    Here’s a link to the page: http://goo.gl/jGUCw

    Thanks,

    Tom

    #123065

    In reply to: Breadcrumbs Issue

    On the topic of shortening the breadcrumbs, no not at the moment. It would need to be done as a rewrite of the breadcrumb function since I’ve never seen any kind of implementation like that before.

    Regards,

    Devin

    #122184

    In reply to: Translating search

    Fresh news: Nick, the site is blocked by the sowtware you use. Every one else see it clearly.

    I created a topic on Malwarebytes forum and asked to remove IP from the blacklist: http://forums.malwarebytes.org/index.php?showtopic=127312

    Right now you can skip this blocking by reading following article: http://helpdesk.malwarebytes.org/entries/23460161-How-do-I-unblock-a-site-which-Malwarebytes-Anti-Malware-blocks-

    If you are afraid of skip blocking we shoud wait for 3-5 days until the IP would be removed and you get the updated Malwarebytes bases

    #122789

    If you want to view your shortcodes you can also activate the debug mode: https://kriesi.at/support/topic/export-theme-settings-and-templates

    You can i.e. copy/paste the output of the debug field into the standard editor and modify it there.

    #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?

Viewing 30 results - 141,811 through 141,840 (of 142,589 total)