Viewing 30 results - 86,731 through 86,760 (of 142,852 total)
  • Author
    Search Results
  • #724118

    Hi,

    Great, glad we could help :-)

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

    Best regards,
    Rikard

    #724112

    Hi,

    // https://kriesi.at/support/topic/how-to-lower-section-on-mobile/#post-724105

    I haven’t work that much with rtl sites but, if I am not mistaken, you should treat the editor as if you’re working in an LTR site. The RTL styles will only be applied in the frontend.

    Best regards,
    Ismael

    #724110

    Hi!

    We removed this code from the functions.php file.

    add_shortcode('avia_search', 'get_search_form');
    
    function add_custom_tooltip(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('.only-mobile-menu-search a').removeAttr('href');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_tooltip');
    

    Regarding the search query, please refer our answer in this thread.

    // https://kriesi.at/support/topic/widget-product-search-only-in-the-product-title-not-all-the-texts/#post-724107

    Cheers!
    Ismael

    #724101

    Hi Christophe,

    Ok, thanks for the feedback. Let’s start by just finding problems in one page first though, I had a look at your start page and this is the content of your first header:

    STAGES DE TENNIS EN GIRONDE<strong>

    If you want that to be bold text then please change it to this:

    <strong>STAGES DE TENNIS EN GIRONDE</strong>

    You have to close the markup properly otherwise it will break the builder.

    Best regards,
    Rikard

    #724097

    Hi,

    Edit the functions.php file in the child theme then look for the is_checkout function. It is a function from WooCommerce so it will stop working if you deactivate the plugin.

    Best regards,
    Ismael

    #724087

    In reply to: styling menu widget

    Hi,

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    #724084
    reamesr
    Participant

    What library type is used in the galleries and slideshows in Enfold? Magnific? Avia?

    I am having issues with a Fofomoto plugin for online print and digital download transactions on my site. Buy links do not show up if I deviate from thumbnails, such a larger image on top with thumbnails below….which is the layout I want for my online store. Even selecting thumbnails only, if I choose more than 1 column, the buy links are all over the place and I can’t won’t load more than one column.

    #724082

    Hi Mark,

    Please try this instead:

    #header .widget {
        left: 160px;
        transform: translate(0%);
        top: 105px;
    }

    Note that this won’t be responsive unless you add a lot of extra CSS to several media queries, so I think you might be better off just to add the text to the image using Photoshop or something similar. I think that would be the easiest solution to be honest.

    Best regards,
    Rikard

    #724081

    I tried rewriting my request to be more clear. I made it clear to only look at the top section of the screenshots page.

    What I am trying to find out is if the Enfold theme handles headlines for Pages in an unusual manner. I am accustomed to simply entering the headline in the place provided by WordPress and having those headlines show up at the top of the page.

    Normally on both posts and pages, what is written in the WordPress place allocated for headlines, shows up as an H1 for the purposes of SEO.

    I am trying to clarify if that is neither the default on Enfold nor one of the options in settings for Pages (not posts, I realize they are handled differently)

    Here is what I mean by the place allocated for WordPress headlines in this screenshot from the Enfold theme for BertaArt: please see

    Here is an example in a more standard theme for entering the headline and how it appears at the top of the page after being entered.
    Please see the same screenshots blog post.

    It appears that my predecessor decided not to use standard WordPress headlines, choosing “hide title and breadcrumbs” in the Enfold theme settings and put the H1 as HTML code at the top of each body content in pages.

    This is only a factor for Pages. The layout for the blog is DOES use the WordPress headline.

    I am concerned this methodology is creating a double H1 for Google on the Pages in this website. That is because I do have to put something in the place where the headline should go just to manage the page names in the WordPress dashboard.

    This is what happens if I elect to “display only title” The font is not showing as H1. I tried selecting this option both on the header page options for Enfold settings and the options on the sidebar of the page.
    Screenshot in same blog post above

    This is everything currently in Quick CSS. You can see that there is a setting for H1’s and it works in the content body.

    h1 {font-size: 26px; line-height: 1.1em; margin-bottom: 10px;}
    h2 {font-size: 22px; line-height: 1.1em; margin-bottom: 8px; }
    h3 {font-size: 16px; line-height: 1.1em; margin-bottom: 6px;}
    h4 {font-size: 16px; line-height: 1.1em; }
    
    p { font-size: 1.1em;}
    
    .responsive #top #main .sidebar { display: block !important; }
    
    #top .avia-post-nav { display: none; }
    
    .small-preview {background: none !important;}
    
    .html_bottom_nav_header.html_logo_center #top #menu-item-search>a {
      border-color: #fff;}
    
    .socialmedia-buttons {margin-top: 13px;}
    
    .main_color h1 {color: #439AC7;}
    
    #top h2 a {color:#439ac7;}
    
    .wp-caption-text {
    display:block !important;
    font-size:14px !important;
    font-style:bold !important;
    font-style:italic !important;
    margin:0 auto !important;
    padding:3px 10px 5px !important;
    text-align:center !important;
    font-family: “Verdana”, arial, sans-serif !important; }
    #724073

    Hi,
    I fixed the issue on desktop with this code:
    .avia-section {
    margin-top: 140px;
    padding-top: 12%;
    }
    Maybe it’s not the best way to do it but it works
    1) I need help to do the same thing with responsive mode, but the code doesn’t work…

    2) My png 8 logo appears blurred on mobile, what is wrong?

    Thank you for your help

    #724035
    edinc79
    Participant

    Is it possible to have main menu on the home page display on the bottom while on the other page is still on the top right?

    mani menu

    • This topic was modified 9 years, 3 months ago by edinc79.
    #724029

    Hey!

    Can you please try adding following code to wp-config.php file near top and check if that helps?

    define('CONCATENATE_SCRIPTS', false);

    Cheers!
    Yigit

    #724023
    esliran
    Participant

    Hi.
    I installed Enfold on Persian WordPress (RTL), but in mobile view my sidebar is on the left. all the words and titles. I tried adding this to my custom CSS but it didn’t work:

    @media only screen and (max-width: 990px) and (min-width: 481px)
    .sidebar.smartphones_sidebar_active {
    text-align: right;
    }

    and also this:

    @media only screen and (max-width: 767px)
    .responsive #top #main .sidebar.smartphones_sidebar_active {
    text-align: right;
    }

    I would appreciate it if you could help.

    #724022
    Gekko101
    Participant

    Hi guys,

    The backgrounds in our color sections just stopped showing after we updated the theme to the latest version.

    For example, there should be an image in the background of the cardio header here – https://fitnessequipmentni.co.uk/home/cardio-page/

    The section backgrounds show in the page editor fine and in the color section editor, they just dont who up on the site?

    #724016

    In reply to: Main Menu spacing

    Hi,

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

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

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

    If that does not help, please post a screenshot and show the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Best regards,
    Yigit

    #724011

    Topic: Child Theme issues

    in forum Enfold
    fbords
    Participant

    Hello,

    I’m having one heck of a time getting my child theme in place. I’ve done this other times on other sites, so not sure what’s going on.

    I have watched your video tutorial here, I have even attempted to use the basic one referred to here.

    Unfortunately, the end results are all the same. Once I activate the child theme, I get a white screen and have to revert back. I’ve narrowed it down to it being any time i have the functions.php file in my child theme folder. Once I remove that, the site loads the child theme, then I can import my settings, and customizations, set my front page, etc. This happens even if I have the empty shell of a functions.php file included in the child-theme sample. I have a few small modifications that I would prefer to not implement every time there is an update, so a working child theme would be very helpful.

    #724009

    In reply to: Menu Indicator

    Hallo Reinhard,

    Füge folgenden Code ins Enfold theme options > General Styling > Quick CSS Feld ein:

    
    #top #header.av_minimal_header .main_menu ul:first-child >li > ul, #top #header.av_minimal_header .main_menu .avia_mega_div > .sub-menu {
        border-top: 3px solid orange;
    }

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

    Best regards,
    Yigit

    Hey Esliran,

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

    @media only screen and (max-width: 990px) and (min-width: 481px) {
    .title_container .breadcrumb {
        left: 50px;
        top: 90%;
    }}
    @media only screen and (max-width: 480px) {
    .title_container .main-title {
        line-height: 30px;
        margin-bottom: 10px;
    }}
    

    Best regards,
    Yigit

    #724002

    Hi,

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

    #top #header_main > .container .main_menu ul:first-child > li > a {
        height: 30px;
        line-height: 30px;
        position: relative;
        top: 75px;
    }
    #header_meta .container {
        top: 30px;
    }
    

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

    Best regards,
    Yigit

    #723953

    Thank you Vinay!

    You can close the topic.

    #723937
    connect4consulting
    Participant

    Hi,

    I tried adding the following code to move the red menu fx line above the menu and also reduce the sub menu gap but it’s not working for all browsers. Please help. See admin info in private content.

    .avia-menu-fx {
    position: absolute;
    top: 30px!important;
    height: 2px;
    z-index: 10;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    }

    .av-main-nav ul {
    display: none;
    margin-left: 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 208px;
    z-index: 2;
    padding: 0;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    margin-top: -30px!important;
    }

    #723923

    Do you mean which browser do I use on my iPhone? I use Safari on my phone. When i view the mobile version using Safari on my desktop all looks correct…

    #723902
    1lizcollins
    Participant

    Hi there,

    When I load my website with my iPhone the menu icons seem generic, and different than when I preview the mobile version on my desktop (they are blue & grey, and definitely not in alignment with the theme colors, etc). I think this issue is somewhat new, but I can’t say for sure when it started. Can you help?

    #723901
    Julie
    Participant

    Hello!
    I have a footer issue I am not sure how to fix. I have 3 columns with 6 widgets, and they look great on desktop and wide tablets, but not on small tablets– because the title and text is not the same length, the rows do not line up.
    What do you think is the best way to fix this? If I align them all left, they look small.
    Thanks in advance for your help!

    #723888

    Unfortunately our new website that we are working on is only seen locally at the moment. I can though, show you our current live site that is using a different theme builder and has achieved the desired result. Please visit: http://www.varsityfs.com/additional-resources/. This page is a regular page I created and I added the feature image as the image at the top of the page. I then, through our current theme builder, used a similar tool as the Blog Post builder to combine multiple Custom Post Types on one page. Each section on this page (Case Studies, White Papers, Brochures) are individual custom post types. When creating the section, similar to how you would with the Enfold Blog Post element, I could also choose the Custom Post Type I wanted displayed. Not just a category or tag.

    Below is a video screen show of what I see through the enfold builder: http://screencast.com/t/4McUYtqxcxOr. Note there is no option to select my custom post types: Case Studies, White Papers, etc.).

    As far as I can tell, all I can do is view an archive page but I can’t edit the archive page. As a reminder, we are looking for a non-php solultion as I’m doing content and don’t have access to the php.

    #723885

    This is my current Quick CSS. I hope there is no css code here that conflicts with image resizing on different devices.

    `#menu-item-search { display: none; }
    .main_menu ul:first-child > li > a { font-size: 18px; }
    #top .cart_dropdown { display: none; }

    #top .ar-hidden-logo {
    display: none;
    }

    .avia-fullscreen-slider .avia-slideshow ul li {
    background-size: 100% 100%;
    }

    Also I tried to add CSS from these posts which did not fix the issue. Please advise?

    #723877

    On iPad the problem is that the image is stuck in a transition between switching to another picture. If you look at image 3, 25% of the image is the red product image, while the remaining 75% is the grey product image. This does not change as you scroll down as it does on desktop.
    On my android tablet instead of 1 big image there is 4 small images. And they all appear as they should with different product images.
    EDIT: And yes, on my Android tablet our site looks identical to your Enfold App Demo with 4 small images.
    The problem seems to be related with iPad.

    #723872
    Guenni007
    Participant

    is it possible to autoclose the lightbox when video stops at the end?

    Thanks

    #723867

    Hey!

    Those are WordPress admin logins. We need access to your server to add following code to wp-config.php file near top

    define('CONCATENATE_SCRIPTS', false);

    You can do it as well :)

    Best regards,
    Yigit

    #723866

    Hey!

    Can you please try adding following code to wp-config.php file near top?

    define('CONCATENATE_SCRIPTS', false);

    Cheers!
    Yigit

Viewing 30 results - 86,731 through 86,760 (of 142,852 total)