Viewing 30 results - 16,501 through 16,530 (of 18,728 total)
  • Author
    Search Results
  • Hey!

    Try adding this code to the Quick CSS:

    #top div .ajax_search_entry{
    width: auto !important;
    text-align: left !important;
    float: none !important;
    display:block !important;
    text-decoration: none !important;
    line-height: 1.4em !important;
    font-size: 12px !important;
    height:auto !important;
    padding:10px 16px !important;
    border-bottom-style: dashed !important;
    border-bottom-width: 1px !important;
    clear:both !important;
    overflow: hidden !important;
    }
    .ajax_search_entry_view_all {
    border-bottom: 0 !important;   
    }

    Cheers! 
    Josue

    #269320

    Hey!

    Try adding this code to the Quick CSS:

    .phone-info{
    color: red;
    font-size: 28px;
    }

    Change as needed.

    Cheers! 
    Josue

    #269301
    erinflanagan
    Participant

    How do I change the font size & color in the header section for phone number and small text?

    #269095

    If you search the support files you will notice that many users wish to remove the #eee borders that surround most content areas.
    The custom.css mod I found is the one
    posted here
    I do expect that a mod within a core css file be permanent. But this is being overwritten by some other file.
    This is the problem

    #268821

    Hey!

    Try adding this code to the Quick CSS:

    .social_bookmarks a {
        font-size: 26px !important;
    }

    Cheers! 
    Josue

    #268820

    Hey WaldenDesign!

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

    #top .social_bookmarks li a { font-size: 18px; }

    Regards,
    Yigit

    #268680

    In reply to: Main Content Font Size

    Hi JPOsteen!

    Please see – http://kriesi.at/documentation/enfold/change-the-default-font-size/

    Regards,
    Yigit

    #268667

    Topic: Main Content Font Size

    in forum Enfold
    JPOsteen
    Participant

    I’m loving the new features in the latest update – great job with that! I see the option to edit font sizes of headings in the Advanced Styling tab, but I don’t see the option to edit the main content. How can I adjust the font size of all of my main content (e.g. blog, and any other pages that contain copy). Thanks!

    Hey Gurify!

    You can decrease the font size for devices with smaller screens – insert this code into the quick css field and adjust the font size value:

    
    @media only screen and (max-width: 767px){
    .csstransitions .av_slideshow_full .avia-caption-title {
    font-size: 10px;
    }
    
    .caption_framed .slideshow_caption .avia-caption-content p{
    font-size: 10px;
    }
    }
    

    Regards,
    Peter

    #268433

    Hi Ismael and Devin,

    I apologize in advance… long reply coming. I hope it helps. :-) I got to look at the diffs between your (Ismael’s) Homepage Test and mine:

    1. The first color section has extra parameters in your version: video=” video_ratio=’16:9′.

    2. The three placeholder-tall images on the homepage are aligned center in yours and left in mine.

    3. The middle placeholder-tall image is animated top-to-bottom in yours and bottom-to-top in mine. I intend for just that image to be bottom-to-top.

    4. Your color sections have shadow set to no-shadow. Mine are set to shadow.

    5. More categories are included in the portfolio grid on mine.

    6. Your homepage-widgets color section has an empty av_textblock at the top of it. (I think I saw this in my document’s layout later and removed it.)

    7. The testimonial subtitles are different.

    8. The title is empty on my version’s contact form because there is a custom h2 title above the form.

    9. Small differences in the contact form like the to: email address and the label for Email address.

    There are also these changes in the text between yours and mine, maybe because of edits I made to my document while working on the CSS:

    1. There are no paragraph tags around some of your paragraphs. I’ve added some paragraphs that have their own CSS classes to mine. (I’m using the Disable WPAutoP plugin on my site.)

    2. I’ve added icons above the 5 services buttons. (I have not uploaded the icon font yet, so they are not displaying.)

    3. I switched the View our Portfolio button’s class from secondary-button to tertiary-button.

    4. Under the Homepage – column 1 widget area, I added a textbox with a button for viewing more articles.

    5-6. I added a class on the h3 for Why user experience design instead of web design?. I also split that textblock to put the button into a separate textblock.

    7. I changed the testimonial widget’s header to be an h3 with its own class.

    8. I added a Park/Company field to

    The rest of the differences are just whitespace.

    So, to sum up the shortcode diffs: I don’t see any differences that may affect the color section width other than the video parameters being added to yours.

    Here are the differences in the full HTML for the two pages:

    1. Their html_entry_id_ and avia_entry_id_ numbers are different.

    2. Your page’s images and CSS are using Pagespeed to optimize them; mine are not – maybe because your page is currently my site’s homepage. Similarly, your version minimizes some CSS that the plugins have not externalized.

    3. On yours, the Tipsy Social Icons CSS is within a <style> tag instead of a <link> tag.

    4. The plugins’ scripts are imported in a different order.

    5. Mine has a <link rel=’next’ …> tag.

    6. Your page uses the .home class.

    7. The breadcrumb trails are generated differently. Quite a bit of difference here, so please refer to the files’ HTML.

    8. Mine has this between the breadcrumbs and the div id for homepage-hero:

    <div class=’container_wrap container_wrap_first main_color fullsize’>
    <div class=’container’>
    <main class=’template-page content twelve alpha units’ role=”main” itemprop=”mainContentOfPage”>
    <article class=’post-entry post-entry-type-page post-entry-354′ itemscope=”itemscope” itemtype=”http://schema.org/CreativeWork”&gt;
    <div class=”entry-content-wrapper clearfix”>
    <header class=”entry-content-header”></header><div class=”entry-content” itemprop=”text”>

    9. The color section id’s in mine also contain classes like avia-builder-el-0, el_before_av_section, and avia-builder-el-first. These are also present in other things I built with the Avia editor, such as images.

    10. There are <main> elements associated with each color section ID in yours.

    11. My contact form uses a fieldset and classes like textare_label hidden textare_label_avia_message_2.

    12. Yours has some obfuscated JavaScript toward the end, starting with var addComment.

    I’ll continue looking into this to see if one element on the page seems to be causing the color section width to break. Firebug might show me this.

    Was your version created after I upgraded to Enfold 2.7.1? Would I be able to resolve this issue by creating new documents with the latest version of Enfold?

    Devin – Thanks. Right, I wasn’t going to change the raw shortcodes unless someone here instructed me to do that. I just turned on the debug mode long enough to do the diff above.

    I’ve commented out the code for adding the debug mode. Feel free to turn debug mode back on if you need it for looking at this issue. Also, if you need them, I have saved files containing the shortcodes for both of our versions of Homepage Test. Could I email these to you?

    Thanks,
    David

    #268078

    In reply to: Easy Slider on Mobile

    Hi vin8tan!

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

    @media only screen and (max-width: 480px) {
    .avia-caption { display: none !important; }}

    I believe that is the best option. It will remove captions on easy slider on mobile as it is not possible to fit all the text without making the font size very small

    Regards,
    Yigit

    #268041

    Dude, is this what you are looking for?

    [av_heading tag='h2' padding='10' heading='Elders' color='' style='' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [av_one_half first]
    
    [av_team_member name='Kevin Harrison' job='Head Elder' src='http://192.185.4.114/~castweb/wp-content/uploads/2014/02/harrison.gif' attachment='2511' description='Linda & I met in the summer of 1964 and dated through high school and part of college until we got married in 1970, after my Junior year in college. We have been blessed with three children (Aaron, Amy and Jason), all of whom married a Christian spouse and are very active in their own churches. We have been blessed with six grandchildren and all six of them know Jesus personally – what a blessing that is.']
    
    [av_hr class='default' height='50' shadow='no-shadow' position='center']
    
    [av_team_member name='Gary Clawson' job='Elder' src='http://192.185.4.114/~castweb/wp-content/uploads/2014/02/clawson.gif' attachment='2505' description='Linda & I are presently the scholarship coordinators for Companeros en Ministerio - a ministry to children in Tijuana Mexico. We visit them twice a year and buy shoes, uniforms and get updated information for all of the sponsors in the United States. Students are hearing the gospel and some are being baptized. What a humbling feeling that God has chosen us to be part of this ministry.'][/av_team_member]
    
    [av_hr class='default' height='50' shadow='no-shadow' position='center']
    
    [av_team_member name='Duane Denlinger' job='Elder' src='http://192.185.4.114/~castweb/wp-content/uploads/2014/02/denlinger.gif' attachment='2508' description='Linda & I are presently the scholarship coordinators for Companeros en Ministerio - a ministry to children in Tijuana Mexico. We visit them twice a year and buy shoes, uniforms and get updated information for all of the sponsors in the United States. Students are hearing the gospel and some are being baptized. What a humbling feeling that God has chosen us to be part of this ministry.'][/av_team_member]
    
    [/av_one_half][av_one_half]
    [av_team_member name='Steve French' job='Elder' src='http://192.185.4.114/~castweb/wp-content/uploads/2014/02/french.gif' attachment='2510' description='Linda & I are presently the scholarship coordinators for Companeros en Ministerio - a ministry to children in Tijuana Mexico. We visit them twice a year and buy shoes, uniforms and get updated information for all of the sponsors in the United States. Students are hearing the gospel and some are being baptized. What a humbling feeling that God has chosen us to be part of this ministry.']
    
    [av_hr class='default' height='50' shadow='no-shadow' position='center']
    
    [av_team_member name='Dave Hollinger' job='Elder' src='http://192.185.4.114/~castweb/wp-content/uploads/2014/02/hollinger.gif' attachment='2512' description=' Linda & I met in the summer of 1964 and dated through high school and part of college until we got married in 1970, after my Junior year in college. We have been blessed with three children (Aaron, Amy and Jason), all of whom married a Christian spouse and are very active in their own churches. We have been blessed with six grandchildren and all six of them know Jesus personally – what a blessing that is.
    
    Linda & I are presently the scholarship coordinators for Companeros en Ministerio - a ministry to children in Tijuana Mexico. We visit them twice a year and buy shoes, uniforms and get updated information for all of the sponsors in the United States. Students are hearing the gospel and some are being baptized. What a humbling feeling that God has chosen us to be part of this ministry.
    
    I graduated from New Madison High School in 1967
    I went to Manchester College and graduated with a BS in Math Education in 1971
    I taught Math at Arcanum-Butler Jr. High for 35 years and retired in 2006
    I first accepted Jesus at Beech Grove Church of the Brethren and was baptized when I was 13 years old, but did not really fall in love with Jesus until the summer of 1978
    I came to Castine in the summer of 1971
    I took the 3 year reading course and finished it in 1986
    Linda & I were called as life time Deacons in 1986
    I was called as an Elder at Castine in 2007 ?? (I think)
    I serve on the Ministry team
    I oversee the Prayer & Fasting ministry
    I work with Men’s fraternity with Probationers
    I have had a men’s share group at my home since 1994'][/av_team_member]
    
    [av_hr class='default' height='50' shadow='no-shadow' position='center']
    
    [av_team_member name='George Skidmore' job='Elder' src='http://192.185.4.114/~castweb/wp-content/uploads/2014/01/George-Skidmore.jpg' attachment='2598' description='I feel very blessed to have been a part of the Castine Church family for the past 25 years. I accepted Christ as my personal Savior and was baptized at the age of 17. God has blessed me, and I have grown in my faith and developed a closer relationship with Jesus Christ. It continues to get sweeter every day!
    
    My desire would be that everyone come to know Jesus Christ in a real and personal way, and that we be united as one body to serve God as He calls.
    
    God has allowed me to use my gifts and abilities that He has given me to serve in many ways in the church. I have served as a teacher, deacon, church board member, Tijuana Mission trip, worked with the Disaster Relief Ministry rebuilding communities following natural disasters, and the soup kitchen.
    
    I have been married to Martha for 37 wonderful years. We have four married adult children who have blessed us with six grandchildren.
    
    I believe in Castine’s Core Beliefs. I believe the Bible is the complete truth, and I appreciate our pastors who preach the truth. I believe an elder led church is biblical.'][/av_team_member]
    [/av_one_half]
    
    [av_hr class='default' height='50' shadow='no-shadow' position='center']
    
    [av_contact email='Kevin.R.H (Email address hidden if logged out) ' button='Submit' title='Want to contact an elder?' sent='Your message has been sent!' subject='Website Contact Form Submission' autorespond='Thanks for contacting the elders. One of us will get back to you soon.' captcha='active']
    [av_contact_field label='Name' type='text' check='is_empty' options='' width='']
    [av_contact_field label='E-Mail' type='text' check='is_email' options='' width='']
    [av_contact_field label='Subject' type='text' check='is_empty' options='' width='']
    [av_contact_field label='Message' type='textarea' check='is_empty' options='' width='']
    [/av_contact]
    #268014

    Hey!

    Please add following code to Quick CSS and adjust as needed

    strong.logo { font-size: 30px !important; }

    Best regards,
    Yigit

    #268010

    Sorry, I didn’t mean the font size of the blog post title but of the site title, shown in the header.

    #267959

    In reply to: Socket Text Size

    Hey GOWD!

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

    #socket {
    font-size: 14px;
    }

    Regards,
    Yigit

    #267954

    Hey!

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

    #socket .copyright { font-size: 10px; }

    If you need more adjustments, please post the link to your website

    Regards,
    Yigit

    #267923
    This reply has been marked as private.
    #267903

    Hi!

    Please add following right below the code Josue posted

    echo "<strong class='tagline'>".get_bloginfo('description')."</strong>";

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

    .entry-content-wrapper .post-title { font-size: 24px; }

    Regards,
    Yigit

    #267843

    Thanks, that works. How to include the site description as well? And how to increase the font size of the blog title?

    Hi!

    1) For some reason I cant see the new “accordion” slider for posts that was just added or the ability to change the header fonts and mouse over color changes /big menus

    Please create us an admin account and post the login credentials as private reply – we need to check the configuration.

    2) I got the white background behind the text but cant get it to line up with the person next to it. (under the Team section).

    It seems like you use a div inside the textbox with a negative margin-top value ( margin-top: -7px;). Change it to margin-top: 1px; and the textbox should align with the image on the left side.

    3) In the portfolio items the images are not showing up properly (cropping is bad as is resolution) – also I want the main image when the ajax portfolio opens to be the video – not on the side where it is currently located and not the picture – how do I set that up?

    You can set the thumbnail size on the portfolio grid option screen: http://www.clipular.com/c/6312518410567680.png?k=YmUJBA7SpdYTKS5xx8ur4nIDQXc

    If you want more control over the preview content (i.e. to embed a video) you can select the “Don’t show the images at all and display the preview text only” option: http://www.clipular.com/c/6453051829256192.png?k=5TIdSdjsRn87CQytVuQeUU4899A – then use the textbox below to insert the video shortcode, etc. You can also combine the column shortcodes with the video, gallery, etc. shortcodes to build more complex layouts.

    4) The text shadow seems to work for me.

    5) You can generate a twitter widget here: https://twitter.com/settings/widgets – then copy/paste the code into a textwidget and place this widget into the footer or sidebar.

    Cheers!
    Peter

    #267705

    Ok, so font size is working and i got slide 1 to display on page load. the problem i have now is that the caption blocks are not uniform in size and when you remove mouse, it does not default back to 1st slide. is there a way to correct this?

    Thanks.

    #267540
    miobeeno
    Participant

    Hey There,
    Whenever I do an autopost to facebook, the picture shows up, and the title is correct, but in the description, all I get is code. (see below)

    [av_heading heading='BMW Soundtree Case Study' tag='h2' color='' custom_font='' style='' size='' subheading_active='' subheading_size='15' padding='10'][/av_heading] [av_video src='https://vimeo.com/95786411' format='16-9' width='16' height='9']… [ 180 more words. ]

    I’m using Jetpack’s publicize in order to autopost, so I don’t know if it’s an Enfold issue or a Jetpack issue.
    Anyone else having this issue?

    #267528

    Hey!

    To change the font-size, simply add the font-size property to the code you already have:

    #top .aviaccordion-title { -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -o-transform:rotate(90deg); transform:rotate(90deg); vertical-align: bottom; font-size: 40px; }
    

    Making the first slide open on load is trickier but possible, try adding this to your theme functions.php file:

    function add_custom_script(){
    	?>
    	<script>
    	   jQuery(window).load(function(){
    	       jQuery('.aviaccordion-slide-1').trigger("mouseenter")
    	   });
    	</script>
    	<?php
    }
    add_action('wp_footer', 'add_custom_script');
    

    Regards,
    Josue

    #267526

    Hi,

    I went to check your link but im not getting enough information to proceed and I am not even sure your reply answers my needs. Hence, le me recap what I am facing.

    On Chrome or other browser I am not getting the proper font consistancy and nice look as many good sites like the one you ve juste reefered to (http://css-tricks.com) or http://www.copyblogger.com/blog/.

    I don’t know what is the best configuration to get a nice looking font cross browsers. Right now I have set the font-weight at 300 but my fonts are now looking too thin (that’s why i contacted you) on Chrome. I am using OPEN-SANS i am ok to keep it if I get proper font rendering.

    This is my added CSS code for fonts:

    body {
    font-style: normal;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    }

    Please take a look and if you have any idea help me. Thanks a lot in advance. Adrien

    #267406
    smclean
    Participant

    High, I have changed the caption boxes to be vertical. I would like it to look like this site http://cmog.org, however my implementation does not look like that, instead it looks like the picture enclosed. I would like to make the text larger as well. Additionally, this slider actives from mouse over movement. Is there a way to have it have a starting slider?

    My quick css includes the following code:
    #top .aviaccordion-title { -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -o-transform:rotate(90deg); transform:rotate(90deg); vertical-align: bottom; }

    div .slideshow_caption h2 { font-size: 40px; }
    #top .aviaccordion-preview-title-wrap, #top .aviaccordion-preview-title-pos { height: 360px; width: 90px;}

    If you need the address of the site, I can send it.

    Kind regards,
    Smclean

    #267382

    I appended:

    #footer::before {
    content: ‘Disclaimer’;
    margin-left: 12%;
    font-size: 10px;
    font-family: “EBGaramond”, Georgia, Times, serif;
    font-weight: normal;
    }

    to custom.css to no result…

    I have a lengthy disclaimer that needs to be added and need formatting control over it and the widgets don’t do the trick for me…should not be that hard to get it working…I would imagine…but I have not figured it out yet

    I did change the permissions to all the .css files…but that did not work…anyidea why its not seeming append properly? I am veru interested to understand why all these formatting options for color and the custom css seem to be not flowing through to the front end…

    DaveL77
    Participant

    Hi guys,

    I’ve been working on my site for quite some time and I’ve run into an issue when viewing the site via mobile.
    In certain instances text is overlapping itself, and in other cases the text is being cut off by the mobile browser instead of resizing / formatting to the size of the mobile device.

    Text that overlaps example:
    http://gyazo.com/837be526b7f0abace4ff11254216c175

    Code:
    <p style="text-align: left; font-size: 50px; color: #adadad; font-weight: 600;">Why HACKJACKET?</p>

    Text that gets cut off example:
    http://gyazo.com/fcbea67a6e76a4749f23c1f462cf2f10

    Code:

    <span style="font-size: 60px; font-weight: bold; color: #ff6600; line-height: 120%;">PERSONAL</span>
    <span style="font-size: 60px; font-weight: bold; color: #ffffff; line-height: 120%;">PROTECTION SUITE</span>

    I assume it’s a line-height issue for the text that overlaps, but as for the text being cut off, I’m not sure what to do. I believe it’s because I’ve stated I want the text to be 60px, and it wont change regardless of screen size.

    I am facing the exact problem. I have a lot of font inconsistancy between browsers. After seen your website on Chrome, fonts are rendering really bad. Its the same on my website. But i tried to correct it by applying font-weight: 300; but again the font will get too light on chrome but more or less ok on IE.

    body {
    font-style: normal;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    }

    Any help from Enfold crew?

    #266766

    In reply to: Example Page Shortcode

    Hi!

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

    .phone-info span { font-size: 18px; }

    Cheers!
    Yigit

    Hey imcini!

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

    .special_amp { font-family: inherit; font-size: inherit; color: inherit!important; }
    #wistia_10_socialbar { display: none !important; }

    Please try deactivating all active plugins and flush browser cache few times and check Avia Layout Builder once again. And for LayerSlider, you can simply add your videos on HTML/Video/Audio tab – http://i.imgur.com/6AUkNTO.png

    Best regards,
    Yigit

Viewing 30 results - 16,501 through 16,530 (of 18,728 total)