Viewing 30 results - 135,421 through 135,450 (of 142,823 total)
  • Author
    Search Results
  • #207110
    This reply has been marked as private.
    #207104

    One more quick question, how would we resize the child menu items? We can manipulate the top items, but that makes the sub menus look too small.

    http://staging.lakewaleschamber.com/

    #207079
    garyguthrie
    Participant

    I took the cue from post #203622 and tried it out and the fonts match up on desktop browsers but not in Chrome or Safari on my iPad.
    Any suggestions?
    Slider can be found here: http://bluelobsterradio.us/?page_id=2474&preview=true

    #207046

    Good, now is perfect!

    I saw the change using the code:

    #menu-item-6214 a {
    position: relative;
    top: -10px;
    }

    #menu-item-6214 a img{
    position: relative;
    top: 5px;
    }

    Thank you man!! Good job!

    #207010

    Hi!

    Change that part to this:

    #menu-item-6214 div {
        position: relative;
        top: -10px;
    }
    
    #menu-item-6214 div img{
        position: relative;
        top: 5px;
    }

    Best regards,
    Josue

    #206995

    Hey!

    Try adding this code to the Quick CSS:

    .wp-image-6350 {
        position: relative;
        top: -9px;
    }
    #menu-item-6214 div[valign="center"] {
        position: relative;
        top: -10px;
    }
    
    #menu-item-6214 div[valign="center"] img{
        position: relative;
        top: 5px;
    }

    Cheers! 
    Josue

    #206988

    Hey Tom!

    Try adding this code to the Quick CSS:

    #top .main_menu ul:first-child > li > a {
    padding: 0 15px 0 15px !important;
    }

    Cheers! 
    Josue

    #206971

    Hi Ina!

    You can extend the thumbnail width by using this css code

    
    #top #wrap_all .avia-gallery .avia-gallery-thumb a {
    width: 25%;
    }
    

    – insert it into your child theme style.css file or into the quick css field.

    Cheers!
    Peter

    #206939

    In reply to: svg files

    khalidmuharragi, thanks for the compliment of course but really it was just a hack. I just tried my best to duplicate what Kriesi did. So credit goes to him or course. But to your question. The code completed the way Kriesi does it, is more elegant, his logo is the hexagon and it is the same size regardless of browser window. He embellishes is with adding the text to the right when the browser window is large and then hides the text as the browser gets smaller. With the social icon code modified this way on a mobile browser screen size the social icons are left in the middle of the header. When Kriesi hides the logo text he is left with a clean header. Logo left social icons center and nav menu button right.

    You however on running into the problem that I had. Your logo is horizontal. so it is taking up the space were the social icons end up. Before I tell you what I did know this. I am only learning css and html, and php is foreign to me so take this with a grain of salt please. Depending on the number of social media links you try and use you could altogether have another problem. There is only so much room at the top between the logo and menu button. So i found with even say 5 icons you were running out of room up there so bear that in mind.

    So you have probably many solutions but the simple answer is you need to change/shrink your logo as the browser window gets smaller. You can probably accomplish this many ways, My first thought would be in the header php file. actually make 2 logos with unique ids. then with Media queries in your custom css file, show the large full logo in all browsers but the small mobile size and at that time hide the large one and show the small one. I however doen’t know how to right php so I didn’t do it this way. So if someone knows how please add this solution as it is probably the best. If there is a better one then please enlighten us.

    What I did was a bit of a hack. I hid the logo image and add a background that was a icon version of my logo when the screen size got to a certain size. This works but it has one huge drawback. The clickable portion of the logo is still actually the original wider size and if someone tries to drag the icon to the desktop they actually get the logo not the visible icon. If this doesn’t bother you or you can tweek it to make it better, then make a smaller squareish version of your logo and then add this code.

    /* Smaller than standard 960 (devices and browsers) (ipad Portrait)*/
    @media only screen and (max-width: 989px) {
    
    	/* adds the jack and addi icon as a background */
    	div .logo {
    		background: url(https://yourownpath/logoicon.png) top left no-repeat;
    		top: 11px;
    	}
    	
    	/* makes the default logo transparent */
    	.logo img {
    		opacity: 0;
    		filter: alpha(opacity=0); /* For IE8 and earlier */
    	}
    	
    }

    I then had a problem with placement on a vertical iphone so i did this. yours will be different based on your logo size. I also enlarged the social icons for more ease of clicking on a phone

    @media only screen and (max-width: 767px) {
    /* Add your Mobile Styles here */
    
    	/* moves the icon logo on smaller screens */
    	.responsive .mobile_slide_out .logo {
    		margin-top: 10px;
    		margin-bottom: -10px;
    	}
    	
    	/* change social icons */
    	#top .social_bookmarks li a {
    		font-size: 19px;
    		width: 40px;
    	}
    	
    }

    Hope this helps

    #206938

    Hi!

    Please add following code to Quick CSS as well

    #top .main_color input[type='text'] { color: black; }

    It changes borders to red if there is any error in fields. You can try this plugin http://wordpress.org/plugins/contact-form-7/
    It allows displaying error text

    Cheers!
    Yigit

    #206934

    In reply to: Fixing the footer

    #206918

    In reply to: submenus on mobile

    Hey!

    I am not 100% sure but feel free to request such feature here https://kriesi.at/support/topic/enfold-feature-requests/

    Regards,
    Yigit

    #206915

    Hi mrivas1804!

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

    #top .avia-logo-element-container .slide-entry:hover {
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }

    Regards,
    Yigit

    Hey Indiatravelz!

    Answered you in your other post. Please do not create duplicated topics :)

    Regards,
    Yigit

    #206893

    Hi!

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

    #footer .container_wrap { border-top-style: none; }
    #footer .container { border-top: 1px solid #b3b3b3; }

    Regards,
    Yigit

    Hi!

    To change animation speed, please go to wp-content\themes\enfold\js\prettyPhoto\js folder and open jquery.prettyPhoto.js file and find
    animation_speed:"fast"
    and change it to
    animation_speed:"normal"
    you can use “slow” instead of “normal” as well.
    To disable default lightbox please see https://kriesi.at/support/topic/enfold-gallery-lightbox/#post-206667
    You can use any other lightbox like fancy box but i am not sure if they would work just fine like prettyphoto

    Best regards,
    Yigit

    #206879
    charlies23
    Participant

    Dear Kriesi Team,

    First of all I want to thank you again for this awesome template. Avia framework made my job a lot more easy when I am to creating a responsive website with a backend what anyone can edit.

    Your forums are also very usefull. I have found the answers for 90% of my quesions but now I am stuck with something.

    I am working on this site at the moment:
    http://hrdemo.web-developer.hu/

    I have managed to change the hoover background but i have problems with te left padding of the main elements of the menu.

    According to firebug this code:
    {
    cursor: default;
    padding-left: 0;
    padding-right: 33px;
    }

    is generated inline into the a tag of the menu item. I want to orverride the left padding so the changed background on hoover will look a bit better. I want the text to keep 15 px from the left edge of the container.

    In the end I want to make the menu something, like on this site:
    http://www.sony.com/

    Can you give me a tip how to do this please? I cant find the php what generates the menu.

    Also i am curious if it is possible to create content boxes like 2/5 or 3/5 size.
    For an example I want something like this: 1/5 2/5 1/5 1/5.

    I am looking forward to your reply!

    Regards,
    Tom

    • This topic was modified 12 years, 2 months ago by charlies23.
    #206848
    inspirationgroup
    Participant

    Dear support,

    I followed the instruction found here: https://kriesi.at/support/topic/contact-form-redirection/
    The redirect was working smoothly but now it is not working anymore for some pages.

    For instance in the homepage contact-form the redirect works well: http://www.inspirationgroup.it/
    but it stopped working on my landing page: http://www.inspirationgroup.it/compra-un-appartamento-a-berlino/

    Can you please help me out?

    Thanks!

    #206844

    No, it doesn’t look correct. It should be this whole thing but with your UA number:

    <script type="text/javascript">
    
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-8163034-3']);
      _gaq.push(['_trackPageview']);
    
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
      })();
    
    </script>

    You need to go to google analytics>access analytics>click Admin in the top right>select your domain in the middle column and then click on the “.js Tracking Info” to get access to the screen where you copy the google analytics code that you then paste into the theme options.

    #206838

    In reply to: svg files

    Hey Allegrabillings!


    @Allegrabillings

    First of all thanks a lot for the code you provided under this thread,
    https://kriesi.at/support/topic/add-social-icons-to-nav-like-the-kriesi-site/

    I followed your intructions and got the similar look. All is working very well and really very thanks for that but the only problem I’m facing is when I open it on mobile, responsive design.
    The social icons are not placed well somehow. Could you please guide me if there is a solution of this problem? here’s link to our website,
    http://goo.gl/sK17J

    Could you please help me?

    #206813
    sophiefrancis
    Participant

    I seem to have the same problem as this person, but the Quick CSS fix didn’t work:
    https://kriesi.at/support/topic/enfold-pricing-table-columns-narrow-extra-borders/

    I have two separate installs of Enfold. One displays the pricing tables the same as the demo on the imported pages. The one with the error is being build so I can’t show you a live link, but can give you test user access.

    #206808

    Hi!

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

    #top .avia_ajax_form .captcha {
    padding-left: 75px;
    }

    Regards,
    Yigit

    #206771

    Hey irenestaal!

    Another user reported this issue ( https://kriesi.at/support/topic/post-slider-does-not-work-in-other-languages/ ) and an update to WPML 3.0.1 solved the problem. If the update doesn’t solve it try to insert following code into the functions.php file

    
    add_action('init', 'avia_remove_post_filter_function', 5);
    function avia_remove_post_filter_function()
    {
    remove_filter( 'avf_dropdown_post_query', 'avia_wpml_filter_dropdown_post_query', 10, 4);
    }
    

    Best regards,
    Peter

    #206753
    Vital
    Participant

    Hello!
    On my portfolio page it is all right with the grid – there are 4 rows: http://www.zink.by/portfolio/
    But on the same archive page there are always 3 rows: http://www.zink.by/portfolio_entries/flash/

    I added the following Quick CSS code(cos all prew imgs must be 200×200 px always):

    #top.page .inner-entry {
    width: 200px;
    height: 255px;
    margin: 0px auto 27px;
    text-align:center;
    }
    
    #top.archive .inner-entry {
    width: 200px;
    height: 255px;
    margin: 0px auto 27px;
    text-align:center;
    }

    How can I make it to be 4 rows in grid on every page!
    Thank you!

    Well, Fusion core was disabled… Now I have deleted it and here’s what I have found out:

    1) Disabling all plugins and cleaning browser cache, as well as trying both Crome and Safari didn’t stop data:, thing.
    2) Your Simple slider conflicts with Yoast Video SEO plug-in. It’s a paid plug-in… so, who will fix it, you or Yoast? I think Yoast will tell that his functionality works fine and he will not dig into other developers’ problems…

    Hi!

    If you want to remove the whole header_meta container, use this:

    #header_meta {
    display: none !important;
    }

    Add this to adjust the main div padding:

    .fixed_header.social_header #main {
    padding-top: 117px;
    }

    Cheers!
    Ismael

    Hi deyowulf!

    You can use this for the mobile view menu text color:

     #top .header_color select {
    color: red;
    }

    Regards,
    Ismael

    Hi Barabbas!

    Edit a post then look for Screen Options at the top right corner of the post editor. Enable the Excerpt option. You can then specify an excerpt manually.

    Cheers!
    Ismael

    Hey deyowulf!

    You can add this on your custom.css or Quick CSS to remove the social icons from the header:

    #top .social_bookmarks {
    display: none;
    }

    Regards,
    Ismael

    #206674

    In reply to: Last post by

    Hi!

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

    li.bbp-forum-info, li.bbp-topic-title {
    width: 55%;
    }
    
    li.bbp-forum-freshness, li.bbp-topic-freshness {
    text-align: center;
    float: left;
    width: 25%;
    }

    Best regards,
    Ismael

Viewing 30 results - 135,421 through 135,450 (of 142,823 total)