Forum Replies Created

Viewing 30 posts - 63,031 through 63,060 (of 66,017 total)
  • Author
    Posts
  • in reply to: A Question before purchase. #162102

    Hi,

    There is a Post Slider element on the Advance Layout Editor. Maybe you can use it to mimic the “Recent from Portfolio” section.

    Regards,
    Ismael

    in reply to: Content slider – pause on hover #162101

    Hi,

    This is a simple trick but it will do the job. Add this on your custom.css or Quick CSS:

    .avia-content-slider:hover .slide-entry-wrap {
    	-webkit-transform: none !important;
    	-webkit-transition: none !important;
    	transition: none !important;
    	background: white;
    }
    
    .avia-content-slider:hover .slide-entry-wrap:first-child + .slide-entry-wrap {
    	-webkit-transform: none !important;
    	-webkit-transition: none !important;
    	transition: none !important;
    }

    Remove browser cache then reload the page. Make sure that the background value is the same with your background.

    Regards,
    Ismael

    in reply to: Warning: trim() expects parameter 1 to be string, #162095

    Hey,

    Thank you for the heads up. :)

    Cheers,
    Ismael

    in reply to: IE8: post preview image in category or blog home #162092

    Hi,

    The size is actually set to 180px.

    .single-post .single-small.with-slider .small-preview {
    width: 180px;
    height: 180px;
    }

    Please add this on your custom.css or Quick CSS:

    .small-preview .attachment-square.wp-post-image {
    height: 100%;
    height: auto\9;
    }

    Regards,
    Ismael

    in reply to: Vimeao video autoplay in LayerSlider #162091

    Hi,

    Go to LayerSlider WP > Slides > Global Settings > Slideshow > Automatically play videos. Turn if off.

    Regards,
    Ismael

    in reply to: Responsive issue – Change of logo size and main nav #162090

    Hi,

    Please move the code on the custom.css or Quick CSS field. Add this lines:

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .logo {
    width: 230px;
    margin-top: 50px;
    }
    }

    Regards,
    Ismael

    in reply to: Fullscreen easy slider in IE8 background out of proportion #162089

    Hi,

    Have you tried resizing the background image to let’s say 1500x500px? The demo images usually have that dimension for Color Sections.

    Regards,
    Ismael

    in reply to: Gravity Forms ID's #161590

    Hey,


    @taliwalt
    : Thanks for the tip. :)

    Cheers,
    Ismael

    in reply to: Changing permalinks Enfold design broken #161583

    Hi,

    Have you tried changing or resetting the options on Enfold > Styling?

    Regards,
    Ismael

    in reply to: Enfold not showing Italics text from word Import #161579

    Hey,

    Glad it worked. :)

    Cheers,
    Ismael

    in reply to: Removing featured image from the post itself #161578

    Hey,

    You can add this on your custom.css or Quick CSS:

    .single .wp-post-image {
    display: none;
    }

    Regards,
    Ismael

    in reply to: Specific Website Questions #161568

    Hi,

    1.) You can add this on your custom.css or Quick CSS:

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .main_menu ul:first-child > li > a {
    padding: 0 8px;
    font-size: 12px;
    }
    }

    2.) It should be full width even when you shrink the screen. You can check the demo. Did you modify anything on the css? Please check LayerSlide WP > Slide > Global Settings > Slider width. The value should be 100%. and make sure that “Full-width slider” is on.

    3.) You can add this on your custom.css or Quick CSS to adjust the table layout on mobile device.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
     .easy-table th, .easy-table td {
    padding: 3px;
    font-size: 10px !important;
    }
    
    .easy-table-header.tablesorter-headerDesc {
    width: 100px !important;
    }
    
    .easy-table-header.tablesorter-headerAsc .tablesorter-header-inner {
    width: 100px;
    }
    }

    4.) No, the feature is still not available. You can refer to this link: https://kriesi.at/support/topic/youtube-icon/

    Regards,
    Ismael

    • This reply was modified 11 years, 9 months ago by Ismael.
    in reply to: Change Icon Color #161562

    Hey,

    You can use this on your custom.css or Quick CSS:

    .iconbox_icon.heading-color.avia-font-entypo-fontello {
    color: red;
    }

    Regards,
    Ismael

    in reply to: New website with Front page design with 2/3 slider #145143

    Hi,

    Edit the page then switch to Advance Layout Editor. Insert a 2/3 column and a 1/3 column. On the 1/3 Column insert the Widget Area or Sidebar element and place the slider on the 2/3 column. You can select the type of slider under Media Elements panel.

    Regards,
    Ismael

    • This reply was modified 11 years, 9 months ago by Ismael.
    in reply to: LayerSlider – Overlap Problem ! #141281

    Hi,

    Can you please override the config-layerslider folder? Download Enfold 2.1 then update the theme via FTP.

    Regards,
    Ismael

    in reply to: Modify a breadcrumb function in my child theme #141280

    Hi,

    What do you mean “it’s not clear with functions”? What kind of modifications on the breadcrumb function that you want to do?

    You can move the code from framework > php > class-breadcrumb.php to your child theme’s function.php. You can leave the class-breadcrumb.php blank while editing the breadcrumb on functions.php included on the child theme folder.

    Regards,
    Ismael

    in reply to: Small fixed header that works with megamenu #141278

    Hey,

    Can you give us a link to your page?

    Regards,
    Ismael

    in reply to: Implement a picture in the header and main menu #141277

    Hey,

    The background placement that you want is a bit complicated. Please hire a freelance developer to do the job for you. You can change the background image of the header on Enfold > Styling > Header > Background Image.

    Regards,
    Ismael

    in reply to: Styling setting not applying #141276

    Hi,

    Please check the file permission of the wp-content\uploads\dynamic_avia folder. Set it to 755. Have you tried disabling all your plugins? Please remove browser cache then reload the page a few times. If you have a cache plugin, flush the settings.

    Regards,
    Ismael

    in reply to: padding between notification and testimonial #141275

    Hey,

    You can use this on your custom.css or Quick CSS:

    .avia-testimonial-wrapper, .avia_message_box {
    margin: 0;
    }

    Regards,
    Ismael

    in reply to: Edit size of picture in single post page #141272

    Hey,

    You can edit includes > helper-post-format.php, find this code on line 188:

    $prepend_image = '<div class="avia-post-format-image">'.$prepend_image."</div>";

    Replace it with this:

    $image_link = wp_get_attachment_url( get_post_thumbnail_id($post->ID) );
    			$prepend_image = '<div class="avia-post-format-image"><a href="'.$image_link.'">'.$prepend_image."</a></div>";

    Regards,
    Ismael

    • This reply was modified 11 years, 9 months ago by Ismael.
    in reply to: Allowing images to float above and not confine. #141268

    Hey,

    Can you give us a screenshot of what you’re trying to do? And a link to your website will help.

    Regards,
    Ismael

    in reply to: Enfold Showcase #141267

    Hi,


    @freepixelweb
    : Your friend must be really happy. Good job. :)

    Regards,
    Ismael

    in reply to: Blog Page to show Excerpt or First 150 chars of post #141266

    Hi,

    Please don’t set the Blog page as Post Page on Settings > Reading panel but leave it as the Blog page on Enfold Theme Options. Edit the “Blog” page then use the Advance Layout Editor. Insert the Blog Posts element, choose the Blog Style and under “Blog Content length” choose “Excerpt With Read More Link”.

    Regards,
    Ismael

    in reply to: how to load font with diactritics? #141263

    Hey,

    Can you give us a link to your website?

    Edit header.php, find this code:

    <?php
    
    if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';
    
    ?>

    Below, add this:

    <script type="text/javascript">
      WebFontConfig = {
        google: { families: [ 'Open+Sans::cyrillic-ext,latin,greek-ext,greek,vietnamese,latin-ext,cyrillic' ] }
      };
      (function() {
        var wf = document.createElement('script');
        wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
          '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
        wf.type = 'text/javascript';
        wf.async = 'true';
        var s = document.getElementsByTagName('script')[0];
        s.parentNode.insertBefore(wf, s);
      })(); 
    </script>

    Regards,
    Ismael

    Hi,

    Can you please activate the fixed header? We need to inspect the site with the fixed header on.

    http://balance-circle.de/vor-schau-modus

    Regards,
    Ismael

    Hey,

    I can’t reproduce the issue. Maybe because I have a Windows machine. I insert the Icon List element and when I click “Save” the pop up close automatically. Have you tried disabling all your plugins? Remove browser cache then reload the page.

    Let me tag the rest of the support team.

    Regards,
    Ismael

    in reply to: Removing featured image from the post itself #141254

    Hey,

    Can you give us a link to the post with the featured image and a video?

    Regards,
    Ismael

    in reply to: Is there any way to prevent scaling of images? #141252

    Hey,

    You can add a unique selector for each Avia Elements if in case you’re using the Image element via Advance Layout Editor. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');

    Edit any avia elements like the Image element then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “awesome-image”.

    You can add something like this on your custom.css or Quick CSS:

    .avia_image.awesome-image {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    }

    Regards,
    Ismael

    in reply to: Theme update #141251

    Hey,

    Please let us know what happens when you reload the theme.

    Regards,
    Ismael

Viewing 30 posts - 63,031 through 63,060 (of 66,017 total)