Forum Replies Created

Viewing 30 posts - 15,871 through 15,900 (of 17,336 total)
  • Author
    Posts
  • in reply to: w3c #400965

    Hi phil78!

    I checked your website and it looks fine to me. No errors in Chrome console. We can’t really help you with any 3rd party system and as far as I know those website rankings mark errors for any javascript or other advanced coding used by the website. You would need a very simple website with only basic functions for not getting any “errors”.

    Cheers!
    Andy

    in reply to: Blog-Beiträge: #400947

    Hi!

    alles klar. Lass uns wissen, wenn du irgendein Problem mit dem Theme hast.

    Liebe Grüße,
    Andy

    in reply to: Post Slider not showing posts when translated (WPML) #400894

    Hey scaico!

    I can’t see any issue. What do you mean? The first two links seem pretty much the same to me, I can see your list on both:

    And your fourth link does not work for me. Please check.

    Could you fix it already? If not please show us what you want to achieve by providing a mockup/screenshots.

    Cheers!
    Andy

    Hi!

    I am not 100% sure what you mean. Can you please show us a mockup/screenshot of what you want to achieve? You can control the height of the button with this code:

    body div .avia-button {
    height: 65px;
    }
    

    Cheers!
    Andy

    in reply to: Content Slider Broken #400365

    Hey!

    we recommend to always use the latest theme version. So many things got changed from 3.0.2 to 3.0.8 and to guarantee a stable Enfold you need to update. Please make sure to have a backup in case something goes wrong, so you can always go back.

    Best regards,
    Andy

    in reply to: Change style of widget-generated sidebar content? #400363

    Hi!

    glad Elliott could help you. Let us know when you need any more help.

    Best regards,
    Andy

    in reply to: Portfolio #400356

    Hey!

    remove it with this code in Quick CSS field:

    .page-thumb img {
    display: none;
    }
    

    Regards,
    Andy

    in reply to: Custom fonts working only in Safari #400355

    Hey!

    I checked on Chrome and Safari and the fonts are the same. They do look differently, but that’s normal browser behavior. Every system and every browser has its own font rendering engine.

    Best regards,
    Andy

    in reply to: Breadcrumb Problem #400245

    Hey!

    do you mind providing us a temporarily admin account? so we can take a deeper look into your breadcrumbs settings.
    Post login details here as a private reply.

    Regards,
    Andy

    in reply to: Masonry not working for pages…. #400244

    Hey xyzb!

    as far as I know the Masonry element is only made for showing galleries and posts. Feel free to make a feature request here: https://kriesi.at/support/enfold-feature-requests/
    As long as other users report the same feature request Kriesi will add this function in future updates

    Regards,
    Andy

    in reply to: Sidebar Pages – Adjust Identifier for Child Pages #400234

    Hey!

    you can remove the bullet with this code in Quick CSS field:

    #top .sidebar_left .widget_nav_menu ul ul li:before {
    display: none;
    }
    

    For a background image try this:

    #top .widget_nav_menu .nested_nav {
    background: url(https://img.cmc-versand.de/wg/rc-auto-elektro-glattbahn.png) no-repeat center center;
    }
    

    replace the image url inside brackets with your own.

    Cheers!
    Andy

    in reply to: Header image in blog #400223

    Hi!

    please adjust the code by yourself. Just change “30” to any other value, which fits your needs. For me your /Blog page looks just fine. Otherwise please send us a mockup of what you want to achieve.

    Best regards,
    Andy

    in reply to: Masonry Gallery Image Sorting #400222

    Hi!

    I tried to change on your page and it works fine:

    Please clear your browser cache.

    Best regards,
    Andy

    Hey DigitalEssence!

    which part of your page do you want to change color? please show us on screenshots what you mean (imgur.com).
    However I hope I am right when you want to change background color of this one:

    div .products .product a, div .products .product a img {
    background: #000 !important;
    }
    

    Regards,
    Andy

    in reply to: Main Menu Styling #400217

    Hi a-l-p!

    please post a link to your website, so we can see what you mean.

    a) menu should be on the left side by default. Where is your logo right now? However you can set it with this to the left:

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

    Adjust “15” as needed.

    b) I have no idea what you mean. Please show me the link to your website or at least some screenshots (imgur.com)

    c) Try this code:

    .html_header_top.html_logo_center .main_menu ul:first-child {
    background: red;
    }
    

    d) Use this code for font size and font family:

    .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a {
    font-size: 18px !important;
    font-family: Georgia;
    }
    

    Height of the menu:

    .html_header_top.html_logo_center .main_menu ul:first-child {
    margin-top: 20px;
    }
    

    e) I don’t think you can add any icons to the menu points. For this you would need to hire a freelancer.

    Regards,
    Andy

    in reply to: Blog-Beiträge: #400171

    Hey hermelina!

    bitte füge immer einen Link mit ein, damit wir sehen können was du meinst.

    1.) Du musst tags zu deinem post hinzufügen, dann erscheint dieses Feld automatisch.

    2.) Das meiste was du hier möchtest, ist leider außerhalb dem was wir hier als normalen Support anbieten können, da es eine starke Veränderung des Themes benötigt. Du müsstest dafür einen Freelancer engagieren.

    Liebe Grüße,
    Andy

    in reply to: Bilder mit Photoshop bearbeitet – danach Probleme #400170

    Hi Sabine!

    ich kann all deine Bilder ganz normal sehen:


    Bitte leere deinen Browser Cache und refreshe deine Seite anschließend einige Male neu. Ansonsten zeig uns bitte auf Screenshots was genau du meinst (imgur.com).

    Gruß,
    Andy

    in reply to: After Upgrade – Frontpage on the right side (Ninja Popups) #400169

    Hey!

    On the firefox console I can see lots of errors, especially for autopmtimizer and sumome plugin (on Chrome I don’t see any error). I think one plugin might cause the issue. Please switch off all plugins and afterwards refresh browser cache. Check your page if things got getter. Finally switch them on again one by one to find the causing one.

    Best regards,
    Andy

    in reply to: Adding Alert text to Image link #400165

    Hi!

    I think it would work with this plugin: WPML

    Regards,
    Andy

    in reply to: Megamenu sublevel centered #400164

    Hey!

    please use this code to only customize the DOG submenu:

    #menu-item-636 span.mega_menu_title.heading-color.av-special-font {
    margin-left: -20px;
    }
    

    Adjust as needed.

    Best regards,
    Andy

    in reply to: Fullscreen Slider caption not always appearing #400158

    Hey!

    which captions do you mean? Please show what you mean using screenshots (imgur.com), so we know exactly what you are talking about. Your site seems fine to me, I am using Mac OSX 10.9.5 and Safari 7.1.3.

    However if you still experience this issue please try to switch off all plugins, maybe one is causing a conflict and lets us know if this helps.

    Regards,
    Andy

    • This reply was modified 9 years, 9 months ago by Andy.
    in reply to: Main Header #400157

    Hi!

    I tried to login into your site, but login details from above does not work. Please check.

    Did you follow this instructions:
    “And then navigate to Dashboard > Appearance > Widgets and create a new widget area named header and add some widgets to it.”?

    Best regards,
    Andy

    in reply to: Turning iconbox iconbox_top element into hexagon #400122

    Hi!

    try to replace “#hexagon” in Rikard’s code with “.iconbox_icon”.

    Best regards,
    Andy

    in reply to: How to change buttons CSS? #400119

    Hey!

    please provide us FTP access to check.

    Cheers!
    Andy

    in reply to: Icons not showing in Chrome & Firefox #400112

    Hey!

    I am sorry, but without a link to your website we won’t be able to do a lot, because we need to inspect it and we even would need admin access to go inside your backend. Let us know when you go online.

    Best regards,
    Andy

    in reply to: Safari bug on avia slideshow and Color Section z-index #400105

    Hi!

    I think it has something to do with the customization you did on the color section. I think for a developer it will be fine to find the problem. It might take 1 hour. You can find good ones here: https://studio.envato.com/ or http://werkpress.com/

    Regards,
    Andy

    in reply to: Large Testimonial Slider Freezes #400103

    Hi!

    can you please make a screencast video, as Josue did as well in his last post? to show us what you really experience.

    Regards,
    Andy

    in reply to: Can't change number of gallery rows on gallery feature #400100

    Hi!

    please open another ticket for a different issue, as this thread is growing quite big and so others can search better in the forum.

    Please explain further what you mean and show us the issue providing a link and/or screenshot.

    Cheers!
    Andy

    in reply to: Sidebar issue with events pages. #399982

    Hi!

    in the backend when you edit your single event page scroll down and look for “Layout” on the right side. There you will find “Sidebar Settings”. Choose the one you need. If it’s not there, you need to go first to Appearance->Widgets and create the sidebar you want.

    Best regards,
    Andy

Viewing 30 posts - 15,871 through 15,900 (of 17,336 total)