Forum Replies Created

Viewing 30 posts - 24,541 through 24,570 (of 35,179 total)
  • Author
    Posts
  • in reply to: TEC default styles and maps issue #1032247

    Hi,
    Thanks

    Best regards,
    Mike

    in reply to: Blog page/post issues #1032240

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Alignment content #1032238

    Hi,
    Oh I see, I thought with the arrows in the image, it meant to push to the left.
    Please try this code in the General Styling > Quick CSS field:

    #top.home .av_two_third.avia-builder-el-2,#top.home #av-layout-grid-2 .avia-builder-el-10,#top.home #av-layout-grid-3 .avia-builder-el-13 {
        padding-left: 50px !important; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Problem with Masonry #1032234

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: TEC default styles and maps issue #1032232

    Hi,
    Please see the Private Content area.

    Best regards,
    Mike

    in reply to: TEC default styles and maps issue #1032231

    Hi,
    Sorry to hear that, I’m asking the rest of the team for some help with this, thanks for your patience.

    Best regards,
    Mike

    in reply to: Hide background image on color section #1032216

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Full width widget under Main Menü #1032215

    Hi,
    I would like to help with a slide out sidebar, it sounds like a great solution, but unfortunately it’s going to take more coding and time than what I can do here, thanks for your understanding.
    I did find a great article with code snippets for a sidebar slide out which may help. Also I recommend looking for a plugin that will do this.
    I can help with some css to adjust your sidebar and content for smaller mobile screens, I found that there is actually plenty of room on your site for the sidebar between 480px & 879px, so please try this css:

    @media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive #top #wrap_all .container .av-content-small {
        width: 60% !important; 
    }
    .responsive #top #main .sidebar.smartphones_sidebar_active {
        width: 40% !important;
        clear: none !important;  
    }
    }
    @media only screen and (min-width: 767px) and (max-width: 879px) {
    .responsive #top #wrap_all .container .av-content-small {
        width: 70% !important; 
    }
    .responsive #top #main .sidebar.smartphones_sidebar_active {
        width: 30% !important;
        clear: none !important;  
    }
    }

    If you try this code, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Need to display caption under the images #1032208

    Hi,
    Please try this code in the General Styling > Quick CSS field:

    .av-masonry-entry .av-masonry-entry-title {
        font-size: 10px !important; 
    }
    div .mfp-title {
        font-size: 10px !important; 
    }

    The first rule is for the thumbnail titles, and the second rule is for lightbox titles.

    Best regards,
    Mike

    in reply to: Full width widget under Main Menü #1032115

    Hi,
    I tried using a VPN in Germany and I was able to login to your site.
    I came up with a way to move your language selector below your menu, it looks like it’s down a little more than you wanted, but that’s because of how tall the menu items are (90px), if we adjust the height the language selector will move up some.
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_script(){
      ?>
      <script>
      jQuery(window).load(function(){
      jQuery( "#avia2-menu" ).insertAfter( "#avia-menu" );
      });
      </script>
      <?php
      }
      add_action('wp_footer', 'custom_script');

    and add this code in the General Styling > Quick CSS field:

    #avia2-menu {
    float: right !important; 
    }
    #header_meta {
    display: none !important;
    }

    Please see the screenshot in Private Content area, and Please clear your browser cache and check after adding the code.

    Best regards,
    Mike

    in reply to: TEC default styles and maps issue #1032108

    Hi,
    I see, thanks for the images, I went ahead and installed the demo on my localhost, along with the events calendar, and the post nav didn’t show until I added this code into my functions.php:

       add_filter( 'avia_post_nav_entries', 'enfold_customization_postnav', 10, 2); 
       function enfold_customization_postnav($entries, $settings) {
    	   $entries['next'] = get_next_post($settings['same_category']);
    	   $entries['prev'] = get_previous_post($settings['same_category']);
    	   return $entries;
       }

    Please ensure your events have categories, and if it doesn’t work try adding the same categories to your events.

    Best regards,
    Mike

    in reply to: How to change main menu link color on individual blog pages #1032100

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Need to display caption under the images #1032095

    Hey octamedia,
    Sorry for the late reply, Please try this code in the General Styling > Quick CSS field:

    .mfp-title {
        display: block !important; 
    }

    Best regards,
    Mike

    in reply to: change colors image holder lightbox #1032093

    Hey Els,
    Sorry for the late reply, Please try this code in the General Styling > Quick CSS field:

    div.avia-popup button.mfp-arrow:before,.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close,.mfp-counter {
    color: red !important;
    }

    If this doesn’t help please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Shortcode inside button #1032088

    Hey FlatText,
    I took a look at the plugin and it looks like the shortcode creates the button, which you can add with a code block element.
    But if you want a modal popup to add the shortcode to, please read this solution

    Best regards,
    Mike

    in reply to: Submenu in a 2nd line below the main menu? #1032084

    Hey Jan,
    Sorry for the late reply, perhaps one way to create this effect would be to add many more items to your menu so that it wraps into two lines, then set the css to reduce the line height of the menu items so to fit into the header. Here’s a quick example I did:
    2018-11-10-132254
    This is the css I used:

    #avia-menu {
    width: 900px !important;
    }
    li.menu-item,li.menu-item a {
    height: 45px !important; 
    line-height:45px !important; 
    }

    This could still use some fine tuning, but it’s a good base for you to work with.

    Best regards,
    Mike

    in reply to: Alignment content #1032066

    Hey Diana,
    Thanks for the screenshot, Please try this code in the General Styling > Quick CSS field:

    #header_main .container {
    padding-left: 20px !important; 
    }

    Then please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Blog page/post issues #1032062

    Hi,
    Please try this code in the General Styling > Quick CSS field:

    #top .fullsize .flex_column .template-blog .post-title {
    text-align: center !important;
    }

    Best regards,
    Mike

    in reply to: Exclude categories from post navigation in portfolio items #1032055

    Hi,
    I will ask the rest of the team for any ideas, thanks for your patience.

    Best regards,
    Mike

    in reply to: Full width widget under Main Menü #1032046

    Hi,
    I’m having some issues logging in, Please see the screenshot in Private Content area.
    please check the url and any security settings, thanks.

    Best regards,
    Mike

    in reply to: Blog page/post issues #1032043

    Hi,
    Please change your date-code css to this:

    .date-code {
        font-size: 18px !important;
        text-align:center !important; 
    }

    Please ensure to add the closing bracket, I forgot to add it above.

    Best regards,
    Mike

    in reply to: Update enfold theme #1032042

    Hi,
    You will need to create a Envato personal token this page explains how to.

    Best regards,
    Mike

    in reply to: Hide background image on color section #1032035

    Hi,
    I adjusted your css in your Quick CSS to:

    @media only screen and (max-width: 767px) {
    #top #section-mobile-bg .av-parallax {
    background: none !important;
    }
    }

    Please clear your browser cache and check. Also feel free to adjust the 767px to suit.

    Best regards,
    Mike

    in reply to: Enfold on subdomain #1032033

    Hi,
    Glad Rikard could help, shall we close this then?

    Best regards,
    Mike

    in reply to: Update enfold theme #1032032

    Hi,

    @minogig
    please note that often Theme Forest doesn’t change the text of the version number on your download page, please try downloading it anyways and open the style.css in the theme package and check the version at the top.
    It is most likely the v4.5

    Best regards,
    Mike

    in reply to: Blog page/post issues #1032030

    Hi,
    I would like to recommend another way to target the blog content so it’s justified. I imagine this is your goal, if not then please advise.
    First please go to the setting: Enfold Theme Options > Layout Builder > Show element options for developers and enable the option.
    Then in your post, that you are creating with the advanced layout builder, the text block that is going to be your content that you want justified, enter this in the custom class field: justify-text
    2018-11-10-084053
    Then add this css in to your Enfold Theme Options > General Styling > Quick CSS field

    .justify-text p {
    text-align: justify !important; 
    }

    You will be able to add justify-text to as many elements as you like, and it will only effect the elements you wish.
    To adjust the date shortcode, please add the custom class date-code in the custom css field of the code block element, and add this css to your Quick CSS:

    .date-code {font-size: 12px !important;}

    please adjust to suit.

    To show post views, please try a plugin such as: Post Views Counter, I have not tried this one, but there are many to choose from.

    Best regards,
    Mike

    Hi,
    @bcndisseny sorry, you will need to update manually this time to have the correct files and settings to automatically update in the future.
    If you would like assistance with this, please open a new thread and include your admin login & ftp access in the Private Content area, but as this is not your thread such info here will not be private.

    Best regards,
    Mike

    in reply to: How do I add more fonts? #1032016

    Hi,
    Thank you for clarifying, we can assist with some css to assign the font elements for your landing page.
    Please link to one landing page & explain the font options you would like for it, once we create the css for it you will be able to use it as a model it for other landing pages, if you like, by making small changes.
    Here is an example that effects one page:

    #top.page-id-1226 #wrap_all p {
    font-family: "Open Sans" !important; 
    font-size: 18px !important; 
    color: #555555 !important; 
    line-height: 1.2em !important; 
    font-weight: 400 !important; 
    }

    you could also set the headings with another set of rules like this.

    Best regards,
    Mike

    in reply to: Blog page/post issues #1031911

    Hey hbourdillon,
    Q1: (i,ii,iv): Please try this code in the General Styling > Quick CSS field:

    #top.page .text-sep.text-sep-date,#top.page .post_delimiter,#top.page .slide-meta-comments {
    display:none !important;
    }

    Q1: (iii): I believe that you are using the advanced layout builder for your blog post, in which case you will need to add your excerpt manually. To enable the manual excerpt field click “screen options” at the top of your page, then check the excerpt box. Then the “excerpt” field will appear at the bottom of the page.
    2018-10-30-224049
    Q2: (i): since I believe you are using the advanced layout builder for your posts you will need to add the “post published” shortcode. Try adding this code to the end of your functions.php file in Appearance > Editor:

    /*post date shortcode - [post_published] */
    function shortcode_post_published_date(){
    	return get_the_date();
       }
       add_shortcode( 'post_published', 'shortcode_post_published_date' );

    and then add this shortcode in a code block element to your post where you want the date to show:

    [post_published]

    To justify your content for your site, Please try this code in the General Styling > Quick CSS field:

    p {
        text-align: justify !important; 
    }

    Then Please clear your browser cache and check.
    If this doesn’t fully work, then add the code in the WordPress > Customize > Additional CSS field.

    Best regards,
    Mike

    in reply to: Hide tool tips on icon grid #1031907

    Hey brentd99,
    Thank you for the image, on my localhost the demo flip-box didn’t show a tooltip, so it must be created slightly different than yours.
    We have a couple of scripts that can remove this, so please try this one by adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_script(){
      ?>
      <script>
    jQuery(window).load(function(){
    jQuery('a').removeAttr('title');
    jQuery('img').removeAttr('title');
    });
    </script>
      <?php
      }
      add_action('wp_footer', 'custom_script');

    If this doesn’t help please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

Viewing 30 posts - 24,541 through 24,570 (of 35,179 total)