Viewing 30 results - 133,801 through 133,830 (of 142,578 total)
  • Author
    Search Results
  • #220798

    Hey!

    Please add this on Quick CSS or custom.css:

    .content, .sidebar {
    padding-top: 10px;
    padding-bottom: 10px;
    }

    Cheers!
    Ismael

    Hey!

    I checked the website on Chrome, Firefox 26.0 and IE9. The icons show properly. Please try to remove browser cache then reload the page a few times. Please refer to this link for trouble shooting: https://kriesi.at/support/topic/invisible-icons/#post-216288

    Regards,
    Ismael

    #220791

    Hi Raul!

    1.) Please edit includes > loop-index.php, find this code:

    //echo preview image
            if(strpos($blog_style, 'big') !== false)
            {
                if($slider) $slider = '<a href="'.$link.'" title="'.$featured_img_desc.'">'.$slider.'</a>';
                if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
            }

    Replace it with:

    //echo preview image
            if(strpos($blog_style, 'big') !== false)
            {
                if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
            }

    2.) Add this on Quick CSS to create a separator below the image:

    .single .big-preview.multi-big {
    border-bottom: 1px solid gray;
    }
    
    .template-blog .post .entry-content-wrapper, .template-blog .blog-meta {
    overflow: hidden;
    margin-top: 10px;
    }

    3.) You can use this:

    .tag .post-title.tag-page-post-type-title {
    border-top: 1px solid gray;
    padding-top: 10px;
    margin-top: 10px;
    }

    Best regards,
    Ismael

    #220776

    Hey!

    Can you please post the login details here as a private reply? You can add a text on the “Buy Now” menu item then enclose it on div or span tag. We can hide it on desktop view. I don’t think it is possible to show images on the mobile dropdown menu without major modifications.

    Regards,
    Ismael

    #220770

    Hey!

    Create a new contact page but don’t add the menu on Appearance > Menus. The menu item will not show unless you add it.

    Regards,
    Ismael

    #220761

    Hi!

    Please add this on functions.php:

    add_filter('avf_title_args', 'change_breadcrumb', 10, 2);
    function change_breadcrumb($args,$id) {
    	if($args['breadcrumb'] == true) {
    		$args['breadcrumb'] = false;
    		avia_social_media_icons();
    	}
    	
    	return $args; 	
    }

    Add this on Quick CSS or custom.css:

    #top .social_bookmarks {
    width: 1030px;
    margin: 0 auto;
    height: 0;
    position: relative;
    top: 45px;
    }
    
    #top .social_bookmarks li {
    height: 30px;
    position: relative;
    float: right;
    z-index: 1000;
    border-right: none;
    }
    
    #main {
    position: relative;
    top: -31px;
    }

    Regards,
    Ismael

    #220741

    I am having the same issue on a mobile device. The website is displaying fine on a desktop or tablet but not on the phone. Everything is in code & no images display. It was previously working find. PLEASE HELP!

    Thanks!
    Laura

    Trystan
    Participant

    Hey guys,

    I just found this thread: Change meta info of frontpage blog

    Unfortunately though I have no clue how this would apply to my current situation. I would like the blog to indicate when a post has been last updated instead of when it was first published.

    Basically I want it to be like this.

    Thanks in advance for your help!

    • This topic was modified 11 years, 11 months ago by Trystan.
    #220722

    Hi!

    It should work fine. You can follow Peter’s instructions and if anything unexpected happens, please let us know. I am closing this thread. Feel free to start another one if needed

    Regards,
    Yigit

    #220721
    This reply has been marked as private.

    Hi lunchforone!

    Please add following code to Quick CSS in Enfold theme options under Styling tab
    1-

    .bottom_nav_header.social_header #header_main .container {
    height: 165px; }
    #top .social_bookmarks li a { font-size: 18px; }

    2- Please refer to my post here https://kriesi.at/support/topic/remove-alternate-content-area/#post-218971
    3-

    .single-post .big-preview.single-big { display: none; }

    4- Please refer to my post here https://kriesi.at/support/topic/footer-socket-question/#post-193649

    Best regards,
    Yigit

    #220710

    In reply to: Menu

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .main_menu .menu ul { top: 70%; }

    Best regards,
    Yigit

    #220705
    This reply has been marked as private.
    #220695
    ribanezg
    Participant

    Hello Kriesi team,

    (1) I would like to remove the image overlay link in the top image of the single blog posts.

    Example of single blog posts:
    http://solucionestecnologicasparaempresas.com/gestion-de-contenidos/las-barreras-de-las-redes-sociales-corporativas/
    http://solucionestecnologicasparaempresas.com/gestion-de-contenidos/las-redes-sociales-corporativas-son-una-realidad/

    (2) Otherwise, is there any way to insert a blank line between the image of the single blog post and the title.I think they are very attached.

    (3) Finally i will appreciate very much if you can help me to insert blanck lines in the tag pages. I think “items de portfolio” is very closed to the items, and “entradas” is very closed to the portfolio items and the blog inputs.

    Example of tag page:
    http://solucionestecnologicasparaempresas.com/etiqueta/destruccion-certificada/

    Thanks in advance.

    Regards, Raúl.

    #220682

    Hey davidtaylorwebmedia!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #top .avia-logo-element-container img { filter: grayscale(100%);
        -webkit-filter: grayscale(100%); 
        filter: gray;
        -webkit-transition: all .6s ease;}
    
    #top .avia-logo-element-container img:hover {    filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        filter: none; }

    Best regards,
    Yigit

    #220674

    In reply to: Easy Slider

    Hey mohammad-psm!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .avia-slideshow { margin-top: 5px; margin-bottom: 5px; }

    Best regards,
    Yigit

    #220672

    Hi!

    Please add following code to Quick CSS as well

    .social_header .phone-info { font-size: 16px; }
    #top .social_bookmarks li a { font-size: 17px; }
    .content { padding-top: 10px; }

    What type of header are you using? You can post the link to your website or check it in Enfold theme options > Header tab

    Regards,
    Yigit

    DaraEmerson
    Participant

    1+2 ) Easy Slider/ Photo/ Text Block within Color Section:
    I am trying to place an easy slider within a color section and have it fill the height to 100% yet be in a 1/3 column layout area and text next to it in 2/3 column. there is a fixed border around the easy-slider which I cannot get rid of – any code?
    – this is the css I defined the color section area with:
    #workshopscolorsection {
    height: 360px!important;
    }
    .avia-slideshow-inner {
    padding: 0px; margin: 0px, 0px, 0px, 0px;
    }
    – Alternative is to have a photograph within the color section but when I try that the content (in a text block) rides over the photograph.
    – Another alternative is to have a photograph within a text block but the photograph will not flush to the top of the color section – and when we go to mobile mode the text in the color section rides over the text in text blocks placed below the color section – the same happens with any text block within the color section.
    – In mobile mode the entire page is a mess.

    Any solution to what I am trying to do? HOPE THIS IS CLEAR

    5 ) HEADINGS:
    I have resized all the headers. How to reduce line-height between headings and other heading? Or is the line-height automatically considering the 150% I programmed in. Also the line-height in mobile mode does not reduce proportionally.

    4 ) HEADER:
    This is some code you gave someone else to keep the logo in the header full-size when scrolling
    #header_main .container,.main_menu ul:first-child > li > a, .logo img, .logo a {
    height: 115px !important;
    line-height: 115px !important;
    max-height: none !important;
    }

    problem I am having is that in scroll modus there is no padding under the logo – code?
    sometimes the logo squishes together to be very thin.

    5 ) CSS to alter SIDE MENU font, colour?

    Thanks!
    I have tried to be as clear as possible hope it is!

    #220648
    This reply has been marked as private.
    #220635
    Semo-dk
    Participant

    Hi,

    I have seen this post: https://kriesi.at/support/topic/change-product-hover-text/ and this works – but I guess when updating the theme, I will loose these changes. I have created a child theme, and verified it works by adding some CSS to the style.css and these changes shows just fine.

    I then tried copying the config.php to a subfolder called config-woocommerce in my child theme, but this does not work :-( I also tried renaming the config-woocommerce folder to just woocommerce, but again no luck. Can you please help me with finding out where to put this config file in my child theme?

    Thanks in advance.

    #220614

    Topic: Easy Slider

    in forum Enfold
    mohammad-psm
    Participant

    Hi I would like to thank you for the great theme that you have created, I am currently in the process of editing the template and one problem that I have is that the Easy Slider has different padding on different pages, I looked at other topics posted and tried the following code:

    .content, .sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    }

    within the enfold styling quick css, but unfortunately they are still in different positions as if each slider has its own padding too or something, could you please help me with this. Thank you.

    You are the man! Thanks.

    Last question: the grey bar on top of the page. Where can I remove it? It has no use now.

    Regards,

    David

    #220607

    THANKS A LOT.

    Would it be possible if I changed these things to also get a button? I already changed the PHP and JS, now add the css? Or will that mess things up?

    https://kriesi.at/support/topic/enfold-adding-button-to-fixed-header-with-social-icons-and-additional-nav/

    #220603

    Hi!

    Following code is the total code you should use

    #top .social_bookmarks li a, .sub_menu>ul>li>a { color: #444!important; } /* color of social icons and sub menu items */
    #header_meta { background-color: white!important; } /* changes color of header meta section */
    .social_header .phone-info.with_nav span { color: red; } /* color of phone text */

    For some reason custom CSS code is being reverted after some time. Please try to increase the allocated php mermory to 128M and check if that helps. Please see http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Best regards,
    Yigit

    • This reply was modified 11 years, 11 months ago by Yigit.
    #220601

    OOOOOOOO SNAP, i think i made a mistake that overwrote what you changed. Would you please restore or post your changes here? I will close all my windows of the website now so it wont be overwritten when i press safe. what just happenend :(

    #220600
    slui
    Participant

    Hi Yigit,

    You closed off the topic before I could add more to it. :)

    The solution you posted in https://kriesi.at/support/topic/changing-color-of-image-overlay-circle/ worked. However, this does not work for gallery with big thumbnail below.

    I still see a green circle with two arrows pointing in opposite directions when I hover over it.

    sl

    #220597

    YOU ROCK!

    What code can I use to change the color of the phone number?

    And for the SIZE of the phonenumber and the secondary menu?

    I AM A HAPPY MAN

    #220596
    montanayank
    Participant

    I have had wonderful experiences with this theme up until the last upgrade, and now my images are not responding to the easy slider, and other elements correctly. Where we used to have an easy slider of our books at a reasonable size on the home page, they now are coming out gigantic, so we’ve pulled them from the home page. The author’s image on the home page comes out too large even when we try to adjust it in the Advanced image options.It is supposed to be much smaller and at the left of the copy. We had none of these problems for months until now. Please help!!!

    • This topic was modified 11 years, 11 months ago by montanayank.

    Hi!

    Please try adding following code to Quick CSS as well

    @media only screen and (max-width: 989) and (min-width: 767px) {
    .iconbox_top .iconbox_content {
    padding: 45px 20px 20px 10px; }}

    Regards,
    Yigit

    #220590

    Hey!

    Done. You can find the custom CSS code on the top of Quick CSS section. Is there any CSS issues since i edited the code?

    Cheers!
    Yigit

Viewing 30 results - 133,801 through 133,830 (of 142,578 total)