Forum Replies Created

Viewing 30 posts - 14,971 through 15,000 (of 17,336 total)
  • Author
    Posts
  • Hey!

    I can see different arrows like those ones on your website:

    Could you fix it? If not please clear browser cache and refresh your site a few times.

    Best regards,
    Andy

    in reply to: Blog Posts Pagination #445973

    Hey!

    not sure what you want to achieve. Could you build a test page for us and show us the error? we would also need admin access to have a deeper look. Post login details here as private reply. Please deactivate all plugins to see if one is causing this issue.

    Cheers!
    Andy

    in reply to: Stylesheets aren't loading in Safari #445964

    Hi!

    can’t see any issue on the link you have provided. Do you mind providing admin access, so we can take a closer look into it? post login details here as private reply. Do you mean that also Quick CSS is not loading for you? please try to go into your cache settings and switch off caching. Afterwards it would be good to deactivate all pugins, to see if one is causing this issue. Could also be that your server is using some sort of caching and in this case please ask your host about it.

    Cheers!
    Andy

    in reply to: "mainContentOfPage" Error on Structured Data Test #445956

    Hey!

    glad Ismael could help you. Let us know when you need some more help with the theme. We are happy to assist you.

    Cheers!
    Andy

    in reply to: Rebuilding new site #445953

    Hey!

    looks like you would need a plugin like one of these:
    https://wordpress.org/plugins/custom-header-images/
    https://wordpress.org/plugins/custom-header-extended/

    Hope this helps!

    Best regards,
    Andy

    in reply to: Forum inside a Page Section? Full width Forum? #445926

    Hey Caffeine-Design!

    Can you please elaborate? about which forum are you talking about and what kind of page section do you mean? can you provide us a link showing what you are talking about please?

    Best regards,
    Andy

    in reply to: Navigation Sidebar #445908

    Hi!

    please upgrade your WordPress version to the newest version. It seems to me like your server or something is using some kind of caching. Can you please contact your host about it and ask why your sidebar does not appear?
    It could also be that you have some corrupted files and in this case we recommend to delete all theme files via FTP completely and get a fresh cop from your themeforest account.

    Hope this will help.

    Best regards,
    Andy

    in reply to: Portfolio Categories and sub-categories #445886

    Hi!

    not sure what you want to achieve. Can you please post a link showing what’s going on? I think this would make things more clear. As Ismael already you can’t use any subcategories in portfolio categories (no hierarchical function).

    Cheers!
    Andy

    Hi!

    it is better to open separate tickets for different questions, so we can work simultaneously on your threads and you would get a faster reply.

    I see only one product (instead of 2) on the link you have provided:

    Could you fix the issue? If not please clear browser cache and refresh your site a few times.

    You dropbox link does not show anything for me, as it is just empty. Please post a public link to your screenshot. I recommend to use imgur.com.

    Regards,
    Andy

    in reply to: Woocommerce Single Product Page Sidebar #445870

    Hi!

    I don’t see any sidebar under your product image. Please clear browser cache and refresh a few times. If the issue persists please send us screenshots to show us exactly what you see (imgur.com, dropbox).

    Best regards,
    Andy

    in reply to: Avia Layout Builder #445851

    Hey!

    Instead of using global CSS you can use a code for only a specific page using page-id.

    To make your first image full width use this code:

    img.avia_image {
    max-width: 141%;
    width: 141%;
    left: 184px;
    }
    

    and adjust as needed.

    I don’t know what you mean in 2.) . What do you want to achieve? your website looks pretty much the same as your screenshot (gallery). I think it already goes edge to edge, or which edge do you mean?

    Cheers!
    Andy

    in reply to: Perfect masonry – images cut off bij caption area #445822

    Hi!

    you can adjust image size a little bit with this code:

    .av-masonry-image-container {
    background-size: 100% 100%; 
    }
    

    but unfortunately I don’t think it’s possible to move the captions below the image, because with the following code automatically you would effect those big caption elements without an image:

    .main_color .container .av-inner-masonry-content {
    bottom: -25px;
    }
    

    So I think it would require a heavy customization on the theme and would considered to be custom work. You could find someone who can help you here.

    Best regards,
    Andy

    • This reply was modified 9 years, 6 months ago by Andy.

    Hey!

    sorry for the late response and thanks for the update, which made things much more clear for us.
    For you masonry gallery’s captions use this CSS:

    .av-inner-masonry-content-pos {
    margin-top: 67px;
    margin-left: 23px;
    }
    

    and adjust as needed.

    For the masonry gallery’s opacity behavior use this:

    .av-masonry-entry figcaption.av-inner-masonry-content.site-background {
    opacity: 1;
    background-color: rgba(0,0,0,0.5);
    }
    

    Hope this helps.

    Regards,
    Andy

    in reply to: Gallery lighbox not working #445409

    Hi colognedata!

    try to use a rel=”prettyPhoto” in your image html, for example:

    <a href="images/fullscreen/2.jpg" rel="prettyPhoto"><img src="images/thumbnails/t_2.jpg"  /></a>
    

    Hope this helps.

    Cheers!
    Andy

    in reply to: Text Widget Responsive – Mobile #445407

    Hey jr3creative!

    if you really want it, you would need to use this code in Quick CSS:

    @media only screen and (max-width: 1024px) {
    #header .widget { 
    display: block !important;
    right: -52px !important;
    }}
    

    Adjust as needed.

    Cheers!
    Andy

    in reply to: print page formatting, left sidebar layout #445406

    Hi sky19er!

    please refer to this post: https://kriesi.at/support/topic/print-enfold/#post-129227

    Cheers!
    Andy

    in reply to: Error updating ENFOLD #445404

    Hi brianwelsh!

    I would try to downgrade WordPress at fist, then update Enfold to the newest version and finally upgrade WordPress again.

    If you still need help, please provide a link and admin access to your site.

    Cheers!
    Andy

    Hi!

    not sure what you want to achieve. A screenshot (imgur.com, dropbox) showing what you want to achieve would help. However, if you want to move the video+tabs more to the left to center it use this code in Quick CSS:

    .tabcontainer.sidebar_tab.sidebar_tab_right.noborder_tabs.avia-builder-el-4.el_after_av_hr.avia-builder-el-last {
    left: -240px;
    }
    

    and adjust as needed.

    For your mouse hover text you would need to search a plugin for this, as there is no specific function like that in Enfold.

    Cheers!
    Andy

    in reply to: Buttons Position iPad portrait #445397

    Hi rpl_admin!

    try this code:

    @media only screen and (min-device-width: 768px) and (max-device-width: 768px) {
    .avia-button-wrap.avia-button-center.avia-builder-el-9.avia-builder-el-no-sibling {
    top: -104px;
    }}
    

    and adjust as needed by yourself.

    Regards,
    Andy

    • This reply was modified 9 years, 6 months ago by Andy.
    in reply to: How to style headings? #445396

    Hey!

    if you want to style all your H1 go to Enfold->Advanced Styling and choose “H1” from dropdown and click on “edit element”. Make the changes you wish and click on “save changes”.

    Best regards,
    Andy

    in reply to: Forum Statistics widget formatting issue #445395

    Hi fsefco!

    hm your first link is not working for me. We would need to see your site, to provide you some precise CSS. However, I am not sure where to look on your second link. Could you provide us screenshots (imgur.com, dropbox), to make things clear?

    Regards,
    Andy

    in reply to: full with optin -under slider? #445394

    Hey!

    you need to ask get response how to get a form, which you could implement into the color section.

    You could also try a plugin like this: http://sumome.com/app/smart-bar

    Best regards,
    Andy

    in reply to: inline-link #445393

    Hey!

    if it’s your client’s page you can login and have a look into the elements they used to build the logos. I can see that they have used a normal text element, so have a look into it to see the html code. If you still need help on this, please provide us admin access and post login details here as private reply.

    Best regards,
    Andy

    in reply to: Colorsection mobile devises #445390

    Hey!

    autoplayed videos are not available for mobile, as they need too much traffic (and in lots of countries you would be charged a lot for it). Please use a fallback image for mobile devices.

    Use this code for you logo on samsung galaxy tab:

    @media (max-device-width: 1024px) and (orientation: landscape) { 
    strong.logo {
    left: -36px;
    }}
    

    Cheers!
    Andy

    in reply to: Using Layerslider in the sidebar #445386

    Hi!

    I don’t think it is possible, as it is only available as full width element. Feel free to make a feature request.

    Best regards,
    Andy

    in reply to: Enfold 3.1.5: Probleme mit den eingestellten Farben #445384

    Hi!

    alles klar. Danke fürs bescheid geben!

    Gruß!
    Andy

    in reply to: Portfolio Ajax #445383

    Hi Daniela!

    kannst du uns bitte zeigen welches Element du genau meinst? Dann wären wir in der Lage dir einen präzisen CSS Code zu basteln. Ein Link und Screenshots (imgur.com, dropbox) würden uns dabei sehr helfen.

    Gruß!
    Andy

    in reply to: Full Width Logo #445380

    Hey guys!

    please open a separate ticket, as it gets too confusing otherwise.


    @BoulderSudburyAdmin

    Use this to position your logo to the left:

    .html_header_top.html_logo_center .logo {
    left: 5%;
    } 
    

    and adjust as needed by yourself.


    @msmazza

    Actually you are not really using a logo anymore and more something like a header image, but try this code:

    .logo img {
    width: 1276px;
    }
    

    and adjust as needed by yourself.

    Cheers!
    Andy

    Hey!

    for your main menu use this:

    nav.main_menu {
    top: top: -6px;
    }
    

    and adjust as needed by yourself.

    Where exactly do you want the language flags to be? I thought you want them on the right side. Please provide us a screenshot/mockup showing what you want to achieve. However, as I said in my previous post use this code to put the flags on the right side:

    .no_translate.transposh_flags {
    float: right;
    }
    

    Best regards,
    Andy

    in reply to: Links in contact form Autorespond Text? #445325

    Hey aberrant!

    sure, just use HTML, for example:

    <a href="http://www.facebook.com">Facebook profile</a>
    

    Best regards,
    Andy

Viewing 30 posts - 14,971 through 15,000 (of 17,336 total)