Viewing 30 results - 1,531 through 1,560 (of 1,633 total)
  • Author
    Search Results
  • #238355

    Thank you, I was thinking it could be done with the custom fields
    Best regards

    #235123
    This reply has been marked as private.
    #234888
    joelkriteman
    Participant

    Hello
    I am using your Enfold theme.

    I have used the default page layout rather than the advanced ones for my portfolio pages as I wanted to use the advanced custom fields plugin to give my client really specific data entry fields and them not to have to think about layout at all.

    Using the default editor is it possible still to use your image gallery within the page.

    In WordPress I still see the Additional portfolio settings dropdown section with the ability to add images etc but I cannot get this to display on the front end of the site.

    Is this possible or do I have to use an image gallery plugin such to be able to give a gallery for each portfolio item.
    Hope that makes sense.
    Thanks
    Joel

    #233836
    sundialstudios
    Participant

    Hi – I was wondering how I would display a custom field in the Product Slider page-builder element, or if this is even possible without major customization?

    I’m looking to accomplish something that would look like this (custom fields in RED)
    https://www.dropbox.com/s/8zjgr19z464tljx/custom-fields-in-slider.png

    Thanks,
    John

    • This topic was modified 12 years ago by sundialstudios. Reason: Clarity
    #232640

    Hi!

    Thank you for using the theme. I hope you’re doing great.

    You can add this on Quick CSS or custom.css to remove the section shadow:

    .avia-shadow {
    box-shadow: none;
    }

    Best regards,
    Ismael

    #232549

    Excellent.
    All issues resolved.
    Thank you!

    Now… a question about Color Sections.

    Does a color section display a very light gray line at the top if it’s empty?

    I added an empty color section here to open up some white space to display my own custom div elements:
    http://www.finalsmoke.net/order-form-1/

    On another page without the color section, no line is visible (and of course the full amount of white space needed is not available to reveal all my custom div elements, but the area at the top has no line):
    http://www.finalsmoke.net/order-form-3/

    Any ideas?
    Thanks!

    #232538

    Hi Josue,

    Under magnification, I see that the vertical line in the “select” element also contains a custom image with up & down arrows…

    select element

    Any idea what might be putting the image there?

    #232018
    markofwits
    Participant

    I’m trying to override Enfold’s CSS for tables and input fields, on this page: http://www.finalsmoke.net/order-form-1/

    using these styles in my custom style.css file…

    input.fsfield {
    border-width: 1px;
    border-color: black;
    width: 20px;
    color: #000;
    line-height: normal;
    background: rgb(255,255,255);
    font-size: 13px;
    font-family:”Times New Roman”,Georgia,Serif;
    margin: none;
    }

    .fstable table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    border-collapse: True;
    background: none;
    }

    However, my table (which has id=’fstable’) still has a white background (should be transparent), and my form fields (which use class=’fsfield’) are too wide and have the wrong font.

    The above page is using a template in a child theme. The template contains the table and form fields which are not responding to my custom css in styles.css.

    Please advise.

    #231909
    mattmorse
    Participant

    Is there a way to use custom fields to remove the header container from one specific page?

    I am using prettyPhoto to open a Contact Form (matt-morse.com/contact-matt) but would like to remove the header space.

    #229471

    Hi!

    Something (probably custom code) adds some weird output to the head area of the website (i.e.:

    
    <!-- Add jquery script to support Conditional Forms-->
    <script type="text/javascript" src="http://mobilcsarnok.hu/wp-content/themes/enfold/js/1.7.1/jquery-1.7.1.min.js"></script>
    <script type="text/javascript" src="http://mobilcsarnok.hu/wp-content/themes/enfold/js/hidefieldsScript.js"></script>
    

    ) and this breaks the doctype definition and some other things. See: http://validator.w3.org/check?uri=http%3A%2F%2Fmobilcsarnok.hu%2F&charset=%28detect+automatically%29&doctype=Inline&group=0

    Please revert the changes or install the unmodified, updated theme files with ftp: https://vimeo.com/channels/aviathemes/67209750 to fix the issue.

    Best regards,
    Peter

    #229423

    I added some custom checkout fields for woocommerce in functions.php file, but there is no whitespace at the end of the code.

    #229237

    Hi!

    Although is possible, it would require a deep customization to theme files, i personally recommend you using a plugin, like this one, which lets you create a more customizable form.

    Cheers!
    Josue

    #227671
    IndikatorDesign
    Participant

    Hey!

    Have some trouble between different plugs. Tried to deactivate them one by one. If I come to Gravity Forms there is a white Screen after I deactivate it. If I re-activate it, all is normal ? Does anybody has an idea why this happens ?

    Do you know any issues between the new WooCommerce and BuddyPress ? If I try to add a new customer with the checkout, the ajax loading went to infinity after I insert the datas in the fields for email, phone and password… `

    #226394

    Devin…
    Here’s my CPT declaration in function.php of my child theme

    Many thanks for your help

    // CPT Exposition
    	
    	$labels = array( 
            'name' => _x( 'Exposition', 'exposition' ),
            'singular_name' => _x( 'Exposition', 'exposition' ),
            'add_new' => _x( 'Ajouter', 'exposition' ),
            'add_new_item' => _x( 'Ajouter une nouvelle exposition', 'exposition' ),
            'edit_item' => _x( 'Editer exposition', 'exposition' ),
            'new_item' => _x( 'Nouvelle exposition', 'exposition' ),
            'view_item' => _x( 'Afficher une exposition', 'exposition' ),
            'search_items' => _x( 'Rechercher les exposition', 'exposition' ),
            'not_found' => _x( 'Aucune exposition trouvée', 'exposition' ),
            'not_found_in_trash' => _x( 'Aucune exposition trouvée dans la corbeille', 'exposition' ),
            'parent_item_colon' => _x( 'exposition parent', 'exposition' ),
            'menu_name' => _x( 'Exposition', 'exposition' ),
        );
    
        $args = array( 
            'labels' => $labels,
            'hierarchical' => true,
            'description' => 'Exposition féline',
            'supports' => array( 'title', 'editor', 'excerpt', 'author', 'thumbnail', 'trackbacks', 'custom-fields', 'comments', 'revisions', 'page-attributes' ),
            'taxonomies' => array( 'category', 'post_tag', 'page-category', 'Portfolio Categories  ' ),
            'public' => true,
            'show_ui' => true,
            'show_in_menu' => true,
            
            'menu_icon' => get_bloginfo('stylesheet_directory') . '/image/exposition-fff.png',
            'show_in_nav_menus' => true,
            'publicly_queryable' => true,
            'exclude_from_search' => false,
            'has_archive' => true,
            'query_var' => true,
            'can_export' => true,
            'rewrite' => true,
            'capability_type' => 'post'
        );
    	
    	register_taxonomy("Exposition",
    		array("Exposition"),
    		array(	"hierarchical" => true,
    		"label" => __('Expositions'),
    		"singular_label" => __('Exposition'),
    		"rewrite" => true,
    		"query_var" => true
    	));
    
        register_post_type( 'exposition', $args );
    • This reply was modified 12 years ago by Ikyo.
    #225542

    Hi Ismael,

    I am doing my best, but since it is not working properly it is a difficult task. ;-)

    I have setup a new post for you, named ‘test‘. The code I have in there is this (header – testimonial – 2 dividers – header – divider – testimonial – 2 dividers – header):

    [av_heading heading='Overpopulation is not a myth' tag='h5' color='meta-heading' custom_font='' style='' size='' subheading_active='' subheading_size='15' padding='10'][/av_heading]
    … some Testimonial …
    [av_hr class='invisible' height='50' shadow='no-shadow' position='center']
    [av_hr class='invisible' height='200' shadow='no-shadow' position=‚center'] ##==> ‘200’ shouldn’t be necessary
    [av_heading heading='The real question of overpopulation on planet Earth' tag='h5' color='meta-heading' custom_font='' style='' size='' subheading_active='' subheading_size='15' padding=’10'][/av_heading] ##==> this header is not visible at all
    [av_hr class='invisible' height='200' shadow='no-shadow' position=‚center'] ## ==> ‘200’ shouldn’t be necessary
    … some Testimonial …
    [av_hr class='invisible' height='200' shadow='no-shadow' position=‚center'] ##==> ‘200’ shouldn’t be necessary
    [av_hr class='short' height='80' shadow='no-shadow' position=‚center'] ##==> ’80’ shouldn’t be necessary
    [av_heading heading='Interesting Stuff' tag='h3' color='meta-heading' custom_font='' style='blockquote modern-quote modern-centered' size='' subheading_active='subheading_below' subheading_size='14' padding='10']
    Unique ideas, interesting correlations and findings from interdisciplinary fields will find their way into this section.
    [/av_heading]

    Only with this extra-spacing I get a result that on a screen is somehow acceptable. However, the header in the middle [The real question of overpopulation…] is still not visible. A screenshot how it looks like can be found here: http://futuretalks.net/?p=582
    If I add even more spacing, like 50 + 400 instead of 50 + 200 in the first two dividers, it happens that the missing header now does appear. – However with big spaces inbetween, and it doesn’t look great. A screenshot can be found here: http://futuretalks.net/?p=583

    And I am not even how ridiculous it looks on a tablet.

    *****
    I have noticed on several posts by now, that Enfold seems to have an issue with the combination of Testimonials, Dividers and Headers.

    Do you understand the issue now? Can that be helped?
    Thanks for your support.
    ~ Katrin

    #224946
    isee
    Participant

    hi again kriesi,

    – created a custom post type for recipes (with types plugin)
    – copied and changed single.php and loop.php to my child theme
    – later i want to integrate some custom fields to build a new layout

    what i try to do now is to change the html to output schema.org relevant tags, what seems to happen (for example) here:

    echo "<article class='".implode(" ", get_post_class('post-entry post-entry-type-'.$post_format . " " . $post_class . " ".$with_slider))."' ".avia_markup_helper(array('context' => 'entry','echo'=>false)).">";

    within the loop.php

    may you help me to get this working?

    greez
    rene

    #223220

    Hey davidzack!

    Are you using the blog grid layout? You can add this on functions.php to sort the order of blog posts:

    add_filter('avia_post_slide_query','avia_order_by_random', 10, 2);
    function avia_order_by_random($query, $params)
    {
    $query['orderby'] = 'title';
    $query['order'] = 'ASC';
    return $query;
    }

    Regards,
    Ismael

    #223099
    davidzack
    Participant

    I’m using my blog as an events calendar, so I’ve used ACF to add a date picker right below the post title. I’ve updated the loop-index to display posts by that date, rather than publish date.

    I’m wondering if it’s possible to do the same thing with the Blog Posts widget in the layout builder. That block seems to take the formatting edits from loop-index, but it’s still sorting by the publish date.

    Thanks

    #218818

    @Richard Olpin +1 for your requests. Custom boxes would also help me a lot … or at least it would be helpful to be able to add custom css fields to layout elements (as requested before). But custom boxes (with option for background-color, background-image, border … ) would be even better.
    And another request – I don´t know if it has been asked before. It would be nice to have a “process element” like seen here or here. I know I could use the iconlist element, but I prefer to have a horizontal display of each step. Thanks.

    #215226

    Hi Campleiter!

    You can’t link the entire/slide image to an lightbox iframe popup. However you can select “Slide Link?” – “No Link” and then insert your iframe link into the slide title or description field (both fields support html code). The link must look like

    
    <a href="http://www.google.com?iframe=true&width=100%&height=100%" rel="prettyPhoto[iframes]" title="Google.com opened at 100%">Google.com</a>
    

    and replace http://www.google.com with your url and the title and link text with your custom text. Note that you can not use the slide itself as a link if you add a link to the title/description field . otherwise you would add a link to a link and that’s not a valid html code.

    Regards,
    Peter

    #213745

    In reply to: Email "Contact" Form

    Hey!

    Nearly all input fields are styled with general css rules and it shouldn’t be a lot of work to implement a third party contact form. I installed Formidable on my website and it looks like the default contact form with just a few custom css rules.

    Cheers!
    Peter

    #213304

    In reply to: Custom Menu

    Thank you so much!! That really helped a lot.

    My the way, is there anywhere that the user can log into the system without going to /wp-admin/ or /login/?

    I’d like to create a field that the user already have the text fields and password fields to log into the website without going to any of those url just like the search button!!!

    • This reply was modified 12 years, 1 month ago by Guilherme.
    #213276

    Hi epresley!

    You can use custom fields in different ways and I don’t think it will be added on the theme anytime sooner. Maybe you can try these plugins:

    http://wordpress.org/plugins/advanced-custom-fields/

    http://wordpress.org/plugins/custom-field-suite/

    Regards,
    Ismael

    #213259
    epresley
    Participant

    How do I add a custom field to an Enfold portfolio item? I searched in the WP screen options but can’t find how to enable it. Custom fields are enabled in ordinary WP posts.
    If such an option doesn’t exist are you considering adding custom fields into an Enfold portfolio item?

    #213157
    Camineet
    Participant

    Hello, I have a custom form to allow users to post from the front end to a custom post type (pending).

    The form function perfectly well on other themes (I have tested on other themes I have written). The form also works fine if I include the enfold header but comment out the include for the footer. Similarly, the form works if I comment out the header but include the footer. So whats the problem….well, when both header and footer are included the form does not post.

    Any ideas as to what in the theme could be prevent normal functionality?

    Here is my form:

    <div class="entry-content-wrapper clearfix" style="border: solid 0px black">
    <form class="avia_ajax_form" method="POST" form id="new_post" name="new_post" method="post" action="" enctype="multipart/form-data">
    	<fieldset style="border: 0px;">
    		<p id="IGN" class="form_element_half">
    			<label for="offender_ign" placeholder="IGN">Offender IGN <abbr title="required" class="required">*</abbr></label> 
    			<input id="offender_ign" type="text" value="" tabindex="5" name="offender_ign" class="text_input is_empty">
    		</p>
    		<p id="type_of_offence" class="form_element_half_2  form_element_half">
    			<!--<label for="cat">Type:</label>
            	<?php wp_dropdown_categories( 'tab_index=10&taxonomy=portfolio_entries&hide_empty=0' ); ?> -->
    
    			<label for="type_of_offence">Type of Offence</label> 
    			<select id="type_of_offence" class="select " name="category">
    				
    				<?php
    
    				// ======= Custom post types category drop down ======== 
    				$taxonomy = 'portfolio_entries';
    				$terms = get_terms($taxonomy); // Get all terms of a taxonomy
    
    				if ( $terms && !is_wp_error( $terms ) ) :
    				    
    			       	 foreach ( $terms as $term ) { 
    			           echo '<option value="' . get_term_link($term->slug, $taxonomy) . '">' . $term->name . '</option>';
    			        }
    				        
    					endif;
    				?>
    
    			</select>
    		</p>
    		<p id="element_description">	 
    			<label for="description" class="textare_label hidden textare_label_avia_description">Description</label>	
    			<textarea id="description" rows="7" cols="40" class="text_area " name="description"></textarea>
    		</p>
    		<p id="element_image_upload">
    			<label for="image_upload">Image Upload</label>
    			<input id="image_upload" type="file" value="" class="text_input" name="image">
    		</p>
    		<p id="element_tags">
    			<label for="post_tags">Tags <small>(Comma Separated List)</small></label> 
    			<input id="post_tags" type="text" value="" class="text_input " name="post_tags">
    		</p>   
    		<p id="hidden_submit">
    			<input type="hidden" name="form" value="1">
    			<!--  on click, do wordpress action new_post  -->
    			<input type="submit" class="button" name="submit" value="Submit">
    		</p>
    			<!-- ensure post is coming from site and not elsewhere -->
    			<input type="hidden" name="action" value="new_post" />
       			<?php wp_nonce_field( 'new-post' ); ?>
    		</fieldset>
    	</form>
    	</div>

    The form functions:

    <?php 
    
    if( 'POST' == $_SERVER['REQUEST_METHOD'] && !empty( $_POST['action'] ) &&  $_POST['action'] == "new_post") {
    
    	// Do some minor form validation to make sure there is content
    	if (isset ($_POST['offender_ign'])) {
    		$title =  $_POST['offender_ign'];
    	} else {
    		echo 'Please enter the In Game Name (IGN) of the offender';
    	}
    	if (isset ($_POST['description'])) {
    		$description = $_POST['description'];
    	} else {
    		echo 'Please enter some notes about the hate speech';
    	}
    
    	$tags = $_POST['post_tags'];
    
    	// ADD THE FORM INPUT TO $new_post ARRAY
    	$new_post = array(
    	'post_title'	=>	$title,
    	'post_content'	=>	$description,
    	'post_category'	=>	array($_POST['category']),  // Usable for custom taxonomies too
    	'tags_input'	=>	array($tags),
    	'post_status'	=>	'pending',           // Choose: publish, preview, future, draft, etc.
    	'post_type'	=>	'portfolio'  //'post',page' or use a custom post type if you want to
    	);
    
    	//SAVE THE POST
    	$pid = wp_insert_post($new_post);
    
                 //SET OUR TAGS UP PROPERLY
    	wp_set_post_tags($pid, $_POST['post_tags']);
    
    	// Image handling
    	if ($_FILES) {
    	foreach ($_FILES as $file => $array) {
    	$newupload = insert_attachment($file,$pid);
    	// $newupload returns the attachment id of the file that
    	// was just uploaded. Do whatever you want with that now.
    	}
    }
    
    	//REDIRECT ON SAVE
    	$link = "/success";
    	wp_redirect( $link );
    
    } // END THE IF STATEMENT THAT STARTED THE WHOLE FORM
    
    //POST THE POST YO
    do_action('wp_insert_post', 'wp_insert_post');
    
    ?>
    #212178
    hbjcapital
    Participant

    Hi, I would like a little help in making some final changes for the website http://hbjcapital.wpengine.com/ (hosted on WPengine)

    1. I would like to have each post in the grid layout to have a light grey background so that it appears distinct, just like you see in the featured post below the layer slider.

    2. When the user clicks on “customer login” in the top right in the thin blue bar, a pop-up should display just like the search function pop-up, which will have fields for username and password. The field should then pass the data to the same fields on soft.hbjcapital.net and upon validation, open the userportal at soft.hbjcapital.net in a new tab. I do not like how its opening in the frame now.

    3. Also, how do i hide a featured post from appearing in the grid layout below it, as you can see the featured post also appears as the 1st entry in the grid.

    Please have these answered soon. Thanks :)

    #209281
    mcurry
    Participant

    Hi, on this page: http://www.familybudgeting.org.nz/members/order-form I have a resource order form, with drop down boxes using the Gravity Forms “enhanced user interface”. (See question 3, “Your budgeting service”)

    In these drop down fields (and only these) the width is being set to extremely narrow.

    I’ve tried overruling it with custom CSS but can’t work it out; it seems to be generated by javascript? This makes me think the Gravity Forms javascript is conflicting with the Enfold javascript – or something.

    Clearly I’m not sure if it’s an Enfold issue or something else, but any help would be appreciated.

    Cheers,

    Mike

    This reply has been marked as private.
    #207640

    Thanks Devin. I was able to use a combination of color sections and custom class fields using the link you posted to get the desired effect. The only minor issue I am having is finding enough elements to wrap a text block in a design that has a top background, a middle background, and a bottom background. I’m trying to insert another div within the body of the text block and absolute position it, but am having minimal luck.

    #sub_slider .je_block_bottom {
        background: url("images/bg_get_estimate_bottom.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
        bottom: -45px;
        color: #967C68;
        min-height: 55px;
        padding: 10px 5px 5px 30px;
        position: absolute;
        width: 100%;
    }

    The text block I’m working on is called “Get An Estimate”
    http://heartland.estlandpreview2.com/

    #206281
    df50
    Participant

    Hi,

    I am using the post slider to display posts with a certain taxonomy and in each post there are a number of custom fields. I would like to be able to display one of these customer fields in the post slider output. I understand I will have to edit the query but am wondering how to do this without editing the theme files direct. I have a child theme set up and am using that for css and other edits, so any direction you could provide would be appreciated.

    The custom field is called ‘cost’ and display a price for an event that I would like to be able to display

    Thanks

Viewing 30 results - 1,531 through 1,560 (of 1,633 total)