Viewing 30 results - 76,741 through 76,770 (of 142,941 total)
  • Author
    Search Results
  • #822411

    Hi,

    It’s ok, you can connect.

    Thank you.

    Christophe.

    #822408

    Hey neonlights79,

    You can try adding the following code at Enfold Theme Options > General Styling > Quick CSS

    
    @media only screen and (max-width: 767px){
    .responsive #top #header .social_bookmarks {
        display: block!important;
    }
    }
    

    Best regards,
    John Torvik

    #822380

    Hi,

    This thread should explain it better, as well a fix in case things look broken. Make sure you perform a site back up first.
    https://kriesi.at/support/topic/how-to-change-child-theme-name/

    Best regards,
    Jordan Shannon

    #822354

    In reply to: Cant see items in shop

    Hi,

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

    Best regards,
    Rikard

    Hi,

    Thanks for that, I cleared the cache from WP Rocket and the mobile menu is not showing on desktop anymore. Please review your site now, and don’t forget to clear the cache from your browser and reload the page.

    Best regards,
    Rikard

    paultho
    Participant

    I’m currently using the “Single post with big preview image” setting for my single post blog entries.

    At the moment, the bar that displays the date, author, comments etc is displayed at the end of the post. I would like to display this information at the top of the post, between the title and the featured image.

    I was wondering if there is some custom CSS or other way to achieve this?

    Thanks

    Paul

    #822344

    In reply to: Two rows on footer

    Hi,

    Where did you add the “avia_before_footer_columns” action hook?

    // https://kriesi.at/support/topic/site-wide-global-re-usable-editable-content-especially-logo-slider/#post-813880

    Best regards,
    Ismael

    #822339

    Hi,

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

    Best regards,
    Rikard

    Hi Antonio,

    Yes she is! :-)

    Glad we could help with your problem. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #822330
    BiffMalibu
    Participant

    Dear Support
    tried several solutions to add a icon above a main menu item. Unfortunatelly nothing works. I have add a circle style css to the menu item:

    .main_menu #menu-item-16 .avia-menu-text {
        background-color: #515151 !important;
        border-radius: 50%;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 32px;
        padding-bottom: 32px;
    color: #ffffff;
    background-image: 
    }
    
    #top .main_menu #menu-item-16 a:hover .avia-menu-text {
    background-color: #ec6707!important;

    text and icon should be centered in that circle, either a fontello icon or a image. Is there a way to manage this?

    Thanks for your help Marc

    #822324

    I don’t like to post the link, because the site is not ready. My desktop is 2560 px width, the caption (right , no frame) of the fullwidth slider goes maximal right to the width of the page (streched layout, 1150 px) but i like the caption more right like maybe 2500px.

    • This reply was modified 8 years, 9 months ago by Micha66.
    #822321

    Hi Victoria

    I just noticed that the Portfolio elements have stopped displaying as well. The Portfolio preview items are showing correctly but if you go into each item there is not visual content. Text remains is still there though.

    Not sure what is going on….

    Hi,

    Great, glad you found a solution and thanks a lot for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    Hi,

    Please try this code in the functions.php file.

    // search placeholder
    function ava_custom_script_mod(){
    ?>
    <script>
    (function($){
    		$('#top #s').attr('placeholder', $('#top #s').attr('value'));  
    		$('#top #s').attr('value', '');   
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'ava_custom_script_mod');

    Best regards,
    Ismael

    Hi Rob,

    Thanks for the feedback. It’s likely due to browser cache, so it would be local caching. I’ll leave the thread open in case you should have any further problems or questions on the topic.

    Best regards,
    Rikard

    Hey Panms,

    Please try the following in Quick CSS under Enfold->General Styling to move the logo to the left on mobile devices:

    @media only screen and (max-width: 1024px) {
    .html_header_top.html_logo_center .logo {
        left: 0% !important;
        -webkit-transform: translate(0%, 0) !important;
        -ms-transform: translate(0%, 0) !important;
        transform: translate(0%, 0) !important;
    }
    }

    Best regards,
    Rikard

    #822309

    I figured out #1.
    for #2)
    I resized image to fit mobile screen, it works.
    However I see gray color below the image and text is also below.
    I’d like to display text on top of the image and get rid of gray color.

    Please see private data for #2.

    Thanks in advance!!

    Hi,

    Please remove the whole css declaration because it is invalid. Replace it with the following.

    @media only screen and (min-width: 768px) {
       #main {
          border-color: transparent !important;
          margin-top: 95px;
       }
    }
    

    Best regards,
    Ismael

    phangmoh
    Participant

    Hi guys,

    Upon the latest update to 4.1.1, the menu burger icon, search icon & shopping cart overlaps with logo on mobile.
    It does not happen to desktop even when we scale the browser to the smallest width.
    It does seems that the menu, search icon and shopping cart icon is being pushed towards the center.
    I thought 4.1.1 had a fix on this but it doesn’t fix. Was working perfectly previously on older version.
    Logo size is recommended 340 px width.

    Thanks.

    #822268
    navindesigns
    Participant

    Hi,

    I am trying to create a similar page seen on this site http://www.brockforsblom.com/ especially with the rollover title appearing on hover. I created my page here https://themrteam.com/dev/resources/ . It works great on desktop but on mobile, there is no hover. I want the same hover functionality on hover seen on this site http://www.brockforsblom.com/

    How do I achieve the hover text on mobile?

    #822254

    Hey don’t close this thread!

    I actually noticed that with this CSS, now my masonry gallery text overlay is very bold and it shrinks the overall width of it much smaller. Can you fix this?

    http://www.ccyran.com/work/
    It used to be light.

    This is the CSS im using.

    #scroll-top-link{
    width:30px;
    height:30px;
    background: rgba(0,0,0,0.4) !important;
    border: 0px;
    }
    #scroll-top-link:before{
    top:-11px;
    right: 11.5px;
    position:absolute;
    border: 0px;
    }

    #scroll-top-link:hover {
    background-color: rgba(0,0,0,0.7) !important;
    color: #ffffff;
    border: 0px solid;

    • This reply was modified 8 years, 9 months ago by ccyran.
    sammybotz
    Participant

    I just bought enfold and had a few initial questions please:

    I am using the consulting demo from the enfold theme which I imported.

    1. All images were imported but not properly added to the “welcome” page.

    Please advise how to make the image corners touch each other like your demo here:

    2. In wordpress>settings>reading do I leave it on “Your latest posts” or change to “A static page” ?

    3. How to move this text on the top image to the right like your demo?
    “My name is Matthew Accredited Consultant in New York”

    4. your google map has the main road highlighted in blue and also the marker pin is black.
    how did you do that? when i add a google map the main road is not highlighted and also the pin is red and not black

    thank you very much, salvatore

    Hi,
    The burger menu doesn’t support html in columns to create menu image links, you need to create a sub item under it as a page & check “description” from the “screen options” at the top of the Menu page.
    Your code in the description box would look like this:

    <a href="https://www.cityshine.org/who-we-are-charity-ngo/"><img class="aligncenter size-square" src="https://www.cityshine.org/new/wp-content/uploads/cityshine_staff_thumb.jpg"width="180" height="180" /></a>

    postimage
    postimage
    postimage

    Best regards,
    Mike

    Hi,
    The burger menu doesn’t support html in columns to create menu image links, you need to create a sub item under it as a page & check “description” from the “screen options” at the top of the Menu page.
    Your code in the description box would look like this:

    <a href="https://www.cityshine.org/who-we-are-charity-ngo/"><img class="aligncenter size-square" src="https://www.cityshine.org/new/wp-content/uploads/cityshine_staff_thumb.jpg"width="180" height="180" /></a>

    postimage
    postimage
    postimage

    Best regards,
    Mike

    #822243

    I appreciate the fact you are keeping up to date with current code requirements.
    I bought this theme because I am not a coder and liked the features – one of them being the menus and the most important a committed company to supporting their customers.

    Below is the extent of my custom code- it all came from this forum and is not much. I’ve documented what it is for before each section.
    My mobile menu worked before your last update and after the update the mega menu (Only on the mobile) stopped working.
    I’m sure I’m not the only customer with this issue –
    If I need to reconfigure something or add css to it-I can that that – but I would appreciate some direction on where to look or something to test.

    Thank you again for your help
    Pat

    QUICK CSS section (My ONLY custom code)
    /*6/22/17 add to remove product side arrows going to next product */
    #top .avia-post-nav {
    display: none;
    }

    /*6/26/17 on header page center text on bottom caption */
    .slideshow_align_caption {
    text-align: center;
    }

    /* removes gap on home page slider caption to text */
    .avia_transform .av_slideshow_full .avia-caption-title {
    margin-bottom: 0px;

    /*changes gap on homepage between slider and white space */
    }
    #after_full_slider_1 .content {
    padding: 5px 0;
    }

    /* keep fixed height for testimonials-home page */
    #top .avia-slider-testimonials.avia-testimonial-wrapper {
    height: auto!important;
    min-height: 150px !important;
    max-height:150px !important;
    }
    /* For ipad/tablet in portrait mode */
    @media only screen and (max-width:960px) and (min-width:768px) {
    #top .avia-slider-testimonials.avia-testimonial-wrapper {
    min-height: 300px !important;
    max-height: 300px !important;
    }
    }

    /* For mobile devices */
    @media only screen and (max-width:767px) {
    #top .avia-slider-testimonials.avia-testimonial-wrapper {
    min-height: 350px !important;
    max-height: 350px !important;
    }
    }
    /* 7-12-17 enfold changed so menu not centered-this is quick fix */
    .html_header_top.html_logo_center #top .main_menu ul:first-child {
    display: inline-block;
    width: auto;
    }

    #822228

    Still working on this myself.

    I looked at this post –

    It’s placed a widget before, not after the hamburger, and doesn’t seem to read the HTML, so is showing everything. I’ve added this to my css –

    /* wdiget after header */
    
    #header .widget {
      right: 0%;
      padding-top: 0;
      position: absolute;
      top: 0;
      z-index: 999;
    }
    #822223

    Hi Sarah,

    Thank you for your help. With the addition of !important , I was able to achieve the desired effect.

    Please mark topic as solved.

    Thank you!

    #822209

    Hi Rikard,

    That is strange. I cleared cache multiple times with no result. I still see it in the top right corner.

    Hi Mike, thanks for your response.

    For desktop – no changes.

    For mobile – I would like it to be just like the menu on the production site. You click “featured properties” and the addresses appear WITHOUT photos, and if you click on the address, it goes to that page… simple.

    So yes, if we can hide some items (the photos) on the burger menu for mobile, that would be great.

    Thanks!
    Rob

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .html_header_top.html_bottom_nav_header.html_logo_right .main_menu ul:first-child {float: left!important; }
    .responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a {padding: 0px!important; }

    Best regards,
    Mike

Viewing 30 results - 76,741 through 76,770 (of 142,941 total)