Forum Replies Created

Viewing 30 posts - 86,791 through 86,820 (of 93,510 total)
  • Author
    Posts
  • in reply to: Centering image in layerslider (Smaller browser sizes) #498282

    Hi,

    You have used absolute pixel values for you images, for instance 316.5 pixels from the left so your images will always stay that amount of pixels to the left of the border. In other words, they will only be “centered” on one screen size. Try removing you pixels values and add the following to custom CSS instead:

        display: table;
        margin: 0 auto;
    

    Thanks,
    Rikard

    in reply to: Grille Portfolio…??? #498277

    Hi,

    There’s nothing like that out of the box with Enfold, the closest you can come to it would be by using the Masonry gallery element but you would have to use custom CSS to achieve what’s in your first screenshot.

    Thanks,
    Rikard

    Hey,

    Please try the following CSS:

    @media only screen and (max-width: 1100px) {
    .page-id-457 .flex_cell {
    display:block !important;
    }
    }

    You will have to change the page-id class to the page(s) you want the code to apply to.

    Thanks,
    Rikard

    in reply to: Demo import didn't work #498274

    Hi,

    Are we allowed to delete your current content and try importing ourselves?

    Thanks,
    Rikard

    in reply to: Several errors #498264

    Hi,

    Great, please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    in reply to: Blog Posts not showing #497694

    Hi mmf1,

    I added a Blog Post element to the page and they are displaying fine now.

    Thanks,
    Rikard

    in reply to: Enfold Facebook Like-Box don't show up after Update #497685

    Hey martinafuchs,

    I can see the Facebook like box in your sidebar on my end, could you try to empty your browser cache and reload a few times to see if that helps please?

    Regards,
    Rikard

    Hi hzsuda,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

    in reply to: Sorting #497603

    Hi,

    I’m not sure but I think that will take a while to produce, I’m guessing you want to replace the current recipes without reloading the page? There are sorting options if you use the Masonry element.

    Best regards,
    Rikard

    in reply to: Elements not saving content #497598

    Hi,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply. Please link to the page you are having problems with as well.

    Thanks,
    Rikard

    in reply to: sidebar which shows menu items #497531

    Hey,

    I think the easiest way would be to add a text widget to the sidebar and just add the links manually:

    <ul>
    <li><a href="http://yoursite.com/page1">Link to page 1</a></li>
    <li><a href="http://yoursite.com/page2">Link to page 2</a></li>
    </ul>

    I couldn’t find the page in your screenshot on the domain you posted your screenshot to though, could you link to the page with the sidebar please?

    Regards,
    Rikard

    in reply to: Centering image in layerslider (Smaller browser sizes) #497527

    Hi,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    in reply to: Problem with animated numbers #497525

    Hi Emanuel Alexandre,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply. Make sure you are running the latest version of the theme (3.3.2) and try to disable all plugins to see if one of them is causing a conflict.

    Thanks,
    Rikard

    in reply to: Google Translate #497524

    Hi,

    Not sure why that happened, could you link to a page where we can see the problem please?

    Thanks,
    Rikard

    Hi,

    Please try the following in Quick CSS:

    .page-id-4973 .avia-shadow {
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1) !important;
    }
    
    .page-id-4973 .main_color div {
        border-color: transparent !important;
    }

    You will have to replace the page-id-4973 class to the class of the page you are going to use live. You can find the page id class by inspecting the page and look in the body tag of the page.

    Regards,
    Rikard

    • This reply was modified 10 years, 6 months ago by Rikard.
    in reply to: Floating Content Box #497508

    Hi,

    So you’re trying to get it to float to the middle like on homes.com?

    You can disable comments with a plugin like this: https://wordpress.org/plugins/disable-comments/

    Best regards,
    Rikard

    in reply to: Woo Commerce vrs Enfold Theme update? #497499

    Hi Cheryl,

    Thanks for the feedback and glad you got it fixed :-)

    Regards,
    Rikard

    in reply to: WooCommerce Category Widget not working in shop sidebar #497498

    Hey interage,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

    in reply to: Including shortcodes within tabs #497497

    Hi,

    It’s asking for a password, could you post that as well please?

    Thanks,
    Rikard

    Hi @hamzahmauzam,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Thanks,
    Rikard

    in reply to: Grid row layout component Issue #497494

    Hey mediax2014,

    I couldn’t really see anything breaking on the page you linked, could you send us a screenshot of the issue please? Also, we might need a login to have a look at the backend. You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

    in reply to: Black bar under some background images #497492

    Hi codecreative,

    In what browser are you getting that results? Here’s what I’m getting on ipad mini/chrome: http://imgur.com/VlYuHGs

    Thanks,
    Rikard

    in reply to: Video on iPhone not working #497489

    Hey Dan,

    Autoplay videos are disabled on mobile due it being handled differently on different platforms, as well as the possible costs involved with increased data transfers for the end user. But you can set a fallback image in the color section if you like.

    Regards,
    Rikard

    in reply to: Mailchimp form styling #497486

    Hi,

    Please try the following as well:

    .form_element_third .button {
        position: absolute;
        top: 0px;
    }

    Not sure what you mean by two columns though? How would you like it to look?

    Thanks,
    Rikard

    • This reply was modified 10 years, 6 months ago by Rikard.
    in reply to: Center Logo on Mobile #497484

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) {
    .responsive #top .logo {
        width: 100% !important;
        text-align: center !important;
    }
    }

    Best regards,
    Rikard

    • This reply was modified 10 years, 6 months ago by Rikard.
    in reply to: Adding a widget next to my logo #496946

    Hi NikoArq,

    Please try the following: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/. We can help you out with styling once you’ve added the widget area.

    Thanks,
    Rikard

    in reply to: gallery problem #496945

    Hi Susanne,

    Not sure what you mean, it looks like normal on my end. I can see all of the pictures when hovering the thumbnails. Are you using a very small screen?

    Thanks,
    Rikard

    in reply to: sidebar which shows menu items #496940

    Hey Philip,

    I’m not sure I understand what you mean, could you provide us with a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    in reply to: Sidebars are removed or shifted after update #496938

    Hi beezdezines,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    in reply to: Copy/back up website/theme layout #496932

    Hi,

    Great, please let us know if you should need any more help on the topic.

    Regards,
    Rikard

Viewing 30 posts - 86,791 through 86,820 (of 93,510 total)