Viewing 30 results - 1,591 through 1,620 (of 1,622 total)
  • Author
    Search Results
  • #163050

    I’ve basically added this to that single-portfolio.php file:

    <?php 
    				// DYNAMIC CONTENT
                  echo "<div style='float:left; border:1px solid #E1E1E1; margin-right:5%; margin-bottom:20px;'>";
    			  	if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it.
                  the_post_thumbnail( );
                  } 
    			  
    				the_title( '</div><h3>', '</h3><p>' ); 
    			   
    				echo strip_tags (
    				get_the_term_list( get_the_ID(), 'customers_entries' )
    				);
    				$customers_website = simple_fields_get_post_value(get_the_id(), array(3, 1), true);
    				echo "</p><p><a href='$customers_website' target='_blank'>$customers_website</a></p>";
    				?>

    This is supposed to make sure that the logo (featured image), the title and a custom field of that specific page are automatically shown on the page in a specific way. If I delete that piece of code, the page is back to normal (empty content though).

    What I’m trying to achieve is to have a few elements of the portfolio page to be shown, then see all of the page content (which doesn’t seem to load now) and then the footer etc.

    The strange thing is, the “Good link” has the exact same piece of code and there’s no error there.

    • This reply was modified 12 years, 4 months ago by DavyE.
    #29252
    mailworm
    Participant

    … The “sensor” parameter specified in the request must be set to either “true” or “false”?!?

    I have put coordinates into the fields only. No bubble info, no custom marker URL added. Whats the deal?

    #134010

    In reply to: Portfolio meta

    Thanks, this works. However, I can’t get the meta info from the post. I’m using custom fields for the same purpose as the meta boxes in your other themes, but I’m unable to get that information in the shortcode.php.

    #27898
    zerozendesign
    Participant

    Right now it seems that the bottom margin set for form fields is 20px. How would I go about adding the css to quick css for reducing the bottom margin of the the advanced custom menu found here – http://godiaperfree.com/newsite/members-area/. I don’t necessarily want to reduce it site wide for field elements.

    #133861

    Hi rhinocorp,

    I’m not sure how the confusion happened but we aren’t support for Contact Form 7. Customization for third party plugins needs to be handled by that plugin author.

    In this specific instance we would usually be able to assist anyhow but that table doesn’t have any css selectors to modify the width on the tables.

    The pagination question is not doable as far as I know. The mobile version of the site is the same code as the desktop except it has the css adjusted to display better on mobile devices.

    You should definitely update the theme so that you are also able to update to WordPress 3.6 since most plugins are now getting updates for it as well and being no different versions can start to cause compatibility issues as well as make it hard to give support since file contents may be different as you’ve already noticed.

    Regards,

    Devin

    #134843

    Hey!

    Yes the preview currently doesnt work with the layout builder, since the builder uses custom fields to save its data, which are not tracked by the wordpress preview function. I am already thinking of ways to fix this, however I cant give an ETA yet…

    Hey!

    Yes thats currently not possible, i will try to make previews and revisions work with a future release but at this moment the template builder uses custom input fields to save the data which are not tracked by either revisions or the wordpress preview

    #133855

    Hi,

    It always say “”Your access to this site has been limited”” when I clicked on any links. I don’t see the original issue where you place a table for name and age fields.

    Edit config-templatebuilder > aviashortcode > portfolio.php, find this code:

    $link_markup = apply_filters('avf_portfolio_custom_image_container', array("a href='{$link}' title='".esc_attr(strip_tags($title))."' ",'a'), $entry);

    Replace it with:

    $link_markup = apply_filters('avf_portfolio_custom_image_container', array("a target='_blank' href='{$link}' title='".esc_attr(strip_tags($title))."' ",'a'), $entry);

    Regards,

    Ismael

    #27435

    Topic: Portfolio meta

    in forum Enfold
    emilottersten
    Participant

    In your other themes you have an easy way to add portfolio meta (e.g client, software etc.). I’m trying to make something like that but with custom fields, but I don’t want to change the parent theme files (yes, I’m running the child theme). I thought I could just duplicate the files into my child theme folder, but it’s not working.

    Any plans on re-adding the meta? Or any suggestion on how to do this? I want that info to show directly in the ajax preview, but without having to add the text in all the items excerpt by hand.

    #133270

    It’s a new feature I worked on the last week. It helps you to show/hide a menu item if a certain condition is fulfilled. Kriesi and I think that the feature can confuse some of our users – especially if they’re wp beginners and not tech savvy and we decided to hide it a bit. To activate it add following code to functions.php – insert it at the very beginning of the file (after global $avia_config) or in your child theme functions.php

    global $avia_config;
    add_theme_support('avia_conditionals_for_mega_menu');

    Then go to Appearance > Menus and you’ll notice a new checkbox/option for each menu item. Tick it and you’ll see up to 4 additional option fields (depends on the dropdown selections)

    The first dropdown allows you to select if you want to show or hide an item if the condition is fulfilled or you can also add a custom css class if the condition is fulfilled.

    If you select the last option a new field will fade in which allows you to enter the css class(es).

    The second dropdown allows you to select the conditional check (is user logged in, is user logged out, is user on a page, is user on a post page, etc.). Some conditionals (like is user on a page, is user on a post page) also allow you to filter the menu items based on an additional parameter (eg the post/page id). In this case another field will pop up where you can enter the additional parameter (i.e. the id of the post/page).

    Overall I think I created a very powerful, extendable and logical ui which allows you to customize the menu quite easily – nevertheless you must wrap your mind around it and the new options definitely add some complexity to the theme/menu configuration..

    #27206
    LouisLeedham
    Participant

    I have my site almost finished now but im having 1 issue.

    All the theme colours are perfect throughout the site, accept for the contact form.

    The titles are fine its the input fields that need to have a different background colour.

    I have tried:

    .ajax_form fieldset{

    background-color: #37589B;

    }

    but this changes the colour of the headings not the input boxes!

    Please Help!!!! :D

    #132282

    Thank you. That works

    #132281

    Hey!

    Ah ok :)

    Open up wp-contentthemesenfoldincludesadminregister-portfolio.php and replace

    'supports' => array('title','thumbnail','excerpt','editor','comments')

    with

    'supports' => array('title','thumbnail','excerpt','editor','comments','custom-fields')

    Best regards,

    Peter

    #132280

    Hi Dude

    Thanks for your answer. I try that code, but it dosn’t display me the custom field box.

    Maybe i did explain myself wrong.

    What i’m looking for is, to have this box:

    http://codex.wordpress.org/images/7/7f/custom_field_example.jpeg

    So that i can add custom fields while i’m creating some portfolios.

    #132279

    The portfolio items do not support custom fields out of the box but you can implement them with: http://codex.wordpress.org/Function_Reference/get_post_meta

    You can insert the code in enfold/includes/loop-portfolio-single.php – i.e. insert it below:

    the_content(__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span>');

    A sample code would be

    the_content(__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span>');

    $mymeta = get_post_meta( get_the_ID(), 'mymetavalue' );
    echo $mymeta;

    This code would display the content of the custom field with the key/id “mymetavalue”.

    #26967
    wesdacar
    Participant

    Hi

    How can i add, or activate the custom fields withing the portfolio items in the enfold theme?

    I would like to filter the portfolio items with a query search plugin like “Advance WP Query Search Filter” or something similar if someone has a good idea for that as well.

    Thanks for Answers

    #26623
    duttonstuart
    Participant

    I am currently using WCK Post type creator to create a new post type which has worked fine and I have added some additional custom fields in that post type.. however when I use the blogpost in the advanced layout and choose the relevant category that this would post to it is not picking the post up.. Do I need to add in a query to pick these up in the loop? and any ideas how I would do this?

    #130108

    Thanks for the reply. I’ve added that line in functions.php, but I’m not seeing any additional fields in the editor.

    Am I missing something?

    #26431
    learningherbs
    Participant

    I know this may fall under the realm of not supporting third party plugins, but this is a pretty major conflict.

    I noticed this morning that no JS features were working in the WP admin’s Add/Edit Posts pages (though oddly not Add/Edit Pages). No dragging and dropping or minimizing meta fields, no Add Media lightbox, and so on. Usually a sign of a JS conflict. I spent a while trying to figure out what plugin or custom theme code might be causing it, and arrived at Simple-Press forums. When deactivated, the admin page behaved fine. Then, for good measure, I changed the site theme from Enfold to TwentyTwelve, with Simple-Press forums activated, and again the admin page proceeded to work perfectly.

    From what I can gather after doing my best to audit the source code from both working and non-working versions, this may have to do with the order in which Enfold JS scripts are queued in the code. This is hard to be sure of, as there is a lot of inline code as well, not just queued JS files.

    I’m happy to give you login information to this installation so that you can look around. Any help here would be immensely appreciated. We’re also in a pretty tight pinch with doing site updates and would happily compensate your team for any help looking into this.

    Thanks!

    #129954

    You can use the avia_frontend_search_form hook to add your custom form fields (eg with a child theme function, etc.) without modifying the searchform.php file itself. I.e. use the hook to call a function like:

    if(!function_exists('add_custom_avia_search_fields'))
    {
    add_action('avia_frontend_search_form', 'add_custom_avia_search_fields');
    function add_custom_avia_search_fields()
    {
    echo '<input type="hidden" id="post_type" name="post_type" value="my_post_type" />';
    }
    }

    – this function would add a hidden field to the search form which limits the search to the “my_post_type” post type.

    You can obviously build more complex forms (checkboxes, maybe with conditional logic and javascript code, etc.) but that’s beyond our support service and depending on your skills I’d suggest to hire a freelancer who can help you to build the form.

    #114721

    My Wish List :

    1. Nestable Components : Place Tabs inside an Accordion or Tabs inside a Tab, & have each styled separately.
    2. Content Element – Code/Class Wrapper : Add a class or ID to any particular area of the page builder
    3. Search Icon : Optionally move next to Social Media Icons.
    4. Custom Icons : Easy way to add own SVG/PNG icon to Entypo.
    5. Tab / Accordion Builder Improvements :

      1. Add “+10” which opens 10 stacked input fields you can quickly tab through for setup.
      2. Import text or csv file (great for huge FAQs)
      3. Advanced Page Builder / Editor available within the Tab / Accordion interface
      4. Shortcodes available for each Accordion / Tabs
      5. Clone individual components (Tabs / Accordions) from one page to another
      6. Save & set custom style presets dropdown
      7. Animated and more tab positioning options, similar to http://codecanyon.net/item/tabs-accordion/full_screen_preview/2906434 which also happens to be nestable :)

    6. Menu :

      1. Adjust opacity of menu background to be able to see content as it scrolls up
      2. Toggle and/or adjust resizing/squashing of menu size when scrolling up

    7. Support Forum : Taggable voting mechanism – with thumbs up/down and counter for feature requests.

    #128993

    Hi DavyE,

    If you aren’t familiar with php you will probably want to have a freelance developer add this kind of thing in. This is the gist of what you would be doing: http://codex.wordpress.org/Custom_Fields

    So you would modify the includes>loop-portfolio-single.php file to output your custom fields wherever you wanted them to appear.

    Regards,

    Devin

    #26012
    DavyE
    Participant

    So I need some Custom Fields to show up on my Portfolio detail page. I would like to position the front end info of those fields inside my page layout. Is there any way of doing this?

    I must say I’m really new to Custom Fields. What I did so far was installing Simple Fields plugin to create my new fields for the Portfolio section. I’ve done this successfully and they are visible in the back end. I can add the necessary info. Yet, I have no clue whatsoever of how I am supposed to make this info visible on the website, let alone put it inside my portfolio page layout.

    The Simple Fields plugin shows me this info below the Custom Fields:

    Meta key: _simple_fields_fieldGroupID_2_fieldID_1_numInSet_0

    Slug: customer-website

    Thanks in advance

    #126151

    Hi Doremus,

    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:

    /*removes margin from above and below form inputs*/
    .ajax_form p {
    margin: 0;
    }

    /*padding inside the inputs*/
    #top .ajax_form .text_input, #top .ajax_form .select, #top .ajax_form .text_area {
    padding-top: 4px;
    padding-bottom: 4px;
    }
    /*re add padding to captcha only*/
    #top .ajax_form .text_input.captcha {
    padding-top: 13px;
    padding-bottom: 13px;
    }

    /*re add some space above the submit*/
    #top .ajax_form .button {
    margin-top: 13px;
    }

    Modify as needed.

    Regards,

    Devin

    #25223
    doremus
    Participant

    Hi,

    this is my contact form: http://mafo.doremus.us/kontakt/

    I would like to make the input fields thinner (the padding seems to be very large). So I tried it with this code in my custom.css:

    #top .text_input, #top .select, #top .text_area{

    padding: 8px !important;

    }

    This works pretty well, except that if you now want to enter the solution of the captcha equation, the input then is written right under the equation. It looks pretty messy.

    Any help apprechiated.

    Cheers

    Doremus

    #114643

    So I drop also a few notes… :)

    1. Avia Builder – More editor comfort

    Include an option or function to make the elements at the top “sticky”. Maybe a small pin icon to fix it manually for the customer or by checking the scroll event when editing a post/page/cpt. Other form elements needs to be handled so the builder is always on top. Pages mostly do get very long and you have to scroll a lot at this point.

    Short video of the idea: http://www.screenr.com/zl7H

    2. Avia Builder – Debug features

    Add a button (maybe beside the template button) to activate the debug field. Right beneath the field a memory allocated info could be added. This would save you guys alot of support requests… :)

    3. Avia Builder – Copy/Paste

    Add another Button to the builder wich enables copying of the whole post/page/cpt-layout so the shortcodes and content can be copied to a new post or a different site. Should be only a few lines of JS.

    4. Avia Framework Options

    Please extend the options provided. As mentioned from other users before, there are several things just missing, which could be easily added (like Google fonts, etc.). Additionally, I would like to have:

    – some input fields to trim certain CSS aspects (margins, paddings, maybe also top and left settings)

    – wpautop enable/disable

    – Blog settings (more settings related to the blog page itself outside of builder)

    – Adding text-shadows and MAYBE box-shadows as option (simple input field with rgba color picker)

    – Font size settings (bodytext plus all headers)

    Should be enough for now :)

    #118650

    Hi,

    Just add this on your custom.css

    .ajax_form.avia-builder-el-5.el_after_av_textblock.avia-builder-el-last fieldset {
    background-color: white !important;
    }

    #avia_e-mail_1 {
    border-color: gray !important;
    }

    Regards,

    Ismael

    #117863

    Hi,

    1) You can get the advanced layout editor to work with Posts or with any Custom Post Types.. I made a video about how to do it https://vimeo.com/64996057

    2) I didn’t look at your video but I think you are trying to fly before you learned how to crawl. You are new to wordpress and are trying to do some complex things.

    3) You need to get the following plugins:

    WP-Types .. this will allow you to create the custom post types and taxonomies and the various fields. (free)

    WP-Types – The second half of the types plugin that lets you create the queries without needing to know php or wordpress.

    The one problem is that you can’t just duplicate portfolios so that you will have a different slug so you cant have a sortable portfolio with a slug website.com/games/name-of-game/ and website.com/movies/name-of-movie/ . But besides the sortable portfolio , all else can be easily done. So if you don’t mind that all your products have the same slug (equivalent of portfolio-item) if you think hard maybe can come up with one called ”asset” maybe then you be ok. I talked to Kriesi about this before, having multiple dynamic custom post types, but there seems to be some limitation in the WordPress Framework itself preventing it.

    Thanks,

    Nick

    #116889

    I’m not using a mailchimp plugin. I’m using a lightbox plugin that displays the form. I embedded the code below in a widget. I took the code from the mailchimp site that generates the code. I don’t notice any jquery/javascript code in the beginning like your example.

    <!-- Begin MailChimp Signup Form -->
    <link href="http://cdn-images.mailchimp.com/embedcode/classic-081711.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
    /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
    We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
    </style>
    <div id="mc_embed_signup">
    <form action="http://dailyvitamoves.us4.list-manage.com/subscribe/post?u=81588f280f78f6324481f7323&id=14b41b56e4" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
    <h2>Get VitMoves Every Week</h2>
    <div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
    <div class="mc-field-group">
    <label for="mce-FNAME">First Name <span class="asterisk">*</span>
    </label>
    <input type="text" value="" name="FNAME" class="required" id="mce-FNAME">
    </div>
    <div class="mc-field-group">
    <label for="mce-LNAME">Last Name <span class="asterisk">*</span>
    </label>
    <input type="text" value="" name="LNAME" class="required" id="mce-LNAME">
    </div>
    <div class="mc-field-group">
    <label for="mce-EMAIL">Email Address <span class="asterisk">*</span>
    </label>
    <input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
    </div>
    <div id="mce-responses" class="clear">
    <div class="response" id="mce-error-response" style="display:none"></div>
    <div class="response" id="mce-success-response" style="display:none"></div>
    </div> <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
    </form>
    </div>
    <script type="text/javascript">
    var fnames = new Array();var ftypes = new Array();fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[0]='EMAIL';ftypes[0]='email';
    try {
    var jqueryLoaded=jQuery;
    jqueryLoaded=true;
    } catch(err) {
    var jqueryLoaded=false;
    }
    var head= document.getElementsByTagName('head')[0];
    if (!jqueryLoaded) {
    var script = document.createElement('script');
    script.type = 'text/javascript';
    script.src = 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js';
    head.appendChild(script);
    if (script.readyState && script.onload!==null){
    script.onreadystatechange= function () {
    if (this.readyState == 'complete') mce_preload_check();
    }
    }
    }
    var script = document.createElement('script');
    script.type = 'text/javascript';
    script.src = 'http://downloads.mailchimp.com/js/jquery.form-n-validate.js';
    head.appendChild(script);
    var err_style = '';
    try{
    err_style = mc_custom_error_style;
    } catch(e){
    err_style = '#mc_embed_signup input.mce_inline_error{border-color:#6B0505;} #mc_embed_signup div.mce_inline_error{margin: 0 0 1em 0; padding: 5px 10px; background-color:#6B0505; font-weight: bold; z-index: 1; color:#fff;}';
    }
    var head= document.getElementsByTagName('head')[0];
    var style= document.createElement('style');
    style.type= 'text/css';
    if (style.styleSheet) {
    style.styleSheet.cssText = err_style;
    } else {
    style.appendChild(document.createTextNode(err_style));
    }
    head.appendChild(style);
    setTimeout('mce_preload_check();', 250);

    var mce_preload_checks = 0;
    function mce_preload_check(){
    if (mce_preload_checks>40) return;
    mce_preload_checks++;
    try {
    var jqueryLoaded=jQuery;
    } catch(err) {
    setTimeout('mce_preload_check();', 250);
    return;
    }
    try {
    var validatorLoaded=jQuery("#fake-form").validate({});
    } catch(err) {
    setTimeout('mce_preload_check();', 250);
    return;
    }
    mce_init_form();
    }
    function mce_init_form(){
    jQuery(document).ready( function($) {
    var options = { errorClass: 'mce_inline_error', errorElement: 'div', onkeyup: function(){}, onfocusout:function(){}, onblur:function(){} };
    var mce_validator = $("#mc-embedded-subscribe-form").validate(options);
    $("#mc-embedded-subscribe-form").unbind('submit');//remove the validator so we can get into beforeSubmit on the ajaxform, which then calls the validator
    options = { url: 'http://dailyvitamoves.us4.list-manage.com/subscribe/post-json?u=81588f280f78f6324481f7323&id=14b41b56e4&c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8",
    beforeSubmit: function(){
    $('#mce_tmp_error_msg').remove();
    $('.datefield','#mc_embed_signup').each(
    function(){
    var txt = 'filled';
    var fields = new Array();
    var i = 0;
    $(':text', this).each(
    function(){
    fields = this;
    i++;
    });
    $(':hidden', this).each(
    function(){
    var bday = false;
    if (fields.length == 2){
    bday = true;
    fields[2] = {'value':1970};//trick birthdays into having years
    }
    if ( fields[0].value=='MM' && fields[1].value=='DD' && (fields[2].value=='YYYY' || (bday && fields[2].value==1970) ) ){
    this.value = '';
    } else if ( fields[0].value=='' && fields[1].value=='' && (fields[2].value=='' || (bday && fields[2].value==1970) ) ){
    this.value = '';
    } else {
    if (/[day]/.test(fields[0].name)){
    this.value = fields[1].value+'/'+fields[0].value+'/'+fields[2].value;
    } else {
    this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value;
    }
    }
    });
    });
    return mce_validator.form();
    },
    success: mce_success_cb
    };
    $('#mc-embedded-subscribe-form').ajaxForm(options);

    });
    }
    function mce_success_cb(resp){
    jQuery(document).ready( function($) {
    $('#mce-success-response').hide();
    $('#mce-error-response').hide();
    if (resp.result=="success"){
    $('#mce-'+resp.result+'-response').show();
    $('#mce-'+resp.result+'-response').html(resp.msg);
    $('#mc-embedded-subscribe-form').each(function(){
    this.reset();
    });
    } else {
    var index = -1;
    var msg;
    try {
    var parts = resp.msg.split(' - ',2);
    if (parts[1]==undefined){
    msg = resp.msg;
    } else {
    i = parseInt(parts[0]);
    if (i.toString() == parts[0]){
    index = parts[0];
    msg = parts[1];
    } else {
    index = -1;
    msg = resp.msg;
    }
    }
    } catch(e){
    index = -1;
    msg = resp.msg;
    }
    try{
    if (index== -1){
    $('#mce-'+resp.result+'-response').show();
    $('#mce-'+resp.result+'-response').html(msg);
    } else {
    err_id = 'mce_tmp_error_msg';
    html = '<div id="'+err_id+'" style="'+err_style+'"> '+msg+'</div>';

    var input_id = '#mc_embed_signup';
    var f = $(input_id);
    if (ftypes[index]=='address'){
    input_id = '#mce-'+fnames[index]+'-addr1';
    f = $(input_id).parent().parent().get(0);
    } else if (ftypes[index]=='date'){
    input_id = '#mce-'+fnames[index]+'-month';
    f = $(input_id).parent().parent().get(0);
    } else {
    input_id = '#mce-'+fnames[index];
    f = $().parent(input_id).get(0);
    }
    if (f){
    $(f).append(html);
    $(input_id).focus();
    } else {
    $('#mce-'+resp.result+'-response').show();
    $('#mce-'+resp.result+'-response').html(msg);
    }
    }
    } catch(e){
    $('#mce-'+resp.result+'-response').show();
    $('#mce-'+resp.result+'-response').html(msg);
    }
    }
    });
    }

    </script>
    <!--End mc_embed_signup-->

    #117670

    Hi Taha,

    I’ll just quote the questions above and answer as best I can:

    • Where can i change the height of the input field (form)?

    > There isn’t currently an option for this so you would need to inspect the page using either Chrome dev tools or Firebug for Firefox and then add some custom css to target the form fields and increase their height that way.

    • I have a 3 colum gallerie in the homepage, i want to have space between the images

    > The same as the previous one, it would need to be done specific to your site targeting the css for that gallery.

    • In the header i want to use different colors voor navigation (Actief orange and disactief dark-blue)

    > You can change the header colors in the themes Styling tab in the Header sub-tab.

    • Header: Where can i set a stroke below menu item when rollover like your example?

    >That will show up automatically when you have a menu with sub-menu items

    • How can i change the height of google map when i use sidebar?

    > 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:

    .avia_google_maps_container {
    height: 230px;
    }

    Then edit it as needed.

    • Special heading: i would like to change that color and not the regular text color.

    > This is already on the feature-request list but for now, it has to be done manually with the same method as the first question and css.

    Regards,

    Devin

Viewing 30 results - 1,591 through 1,620 (of 1,622 total)