Viewing 30 results - 140,701 through 140,730 (of 142,608 total)
  • Author
    Search Results
  • The line is part of the main content block’s padding. The following is how I tackled it for my page.

    /* remove the padding from the main content to the bottom of the header */
    .fixed_header.social_header #main {
    padding-top: 88px; /* Change this to the thickness of your heading block */
    }

    #26908
    5fold
    Participant

    Hi,

    Is there anyway to add a transparent background behind a text box?

    I have a color section with a background image and two 1/2 column layouts. The second 1/2 column has a text box with a form. I need the text and form to stand out on top of the image and i’m not sure what to do.

    Thanks.

    #130371

    Great – thanks – now all I need help with is getting the drop down menu to be directly beneath the top menu item (if you go to the site you’ll see what I mean!)

    Thanks for the great support!

    Website: goo.gl/qr9y4

    #26902
    designprime
    Participant

    We’ve experiencing major font rendering problems in Google Chrome even though we are using web safe fonts and the option for ‘No Custom Font’ for headings? When we view the site it looks like all the text is being replaced by custom Google fonts of some kind and looks almost unreadable. As we were almost ready to go live with our site, this is an urgent issue and we would really appreciate some explanation and some help here please.

    As we can’t post a public link we’ll email you a url and reference to the topic.

    Many thanks,

    #116496

    In reply to: Enfold Showcase

    jwferne:

    Just put up our site on Thursday. http://www.tfgsearch.com

    I really enjoyed putting this together and the support team here rocks! Thanks guys!!!

    – John

    Could you expand on how you did the rotating company logos please. Was it an “Easy Slider”? Was it a Layer Slider? If so what were the settings? Multiple slides or just one?

    <<Please don't ask support type question in this topic. You can contact site authors if the site has contact information or create a new topic but this kind of thread should be left to showing off alone :) >>

    #131988

    I finally found the answer in someone elses post, similar issue : https://kriesi.at/support/topic/image-column-15-non-responsive

    Anyway I just added .avia_image {max-width: 100%;} and it worked.

    I upgraded to 1.8.4 but it didnt help, anyway hope this helps others save hours of troubleshooting.

    #131999

    In reply to: No demo content import

    #131953

    In reply to: Meta Title

    Hey!

    See https://kriesi.at/support/topic/seo-site-title – you can use a filter function to change the title content.

    Regards,

    Peter

    #26885
    virtuosodurham
    Participant

    Hello

    I’m trying to make the buttons on my homepage move to a different sections on my homepage simialr to your homepage 7 example:

    http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/

    I tried to follow the instructions on this thread:

    https://kriesi.at/support/topic/button-on-click-move-to-part-of-the-page, but you don’t example how to add an element id.

    Please could you give me some instructions.

    Thank you

    #131719

    Thanks Dude. How does the theme stop the standard title bar and youtube play button from showing in videos in sliders?

    #26875
    majdkhaldi
    Participant

    Hi there,

    Sorry if this has already been covered. I’ve searched for a while but couldn’t find anything.

    My website’s FAQ stopped working a few days ago. Tried changing a few things but the issue persists. Coincidentally, the 3 Google map widgets on the same page have also stopped working (the maps no longer display).

    The issue can be found here: http://cvcrafters.com/contact/

    Any input on this?

    Thanks!

    #131526

    Hi!

    You can add the idea to the feature request list: https://kriesi.at/support/topic/enfold-feature-requests – if more users request this option we’ll look into it.

    Best regards,

    Peter

    #131501

    Hi. This is not the case. Here’s an example – http://wpnice.ru/shortcodes-ultimate-shortkody-dlya-vashego-bloga/

    But if this is not possible in this template, then you can close the topic.

    #26867
    gigoz
    Participant

    Hi,

    I was wondering if there is a way to change the colour of the top menu bar background. It is currently white, i would prefer it to the another colour. Please advise.

    Thanks

    MK

    #26864
    Sparkwoodand21
    Participant

    My single blog posts (example: http://sparkwoodand21.com/articles/the-creative-process-behind-designing-a-creative-process/) have only part of the featured image at the top.

    My settings are: Single author, small preview pic.

    They are fine on the main blog page: http://sparkwoodand21.com/blog/

    Can you take a look at this please?

    Thanks.

    #131194

    In reply to: Bullet Point Alignment

    Hi Devin, sure – there are plenty of examples on this page: http://500.uk.com/500-services/ The bullet points under “Phone Features” for example.

    The word “communications” should be aligned with the start of the phrase “A desktop…”

    I hope this helps.

    Thanks

    #131880

    In reply to: font rendering problem

    google fonts choose a weight which is non aliased… Try adding

    font-weight: normal;

    wherever you want the fonts to look smoother..

    so for top menu add this to the quick css.

    #

    Hope that works for you !

    #131859

    1) Yes – go to “Settings > Discussions” and deselect the “Allow people to post comments on new articles” checkbox.

    2) Yes – please use Codestyling: http://wordpress.org/plugins/codestyling-localization/ to translate the missing text strings. Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).

    #131448

    I noticed that you maybe need to add the code at the very top of functions.php. Replace

    <?php

    global $avia_config;

    with

    <?php

    global $avia_config;

    add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Open Sans'] = 'Open Sans:400,600&subset=latin-ext';
    return $fonts;
    }

    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Open Sans'] = 'Open Sans:400,600&subset=latin,latin-ext';
    return $fonts;
    }

    and it should work. Please don’t forget to save the theme options again.

    2) The animations don’t work because some files are missing on your server – please re-upload/re-install the theme. Chrome reports

    Failed to load resource: the server responded with a status of 404 (Not Found) http://aetherdesign.cz/wp-content/themes/enfold/js/prettyPhoto/css/prettyPhoto.css?ver=1
    Failed to load resource: the server responded with a status of 404 (Not Found) http://aetherdesign.cz/wp-content/themes/enfold/js/mediaelement/skin-1/mediaelementplayer.css?ver=1
    Failed to load resource: the server responded with a status of 404 (Not Found) http://aetherdesign.cz/wp-content/themes/enfold/js/mediaelement/mediaelement-and-player.min.js?ver=1
    Failed to load resource: the server responded with a status of 404 (Not Found) http://aetherdesign.cz/wp-content/themes/enfold/js/avia-compat.js?ver=1
    Failed to load resource: the server responded with a status of 404 (Not Found) http://aetherdesign.cz/wp-content/themes/enfold/js/avia.js?ver=1
    Failed to load resource: the server responded with a status of 404 (Not Found) http://aetherdesign.cz/wp-content/themes/enfold/js/shortcodes.js?ver=1
    Failed to load resource: the server responded with a status of 404 (Not Found) http://aetherdesign.cz/wp-content/themes/enfold/js/prettyPhoto/js/jquery.prettyPhoto.js?ver=3.1.5

    #26861
    NCornelius
    Participant

    Thanks for the great theme. I have created a child theme and have a fair bit of tweaks for my employer.

    1) We needed to have the social icons and header displayed and static on the screen, and also need to disable the shrinking effect of the header when scrolling.

    As “Fixed menu” header is the only option providing all the basics of what we needed, I had to do the following customization:

    /* fix the height of the header block and lock it down */
    #header_main .container {
    height: 82px !important;
    line-height: 82px !important;
    }

    /* remove the padding from the main content to the bottom of the header */
    .fixed_header.social_header #main {
    padding-top: 82px;
    }

    Now that the header block and header-meta block is where we want it and sized correctly, the menu items are still scrolling. How do I fix its position?

    2) We noticed that the text colour for the contact info and social icons is too light on the light coloured background, but haven’t been able to find the relevant code in the CSS to make the edit.

    3) The request was to put the icons to the right, above the menu, and placed the contact number just to the left of the icons using the following code:

    /* put the icons on the right */
    #top .social_bookmarks li {
    float: right;
    }

    /* move the contact # left of the icons */
    .sub_menu {
    right: 70px;
    }

    Is there a better way to do this?

    Due to confidentiality clauses with my employer, I cannot disclose the URL out in public during testing, however, I can provide this privately if necessary for you to look at my code.

    #131358

    1) Use following css code to change the bg color of the top navigation bar

    .header_color .container_wrap_meta{
    background: #f8f8f8;
    }

    2) For the link color use

    .header_color .sub_menu>ul>li>a{
    color: #f8f8f8;
    }

    3) That’s not possible. If the logo is transparent you’ll always see the bg color of the container behind the logo (eg by default white like here: http://kriesi.at/themes/enfold/homepage/home-v6-classic-4-column/ )

    4) You can change the link bg color & the dropdown bg color with

    .bottom_nav_header.social_header .main_menu ul:first-child > li a, #header_main_alternate, .bottom_nav_header.social_header .main_menu ul:first-child {
    background: #f8f8f8;
    }

    5) Change the color with

    .header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a{
    color: #f8f8f8;
    }

    for the selected/active item and

    .bottom_nav_header.social_header .main_menu ul:first-child > li a{
    color: #f8f8f8;
    }

    for all other menu items.

    #131381

    Hi,

    Maybe you can add a negative top margin for each menu item.

    #menu-item-755 a {
    margin-top: -10px;
    }

    OR

    .main_menu ul:first-child > li a {
    margin-top: -10px;
    }

    Please give us a link to your website.

    Regards,

    Ismael

    Hi,

    1.) Make sure you fill out Enfold > Header > Phone Number or small info text. Edit header.php, find this code

    $phone = avia_get_option('phone');
    $phone_class = !empty($nav) ? "with_nav" : "";
    if($phone) echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>";

    Cut it then place it below this comment:

    /*
    * display the themes social media icons, defined in the wordpress backend
    * the avia_social_media_icons function is located in includes/helper-social-media-php
    */

    Add this on your custom.css or Quick CSS

    .phone-info {
    padding-top: 10px;
    margin-left: -20px;
    }

    2.) Please give us a link to the website. We need to inspect your button. Try to change the input button color on Quick CSS

    .main_color input[type='submit'] {
    background-color: red;
    }

    Regards,

    Ismael;

    Hi wrosh,

    Unfortunately I don’t this is possible at the moment. Peter mentioned that the typical function doesn’t work on custom post types because of a bug in wordpress core: https://kriesi.at/support/topic/can-i-use-the-navigation-arrows-for-each-category-not-all#post-121982

    Regards,

    Devin

    #131722

    Hi stunna42,

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    h6 {
    font-size: 28px;
    text-transform: none;
    background: rgba(255, 255, 255, 0.7);
    }

    For the special heading, you could force a margin before it with:

    .av-special-heading{
    margin-top: 20px !important;
    }

    But there isn’t a setting within the shortcode itself.

    Regards,

    Devin

    #26858
    poweb
    Participant

    Hi,

    First of all, I want to thank you for making such an amazing template available. It’s really the best I’ve bought so far.

    I have some questions which I hope can be resolved :) My site is http://bookmytable.com.au

    1. I’m trying to link a button to an email with some simple html like this : (Email address hidden if logged out) ?Subject=Hello%20again”>Send Mail but the system doesn’t understand it… it puts it after my url like http://mysite.com/ (Email address hidden if logged out) ?Subject=Hello%20again”>Send Mail and of course goes to a 404 page..

    I have this issue both on normal buttons and also on “team member” option. It is also doing this when I’m trying to have some text link to an email…. :/

    2. Is there a way to increase the size of the FB, twitter, mail icons at the top right of the site?

    3 Is there a way to have more fonts available for the body text?

    4. When on a mobile, my sidebars disappear which is annoying considering the facts that I want to have ads there :) Can I change that?

    5. Is your page builder available as plugin? I would buy it right away!!! It’s so awesome! If not, does all your themes come with it? It would push me to buy more your theme than others…!

    Thanks!!

    Ben

    #131828

    Hi,

    You can paste the javascript on footer.php, find this code:

    <a href='#top' id='scroll-top-link' class='avia-font-entypo-fontello'></a>
    <div id="fb-root"></div>

    Place the script on top of it.

    Regards,

    Ismael

    #129401

    Hi,

    Please use this:

    .header_color .header_bg {
    background-color: rgba(255, 0, 0, 0.6);
    }

    Regards,

    Ismael

    #131866

    In reply to: iPhone Portrait Issue

    Thank you, that would be good.

    While on the topic…Is there code to ensure the phone number in the ‘contact us’ section is ‘clickable’ when someone is on a mobile device? I know the browser is meant to do this automatically, but it doesn’t. I’ve tried a few codes I know of, but to no avail.

    Many thanks.

    #131865

    In reply to: iPhone Portrait Issue

    Hi Marssolutions,

    I don’t have a iphone 5 to test specifically on but with that resolution set and my regular mobile I’m not having any issues with the content getting cut off.

    I’ll tag the topic for Kriesi however as I believe he is the only one of us that uses iOS phones.

    Regards,

    Devin

Viewing 30 results - 140,701 through 140,730 (of 142,608 total)