Forum Replies Created

Viewing 30 posts - 22,921 through 22,950 (of 25,536 total)
  • Author
    Posts
  • in reply to: Open massonry elements in new window #755936

    Hi,

    The code Yigit gave works however when the additional masonry items are loaded it doesn’t run the code again, I tried to add a code to trigger when button is clicked but it doesn’t work also, will try to help you on this but will need more time though.

    Best regards,
    Nikko

    in reply to: Blog post transparent header #755927

    Hey Hans,

    Sorry for the late response, When you edit posts, in the sidebar find Header visibility and transparency try to set it to Transparent Header, hope this helps.

    Best regards,
    Nikko

    in reply to: Single entry – how to expand the content area #755915

    Hi,

    Sorry for the late response I have checked it and noticed that the code I gave the
    >
    was changed to
    & g t ;
    (without spaces). Let us know if it’s good.

    Best regards,
    Nikko

    • This reply was modified 8 years, 4 months ago by Nikko.
    in reply to: Limit number of thumbnails in Gallery #755912

    Hi,

    Sorry for the late response but can you give a link to the page that still has the issue and also a temporary admin account, so we can check the backend, and know why it’s not working.

    Best regards,
    Nikko

    in reply to: Slider Does not Respond on Big Screens? #755437

    Hi,

    There’s a background image that you can set on every slide. You can see that on top of the slider preview of layerslider wp.

    Best regards,
    Nikko

    in reply to: Slider captions disappearing #755435

    Hi,

    Sorry for the late response. Since it’s not working, Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Nikko

    in reply to: Lightbox is showing a too small image #755429

    Hi,

    Sorry for the delayed response. I checked the site but it can’t be reached. For the meantime can you try to backup your site and update it to the latest version. See if this fixes the issue.

    Best regards,
    Nikko

    Hi,

    Sorry for the delayed response. You can search for flush() and you should be able to find it there but I’m not really sure if that works that’s why I was asking for the ftp access to know what error occured. I have tried w3 total cache with Enfold 3.8.5 and it works fine.

    Best regards,
    Nikko

    in reply to: Virus code in Enfold files – URGENT #755069

    Hi,

    Thanks for confirming and thanks for using Enfold. Have a nice day :)

    Regards,
    Nikko

    in reply to: Text block in Avia Layout Builder disapears #755064

    Hi,

    Yes, it’s available in the latest version of Enfold. Here is a screenshot: http://imgur.com/a/grDBQ

    Best regards,
    Nikko

    in reply to: Animated Gifs Not working #755062

    Hey Diana,

    Can you try to disable the plugins and see if this fixes the issue, if not please try to update Enfold to the latest version, and don’t forget to make a backup first.

    Best regards,
    Nikko

    in reply to: Toggle customization…. #755053

    Hi,

    Sorry for the delayed response.
    1.) I think I have answered that in the other thread: https://kriesi.at/support/topic/accordion-toggle-animation-problem/#post-755044
    2.) I’m not really sure how it would look like but it does seem like that would take time to achieve since with the behavior of accordion. It could probably be done by writing some js codes but it would seem that it it’s pretty complicated and outside the scope of our support.

    Grid row doesn’t have movie background or parallax, the but you can always add a video or an image inside the accordion’s content.

    Best regards,
    Nikko

    in reply to: "Accordion" Toggle – Animation problem! #755044

    Hi,

    The solution we would give you will probably look the same as the one you posted (slightly different code but similar in a sense it will be a long list of css code). As for the things I mentioned try to open your site using google chrome, right click to anything on your site and click Inspect (it should look similar to the link I posted in Private Content), you find the body and look at the class, you should find the page id there, as for the nth-child, you can refer here for definition and usage: https://www.w3schools.com/cssref/sel_nth-child.asp but the method you used above will work as well, the only thing page-id-xx can do is to help you limit where it applies or make it specific.

    For example this code:

    p[data-fake-id=’#toggle-id-1′] {
    background-color: rgba(242,255,0,0.3)!important;
    pointer-events: none;
    }

    would be changed to this:

    .page-id-3402 .togglecontainer.avia-builder-el-2 p[data-fake-id='#toggle-id-1'] {
    background-color: rgba(242,255,0,0.3)!important;
    pointer-events: none;
    }

    which should target the 1st toggle in the 1st accordion in the homepage only (the code you used will affect other toggles not only in the page but in other pages as well).

    Cheers!
    Nikko

    in reply to: CSS #755031

    Hey sandra1307,

    Sure, Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.

    Best regards,
    Nikko

    in reply to: Template Page – Template Headers #755030

    Hey oshares,

    We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)
    Best regards,
    Nikko

    in reply to: Avia magazine – open links in new tab #755025

    Hi,

    You can open magazine links in new tab by adding this code at the bottom of functions.php:

    function magazine_newtab_script(){
    ?>
    <script type="text/javascript">
    (function($){
      function newtab() {
        jQuery("#top").find(".av-magazine-title a").attr("target", "_blank");
      }
    
      newtab();
    })(jQuery);
    </script>
    <?php 
    }
    add_action('wp_footer', 'magazine_newtab_script');

    As for the two other issues, try this css code and add to Quick CSS:

    .av-magazine-sort a.all_sort_button,
    #top time.av-magazine-time {
        display: none;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: LayerSlider WP bugs #755021

    Hey ChichesterDesign,

    Sorry for the delayed response. Just checked the links and the pages returns a 404 page not found. As for the login details, it doesn’t work, please check.

    Best regards,
    Nikko

    in reply to: Menu link active & inactive (one page design) #755018

    Hi,

    Sorry for the late response. Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a .avia-menu-text {
        color: #808080 !important;
    }
    
    #top #wrap_all .av_header_transparency .main_menu ul:first-child > li.current-menu-item > a .avia-menu-text {
        color: #257b7c !important;
    }

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Transparent menu background color #755016

    Hi,

    Try adding this css code with Mike’s code and see if it helps:

    #top .header_bg {
        background: rgba(208,208,208,0.2);
    }

    Best regards,
    Nikko

    in reply to: Sidebar at the bottom of the page #755009

    Hi,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    .sidebar_right #products {
        width: 73%;
        float: left;
    }
    
    .sidebar_right #products .av-content-small.alpha.units {
        width: 100%;
    }

    Let us know if this helps.

    Best regards,
    Nikko

    in reply to: I can't edit my pages #755003

    Hi,

    Just checked it and there’s nothing in the footer, just white space. I’m referring to what is below of the About Us section.

    Best regards,
    Nikko

    in reply to: Customize Social Share #754210

    Hi,

    The email should show up by default also, if not, can you please provide a link to your site (specifically the page mentioned) ? you can post in private content to keep the link private.

    Best regards,
    Nikko

    in reply to: Blog images sizes #754207

    Hey Macajal,

    That depends on what layout you are using. If you are using Blog Posts in Avia Layout Builder, there is a setting Preview Image Size which you can choose a size manually, the image width and height is also listed there. Hope this helps.

    Best regards,
    Nikko

    in reply to: Use different color by categories on posts ¡HELP! #754202

    Hi,

    Thanks for your patience :) You can add this css code in Quick CSS:

    
    #top #wrap_all .template-blog .category-montepio-y-mutualidad h2.post-title.entry-title, 
    #top #wrap_all .template-blog .category-montepio-y-mutualidad .blog-categories a {
        color: blue;
    }
    
    #top #wrap_all .template-blog .category-balneario-de-ledesma h2.post-title.entry-title, 
    #top #wrap_all .template-blog .category-balneario-de-ledesma .blog-categories a {
        color: green;
    }
    
    #top #wrap_all .template-blog .category-residencia-spa-de-felechosa h2.post-title.entry-title, 
    #top #wrap_all .template-blog .category-residencia-spa-de-felechosa .blog-categories a {
        color: yellow;
    }
    

    so far these 3 are the categories that I can see, you can see the code above it’s mostly similar just the .category-xxx, just adjust the colors also.

    As for the buttons, I could see the Read More button, let me know if it’s the wrong button or if I misunderstood.

    Best regards,
    Nikko

    in reply to: Change image resolution in masonry gallery #754194

    Hi,

    Try to use this plugin: https://wordpress.org/plugins/simple-image-sizes/ then go to Settings > Media there are lists of sizes in there you should be able to change it.

    Best regards,
    Nikko

    in reply to: Objekt als Theme #754190

    Hey Christian,

    I’m not sure I understand properly since I’m only using google translate but I think you are referring to saving the template, at the bottom of Avia Layout Builder (bottom right) there is Templates, just click on it and save the template. :)

    Best regards,
    Nikko

    Hi,

    Can you try to remove these codes in functions.php:

    add_filter(‘avia-google-maps-api’, ‘__return_false’, 10, 2);
    add_filter( ‘avf_load_google_map_api’, ‘__return_false’ );
    
    /* remove google map api calls */
    add_filter(‘avf_load_google_map_api’, ‘disable_google_map_api’, 10, 1);
    function disable_google_map_api($load_google_map_api) {
    $load_google_map_api = false;
    return $load_google_map_api;
    }

    and replace it with:

    add_filter( 'avf_load_google_map_api', '__return_false' );

    you will notice it’s the same with:

    add_filter( ‘avf_load_google_map_api’, ‘__return_false’ );

    however I have encountered some issues where the single quote ‘ is changed for some reason that’s why the code isn’t working.

    Best regards,
    Nikko

    in reply to: Events Calender map gets cut off #754180

    Hi Holger,

    Are you referring to this page: http://infotropic.ru/events/ ? Can you try to disable any minification and caching plugin and check it again? I could see errors in the console.

    Best regards,
    Nikko

    in reply to: Change title in archive.php #754169

    Hi,

    Can you point out the specific text in the archive page of the demo site you want to change: http://kriesi.at/themes/enfold/2014/04/
    Is it the Archive for month: April, 2014? or the title of the listed posts for example New electric cars are getting really fast?

    Best regards,
    Nikko

    in reply to: Remove animations #754159

    Hi,

    Are you referring to the slideshow caption and button? I have added this css code in Quick CSS (located in Enfold > General Styling):

    .avia-slideshow-inner .slideshow_caption * { 
      -webkit-animation: none!important;
      -moz-animation: none!important;
      -o-animation: none!important;
      animation: none!important; 
      opacity: 1!important;
      -webkit-transform: scale(1)!important;
      -moz-transform: scale(1)!important;
      -o-transform: scale(1)1important;
      transform: scale(1)!important; 
    }

    It disabled the caption and button animation. Hope this helps.

    Best regards,
    Nikko

Viewing 30 posts - 22,921 through 22,950 (of 25,536 total)