Forum Replies Created

Viewing 30 posts - 25,621 through 25,650 (of 34,945 total)
  • Author
    Posts
  • in reply to: Sidebar Widget Image increase size #1001676

    Hi,
    This was because you had a missing bracket “}” in your css about halfway down, I corrected it for you.
    That is what this error meant:
    2018-08-25_111840
    Please clear your browser cache and check the sidebar styling.

    Best regards,
    Mike

    in reply to: How to change Icon Box Font Size? #1001673

    Hey Luc_44,
    For the Icon Box element, you can change the font size based on screen size.
    Please open your Icon Box element and go to the third tab “Screen Options” there you will see “Heading Font Size” & “Content Font Size” for each font size option, you can choose the sizes.
    2018-08-25_105747
    For your second question, you can change the font for your general site at Enfold Theme Options > General Styling > Font
    2018-08-25_110355

    Best regards,
    Mike

    in reply to: Google Maps for development purposes only #1001668

    Hey rixi,
    This is the error you are getting for Google Maps on this page:

    You have exceeded your request quota for this API. See https://developers.google.com/maps/documentation/javascript/error-messages?utm_source=maps_js&utm_medium=degraded&utm_campaign=billing#api-key-and-billing-errors
    

    Best regards,
    Mike

    Hey ruffie01,
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Change bullet for entypo-fontello and color #1001664

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Sidebar Widget Image increase size #1001663

    Hey weblinedesign,
    Please try replacing your css with this:

    @media only screen and (min-width: 1024px) { 
    .sidebar #newsbox-5 span.news-thumb,span.news-thumb img {
        width: 240px !important; 
        height: auto !important;
        margin-right: 0px !important;  
    }
    .sidebar #newsbox-5 .news-headline {
        display: inline-block !important; 
    }
    .sidebar #newsbox-5 a.news-link {
    text-align: center !important; 
    }
    }

    This will activate at 1024px and up because for smaller screens we will need to make another rule to adjust for the space available.
    Please see if this gives you the desired effect, if so we can try to adjust for mobile.

    Best regards,
    Mike

    Hi,
    Glad Victoria could help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: push and pull enfold grid row #1001641

    Hi,

    @weboptimus
    thanks for sharing, I sure this will be helpful to many in the future, although this thread is a little old now.
    We will close it to reduce confusion.
    Hope you have a great day.

    Best regards,
    Mike

    in reply to: Erasing extra space in my blog post header #1001639

    Hey Joy,
    For issue 1, Please try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { 
    #top.single .title_container {
    display: none !important;
    }
    #top.single .container_wrap_first .content.av-content-small {
    padding: 0px !important;
    }
    }

    For issue 2, Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_shop_studio_links(){
      ?>
      <script>
      (function($){
    $(document).ready(function(){
     
      $('a.post-9567,a.post-9565').click(function(){
        window.open(this.href);
        return false;
      });
     
    });
    })(jQuery);
      </script>
      <?php
      }
      add_action('wp_footer', 'custom_shop_studio_links');

    Best regards,
    Mike

    Hi,
    Sorry, I can’t really think of an equivalent for that in Enfold, but if you add the code in the DropBox text file in the Private Content area to a “code block” element on a page with no sidebar, it should would for you. You can then change the image url’s and text to suit.

    Best regards,
    Mike

    in reply to: Slider and menus not displaying #1001471

    Hi,
    I see that you have no menu items in your menus, a menu can only show if it has some menu items.
    I also see that in your theme settings for which page to show as your frontpage, it is blank, you also have no pages.
    Did you have a page set to show as the frontpage and then delete it? Please try creating a page and then set it as your frontpage in your theme settings.

    Best regards,
    Mike

    in reply to: Errors #1001467

    Hi,
    In your fullscreen slider element on your homepage, please try removing your image html in each of the slide titles
    2018-08-24_232056

    Best regards,
    Mike

    in reply to: 500: Internal Error shows after update to 4.4.1 #1001463

    Hey t335,
    Please include ftp login so we can take a closer look.

    Best regards,
    Mike

    in reply to: Logo above menu not filling the height specified #1001462

    Hey hhhitzeman,
    I added this css to your Enfold Theme Options > General Styling > Quick CSS field:

    span.logo img {
        height: 130px !important; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Errors #1001458

    Hey adamblakester,
    Please include a admin login & FTP access in the Private Content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Slider and menus not displaying #1001457

    Hey adamblakester,
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Mobile menu not showing #1001454

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Huge cell padding at mobile phone #1001453

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Portfolio Raster soll sliden #1001452

    Hi,
    Bitte fügen Sie die URL zu der betreffenden Seite hinzu, damit wir genauer hinsehen können.

    ———-

    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Change bullet for entypo-fontello and color #1001451

    Hi,
    Please try changing the css to this so it will include the accordion element:

    #main .av_textblock_section ul,#main .entry-content ul,#main .av_toggle_section ul {
      list-style: none !important; 
    }
    #main .av_textblock_section li:before,#main .entry-content li:before,#main .av_toggle_section li:before {
      content: "\e875";
      font-family: entypo-fontello;
      color: #008C15;
      position: relative;
      padding-right: 11px;
      margin-left: -20px;
    }

    Please let us know if you find any other elements that need adjusting

    Best regards,
    Mike

    in reply to: LayerSlider – Demo Slider Missing #1001230

    Hi,
    I have attached the default demo layerslider slide in the Private Content area. To import to your site, go to WordPress > Dashboard > LayerSlider > Sliders > Import Slider, It’s a big button on the main page where your sliders would show.
    Then follow the prompts to upload the zip file. Afterwards you may need to choose it from your layerslider element.

    Now about the general demo imports, once to import a demo and there is an error so you want to re-install, or you want to try another demo, you will need to reset your site with a plugin like WordPress Reset because importing the demo again will double up on many elements such as menu items and pages, and overwrite the settings and css. You can not selectively import the demos nor can many demos successfully be installed at once.

    Although if you want to pick and choose different pages from different demo, you can Enable the Avia Layout Builder Debugger and copy the whole page of shortcodes from one install and paste into another install, effectively copying the whole page.

    Best regards,
    Mike

    in reply to: Horizontal gallery cropped on mobile #1001193

    Hi,
    The code has been moved to:
    \enfold\config-templatebuilder\avia-shortcodes\gallery_horizontal\gallery_horizontal.css
    line 155 – line 161

    Best regards,
    Mike

    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: Change bullet for entypo-fontello and color #1001040

    Hi,
    I see the conflict with the icon list element, and also with the sidebar menu, and possibly others too.
    I believe the best solution is to consider that most likely the only place you would create a list that you do want to change will be in a text block element, or in a standard editor post, and we can target these two areas site wide by changing the css to:

    #main .av_textblock_section ul,#main .entry-content ul {
      list-style: none !important; 
    }
    #main .av_textblock_section li:before,#main .entry-content li:before {
      content: "\e875";
      font-family: entypo-fontello;
      color: #008C15;
      position: relative;
      padding-right: 11px;
      margin-left: -20px;
    }

    Please try this and see if it will meet your needs.

    Best regards,
    Mike

    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: Heart-Shape for Top-Button #1001028

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

    #scroll-top-link::before {
      content: "\e806";
      font-family: entypo-fontello;
      color: red;
      font-size: 48px !important;
    }
    #scroll-top-link {
      background-color: transparent !important; 
      border: none !important; 
    }

    2018-08-23_224926

    Best regards,
    Mike

    in reply to: Change bullet for entypo-fontello and color #1001027

    Hey Marie-Claude,
    Please try this code in the General Styling > Quick CSS field:

    
    #main .container ul {
      list-style: none !important; 
    }
    #main .container li::before {
      content: "\e875";
      font-family: entypo-fontello;
      color: #008C15;
      position: relative;
      padding-right: 11px;
      margin-left: -20px;
    }

    2018-08-23_223241
    If this doesn’t help, please try adding the css to the WordPress > Customize > Additional CSS

    Best regards,
    Mike

    in reply to: Portfolio Raster soll sliden #1001026

    Hi,
    **Update**
    I was able to give the “Post Slider” element a slide effect with this css:

    div.slide-entry-wrap {
        position :relative;
        -webkit-animation: postslide 5s infinite; /* Safari */
        animation: postslide 5s infinite;
    }
    /* Safari */
    @-webkit-keyframes postslide {
        from {left: 100px;}
        to {left: 0px;}
    }
    
    /* Standard */
    @keyframes postslide {
        from {left: 100px;}
        to {left: 0px;}
    }

    gif_2018-08-23_221040.gif

    Best regards,
    Mike

    in reply to: Portfolio Raster soll sliden #1001021

    Hey utebuechele,
    Um einen Portfolio-Slider zu erstellen, verwenden Sie bitte das Element “ Post Slider “. Sie können Portfolio-Einträge auswählen . Standardmäßig verwendet dieses Element eine “Einblenden” -Animation für den Schieberegler. Eine andere Option, wenn Sie einen Effekt von links nach rechts haben möchten, wäre der “ Content Slider ” können Sie die Folienanimation auswählen, aber Sie müssen den Post innerhalb des Elements erstellen, anstatt einen Portfolio-Post auszuwählen.

    ———-

    To create a portfolio slider, please try using the “Post Slider” element, you can choose to use portfolio entries.
    By default this element uses a “fade in” animation for the slider.
    Another option, if you want a left to right slide effect, would be to try the “Content Slider” which will allow you to choose the slide animation, but you will need to create the post within the element, instead of choosing a portfolio post.

    Best regards,
    Mike

    Hey VerhoevenGroup,
    The reason you are having this issue is because the pdf file in link 1 has the title of “title”, please note that it was created with “ABCpdf” this setting can be changed when the file is created.
    2018-08-23_203822
    In contrast, the file in link 2 has no title field, so the “title” is taken from the file name, and was created with “Adobe InDesign CC”
    2018-08-23_204008
    So to correct, ensure your pdf creator uses the correct title, or no title.

    Best regards,
    Mike

Viewing 30 posts - 25,621 through 25,650 (of 34,945 total)