Viewing 30 results - 87,121 through 87,150 (of 142,852 total)
  • Author
    Search Results
  • #720835

    Hi,

    This has been the default option for “older” themes ever since. I’m not sure how you managed to use the default featured image option before. Actually, you can find a lot of old threads here, more than 2 years old, asking for the same thing.

    // https://kriesi.at/support/topic/portfolio-images-not-appearing/#post-138459
    // https://kriesi.at/support/topic/featured-image-no-longer-displaying-on-blog-page/#post-137794
    // https://kriesi.at/support/topic/recent-posts-sidebar-widget/#post-232076

    Best regards,
    Ismael

    #720826

    In reply to: Change Breadcrumb Text

    Hi Alex,

    Great, glad you found a solution and thanks for sharing :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #720819

    Hi,

    I hope I can explain a littlebit better what I want. That is for main category 2 (= templates) to get_previous_post and get_next_post for the main category items, not the sub category items. I am using the sub categories only to show the filter option on the overview page (see link).

    I’m sorry but the navigation will filter through every posts as long as they are on the same category, regardless of its hierarchy. You can add this in the Quick CSS field if you want to disable it.

    #top .avia-post-nav {
        display: none;
    }

    Best regards,
    Ismael

    #720815

    Hi,

    We provided an answer in a duplicated thread.

    // https://kriesi.at/support/topic/modify-the-quantity-for-a-product-page-enfold-woocommerce/#post-720148

    Best regards,
    Ismael

    #720813

    Hi,

    Is it possible to add an Alt Text or change the mouse over behaviour?

    The alt attribute is not allowed on link tags.

    Is it possible to add more icons? I tried so far and uploaded another zip file with some more fontello icons, but it does not show up in the import section.

    What do you mean by “import section”? Please refer to this link.

    // https://kriesi.at/support/topic/problem-adding-fontello-icons-on-enfold-3-7/#post-718622

    Best regards,
    Ismael

    #720804

    Hi Edu,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #720803

    Hey linburnlane,

    You can either save the layout as a template using the Template function in the top right of the layout box, or you can copy/paste the shortcode to a new page if you activate debug mode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Best regards,
    Rikard

    #720802

    Hi,

    Ok great, glad you found the problem. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    Hi Vinay – sorry for the delay in responding. No, I only tried it with products that allow backorder or that I knew there was plenty of stock in, and I couldn’t REDUCE the amount in the cart either.

    Also, This EXACT same behaviour is happening on my photography site at http://www.launsteinimagery.com as well, and again there are no stock issues preventing quantity changes there. The problem does not appear to occur in internet explorer. We were made aware of the problem from complaints from several customers using a safari, chrome and IE. We believe the update did correct this for customers who have not been on the cart page before, but it seems to be a residual problem if it’s a repeat customer (I have a repeat customer who says the problem is still there while others reporting all is well when I’ve asked them to check this for me). So I’m suspecting some type of cache issue.

    Thank you for your help. I’m now more concerned about another issue that has cropped up which I opened a separate topic for 2 days ago: https://kriesi.at/support/topic/losing-ability-to-save-draft-publish-or-update/ …I’d greatly appreciate assistance on that one if you have a moment.

    With appreciation,

    John

    #720792

    Hi,

    Please copy unmodified enfold/framework/php/class-form-generator.php file and paste it inside enfold-child folder and find following at the top and remove it (please do not remove PHP opening tag)

    if (  ! defined( 'AVIA_FW' ) ) exit( 'No direct script access allowed' );

    and then add following code to Functions.php file of your child theme

    require( 'class-form-generator.php' );

    Best regards,
    Yigit

    #720791
    yingyang
    Participant

    The fix provided here to remove link on masonry pictured worked for chrome, but isnt working in IE, i made sure it wasnt a caching issue

    https://kriesi.at/support/topic/remove-mansory-link-to-post/

    #720772

    Hey laptophobo,

    There’s no revision manager that’s recommended for Enfold, since wordpress already has a built-in revision.

    Best regards,
    Nikko

    #720754
    zemag33
    Participant

    Hello,

    I encounter bug with demo gym on my thème ENFOLD

    When I update the home page during the changes, the online version does not work and I pers my work.

    I lose some modules of the page and I am obliged to go through “revisions” to recover the old work.

    Portofolio does not always display as well.

    I spend an infinite time making and redoing the page …

    Thank you for your advice and help …

    Christophe

    #720753

    Hey!

    Try to replace this part of the code:
    #top .av-submenu-container { display: none !important; }

    to this:

    #top .av-submenu-container, 
    .sticky_placeholder {
        display: none;
    }

    Cheers!
    Nikko

    #720742

    Hey blars62,

    Try adding this code in Quick CSS (located in Enfold > General Styling):

    #top .gallery.gallery-columns-3 .gallery-item {
        width: 33%;
        height: auto;
    }

    Hope this helps.

    Best regards,
    Nikko

    #720731

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a {
        padding-right: 13px;
    }
    .header_color .cart_dropdown_first .cart_dropdown_link {
        color: #666666;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #720722

    In reply to: Images in Mobile

    Thank you, Ismael,
    1. The blog posts are listed under outdoor living in the footer, and I’d like a thumbnail to show with them.
    2. That worked to get those images to show up on mobile, but it looks terrible. I am assuming since the first block is image left, text right followed by text left, image right and so on, that is why it looks bad. Is there a way to leave the desktop looking that way, but get the mobile to show up with the images on top followed by the corresponding text?
    Thanks!

    #720720
    erinstewartsays
    Participant

    There is no option for me to remove Recent Topics from my sidebar on Apperance>>Widgets>>Displayed Everywhere.

    I tried this that I found on another thread…

    Hi Zijlstra!

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

    .tab.widget_tab_comments {
    display: none!important;
    }
    Cheers!
    Yigit

    …but that didn’t work either.

    Advise?

    Thanks,
    Erin

    kenwcmg
    Participant

    Hi, on the following page: http://www.westcoast-mountainguides.co.uk/private-guiding/ I have a table in two columns lower down for two pricing structures (after testimonials), which views correctly on a desktop, but on a mobile device, the two column titles are displayed one straight after the other, with the table contents below, therefore merging the content and not making it clear what pricing applies to what.

    I’m sure it’s an easy fix, but any help would be appreciated. Thanks!

    #720714
    1lizcollins
    Participant

    Hi there,

    I’ve used Enfold for two years now and love it! Thank you for such an amazing theme. During these2 years I’ve had an occasional issue (three or four times so far): from time to time my portfolio galleries stop showing on their respective pages. When I log in and take a look at the page I can see that the portfolio categories have been deselected. I re-select them, save and all is fixed. Not a huge problem, but I don’t always notice the issue right away and the galleries are a vital part of my website. Can you tell me what could be causing this odd problem?

    #720706
    WP Turned UP
    Participant

    Hello. I’ve created the shortcodes folder in the child theme, copied over the corresponding .php file and made the change from H2 to H1. I’ve disabled caches and cleared caches. The H2 will not go away.

    Here is the post I followed.

    Thank you,
    Ryan

    #720699

    Hey!

    I changed the code to following one

    @media only screen and (max-width: 990px) {
    #advanced_menu_toggle, #advanced_menu_hide {
    display: none !important;
    }
    .main_menu .avia-menu {
        display: block !important;
        float: right;
        margin-top: 10px;
    }
    }
    @media only screen and (max-width: 767px) { 
    .main_menu .avia-menu {
        margin-top: -80px !important;
    }
    }

    Please review your website now

    Regards,
    Yigit

    #720694

    In reply to: PORTFOLIO GRID

    Hey!

    I am sorry it looks like that.
    When you reply multiple times inside, the topic goes to the bottom and we can not located.
    So, in the turn that other work, Yigit checked the project and managed to help you.

    I hope you do understand.
    One reply on every ticket, is the best case scenario.

    Feel free to create a new one ticket, if you need something else.

    Cheers!
    Basilis

    #720679
    Sandy
    Participant

    How do I change the submenu dropdown background colour? (It’s currently white with white text, but I want a green background.) I’ve added this custom CSS in order to change the background and font colour in the submenu:
    #top .av-submenu-container {
    background-color: #17ba71 !important;
    }
    #top .av-subnav-menu li a {
    background-color: transparent !important;
    }
    #top .av-subnav-menu li a > .avia-menu-text {
    color: #ffffff; font:strong; font-size:18px
    }

    #720677

    In reply to: A few issues

    Hi Rikard,
    a bit confused here… you ask to “stick to one issue” but address them all… so not sure what you want me to do here…

    HOMPAGE:
    1. Hero section text braking – yes smaller font size is the obvious solution but it will have to be so small it will look bad. No other ideas?
    2. Hero section right side of the image is invisible – do the “#section-phone” and “#section-desktop” go under the Section ID part of each block?
    3. “conscious, passion-driven” section unclear space – please look at link No. 1
    4. “conscious, passion-driven” section text brake – it is actually in a 2/3 element… I changed it to 4/5 and it still happens in some screen sizes…
    I do not want the text to break like that. Is that possible?
    5. “conscious, passion-driven” section alignment issue – the idea here is to have the “stop” block to the right of the center line of the screen and the next block on the right side of the center line and no matter what element I use, this doesn’t seem to happen… please look at link No. 2 for a detailed sketch of how it is, how I want it etc.
    6. Great, that worked.
    7 ***NEW*** – I forgot to mention the alignment of the bullet list – can you help with that? see link No. 3
    Contact-me page
    1. Change the submitting button color – this code did not work. it stayed the same color + it stopped the hover effect. Any other suggestions

    About page
    1.running numbers on the bottom more centered and closer together – this code is great but I dont think they are centered – view link No. 3

    Thank you.

    #720652

    Hi!

    Please add two buttons to your page and then refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ to display one on desktop and the other on mobile.
    I cannot check your website. Whenever i try to open it, my browser crashes.

    Best regards,
    Yigit

    Hello Nikko,

    You gave me the code of:

    @media only screen and (min-width: 768px) {
    #top .av-submenu-container { display: none !important; }}

    This for sure hides the fullwith submenu but it still leaves a big empty space. How is it possible to delete the space so the slider and the content page will come together and the space is gone.http://imgur.com/a/gnamd

    All I want to do is to display the fullwith submenu on mobile phones and to display the leftside menu on pc and tablets.

    #720618

    Hi Yigit. Thank you for getting back to me.

    I found a post where you helped someone show different links depending on desktop/mobile. I don’t know that it worked for him.

    If I did not need to include another plugin it would be great.

    I have included a link to the development site with notes.

    Let me know your thoughts when you have time.

    Any help is appreciated.

    Thank you.

    FYI: If it does not work out I will try the plugin.

    #720613

    OK so I do mean margins. If you look here: http://www.dev-ep.cagraphicdesign.biz/services/team-exceleration/
    you will see that the blue box with the text box inside it extends to the full width whereas all the other elements on the page align with the image at the top which has 8% padding left and right. I tried some other ways with a variety of layout and content boxes but to no avail. I am not an expert coder so I would not know how to implement css that would pertain to just that box.

    #720603

    Hi james-clickstream!

    Do you want to place it on top of the logo or below it?
    Let us know

    Best regards,
    Basilis

Viewing 30 results - 87,121 through 87,150 (of 142,852 total)