Viewing 30 results - 78,571 through 78,600 (of 142,900 total)
  • Author
    Search Results
  • #805184

    Hi Jordan

    Multiple post, and pages with the same color sections (only-desktop and only-mobile).

    All the best,
    Pascal

    PS: Sorry for my stupid englisch, i leaving in Switzerland (swiss german part)

    Hello Jordan,
    I have found a solution to resize the CSS of woocommerce by myself as below:

    .woocommerce-loop-category__title {
    font-size: 19px;
    text-align: center;
    padding-top: 5px;
    }

    Thank you. :)

    Regards,
    Nicole

    #805175

    Topic: Plug in Convertkit

    in forum Enfold
    carine113
    Participant

    Hello,

    I have been using the Convertkit plug in with my Enfold theme for quite some time. However, it has stopped working with the last Enfold upgrade. I reached out the the Convertkit team and they said this:

    “Looks like the Enfold theme on the site is using “Avia Layout Builder”. The theme author seems to be doing something custom with the page content. I don’t have a copy of the theme or builder to research this.

    The ConvertKit plugin filters ‘the_content’ to add the form to the end, but it’s not appearing. Please contact the Enfold theme author and ask if they are doing anything to circumvent that filter.”

    Is there anything that can be done?

    Thank you.

    #805169

    Hi,

    Please go to Appearance > Menus and add your social network links as new Custom Links then click “Screen Options” on the top right corner and check “CSS Classes” and then click on your social media links and give them a custom CSS and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .your-custom-class {
        position: absolute;
        left: 10px;
        display: flex;
    }

    If that does not help, please post temporary admin logins here privately and attach a link to your social links

    Best regards,
    Yigit

    #805157

    Hi

    On this same question, on the mobile version could you tell me how to stack the header content in this order …

    Logo at top and centered

    Social buttons underneath logo on left and 3-bar menu on right

    Many thanks

    Gerry

    #805155

    Hi,

    And see if it goes back to normal on desktop

    Best regards,
    Jordan Shannon

    #805150

    Hi,

    Yes, that sounds great.
    You could also try to revert those changes and add following near top of wp-config.php file which is in the root of your WordPress installation via FTP

    
    define('CONCATENATE_SCRIPTS', false);
    

    and check if that helps. If it does not, your current solution is fine.

    Best regards,
    Yigit

    #805148

    Hey Gallop_Web,

    In this situation I usually recommend that users create a separate mobile-only slider with images modified and scaled to look great on mobile. You would then want to hide this section on desktop.

    Best regards,
    Jordan Shannon

    #805143

    Hey johnworfin,

    Add the following to to quick css:

    #advanced_menu_toggle{
    display:none!important;
    }
    
    @media only screen and (max-width: 767px)  {
    .inner-container{
    margin:0 15%!important;
    padding-bottom:130px!important;
    }
    
    #header #text-2{
    left:0px!important;
    margin-left:50%!important;
    margin-top:25px!important;
    }
    
    #header #text-6{
    left:0px!important;
    margin-left:3%!important;
    margin-top:100px!important;
    }
    
    }

    This should take care of much of your issues.

    Best regards,
    Jordan Shannon

    Hi,

    I reverted the changes you made and then added the code i pasted in private content field into functions.php file in Appearance > Editor.
    I hope this is what you were looking for. Now there is Grid Row element on top of shop page and widgets are displaying/working correctly :)

    Best regards,
    Yigit

    #805137

    Hi Jordan
    Sounds good, so i installed like your description, but it does not work. Hmmm what did i wrong? https://reneechabot.com/fix-foto-london-2/
    And 2. question, could use the only-mobile and only-desktop and differnts post?
    All the best, Pascal

    #805136

    Hi, were you able to help re:

    I changed font to Lora on site I’m building for a client. I can see it ok but they just see o’s where menu is and where text is on page. Do you know how this can be fixed?

    Also, how do I add a 3 bar menu to the site (top right of header area?

    Thanks for your help

    Gerry

    #805099

    Hi,

    Yes, what you have above should hide the elements on desktop.

    Best regards,
    Jordan Shannon

    #805098

    View post on imgur.com

    Hey guys – can you please help me to get this menu deactivated A and bring B to the top of the sidebar. thank you. i do not find the error ;(

    #805097

    Hi,

    Oh I see yes this can be done. You can create a color section for mobile and give it a specific id so that you can show it on mobile via css. You would also want to add a specific id to the desktop section so it hides on mobile. Please view this document to see how to add the custom classes to the element:

    An example of this css would be something like this:

    
    @media only screen and (min-width: 769px) {
    .only-mobile { display: none !important; }}
    @media only screen and (max-width: 769px) {
    .only-desktop { display: none !important; }}

    Best regards,
    Jordan Shannon

    #805092
    johnworfin
    Participant

    My client wants to use the navbar on top (not the main menu) How do I enable that menmu to operate as the main menu for mobile? Right now the main menu icon is blank because I am not using it. (Can the main menu be used as a top navbar?)

    Also, my two items (The phone number image and the quote image) are not stacking below the logo-they are over lapping somewhat. How do I fix this?

    http://www.edgestoneworks.com/home-bu/

    Thank you,

    Mike

    • This topic was modified 8 years, 10 months ago by johnworfin.
    #805080

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #805061

    You are a star Nikko, that worked perfectly :)

    However, the mobile version is showing a white bar at the top (when the page is set to have a transparent bar) and we can not see the mobile icon anymore because I guess it is also white (in a white background). Please check the page in PVT.

    I would like to remove that white bar permanently, from both desktop and mobile versions and make it always transparent.

    I was using this code from Mike:
    .header_color .header_bg {background-color: transparent!important; }

    Is there anything we can add to get all sorted out?

    Many thanks.

    #805058

    Topic: mobile related issues

    in forum Enfold
    smorgan7777
    Participant

    1st problem: When the browser screen is narrower, but before it changes to the mobile menu, the navigation at top and the logo overlap each other.
    2nd problem: For each page under Market Info (country main pages)

    There is a section for the staff picture. This picture changes size with the browser. Larger makes the image look bad. I’d like to be able to set these images not to be responsive.
    Thank you in advance for your assistance,
    Stephanie

    #805033
    jonrouse
    Participant

    Hi,
    Is it possible to have both areas with the extra info turned on?
    I want a phone number top right and something else top left.

    Thanks

    #805026

    Hey Doron,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .woocommerce-LoopProduct-link,
     .inner_product_header, .product-meta {
      text-align: center;
    }
    div form.cart div.quantity {
      width: 18%;
      min-width: 130px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #805008

    Hey Nathan,

    Here are some threads for you
    https://kriesi.at/support/topic/portfolio-categories-and-sub-categories/#post-444262
    https://kriesi.at/support/topic/setting-up-parent-portfolio-items/
    https://kriesi.at/support/topic/anyway-solution-to-hide-portfolio-child-categories/

    If you need further assistance please let us know.
    Best regards,
    Victoria

    • This reply was modified 8 years, 10 months ago by Victoria.
    #804966

    Hi,

    Can you try to add this css code in Quick CSS (located in Enfold > General Styling):

    
    @media only screen and (max-width:767px) {
      #advanced_menu_toggle {
        display: none !important;
      }
    
      #header_main .main_menu {
        position: absolute;
        right: 0;
        top: 0;
      }
    
      #header_main .avia-menu {
        display: block;
        margin-right: 0;
      }
    
      .responsive #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a {
        height: 80px;
        line-height: 80px;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #804964

    Hey Rikard,
    this was a missunderstanding. Sorry! I am talking about a vertical offset which occurs on mobile devices.
    Please check the links I habe provided with this service request. You will see that it works fine on Desktop Browsers, but there will be an vertical offset on mobile devices.
    Regards,
    Bernd

    #804957

    Hi!

    This seems to work to hide these elements on the desktop site. Is this correct?

    /*Hide Team Profiles on Desktop Site*/

    @media only screen and (min-width: 767px) {
    .team_image_1 { display: none !important; }}

    @media only screen and (min-width: 767px) {
    .team_image_2 { display: none !important; }}

    @media only screen and (min-width: 767px) {
    .team_image_3 { display: none !important; }}

    @media only screen and (min-width: 767px) {
    .team_image_4 { display: none !important; }}

    Thank you,

    Jas

    • This reply was modified 8 years, 10 months ago by Jasmer.
    #804954

    In reply to: Loading screen logo

    Hi,

    Sorry for the late response, can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    
    @media only screen and (max-width:767px) {
      #top .av-preloading-logo {
        max-width: 100%;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    Yigit, I agree that the only change is the Grid Row element at the top but shopb page is not functioning or rendering correctly like shop page (WOO commerce default page). On the right sidebar, Shopb does not show the product attributes via the widget. It also does not show the price filter on the right sidebar so there are discrepancies like this. It only shows these if it is changed to the the WOO commerce shop page. In summary, customization is not fully possible for either the default WordPress page or the custom page I created and the workaround provided is one that is in beta. I ma referring tot he workaround that allows one to edit the default WOO commerce shop page.

    Hi KentAjans!

    Thank you for using Enfold.

    We provided a few suggestions in the following thread.

    // https://kriesi.at/support/topic/seo-for-layerslider-and-image-galleries/#post-804945

    Please continue here.

    Regards,
    Ismael

    #804945

    Hi,

    Please try the following plugins.

    // https://wordpress.org/plugins/google-image-sitemap/
    // https://wordpress.org/plugins/udinra-all-image-sitemap/

    And try our recommendations in the following thread.

    // https://kriesi.at/support/topic/images-not-indexed/#post-604909

    Best regards,
    Ismael

    #804941

    Hi,

    Just add the following custom CSS code:

    @media screen and (max-width: 767px) ) {
        #header {
        background: transparent;
      }
    
      #header_main {
       padding-top: 0px !important;
      }
    }
    

    Best regards,
    John Torvik

Viewing 30 results - 78,571 through 78,600 (of 142,900 total)