Viewing 30 results - 86,671 through 86,700 (of 142,849 total)
  • Author
    Search Results
  • Hi,

    Thanks, I see what you mean now but that is not really image quality, it’s because the image is trying to cover the whole container. If you want greater control over how the background image acts on small screen sizes you could add a new Color Section and upload an image better adapted for small screen sizes. Give your sections ID’s and hide/show them for the correct sizes using CSS like this:

    @media only screen and (min-width: 768px) {
    #section-desktop {
      display:block !important;
    }
    #section-phone {
      display:none !important;
    }
    }
    
    @media only screen and (max-width: 767px) {
    #section-desktop {
      display:none !important;
    }
    #section-phone {
      display:block !important;
    }
    }

    Best regards,
    Rikard

    #724726

    Hi,

    Great, thanks for the feedback. Let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #724704
    jimbeamkentucky
    Participant

    Hi,
    I have some issues with my color section (logo and text overlapping and color section too small) in responsive mode.
    It is working perfectly in desktop mode and I would like the same effect, I’ve tried some media queries adjustement but it doesn’t work.

    I will need your help,
    Thank you

    #724699
    shakshuka
    Participant

    Hello,
    I posted some links with our URL on some previous forum topics, and they are showing up on google search.
    I should not have posted any visible link on the Forum. Would it be possible to remove them?
    Thank you

    #724681
    Gonzo1982
    Participant

    How do I remove categories from the top of the blog post titles on the front page?

    #724679

    Thanks for your quick reply. Can you please look at the other subject that is still open? Here is the link: https://kriesi.at/support/topic/disable-lightbox-in-fullwidth-easy-slider/

    Kind regards

    #724658

    Hi Basilis,

    Yes, I did try.

    1) The gallery in Layout Builder will work with the Fotomoto plugin if I designate 1 column and thumbnails only. If I use more than one column, the Fotomoto buy links are not aligned with the images.

    2) If I use 1 large image on top with thumbnails below, the Fotomoto buy links are on the large image on top (first thumbnail below). However, when I select a different thumbnail below, it shows up in the large image on top, but the buy link is still linked to the first thumbnail. This is my preferred config for a photography gallery.

    I can set up a gallery as outlined in config 2) above and send you the URL if you want to see for yourself what I’m talking about. You can then look at any of the other galleries to see config 1), which works. Link to a gallery setup like config 1) https://www.majesticmoments-photographyllc.com/shop/bird-gallery/

    Please let me know. I don’t want to leave the gallery in config 2) for extended time because someone might buy the wrong image due to the issue I mentioned.

    Thank you!

    Richard

    • This reply was modified 9 years, 3 months ago by reamesr.
    #724653

    In reply to: Main Menu spacing

    Hey!

    Please remove the code from Quick CSS and edit your homepage, add code block element and place following inside your code block element

    <style>
    #top #header_main > .container .main_menu ul:first-child > li > a {
        line-height: 90px !important;
    }
    </style>

    Cheers!
    Yigit

    • This reply was modified 9 years, 3 months ago by Yigit.
    #724649

    In reply to: EASY SLIDER

    Hey zunini,

    We’re good :) Thanks for using Enfold.

    1.) Edit Easy Slider and at the bottom check Use first slides caption as permanent caption

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

    @media only screen and (max-width:767px) {
      .avia-slideshow .avia-caption h2.avia-caption-title {
        font-size: 12px !important;
      }
    }

    Just adjust the font size as you see fit.

    2.) I can only see layerslider not easy slider. I can only suggest as a workaround is probably to use layerslider on desktop and tablet, then hide it on mobile phone and use an easy slider.

    Best regards,
    Nikko

    #724646

    Hey haydaw,

    I couldn’t find out how why there’s a 1px space in between them but try adding this code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #top #wrap_all .av-layout-grid-container {
        margin-top: -1px !important;
      }
    }

    Hope this helps.

    Best regards,
    Nikko

    #724641

    In reply to: Child Theme issues

    Interestingly enough, that version seems to work. However, I do have some items that aren’t moving from my parent the child theme.

    I have a lot of CSS that is in the Quick CSS field that I moved to style.css in the child theme. However, it appears that any styles that refer to Custom CSS classes (activated by enabling add_theme_support('avia_template_builder_custom_css'); in functions.php) are only applied if they are in the Quick CSS field. I can’t seem to get them to work via the .css file at all. All other styles seem to be applied correctly as far as I can tell.

    I had previously edited functions-enfold.php to reverse the portfolio buttons as referenced in this post. However, I can’t get it to work in the child theme. I’ve tried adding the function from that article into the child theme copy of functions-enfold.php as well as trying to rename the file functions-enfold-child.php. Either way, it seems to be ignored.

    #724624

    Hey billysbuddies,

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

    #top .single_toggle:hover p {
        background: #ebc728;
    }

    Hope this helps. :)

    Best regards,
    Nikko

    #724595
    thanhcng
    Participant

    how can I add a line of text in the top part of the Footer (above the column widgets?
    I need to add a quote there for a client.

    thx for help!

    • This topic was modified 9 years, 3 months ago by thanhcng.
    #724588

    In reply to: Main Menu spacing

    Hi,

    Please try changing it to following one

    #top #header_main > .container .main_menu ul:first-child > li > a {
        line-height: 90px !important;
    }
    

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

    Best regards,
    Yigit

    #724569

    Hi!

    Logins are not working.

    Here is the code i posted – https://kriesi.at/support/topic/remove-word-posts-from-search-results-via-tags/#post-724500
    Which had a typo. You will find a similar code in correct functions.php file. You should simply remove it and insert updated code

    Regards,
    Yigit

    #724539

    Hi,

    I don’t find any search icon on desktop neither. So obviously on mobile there won’t appear none too. Let us know when you activated a search icon on desktop and still need help.

    Best regards,
    Andy

    #724516

    In reply to: text

    Hi,

    use this code inside Quick CSS field:

    @media only screen and (max-width: 767px) {
    .avia_textblock {
    line-height: 37px;
    }
    h1 {
    line-height: 60px;
    }}

    and adjust as needed.

    Autoplay for video is not possible on mobile due to restrictions of the vendors of those devices. You can use a video element instead for mobile.

    Best regards,
    Andy

    #724494

    In reply to: Shop Symbol

    Hi,

    use this code:

    .html_cart_at_menu.html_bottom_nav_header #menu-item-shop {
    top: -2px;
    }

    and adjust as needed.

    The overlay is caused by some kind of customization you’ve implemented. Remove every customizations to find out which one is causing it.

    Best regards,
    Andy

    #724481
    debbienz
    Participant

    Just updated the enfold theme on my website: emea.apsystems.com and I now seem to be getting all sorts of error messages relating to the WPML plugins at the top of my WP admin pages when trying to edit and page. And I can’t click “update” once I have made an edit:

    Warning: filter_input(): charset `ANSI_X3.4-1968′ not supported, assuming utf-8 in /home/apsystems/emea.apsystems.com/wp-content/plugins/wpml-translation-management/classes/class-wpml-translation-management.php on line 140

    Warning: filter_input(): charset `ANSI_X3.4-1968′ not supported, assuming utf-8 in /home/apsystems/emea.apsystems.com/wp-content/plugins/wpml-translation-management/classes/class-wpml-translation-management.php on line 146

    Warning: filter_input(): charset `ANSI_X3.4-1968′ not supported, assuming utf-8 in /home/apsystems/emea.apsystems.com/wp-content/plugins/wpml-translation-management/classes/class-wpml-translation-management.php on line 496

    Warning: filter_input(): charset `ANSI_X3.4-1968′ not supported, assuming utf-8 in /home/apsystems/emea.apsystems.com/wp-content/plugins/wpml-translation-management/classes/class-wpml-translation-management.php on line 497

    And on my sidebar:
    Warning: filter_var(): charset `ANSI_X3.4-1968′ not supported, assuming utf-8 in /home/apsystems/emea.apsystems.com/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/post-edit-screen/wpml-meta-boxes-post-edit-html.class.php on line 488

    Warning: filter_var(): charset `ANSI_X3.4-1968′ not supported, assuming utf-8 in /home/apsystems/emea.apsystems.com/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/post-edit-screen/wpml-meta-boxes-post-edit-html.class.php on line 491

    Sometimes it does allow me to update the page and I get these warnings:

    Warning: filter_var(): charset `ANSI_X3.4-1968′ not supported, assuming utf-8 in /home/apsystems/emea.apsystems.com/wp-content/plugins/sitepress-multilingual-cms/inc/post-translation/wpml-admin-post-actions.class.php on line 115

    Warning: Cannot modify header information – headers already sent by (output started at /home/apsystems/emea.apsystems.com/wp-content/plugins/sitepress-multilingual-cms/inc/post-translation/wpml-admin-post-actions.class.php:115) in /home/apsystems/emea.apsystems.com/wp-admin/post.php on line 197

    Warning: Cannot modify header information – headers already sent by (output started at /home/apsystems/emea.apsystems.com/wp-content/plugins/sitepress-multilingual-cms/inc/post-translation/wpml-admin-post-actions.class.php:115) in /home/apsystems/emea.apsystems.com/wp-includes/pluggable.php on line 1179

    #724478

    Hi, I’ve replaced the top code with the bottom one however the contact form is still not fully showing. I’ve tried clearing the cache but that has no effect.

    Hello kriesi team
    and thank you Andy.

    I remove this:

    #top .main_menu .menu > li:last-child > a {
    padding-right: 13px !important;
    }
    and it is in rtl.css of the theme, not mine.

    also I added this:

    #top .main_menu .menu > li:last-child > a {
    padding-right: 0px !important;
    }

    and about this one, you know this is not a global solution, it corrects that specific menu but disturb others! so I test it but only test it :)

    .html_header_right #top .av-main-nav ul ul {
    top: 155px;
    }

    and the problem is still here, as I said in my previous ticket.
    I is correct in LTR languages as you can see in my site, but only in RTL language it is wrong.
    Please help more about this issue.

    Kind Regards

    #724425

    In reply to: google fonts

    Hey MarcusEls!

    Please go to Appearance > Editor and open functions.php file and find following line near top

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    and add your code right below it

    Best regards,
    Yigit

    #724417

    In reply to: button in main menu

    Hey diefleischerei,

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

    #top #wrap_all .header_color .av-menu-button-colored>a .avia-menu-text {
        color: orange;
        background: green;
        border-color: red;
    }
    

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

    Best regards,
    Yigit

    #724405

    Thanks for your effort Andy,

    Ik have tried all the css below in that post.

    Unfortunately, nothing changes… Still no search-icon :-(.

    /*voor het zoekicoon in de kantlijn*/
    @media only screen and (max-width: 989px) {
    .responsive .av_mobile_menu_tablet .main_menu {
    display: block !important;
    }
    .avia-menu { display: none !important; }}
    @media only screen and (max-width: 767px) {
    .responsive #header .main_menu ul {
    display: block !important;
    }}
    
    @media only screen and (max-width: 767px) {
    .responsive.html_header_top #header_main .social_bookmarks {
    right: -30%;
    width: auto;
    margin-top: 5%;
    }}
    @media only screen and (max-width: 767px) {
    .responsive.html_header_top #header_main .social_bookmarks {
    right: -10%; }}
    
    @media only screen and (max-width: 479px) {
    .responsive.html_header_top #header_main .social_bookmarks, .responsive.html_top_nav_header .social_bookmarks {
        display: block;
    }}
    #724401
    ANKirschner
    Participant

    Seen this issue a bunch around the forum (1, 2, 3, 4, 5) with no solid solution.

    I’m having an issue with the Edit Post page where most of the links do not do anything when I click on them. Screen options dropdown, “Text” toggle for the editor, “Edit” for the Permalink, etc. I look in my console and here’s the error I receive:

    Uncaught Error: cannot call methods on sortable prior to initialization; attempted to call method ‘toArray’
    Uncaught TypeError: Cannot read property ‘hasClass’ of undefined (wp-auth-check.min.js?ver=4.6.1:1 )

    Adding define(‘CONCATENATE_SCRIPTS’, false); to my wp-config.php file did not resolve the issue,

    I did deactivate my Restrict Content Pro plugin and it resolved the issue, but that’s my membership software plugin, so I need an alternative solution.

    #724397

    Is it possible to turn off tablet-mode completely? Either have tablet switching to Mobile or Desktop view.

    #724366
    jimbeamkentucky
    Participant

    Hi,

    I cannot change the color of my font in submenu when hovered

    The following codes don’t work:

    .header_color .main_menu .menu ul li a:hover {color: #f8f8f8 !important;}

    #top .main_menu .menu li ul a:hover { color: #f8f8f8 !important;}

    .header_color .sub_menu > ul > li > a:hover {
    color: #f8f8f8 !important;
    }

    I don’t have any other clue… I need your help please :)

    #724362
    enengl
    Participant

    Dear support team,

    on our page https://www.hapkido.academy i experience problems, when switching to a page (with anchor).
    When the page is not loaded yet, the top of the section is hidden by the header; loading the same page (with same anchor) again corrects the problem.

    Browser: Firefox, Internet Explorer on Win 10
    You should be able to reproduce this behaviour by clicking Hapkido/Geschichte from the Main page (or any other anchor based link).

    Is this a bug in your theme?
    Am i doing something wrong?

    I attached links of a sample output in case you can’t reproduce the effect instantly.

    Please let me know, if you need login credentials!

    best regards,
    Tom

    #724357

    In reply to: Error on saving posts

    Hey newpappa,

    We have replied you here – https://kriesi.at/support/topic/how-can-i-use-media-queries-in-button-content-element-to-change-target-url/#post-724056
    Let us continue there.

    Best regards,
    Yigit

    #724355

    In reply to: adding flags

    Hey!

    Please go to Appearance > Menus and create a new menu and add two new Custom Links and insert your images using HTML and then check “Enfold secondary menu” under Menu Settings and then go to Enfold theme options > Header > Extra Elements and choose to display your secondary menu in top bar on the right

    Best regards,
    Yigit

Viewing 30 results - 86,671 through 86,700 (of 142,849 total)