Forum Replies Created

Viewing 30 posts - 691 through 720 (of 826 total)
  • Author
    Posts
  • in reply to: increase size and padding of header? #119808

    Hi,

    Use the large header and take out the social icons, which is easier than the other way around.

    Please open header.php and put two forward slashes // on line 104 which will look like this

    //if(strpos($headerS,'bottom_nav_header') === false) avia_social_media_icons($social_args);

    and put the same two forward slashes in front of line 149 to make it look like this

    //if(strpos($headerS,'social_header') !== false && strpos($headerS,'bottom_nav_header') !== false) avia_social_media_icons($social_args);

    Thanks,

    Nick

    Hi,

    Since there is no example, I will assume you mean the background of a jpg, png image, and not background color of the website. You would need to use an image editor , such as Photoshop to edit an actual image. As to what commands to use in Photoshop to do that, you would need to consult a tutorial online, there are thousands of them written by Photoshop gurus. Have I understood your request correctly?

    Thanks,

    Nick

    in reply to: Header space #119280

    Hi,

    1. The header no longer has a gap between menu and top using Chrome, FF, and IE10 . Where do you see a gap and using what browser? http://www.clipular.com/c?6174232=rAJ9MxLXR2ZzeYMGDQwUOR-f9OA&f=a706922a622bfae41703f306ea414436

    2. What you will need to do is use a shortcode for the green information button inside each of the text-blocks. Here is the shortcode

    [av_button label='Click me' link='page,218' link_target='' color='green' custom_bg='#444444' custom_font='#ffffff' size='large' position='right' icon_select='no' icon='']

    You will need to edit the label, and for the link , you can chose the ID of the page where you want the link to go to. So this will generate the green button. To display the Boek Nu link on the same line as the button, add it after the button shortcode below the button shortcode . http://www.clipular.com/c?6172260=q_gWPjkVzgUQFbcWbt3LRNEMUB0&f=6fe682a4b390268ff7e7e4ef13be8d1c

    OFF TOPIC


    Your logo is being resized making it blurry at small screen sized. You can either use this css to make it fit at 200×100 (as it is now)

    #top .logo img {
    width: 200px;
    height: 100px !important;
    }
    #header_main .container, .main_menu ul:first-child > li a {
    height: 100px!important;
    line-height: 100px!important;
    }

    or you will need to resize your logo to 156×88 (the size its being displayed now via resize)

    Thanks,

    Nick

    in reply to: portfolio with space between column #119517

    Hi,

    Please add this CSS

    #top .inner-entry {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    }

    Thanks,

    Nick

    in reply to: Can't have apostrophe in Special Heading? #117887

    Hi,

    Please update your theme at themeforest.net

    I am looking on your page but I am not sure what am I supposed to see.

    http://www.clipular.com/c?6073050=skIuHtx3V31tYdDA-ZUZGoQdID8&f=f82fcfcb6f8ef97afa3a42c5aeb74344

    Thanks,

    Nick

    in reply to: Different color for top bar menu and menu hover #119447

    Hi,

    Please try this

    #header_meta {
    background: #0772A1;
    }
    #top ul:first-child > li > a {
    color: green;
    }
    #top ul:first-child > li > a:hover {
    color: orange;
    }

    in reply to: Top menu modification – CSS #119803

    Hi,

    Try this, though I am not sure what you are trying to do since your last 2 css blocks are identical above

    #header_meta {
    background: #0772A1;
    }
    #top ul:first-child > li > a {
    color: green;
    }
    #top ul:first-child > li > a:hover {
    color: orange;
    }

    To continue go to post https://kriesi.at/support/topic/different-color-for-top-bar-menu-and-menu-hover

    Thanks,

    Nick

    in reply to: Changing the location of Social Media Icons #119786

    Hi,

    Please open up header.php and find line 104 which looks like:

    if(strpos($headerS,'bottom_nav_header') === false) avia_social_media_icons($social_args);

    *copy* and then *delete* line 104

    and paste that code above that you just deleted on line 113. line 114 looks like the code below, so paste the line before it:

    $phone = avia_get_option('phone');

    You should probably delete line 115 or put // in front of it, because there doesnt seem to be room for the phone number now, unless you want to move that block to line 104 (left side)

    Add this css to you /css/custom.css file or to Quick CSS to position the social buttons

    #top .main_menu {
    top: 15px;
    }
    .noLightbox.social_bookmarks {
    top: -2px;
    display: block;
    position: relative;
    }

    Thanks,

    Nick

    in reply to: portfolio with space between column #119515

    Hi,

    Interesting. This code produces a 5 column grid instead of white space.

    .no_margin.av_one_fourth {
    width:20%
    }

    However if instead you add this

    .grid-entry .inner-entry {
    width: 90%;
    }

    You will get white space.

    Thanks,

    Nick

    in reply to: Formatting gets stripped in Enfold #119474

    Hi,

    I tried to replicate this issue on my install but I am unable to. I use Chrome (not sure how that matters), and everything saves fine. If you switch between the Advanced Layout Builder and Default Editor the text will disappear, but that can be solved by doing the following:

    Please look on line 45 of /config-templatebuilder/config.php and change it as per instructions found on lines 43-44 to take off the safety mode and deal with shortcodes only. Be Careful.

    Thanks,

    Nick

    in reply to: Page Sidebar navigation – Missing Pages #119508

    Hi,

    Please provide a URL to the location where this event is taking place. Since there are so many ways to customize this theme, and with a number of updates already released, -there is no sure way for us to provide you with a reliable answer without first looking at the code.

    Your best bet is to mask the link using http://www.goo.gl or show a page on the demo site which displays the behavior. A labeled screenshot hosted on imgur.com or else where would also be helpful in ensuring success.

    However, a screenshot alone is not very helpful since we need to see the html/css/js code particular to your situation in order to provide a meaningful solution.

    Thanks,

    Nick

    in reply to: Enfold – Responsive Slide Out Menu **ISSUE** #119581

    Hi,

    I don’t see any error in responsive mode here andypeck.co.uk — http://i.imgur.com/EJjOsdG.png

    Please show which page on your site is experiencing this issue.

    Thanks,

    Nick

    in reply to: Footer Decoration Lines & Portfolio styling #119040

    Hi,

    Actually add this to end of your functions.php file

    add_filter('widget_title', 'my_change_title');

    function my_change_title($title='') {
    $ttitle = "<div style="padding-bottom:10px" class="av-special-heading avia-builder-el-1 el_after_av_portfolio avia-builder-el-last ">";
    $ttitle .= "<span class="widget-title">$title</span>";
    $ttitle .= "<div class="special-heading-border">";
    $ttitle .= "<div class="special-heading-inner-border">";
    $ttitle .= "</div>";
    $ttitle .= "</div>";
    $ttitle .= "</div>";
    return $ttitle;
    }

    Thanks,

    Nick

    in reply to: Enfold – Making Slab text headings responsive #119247

    Hi,

    put them in a div and give each a class leaving h6

    <h6 class="slab-text">Slab 1</h6>

    then use the last css I posted above, but change all…

    h6 {

    …to

    h6.slab-text {

    Thanks,

    Nick

    in reply to: Slider Thumbnails #119329

    Hi,

    These are my settings, http://www.clipular.com/c?6128505=FaH00TiIhz85qM1rdB3FqP886PA&f=a01381376381aa07b05e289ac58b1246

    and I have no problems seeing thumbnails http://i.imgur.com/1SJUvTh.png

    Thanks,

    Nick

    Hi,

    I don’t see anger from Google, but love and respect, even an award and stock options, company jet … nah its hate alright…

    You should take out my code and use Dude’s . Though I don’t see any problems with centered images http://polettofit.com/2013/free-fitness-coaching in chrome.

    Thanks,

    Nick

    in reply to: Header space #119278

    Hi Hotel,

    On issue 1:

    To fix your header, please add this to Quick CSS or to /css/custom.css file

    .fixed_header #header {
    top: 0px !important;
    }

    =============

    on the hotel page, you also have 1 error on that url with the following image not loading.. i put xxxx in image name ,. but you can figure it out.

    Failed to load resource: the server responded with a status of 404 (Not Found) http://xxxxxxx/wp-content/uploads/2013/05/Luxxxx-kamexxxx-slider3.png

    =============

    Add this css because on page you showed in issue 1, the drop down boxes and input boxes on right side cut name in Chrome browser ( http://www.clipular.com/c?6130100=8VLx1E7WjCdXQ4BhhFBEAvDKeIQ&f=.png )

    #checkout-select, #checkin-select, #adults, #children, #rooms {
    height: 2.5em;
    }

    =============

    On issue two are you sure that is the right link, I see a Japanese website with nothing about a Dutch hotel :) ?

    I looked on the first URL and I found the Boek Nu but i don’t see where the meer information is.

    THanks,

    Nick

    in reply to: Button Class and Javascript for the current page #119624

    Hi,

    The current URL is easily retrieved with php

    input type="hidden" name="SURL" value="<?php echo get_permalink(); ?>"

    if you want to use jquery, add an id to the hidden field. the code will overwrite the initial value of the hidden field with a full url

    input id="hidden_input" type="hidden" name="SURL"  value="http://demourl.com/this-should-pull-in-the-page-url"

    and then you can use this to change it, just add it to footer or elsewhere

    <script type='text/javascript'>
    jQuery(document).ready(function($){
    $('#hidden_input').attr('value',window.location.href.toString());
    });
    </script>

    Thanks,

    Nick

    in reply to: Search Box Problem Windows 8 #119413

    Hi,

    You have issues with the page. You are including multiple copies of google maps which as the warning says ‘Warning: you have included the Google Maps API multiple times on this page. This may cause unexpected errors’

    Please remove this plugin theme-blvd-responsive-google-maps

    Thanks,

    Nick

    in reply to: Slider Thumbnails #119327

    Hi,

    I am responding to you now on midnight Friday EST. If you know any support forum where the staff are such geeks as to work Friday nights, we will get even more geekier. :)

    Thanks,

    NIck

    in reply to: One background image covering Header & Main PAge #119667

    Hi,

    Please use css from that page, it will do what you need since it removes the box as well from boxed background.

    https://kriesi.at/support/topic/transparent-content-and-header#post-111969

    Thanks,

    Nick

    in reply to: Transparent content and header #119290

    @andypeck try out the code first. boxed layout stops being boxed when one removes the box. (i guess that makes sense, lol). Yes it can be done how you indicated custom bg image with a transparent png of an orange inside a slider. Can use boxed layout and my css, just need to switch off the menus and logo with display:none;

    http://www.clipular.com/c?6131062=57q1pMA8XbQNfs_ZztPPtZj6a_0&f=.png

    @jasmine good. enjoy the theme.

    Thanks,

    Nick

    in reply to: Footer Decoration Lines & Portfolio styling #119038

    Hi,

    That is an advanced layout editor component called Special Heading using the default style. http://www.clipular.com/c?6080052=hDO5fTzvwTw1FQ2vFXkx_-7KFKI&f=.png

    This is how it looks when you view source.

    <div style="padding-bottom:10px" class="av-special-heading avia-builder-el-1 el_after_av_portfolio avia-builder-el-last ">
    <h1>Hello</h1>
    <div class="special-heading-border">
    <div class="special-heading-inner-border">
    </div>
    </div>
    </div>

    So copy that block, open up footer.php and put it where you want. Just change the Hello part to whatever you need it to say.

    Thanks,

    Nick

    in reply to: Enfold – Making Slab text headings responsive #119245

    Hi,

    Since you are using the font in all screen sizes there is no need to load it in each of the media queries. Only indicate the changes for that specific query without repeating yourself.

    so you would have

    /* DECLARE FONTS */
    @font-face {
    font-family:'BebasNeueRegular';
    src:url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot');
    src:url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.woff') format('woff'),url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.ttf') format('truetype'),url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight:normal;
    font-style:normal;
    }
    h6 {
    font-family:BebasNeueRegular,Geneva,Arial,Helvetica,sans-serif !important;
    font-size:95pt;
    margin-bottom:-20px;
    letter-spacing:-0.0em !important;
    font-weight: 200 !important;
    }
    /* #Media Queries========================================================================================== */
    /* Smaller than standard 960 (devices and browsers) */
    @media only screen and (max-width:959px) {
    h6 {
    font-size:80pt !important;
    margin-bottom: 20px !important;
    }
    }
    /* Tablet Portrait size to standard 960 (devices and browsers) */
    @media only screen and (min-width:768px) and (max-width:959px) {
    h6 {
    font-size:70pt !important;
    margin-bottom: -15px !important;
    }
    }
    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width:767px) {
    h6 {
    font-size:60pt !important;
    margin-bottom: -20px !important;
    }
    }
    /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
    @media only screen and (min-width:480px) and (max-width:767px) {
    h6 {
    font-size:80pt !important;
    margin-bottom: -20px !important;
    }
    }
    /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
    @media only screen and (max-width:479px) {
    h6 {
    font-size:50pt !important;
    margin-bottom: -10px !important;
    }
    }

    Be careful when using a very broad selector like h6, it has no specificity and is defined many times in the theme with much higher specificity which will override/counterfeit your code very easily.

    You also do not need this block … @media only screen and (max-width:767px) { …or this block ….@media only screen and (max-width:959px) { …. can you think of one screen size where the blocks of code below it aren’t already targeting it? the only reason for 767 that i can think of is for the dropdown menu for all small screens, but 959…. dont know

    Thanks,

    Nick

    in reply to: Enfold – Responsive Slide Out Menu **ISSUE** #119578

    Hi,

    I will need to see the page where this is taking place, you can use goo.gl to mask the url.

    Thanks,

    Nick

    in reply to: Portfolio columns/grid #119350

    Hi this is the css code that will push them apart, but it all depends on how many column there are. This code assumes its 3 or 4 column portfolio. And ofcourse you can play with these values yourself. Initially the first one was 33.3% and the second 25%

    #top .no_margin.av_one_third {
    width: 31.3%;
    }
    #top .no_margin.av_one_fourth {
    width: 23.5%;
    }

    Thanks,

    NIck

    in reply to: change color in the portfolio thumbnail #119347

    Hi,

    Anything is possible. Can you be a bit more specific about what specifically changing into what else. If you can take a snapshot of the demo portfolio page and on http://www.imgur.com (or other image storage) there are objects like little arrows you can add to the snapshot to better flush out your thought as well as convey your idea to the support team better; then just paste the link to the image here

    Please try this css. You can add it to Quick CSS located in Enfold > Styling at the bottom of the page or to the /css/custom.css

    #top .grid-content, #top .grid-entry-excerpt, #top .grid-entry-title {
    background-color: grey;
    }
    #top .grid-entry-excerpt {
    color: white;
    }
    #top .grid-entry-title {
    color:yellow;
    }

    Thanks,

    Nick

    in reply to: ENFOLD: Footer line decoration #119340

    Hi Andy,

    Please draw a picture as to how it should look on the page.

    Thanks,

    Nick

    in reply to: Transparent content and header #119286

    Hi,

    You both are asking very abstract questions that are difficult to answer without seeing what you have on the pages, etc.. so there are multiple possible combinations with the theme. Could you provide a url please (you can mask it with http://www.goo.gl) so that we can give you the code for you to use with your designs.

    Here is the css code I use to make everything including header, body, footer, socket transparent. Please add this CSS below to Quick CSS or to /css/custom.css file.

    #top #main,#top .html_stretched #wrap_all,#top .alternate_color,#top .header_color,#top .main_color,#top .header_color div,#top #header,#top .header_color .container_wrap_meta,#top .header_color .header_bg,#top .footer_color,#top .footer_color,#top .socket_color {
    background-color:rgba(255,255,255,0) !important;
    }
    #top .container_wrap {
    border-top-width:0px !important;
    }
    #top #header_main {
    border-bottom-width: 0px !important;
    }

    Just please make sure that you add a background in Enfold > Styling > General. and remove the color from ‘Body Background color’ input box right above where you will upload the image on that page.

    Thanks,

    Nick

    in reply to: Header space #119276

    Hi,

    Please provide a URL to the location where this event is taking place. Since there are so many ways to customize this theme, and with a number of updates already released, -there is no sure way for us to provide you with a reliable answer without first looking at the code.

    Your best bet is to mask the link using http://www.goo.gl or show a page on the demo site which displays the behavior. However. a screenshot alone is not very helpful since we need to see the html/css/js code particular to your situation in order to provide a meaningful solution.

    Thanks,

    Nick

Viewing 30 posts - 691 through 720 (of 826 total)