Forum Replies Created

Viewing 30 posts - 56,821 through 56,850 (of 67,197 total)
  • Author
    Posts
  • in reply to: enfold different header background images possible? #299069

    Hi ctchope!

    Thank you for using the theme.

    I’m sorry but it’s not possible with the theme but you can use a plugin such as https://wordpress.org/plugins/wp-backgrounds-lite/. The downside is you need to use the boxed layout and when adding an image, you need to add the actual image url because the plugin’s media uploader is not working.

    Cheers!
    Ismael

    in reply to: icons in icon circles #299067

    Hey elianab!

    Thank you for visiting Kriesi’s support forum.

    Please refer to this link on how to add or upload your own icons: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    Regards,
    Ismael

    Hey michaelhiga!

    Thank you for using the theme.

    You can add this on Quick CSS or custom.css to remove the comment tab:

    .tab.widget_tab_comments.tab_counter_2 {
    display: none !important;
    }

    Best regards,
    Ismael

    in reply to: Tab Color change #299065

    Hey!

    Glad it worked.

    This should change on mobile as well. Just remove the browser cache then reload the page.

    Best regards,
    Ismael

    Hey!

    Yes, we checked the screenshots but we can’t reproduce it on our installations. I’m sorry but I have to ask Devin to test it again. You can hire a freelance developer to test it on all kinds of browsers and operating systems.

    Best regards,
    Ismael

    in reply to: Error in Internet Explorer 10 #299063

    Hey set70!

    Thank you for the info.

    Please add this on Quick CSS or custom.css:

    .avia-msie .single .size-full {
    max-width: 600px;
    }

    Cheers!
    Ismael

    in reply to: horizontal line over logo #299058

    Hey Knut!

    Thank you for using the theme.

    Are you referring to the box shadow of the header meta? Please use this on Quick CSS or custom.css:

    #header_meta {
    box-shadow: none;
    }
    
    #header_main {
    border-top: none !important;
    }

    Best regards,
    Ismael

    in reply to: A few questions for a simple blog #299057

    Hey nzjosh!

    Thank you for using the theme.

    1.)

    2.) Add this on Quick CSS or custom.css:

    span.post-meta-infos {
    display: none;
    }

    3.) Use this for the blog title:

    #top .flex_column .template-blog .post-title {
    font-size: 30px;
    }

    4.) You need to add featured images on the posts.

    5.) Please edit the home page then configure the Blog Posts element. Set the Blog Content length to show the Full Content. Unfortunately, you can’t add side arrows but you can enable the pagination.

    Cheers!
    Ismael

    in reply to: flexible content inside a TAB #299056

    Hi kdm!

    Thank you for using the theme.

    I’m sorry but can you please explain a little bit further. A link to the actual page with the TAB will help.

    Regards,
    Ismael

    in reply to: Need to adjust Header Size #299055

    Hey!

    I’m sorry but the screenshot and the website are not loading. When you upload the logo, make sure that you select the Fullsize thumbnail size option before clicking the “Use image as logo” button. I’ll ask Yigit to take a look.

    Regards,
    Ismael

    Hey!

    Did you remove the blog grid element? There’s an issue on your website using Chrome where the header shadow is being duplicated when you scroll the page. Please add this on Quick CSS:

    #header_main_alternate, #header {
    -webkit-transform: translateZ(0);
    }

    Best regards,
    Ismael

    in reply to: Home page #299048

    Hey!

    Thank you for the update.

    What do you mean by “adjusting the images”? Home page looks ok now: http://dev.desertkingwindows.com/

    Regards,
    Ismael

    in reply to: post image hover effect #299047

    Hi!

    Edit the image code on the post itself.

    <a href="http://nonpardon.com/wp-content/uploads/2014/06/hristos_v_pustyne1.jpg" class="lightbox-added aligncenter" style="float: none; text-align: center; margin: 0px; padding: 0px;"><img class="aligncenter size-full wp-image-5456" src="http://nonpardon.com/wp-content/uploads/2014/06/hristos_v_pustyne1.jpg" alt="hristos_v_pustyne" width="566" height="500"><span class="image-overlay overlay-type-image" style="left: 12px; top: 0px; overflow: hidden; display: block; height: 520px; width: 576px;"><span class="image-overlay-inside"></span></span></a>
    

    Replace the image link with the original image:

    <a href="ORIGINAL IMAGE URI HERE" class="lightbox-added aligncenter" style="float: none; text-align: center; margin: 0px; padding: 0px;"><img class="aligncenter size-full wp-image-5456" src="http://nonpardon.com/wp-content/uploads/2014/06/hristos_v_pustyne1.jpg" alt="hristos_v_pustyne" width="566" height="500"><span class="image-overlay overlay-type-image" style="left: 12px; top: 0px; overflow: hidden; display: block; height: 520px; width: 576px;"><span class="image-overlay-inside"></span></span></a>
    

    Regards,
    Ismael

    Hey David!

    Thank you for using the Enfold theme.

    I don’t see any unique styling on the Cart menu item. Please use this to hide it on mobile:

    @media only screen and (max-width: 989px) { 
    #menu-item-1537 { display:none !important; }
    }

    You can use this for the active menu item:

    #menu-item-1537.current-menu-item {
     /* Style here */
    }

    Cheers!
    Ismael

    in reply to: Mobile Menu – Courses page collapse #299044

    Hey midischool!

    Thank you for using Enfold.

    The link takes us to a page prompting us to subscribe. Please give us a temporary login details. Set it as a private reply.

    Cheers!
    Ismael

    in reply to: Product images pop up in a light box #299042

    Hey midischool!

    Thank you for using the theme.

    Please add this on Quick CSS or custom.css:

    function remove_woo_rel(){
    ?>
    <script type="text/javascript">
    jQuery(window).load(function(){
    jQuery('.woocommerce-main-image').removeAttr('rel');	       
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'remove_woo_rel');

    Best regards,
    Ismael

    in reply to: plugin conflict with LayerSlider #299038

    Hi!

    Yigit’s suggestion should disable layer slider plugin. Please try this code:

    add_theme_support( 'deactivate_layerslider' );
    

    If possible, please post the functions.php code on pastebin.com. We would like to check it.

    Best regards,
    Ismael

    in reply to: image overlapping footer #299036

    Hi!

    Thank you for visiting Kriesi’s support forum! In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
    Thanks!

    Regards,
    Ismael

    in reply to: Inside post – hide elements, responses #299035

    Hi!

    Using the browser’s debugger console such as google chrome’s inspect element or firefox’s firebug, look for the single post body class id. This is the id of the page that you provided.

    postid-3618
    

    You can then modify Yigit’s code to something like this:

    @media only screen and (min-width: 1024px) {
    .postid-3618 .avia-video { display: none; }}

    This will only hide the video on that specific post.

    Regards,
    Ismael

    in reply to: Customizing tabs #299033

    Hi jennak04!

    Thank you for using the theme.

    Unfortunately, these particular requests are beyond the scope of support and is not a theme related issue. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page. It is possible to change the url #tab-id-1 but you can’t specify different url or id for each tab. You might need to find a plugin or hire a freelance developer to add the feature for you.

    If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.

    Best regards,
    Ismael

    in reply to: fade-in icon boxes, text, etc #299031

    Hi!

    1.) After adding the snippet, edit any elements on the advance layout builder and you should see the Custom CSS field.

    2.) On the advance layout builder, go to the Media Elements pane, insert the Image element, then edit it to adjust the image animation.

    In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)

    Cheers!
    Ismael

    in reply to: Image size preview pic? #299028

    Hi!

    Thank you for using the theme.

    If you’re planning to use the image for the Single Author, small preview pic blog style only, 180x180px featured image should be enough.

    Cheers!
    Ismael

    in reply to: Content disappearing on pages using Layout Builder #299026

    Hi Julie!

    Thank you for using the theme.

    If you don’t mind, we would like to see the actual website. Did you use any membership or role plugins?

    Best regards,
    Ismael

    in reply to: Form #299025

    Hi!

    Sorry for the delay.

    2.) Add this on Quick CSS or custom.css to remove the border:

    .special-heading-border {
    display: none;
    }

    3.) Use this for the H2 headings:

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 34px;
    line-height: 1.1em;
    }

    4.) Contact form at the bottom of the page shows fine when I checked it.

    Regards,
    Ismael

    Hi!

    Thank you for the update.

    Did you install layer slider separately? Try to add this on Quick CSS or custom.css:

    .ls-fullwidth .ls-bottom-slidebuttons, .ls-fullwidth .ls-nav-start, .ls-fullwidth .ls-nav-stop, .ls-fullwidth .ls-nav-sides {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 30px;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    border: 2px solid #fff !important;
    text-indent: 300%;
    overflow: hidden;
    text-indent: 0;
    z-index: 10000;
    }

    Best regards,
    Ismael

    in reply to: Header Logo bad resolution in IE11 #298067

    Hey RcomTrading!

    Thank you for using the theme.

    You’re using a very large image (1748x741px) which is resized down to a smaller image via CSS. Please resize the image to 184x44px using an image editor then upload it again.

    Cheers!
    Ismael

    Hey!

    Glad you figured it out. :)

    Cheers!
    Ismael

    in reply to: Images in footer too small #298063

    Hey!

    The website is not loading the styles properly. Please try to deactivate all plugins then test it again.

    Regards,
    Ismael

    in reply to: Masonry blog layout #298055

    Hi!

    Unfortunately, you can’t select the number of columns but if you select the Flexible Masonry, you can get as much as 4 columns and 6 for larger screens. You can also adjust the width of the column container using CSS.

    .av-masonry-entry {
    width: 24.90%;
    }

    Regards,
    Ismael

    in reply to: Body Width #298052

    Hi!

    Thank you for using the theme.

    No, 1920px is not the correct width across all screen resolution. The theme is using 1210px which is a standard width for screen resolution more than 1340px. You need to use media queries if you want to change the width of the body container for different screen sizes. This is the default container width:

    @media only screen and (min-width: 1340px) {
    .responsive_large .container {
    width: 1210px;
    }
    }
    
    @media only screen and (min-width: 1140px) {
    .responsive .container {
    width: 1030px;
    }
    }
    
    .container {
    width: 910px;
    }
    
    @media only screen and (max-width: 767px) {
    .responsive .container {
    width: 268px;
    margin: 0 auto;
    }
    }
    
    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .responsive .container {
    width: 428px;
    margin: 0 auto;
    }
    }

    You can adjust the width.

    Best regards,
    Ismael

Viewing 30 posts - 56,821 through 56,850 (of 67,197 total)