Viewing 30 results - 100,501 through 100,530 (of 142,918 total)
  • Author
    Search Results
  • Hi!

    Thank you for the screenshot. Please add this in the Quick CSS field:

    .more-link {
        margin-top: 150px !important;
    }
    
    .html_elegant-blog #top .post-entry .post-meta-infos, .html_elegant-blog .avia-content-slider .slide-meta {
        margin-top: -150px;
    }

    Regards,
    Ismael

    #583115

    Hi,

    Ok, great. Please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    #583106

    Hi!

    The widget area container covers the accordion and that’s why it’s not working. Add this in the Quick CSS field:

    .avia-builder-widget-area {
        z-index: 0;
        margin-top: 100px;
    }

    Cheers!
    Ismael

    Hi,

    Great, please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    #583090

    Hi,

    It looks to be correct yes, please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    #583075

    In reply to: blog post page

    Hi silberrot,

    I’m not sure which layout you are referring to since the page you linked to is the overview page for the demos, if you click Close Frame in the top right hand side of the window you will be able to copy the direct URL to the demo page.

    Regards,
    Rikard

    #583051

    Topic: Home Page Mobile

    in forum Enfold
    elvirayebes
    Participant

    Hello there,

    Is it possible to have a different Home page for mobile vs desktop?

    Thanks,

    Elvira

    #583040

    Ismael,

    Thanks so much for your help. I am not actually putting in a banner ad I want to use the background as advertising.

    So what I need to do is add a 60px margin at the top top expose the background when I have tried doing it the content scrolls through the margin area when scroll down the page. IMBD has margin at the top to expose the background.

    Here are links to the images Margin1 image shows where the margin exposes the background, margin2 image shows that the background when scrolling is not hidden it scrolls through the margin area. Note these are photoshop image to show you an example of issues I had while trying to figure this out.

    http://www.cacstudios.com/wp-content/uploads/2016/02/margin1.png
    http://www.cacstudios.com/wp-content/uploads/2016/02/margin2.png

    I have no idea how to accomplish this and everything I have tried has not worked.

    Thanks for your help.

    Todd

    #583036

    Thanks for your reply. I don’t really understand what will happen when I change the template by uploading that files in the Enfold folder as mentioned here: https://kriesi.at/support/topic/enfiold-and-learning-plug-ins/#post-296179?

    #583019

    Hi Schuns!

    I’m sorry but you can’t use the advance layout builder for sensei pages but you can alter the template. Please refer to this link: https://kriesi.at/support/topic/enfiold-and-learning-plug-ins/#post-296429

    Cheers!
    Basilis

    #583012

    In reply to: Terminology Issues

    I’m back and still stuck.
    I am designing a portfolio site.
    I am adding portfolio content to individual Portfolio Item pages: each project will get it’s own Portfolio item page, right?
    I added a featured image, chose category and gave it a title.
    Is this where I add other images for this project?
    Do I just add them in the content area using the Advanced Layout? Meaning, do I layout the images here?
    and how do I make galleries of a project? would that be correct thing to do?

    (I watched all videos and read all I could. The instructions seem to stop just when I need more.)

    #582984

    Problem solved with the following css targeting ‘avia-button’:

    .avia-button
    {
    color: red !important;
    font-family: akbarplain !important;
    position: relative;
    top: 40px;
    right: 47%;
    }

    Another method I tried which might be of interest to other users, but not quite right for my website, is referenced here and uses a menu item as a button:
    https://kriesi.at/support/topic/removing-ahover-color-over-search-icon-stylizing-individual-menu-elements/

    Fi

    • This reply was modified 10 years, 2 months ago by Fionadee.
    #582965
    graphicsplus
    Participant

    Hi guys,
    I’m having trouble with a site that is being redirected to another folder on the same domain. The site is not responsive on a phone, but it is responsive when I scale down my desktop browser. I’ve seen a few topics on this but no solution. Can I do something about this without moving the entire site?

    #582942

    if you are in Dashboard – Appearance – Menus look on top right side of the window – there is a hidden tab called “screen options” press that and choose for “Show advanced menu properties” Link target

    Than you have the possibility to set the behavior for each Menu Item by toggling it and choose “New window or Tab”

    btw i use often the possibilty to set for each menu item its own class – same way!

    • This reply was modified 10 years, 2 months ago by Guenni007.
    #582926

    Simply
    I went to Advanced style then widget title then modify the police color
    You may close this topic
    Joseph

    #582925

    Hi Ismael,

    Thanks so much for doing that. But now there is a huge strip of white bar between the title and the main photo/s. Also the word “Home” appears in the top left when it never did before.

    Unfortunately all the other pages still have the previous problem as before…

    Please help.
    Kind regards

    #582890

    In reply to: customisation

    Hi!

    We can help you with the following:

    – is it easy to set up so top menu doesnt display when scrolling down
    A: We can do this via CSS.

    – i like the additional left hand nav that appears on the faq demo page (about us, blank pages etc) but where does this appear on a mobile device as cant find it when viewing???
    A: Enable the sidebar for mobile in the theme options > sidebar settings.

    – i need to create embeded maps with slightly more advanced features (so hover over to display a property graphic on a few points) – does your map feature do this or will it require a plug in?
    A: You might need a third party plugin for this.

    – lastly on the transparent menu homepage there are some icons at the bottom – is that an easy feature to replicate on the header graphic?
    A: Not sure what you mean by the “vheader graphic”.

    Cheers!
    Ismael

    Hey!

    I checked the site and the css pointer-events is still there:

    #top .portfolio-preview-image .avia-gallery .avia-gallery-big {
        pointer-events: none !important;
    }
    

    Please remove it or post the login details here so that we can check it.

    Best regards,
    Ismael

    #582884

    Yes this is conflicting:

    .responsive.html_header_top.html_mobile_menu_tablet #header_main .social_bookmarks {
    display: block!important;
        top: -30px!important;
    } /*icons postion*/

    I changed it to this

    @media only screen and (max-width: 479px) {
    .responsive.html_header_top.html_mobile_menu_tablet #header_main .social_bookmarks {
    display: block!important;
        top: -30px!important;
    }} /*icons postion*/

    Thank you. You can close this topic!

    #582881

    Hey!

    Thank you for the info. Please use this filter in the functions.php file instead: https://kriesi.at/support/topic/header-logo-links-to-different-page-than-homepage/#post-576520

    Best regards,
    Ismael

    #582876

    Hey!

    The filter is actually working. You can test it by changing the orderby value to title and you’ll see the difference with the item sorting. The problem is with the isotope script which moves the items on a random position. We said this on our previous post:

    Note that the orientation of the images in the masonry grid might also affect their position. A landscape image may go below an older item because it needed more space.

    Yes, this seems to be a bug in the isotope script. If you really needed the items to sort by post date, please use the blog posts’ element grid style which will give you a consistent sorting order.

    Cheers!
    Ismael

    #582865

    Doesn’t work ;( I left your CSS there though. Do you want to log in and check it out?

    Also, I have 2 other unanswered topics. I think it’s been a couple of days. If you have a moment, would you check those out please?

    Thanks,

    Jas

    • This reply was modified 10 years, 2 months ago by Jasmer.
    #582862

    Hi Boris!

    Thank you for using Enfold.

    You can add the search box inside the mobile menu. Add this in the functions.php file:

    
    add_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 );
    
    function avia_append_search_nav ( $items, $args )
    {
    
    		if ($args->theme_location == 'avia') {
    	        $search_form = get_search_form(false);
    			$items = '<li id="menu-item-searchbox">'.$search_form.'</li>' . $items;
        	}
    		return $items;
    }
    

    And this code in the Quick CSS field:

    #menu-item-searchbox form div {
    display: block !important;
    opacity: 1 !important;
    width: auto !important;
    }
    
    #menu-item-searchbox form div #s {
        width: 300px !important;
        max-width: 300px;
    }
    
    #menu-item-searchbox {
    top: 25px;
    }
    
    #top #searchsubmit, .ajax_load {
        right: 0px;
    }

    Regards,
    Ismael

    #582858

    Hi!

    The font color looks consistent when I checked it. The font color is only applied to the parent container (.phone-info) so it’s probably a styling applied by the browser to numbers. Try this:

    @media only screen and (max-width: 768px) {
    #top .av_header_transparency .phone-info, #top .av_header_transparency .phone-info span {
        color: #555!important;
    }
    }

    Best regards,
    Ismael

    Hi!

    Thank you for using Enfold.

    Set the menu position to be below the logo then add this in the Quick CSS Field:

    .html_header_top.html_logo_center .main_menu ul:first-child {
        background: red;
        padding: 0 20px;
    }

    You can set the background of the main header in the General Styling panel.

    Cheers!
    Ismael

    #582844
    mhafeezmm
    Participant

    Hi,

    I would like to achieve the required navigation icon style as per screenshot attached. I can easily do this using content box or images using Enfold for desktop view. However when viewing using mobile, the icons are stacked.

    I would like the icons to remain in 1 row like the screenshot given. (I want 6 icons x 1 row, NOT 1 icon x 6 rows).

    Desktop view: http://i.imgur.com/PTaaOiE.jpg
    Mobile view: http://i.imgur.com/68ljlfn.jpg

    Can you please advise?

    Thanks.

    • This topic was modified 10 years, 2 months ago by mhafeezmm.
    #582842

    Hi!

    I checked the imdb site but I don’t see any ads on top of the page. Could you please provide a screenshot of the layout? Use imgur or dropbox.

    Best regards,
    Ismael

    #582823

    Topic: Woocommerce cart

    in forum Enfold
    luciantstoian
    Participant

    Hi guys!
    The woocommerce cart has stopped following me when I scroll, at some point. I have reinstalled the theme, woocommerce and wordpress but no luck. Can this be fixed?
    Thank you!

    Kind regards,
    Lucian

    #582822

    Topic: Footer menu

    in forum Enfold
    luciantstoian
    Participant

    Hi guys!
    I used the code below to transform the footer menu to look like the socket one. Can you please help me center it now?
    Thank you very much!

    Kind regards,
    Lucian

    #footer .widget_nav_menu li {
    position: relative;
    margin: 0;
    clear: none;
    float: left;
    display: block;
    font-size: 11px;
    border-right: 1px solid;
    padding: 0 10px 0 10px;
    height: 30px;}
    #footer .widget_nav_menu li a {
    position: relative;
    top: -5px;}
    #footer .flex_column.av_one_fourth.first {
    width: 100%;}
    #582797
    Guenni007
    Participant

    i try to give every link with new window (these are all my external links) or every mailto link an icon in front of the link.
    here we go:

    you can select those links via attribut. f.e. you want an acrobat icon before every pdf link ( unfortunately entypo-fontello haven’t one) so i uploaded an extra icon font for those icons)

    a[target="_blank"]:before {
        content: "\e822";
        font-family: entypo-fontello;
        font-size: 14px;
        padding-right: 6px;
    }
    
    a[href$=".pdf"]:before{
        content: "\e809" !important;
        font-family: paragraph;
        font-size: 14px;
        padding-right: 6px;
    }
    
    a[href^="mailto"]:before{
        content: "\e805" !important;
        font-family: entypo-fontello;
        font-size: 18px;
        padding-right: 6px;
        position: relative;
        top: 1px;
    }

    etc. pp

Viewing 30 results - 100,501 through 100,530 (of 142,918 total)