Forum Replies Created

Viewing 30 posts - 14,911 through 14,940 (of 17,336 total)
  • Author
    Posts
  • in reply to: Some responive problems on mobile view #448079

    Hi!

    it does not seem that you did add a Custom CSS Class to the special heading in question:

    Here you see that it still says “h3.av-special-heading-tag” instead of for example “gefuehle-title”. So please follow the steps explained here correctly.
    By the way I tried to login to check it in your backend, but we need admin access, instead of a default access.

    Regards,
    Andy

    in reply to: Icons not showing correctly in main page #447915

    Hey C-LabMX!

    your icons seem to load fine for me. Try clearing browser cache and refresh browser a few times. Could you show us the issue using screenshots? you can use imgur.com or public dropbox for adding screenshots here.
    Please also provide us admin access in case you need further support. Post login details here as private reply.

    Regards,
    Andy

    in reply to: Preventing people selecting and copying text #447912

    Hi xfacta!

    it’s not theme feature, but with a plugin like this you could achieve it I think: https://wordpress.org/plugins/wp-copyprotect/

    Best regards,
    Andy

    in reply to: Schriftgröße #447911

    Hey!

    can you provide us admin access, so we can take a deeper look into the issue? Are you using any caching plugin? Please try to deactivate all your plugins, to see if one is causing this issue. Are we allowed to deactivate your plugins temporarily as well?

    Regards,
    Andy

    in reply to: Some responive problems on mobile view #447906

    Hey!

    it’s not about the color section, it’s about to add a Custom CSS Class for your special heading. So after activating Custom CSS Class for all ALB elements go and edit your special heading you want to customize and put for example “gefuehle-title” into the Custom CSS Class field.

    Cheers!
    Andy

    in reply to: problem removing meta elements from blog posts #447903

    Hi!

    couldn’t find your blog showing author and date, but try this:

    span.date-container.minor-meta.updated {
    display: none;
    }
    span.blog-author.minor-meta {
    display: none;
    }
    

    Best regards,
    Andy

    in reply to: Problem with comments #447898

    Hey Francesco!

    sound to me like a caching issue. Clear browser cache and refresh browser a few times and I think then you should see the new comment. Are you using any caching plugin?

    Regards,
    Andy

    in reply to: Masonry Gallery not working #447895

    Hey!

    hm right now it’s showing fine for me:

    But maybe it’s because of you custom CSS. Please provide us admin access so we can take a deeper look into the issue. Post login details here as private reply. Deactivate all plugins to check if one is causing this issue and let us know if this helps.

    Cheers!
    Andy

    in reply to: recropping thumbnails #447885

    Hi!

    your desired thumbnails from http://imgur.com/gRMHktA are loading fine for me:


    Could you fix it? Sometimes it’s necessary to refresh browser a few times after clearing cache.

    Best regards,
    Andy

    in reply to: Language switch flag in top header does not work #447875

    Hey Quatschtronaut!

    your website does not load for me and I get:
    “Gateway Timeout: can’t connect to remote host”

    Make sure to use newest theme, WordPress and WPML versions.

    Let us know when your website is loading again.

    Best regards,
    Andy

    in reply to: Slideshow at top of screen #447873

    Hi bartveldhuis!

    I think a plugin like this is what you need: https://wordpress.org/plugins/responsive-header-image-slider/

    Best regards,
    Andy

    in reply to: full width slider #447870

    Hi alfaweb2!

    try this code:

    .avia-slideshow.image_no_stretch li img {
    height: 540px;
    }
    

    You could also try to work with a plugin like: https://wordpress.org/plugins/simple-image-sizes/

    Best regards,
    Andy

    in reply to: Gravity Forms and Enfold Theme CSS #447867

    Hey philthebass!

    I tried to submit it and it worked fine for me:

    Could you fix it?

    Cheers!
    Andy

    in reply to: Use special google web font #447861

    Hi!

    I am really sorry, I pasted a wrong code into your child’s functions.php and now it does not load anymore. Please post FTP login as private reply here, so we can change it back as soon as possible. You could do it by yourself as well, when you open your child’s functions.php via FTP and replace my mess with your old code from above or even better use this one to implement “Source Sans Pro Normal 400 Italic”:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Source Sans Pro'] = 'Source Sans Pro:400italic';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Source Sans Pro'] = 'Source Sans Pro:400italic';
    return $fonts;
    }
    

    I am really sorry! and I hope the new code will help you.

    Regards,
    Andy

    in reply to: Fatal error trying to visit a category page #447841

    Hey!

    hm I can’t open your website, it’s just not loading. Make sure to use newest theme and WordPress version. Also update all your plugin. If this does not help try to deactivate all your plugin, to see if one is causing this issue. Afterwards you can activate them again one by one to see which one is causing problems.

    And if this does not help neither, then I think you might need to delete all theme files via FTP and get a fresh copy from your themeforest account, as there might bee some corrupted files on the installation.

    Regards,
    Andy

    in reply to: Enfold one page navigation solution ? please help? #447831

    Hey!

    please upgrade to Enfold v3.1.5.
    I tried to login, but could not. Please check login details again. Try to deactivate all plugins, to see if one is causing this issue. Afterwards you can activate them again one by one to see which one is causing this problem.

    Regards,
    Andy

    in reply to: Some responive problems on mobile view #447825

    Hey!

    in this case you would need to activate custom class fields: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    After activating it in “Custom CSS Class” field put for example “gefuehle-title” without quotation marks. Then use something like this to control it on mobile devices:

    @media only screen and (max-device-width: 736px) {
    #top .gefuehle-title {
    position: relative;
    left: 68px;
    }}
    

    Hope this helps.

    Best regards,
    Andy

    Hey!

    hm … not sure what is causing it. Did you contact your host about it and asked if they are using any kind of caching? Looks as if you would need to delete all theme files and get a fresh copy from your themeforest account. There seem to be some corrupted files. Make sure to have a backup.
    Let us know if you are done and still need help.

    Regards,
    Andy

    • This reply was modified 9 years, 6 months ago by Andy.
    in reply to: Plugin Upcoming Events displayed horizontally #447811

    Hi!

    try this code in Quick CSS:

    .av-upcoming-event-data {
    margin-top: 65px;
    }
    a.av-upcoming-event-entry.av-upcoming-event-without-image {
    display: inline-block;
    }
    

    Cheers!
    Andy

    in reply to: Enfold and Content Template #447801

    Hey stedia!

    as I already told you in your other thread, we can’t provide support for any of the thousands plugins out there. Please contact the plugin’s author. Kriesi already knows about the problem between types and Enfold and he might think about a fix in future updates.

    However, what exactly do you want to remove on the links you have provided? can you highlight in screenshot what you don’t need (imgur.com, dropbox)? if you want to remove blogs’s meta use this code in Quick CSS:

    .blog-meta {
    display: none !important;
    }
    

    If you want to remove the blog’s template use this:

    .container.template-blog.template-single-blog {
    display: none;
    }
    

    Hope this helps.

    Regards,
    Andy

    Hey stedia!

    hm … we can’t provide support for any 3rd party plugin, but I heard quite often something about this plugin here in the forum and I personally think it would be a great idea to be able to work with this plugin. Please feel free to make a feature request for Kriesi. When lots of people are requesting support for this plugin, we might see it in future updates.

    However, I will tell Kriesi that the guys from types are trying to contact him about this issue.

    Regards,
    Andy

    in reply to: Advanced Editor changes Post-Template #447755

    Hi!

    please use the normal editor for posts. Using Advanced Layout Builder for posts gives you much more freedom, but you need to start everything from scratch. So you would need to build your own breadcrumbs, sidebar, social links with ALB.

    However, I could see this question/problem quite often here, so feel free to make a feature request for Kriesi here:
    kriesi.at/support/enfold-feature-requests/
    If there are lots of feature request for this, then we might see a better solution in the future :). Thanks for taking the time!

    Regards,
    Andy

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

    Hi!

    well, both the Masonry flexible and Masonry (perfect automatic) are working fine, they just have both different behaviors. If you don’t like the behavior or wish another one, you could request a feature request.

    Regards,
    Andy

    • This reply was modified 9 years, 6 months ago by Andy.
    in reply to: Text align in color section not working #447751

    Hey!

    thanks for taking the time to provide us screenshots, unfortunately Google Drive does not give me access to view them:

    Can you change permission so we can have a look into it? you could also use imgur.com or public dropbox instead.

    Best regards,
    Andy

    in reply to: mobile menu #447742

    Hey!

    please post a link instead of the #number, as we can’t find it otherwise.

    Cheers!
    Andy

    in reply to: sidebar not working on pages #447739

    Hey!

    I could login without modifying any host file. I see that you are not using Enfold or any other Kriesi theme and instead you are using a theme from a different company. In this forum we can only provide support for Kriesi themes, so activate Enfold and let us know when you are done.

    Regards,
    Andy

    in reply to: Color section: background on mobile firefox #447735

    Hey!

    have in mind that we normally don’t support firefox on mobile due to little demand. But try this workaround for firefox in you Quick CSS:

    .avia-mozilla .avia-caption-title {
    width: 60%;
    }
    .avia-mozilla .avia-slideshow-button {
    left: -83px; 
    }
    

    and adjust as needed.

    Best regards,
    Andy

    Hey Taryn!

    please use different tickets for different questions, because then we are able to answer simultaneously your questions and you would get a faster reply. Also it does not get too confusing for us and for other people searching for help in the forum.

    I will answer as much as possible in this thread. For more questions please us more tickets.

    1.)
    a) Which transparency logo do you mean? Can you add screenshots to your explanations, so we can see clearly what you mean? you can use imgur.com or dropbox to add screenshots here. I am not sure what you want to achieve exactly, as I see different behaviors of your header/logo on different pages:

    So do you want to use only one logo? or both? please add a mockup showing want you want to achieve.

    Maybe you want to use custom header images on your website? in this case these plugins could be useful to you:
    https://wordpress.org/plugins/custom-header-images/
    https://wordpress.org/plugins/custom-header-extended/

    2.) You can add space using “Separator/Whitespace” element in Content Elements of Avia Layout Builder. If this does not help then please show us exactly where you need to add space using a link+screenshots.

    3.) Do you mean your contact form under “Contact Taryn”? if es use this code:

    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    border: 1px solid red !important;
    }
    

    and choose any other color than “red” if needed, your default color is #e1e1e1.

    Best regards,
    Andy

    • This reply was modified 9 years, 6 months ago by Andy.
    in reply to: Bildgröße im einfachen Slider #447369

    Hey!

    super, dass du es hinbekommen hast. Lass uns gerne in einem neuen Thread wissen wie wir dir sonst noch helfen können.

    Gruß,
    Andy

    in reply to: Sidebar hide #447364

    Hi!

    that function is not provided by our theme, so you would need to find a plugin for it. Maybe this one is for you: https://wordpress.org/plugins/display-widgets/

    Cheers!
    Andy

Viewing 30 posts - 14,911 through 14,940 (of 17,336 total)