Viewing 30 results - 691 through 720 (of 1,622 total)
  • Author
    Search Results
  • #1013035
    beenee
    Participant

    Hi guys,
    I’ve been trying several (quick-css) codings and can’t get the font straight in the form fields at the page http://dev.plp-group.com/jobs_career/ (Main content and footer) . Need to have: font-family: “Montserrat” !important;
    Any ideas?
    best
    Stefan

    #1012959

    Hi Guys,
    I hired a freelancer and got some help with adding opt-in code to the header image of the page I mentioned above.
    The opt-in is absolute, but adding it has somehow messed up the spacing of the title – it’s a little different depending on mobile or desktop (I use http://www.responsivedesignchecker.com to check it on all sizes), but there is either too much space above or below the opt-in fields, or both.
    With your guys’ help here, we did quite a bit of customizing to this ‘Secrets’ sales page (see ‘secrets’ css), and all the new css for this optin has been added to the bottom under General Styling.
    This seems to be a theme related issue, can I get your help again tweaking the spacing of the title/opt-in, so there isn’t all the extra white space above or below the opt-in on all browsers?
    Thanks!

    #1012778
    beenee
    Participant

    Hi,
    how can I customise field color of footer form fields?
    txs
    S

    thanks,

    after which line of code do I have to enter the php code of advanced custom fields?

    The code in question has this formula:
    $ value = get_field (“text_field”);

    Best regards

    leos
    Participant

    Hello!

    i have created custom types in Porftolio items, with Advanced Custom Fields.

    I am now looking for how to make them appear in portfolio, for example i made some fields and i would make them appear instead of the post content.

    In which php file must I place my code? I do not find the right place! The code has this format: $value = get_field( “text_field” );

    Thanks for your help

    #1009364

    Hi,

    Please add this code to the child theme functions.php to activate post meta support for portfolio entries:

    
    
    add_filter('avf_portfolio_cpt_args', 'avf_portfolio_cpt_args_mod');
    function avf_portfolio_cpt_args_mod($args) {
    	$args['supports'][] = 'custom-fields';
    	return $args;
    }
    

    Best regards,
    Peter

    #1009105

    Hello Rikard,
    I’ve created few custom fields with AccessPress Anonymous Post plugin, but I also want to use already existing custom fields, like the one with metakey “user_submit_name”.
    I put some screenshots, as my Enfold Theme is in Italian, with translation next to relevant fields.

    In regular post “screen option” I can activate custom fields.
    custom fields activation on regular post-picture

    Which I can see down the post editor
    Custom fields-picture

    I would like to be able to activate and see these custom fields in “portfolio post” editor, as there are no now.
    No custom fields in portfolio post editor-picture

    In custom fields I can see the data inserted by my registered user in a front-end form and I want to use them to edite the portfolio post before publishing it (insert name of author in one text box, price in another, etc.).
    It would be perfect if the values of custom fields would go in the layout elements automatically, but on this forum I was explained I need to hire a developer for this, and it isn’t that important for now (but if you have any tip for that I would be grateful)

    • This reply was modified 7 years, 4 months ago by tavomenas.
    #1008722

    Hey tavomenas,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply. Are you adding the custom fields with a plugin?

    Best regards,
    Rikard

    #1008637
    tavomenas
    Participant

    Hi,
    I’ve created a front-end form on website where users insert some data (title, description, pictures, adress, etc). This data are being used to create a portfolio post saved as draft. The admin reviews the submitted data and uploads the portfolio post.

    On regular post editor on “screen settings” I can activate “custom fields”, pretty useful to collect the data from submission form.
    Unfortunately there are no “custom fields” on portfolio post editor “screen settings”, is there a way to activate them?

    Thanks

    • This topic was modified 7 years, 4 months ago by tavomenas.
    #1007099

    Hi giorgio_betagrafic,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .woocommerce-billing-fields  .form-row  label {
        display: block;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1006835

    UPDATE
    A new version is up and ready to download! As previously mentioned, I have created a way for you to use ACF Pro to have an alternative way to display testimonials on sites. With this setup, you’ll be able to have a single location to enter testimonials for sites using the ACF Pro feature to create an options page in the back end and the element for a Repeater. The element’s “READ ME” tab will outline how to set up the specific fields needed in ACF Pro yourself…or you can just use the convenient import file that is included and it will set up all the fields you’ll need. This initial version will allow you to enter as many testimonials as you want and will load a random one on page load to display. Future versions will include options to load more or as a carousel.

    Included are four layout options which by default have that stock Enfold look, but no worries, you’ll be able to customize every aspect of the look to match each site’s style. They’re also completely responsive. I’ve also included a default image to load as the avatar should you not set one on a testimonial. Simply replace the user.png graphic in the images folder to anything you’d like. Just be sure to keep the same file name.
    ACF Pro Testimonials
    ACF Pro Testimonials

    #1006474

    Hi,

    Yes, I’m just trying to tell you that the Amazon pay is there every time I load the checkout page from the cart icon. If you want to remove the billing details, add this code in the functions.php file:

    add_filter( 'woocommerce_checkout_fields' , 'avf_override_checkout_fields' );
    function avf_override_checkout_fields( $fields ) {
        unset($fields['billing']);
        return $fields;
    }

    And this css code on the Quick CSS field:

    #top #payment, #top form[name="checkout"] #customer_details {
        display: none !important;
    }

    Best regards,
    Ismael

    #1006294
    daniur
    Participant

    I need a Contact From smaller and more compact.

    I’ve managed to make the fields smallers through custom CSS. But I’d like to re-arrange the fields to have an even more compact design.

    I’ve attached an screenshot of I would like to perform, can you please help me to arrange the fields so they look something like this:

    View post on imgur.com

    Many thanks! :)

    • This topic was modified 7 years, 4 months ago by daniur.
    #1005477

    In reply to: Pdfs not found

    PS on this here: https://kriesi.at/support/topic/pdfs-not-found/#post-1005108 you inserted a wrong link too.
    Can you please tell us what you are doing / inserting on the text-input fields

    But

    please use the code tag here on board.
    1) click the code button above
    2) paste in your code
    3) click again (now you see button has changed to closing tag) /code

    _______ now______on your code there was one missing – that it is a manually set code. See if i create a Button with your link:

    [av_button label='Download e-Brochure' link='manually,http://wpg.com.gridhosted.co.uk/wp-content/uploads/2018/09/sns.pdf' link_target='_blank' size='medium' position='left' label_display='' icon_select='yes' icon='ue8ad' font='entypo-fontello' id='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='av-jlngc6oc' custom_class='' admin_preview_bg='']

    link=’manually,http:// …

    But both should work ! – did you work only with debug mode ?
    the link is totaly abstruse: nested and an anchor in a href attribut etc. pp:

    click to enlarge:

    sandrameyer
    Participant

    Hi there,
    I’m using the Enfold theme and have added the mailchimp form from the content elements.
    Now I would like to customize the mailchimp newsletter form, so that

    1. the form dosn’t show label texts above the input fields (e.g. name, email-address) – how can I remove the labels above the fields?
    2. Instead of labels above I would like to (only) show placeholder texts inside the fields. The placeholder texts should be grey for all fields with the font family ‘Roboto’, font size: 10px.

    Could you please provide me with the CSS that I could add to the quick CSS section in General stylings to achieve these changes?
    Many thanks!

    Hi,

    The problem probably is only the super admin can use the WP-Import script/function to import the data. If you don’t have the privileges of a super admin the WP-Import script will abort and the settings won’t be imported.

    I guess it would be easier to import/export the settings with a database tool like phpMyAdmin. You just need to export all fields starting with “avia_options” (without the quotes). Then import them again on your new server, go to the settings page and re-save the settings. If necessary you also need to re-upload the custom font files.

    Best regards,
    Dude

    Munford
    Participant

    HI my site was down after I did a restore to a backup this morning. It got corrupted last night after I was trying out some code in the child theme
    I was seeing this:

    `Notice: Undefined variable: post in /www/wp-content/themes/enfold-child/functions.php on line 106 Notice: Trying to get property of non-object in /www/wp-content/themes/enfold-child/functions.php on line 106 Notice: Undefined variable: post in /www/wp-content/themes/enfold-child/functions.php on line 107 Notice: Trying to get property of non-object in /www/wp-content/themes/enfold-child/functions.php on line 107 Notice: Undefined variable: display_child_pages in /www/wp-content/themes/enfold-child/functions.php on line 108 Notice: Undefined variable: sidebar_menu in /www/wp-content/themes/enfold-child/functions.php on line 108 Notice: Undefined variable: children in /www/wp-content/themes/enfold-child/functions.php on line 110 Notice: The called constructor method for WP_Widget in WPAC_Nav_Menu_Widget is deprecated since version 4.3.0! Use
    __construct()
    instead. in /www/wp-includes/functions.php on line 3916

    Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in /www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php:16) in /www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 8`

    If I read that right, the error is in the child theme functions.php, correct?
    I see the code error is here in the file:

    /*==========MAGAZINE ELEMENT add excerpt under title al l===========*/
    add_filter('avf_portfolio_cpt_args', 'avf_portfolio_add_custom_fields', 1);
    function avf_portfolio_add_custom_fields($args) {
            $args['supports'] = array('title','thumbnail','excerpt','editor','comments', 'custom-fields', 'page-attributes');
            return $args;
    }
    
    $default_sidebar = false;
    				$parent = get_the_title($post->post_parent);
    				$parentlink = get_the_permalink($post->post_parent);
                    $sidebar_menu .= "<nav class='widget widget_nav_menu $display_child_pages'><ul class='nested_nav'>";
    				$sidebar_menu .= "<h3 class='widgettitle'><a href='{$parentlink}'>$parent</a></h3>";
                    $sidebar_menu .= $children;
                    $sidebar_menu .= "</ul></nav>";
    
    add_filter('widget_text', 'do_shortcode');

    I’m not sure I need that code anymore since I think I edited the magazine.php which I have in my child theme to show the excerpts instead with this code that you gave me:

    if(empty($this->atts['thumbnails']))
    				{
    					 $image = "";
    					 $extraClass = "av-magazine-no-thumb";
    				}
    			}
    			
    		
    				$excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_magazine_excerpt_length' , 60) , apply_filters( 'avf_magazine_excerpt_delimiter' , " "), "…", true, '');. 

    Also I have commented out the code and the excerpt are still showing fine (see page below). Not sure what to do there, if anything

    I reinstalled the theme and that seems to have fixed the error with the events-countdown.php file that was giving me that FATAL ERROR. When the debug was still on (it’s off now) I was getting these notices:

    Notice: Undefined index: index in /www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_gallery/masonry_gallery.php on line 468 Notice: Undefined index: index in /www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_gallery/masonry_gallery.php on line 471 Notice: Undefined index: index in /www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_gallery/masonry_gallery.php on line 472

    Notice: Undefined index: index in /www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.php on line 421

    Should I do something about that those things? The site seems to be displaying OK now.
    thanks for your help

    Nancy

    • This topic was modified 7 years, 4 months ago by Munford.
    #1003536

    Hi,

    This is possible. First go to Enfold > Theme Options > Layout Builder a tick the “Show element options for developers” checkbox.

    Afterwards go to the advanced layout builder. There you can set a custom id for each color section (i.e. footer_section like in this screenshot: (Email address hidden if logged out) &Expires=1535798957&Signature=Sx8FbgjA59bXm6umPVTn7Ew6rdz2FBV2zKYdC6Xqz9%2BYrDBT7VRrhj9yYA7PWNl%2BdEqEBMZAZ4tfEa1NA3y7CHjRluSg7rZHr6XzqaaJxees7rRTFAEFjNYgmvDd8sHZ81R8skWYWibDwx2S2e4%2BInj36GndeE%2BkEDh5nel1JjvRCNgOkhDKw%2BRYc9OXnyLrnLP%2FdgcXnkZzzGYT7JsdvXJO0y7TyNiNz4anpHp0Tuq%2FeyO85gj5p%2Bf5kCC63H3S1l%2FohWvebC6FAzMm8s%2BWzmOGOvegAUq9oxDlKpBWKbeMNYDleuHN2o7rlRbjiOT3OLCu03zOYL9MjXJcgT83Qg%3D%3D&md5=38863184e64f4b331dba54773139694b&NOT_A_LINK”>Link).

    You can also set a custom css class for all elements inside the section – you just need to scroll down to the “Custom Css Class” settings field (Screenshot: http://www.clipular.com/c/6711384096899072.png?k=RrMoKtXRISy07PSweKZzcezN7Dk ). Please insert all ids or classes WITHOUT css selectors, you don’t need to add # before ids or . before classes (note this only applies to the layout builder setting fields, not to the css code you’re using to style these elements).

    Best regards,
    Dude

    #1002339

    Hi,

    I have added the below CSS to Quick CSS section.
    Please refresh the cache and review your site:

    #top .custom-column form {
        margin-bottom: 20px;
        display: flex;
        justify-content: space-around;
    }
    
    #top .custom-column fieldset {
        width: 100%;
    }
    
    .custom-column .avia_ajax_form .button {
        width: 100%;
        margin-top: 29px;
    }

    Best regards,
    Vinay

    #1001700

    In reply to: Advanced Custom Fields

    to show custom fields (acf) in posts

    like

    				<div class="book-meta">
    	<ul>
    		<li><strong>Author:</strong> <?php the_field( 'accession_no_[087]' ); ?></li>
    		<li><strong>Release Year:</strong> <?php the_field( 'collection_title_[490]' ); ?></li>
    		<li><strong>Book Rating:</strong> <?php the_field( 'reference_[091]' ); ?></li>
    	</ul>
    </div>
    #1001359

    In reply to: Portfolio entries

    Hi frankeee, here our steps – as far as I can remember – but NOT using a child-theme:
    1) ADD NEW SEARCH FORM in S&F with “Results Method = Using a shortcode”. For example, the searchandfilter id is “253”.
    2) Add Joshua’s code at the end of portfolio.php

    //function that allows to set the query to an existing post query. usually only needed on pages that already did a query for the entries, like taxonomy archive pages.
    		//Shortcode uses the query_entries function above
    		public function use_global_query()
    		{
    			global $wp_query;
    			$this->entries = $wp_query;
    		}
    
    		/* Added by Josue */
    		public function use_search_and_filter_query($query)
    
    		{
    
    			$this->entries = $query;
    
    		}
    		/* End Added by Josue */
    
    	}
    }

    3) Create a S&F results php file, named with the S&F shortcode id, for example 253.php in the folder “search-filter”, put this folder in the enfold-folder:

    <?php
        $grid = new avia_post_grid(array(   'linking'       => 'ajax',
    	                                'columns'       => '3',
    						
                                            'contents'      => 'excerpt',
    
                                            'sort'          => 'no',
    
                                            'paginate'      => 'no',
    
                                            'set_breadcrumb' => false,
    
                                    ));
    
        $grid->use_search_and_filter_query($query);
    
        echo $grid->html();
    	
        ?>

    4) Put the S&F shortcodes for search fields and results in the text editor or in a customized widget area somewhere on the page:
    [searchandfilter id=”253″]
    [searchandfilter id=”253″ show=”results”]
    Good luck!
    Bernd

    #1000963

    In reply to: Advanced Custom Fields

    Hey vasileandrei,

    Please refer to the following:

    A joint thread between here and the ACF forums.

    Best regards,
    Jordan Shannon

    #1000931

    Topic: Advanced Custom Fields

    in forum Enfold
    vasileandrei
    Participant

    Hi
    where I insert the code of Advanced Custom Fields in single.php?
    i tried in several places but it does not work
    the code is something like that <?php the_field( 'accession_no_[087]' ); ?>

    #1000063

    Just use the Export function in WP under Tools
    Works great for just what you want to do

    Export
    When you click the button below WordPress will create an XML file for you to save to your computer.

    This format, which we call WordPress eXtended RSS or WXR, will contain your posts, pages, comments, custom fields, categories, and tags.

    Once you’ve saved the download file, you can use the Import function in another WordPress installation to import the content from this site.

    Choose what to export

    #999222

    In reply to: Custom CSS Class

    these custom classes are not set in the custom fields. These custom classes are only setable if you are working with the advanced layout builder ( shortend as ALB).
    When you have your text-block element from Enfold ALB – open that element

    Under the inputfiled for the text there is now an input field for Custom Css Class

    #997881

    Reminder folks… This is a collection of elements that are meant to work in conjunction with specific plugins installed on your WordPress setup, just like Enfold does. Many of the elements will show up and work out the box without any other plugins installed. If you wanna catch them all, you’ll need some 3rd party plugins installed in WordPress. Currently, those plugins are WooCommerce and Advanced Custom Fields. That should have been obvious by the nature of the theme here…and the product description on my site….but apparently it wasn’t spelled out well enough.

    This will be the case going forward. I will add more and more elements and some may only work if certain plugins are installed on WordPress. That’s been the point of this whole adventure. We all have countless ways in which we are using this theme for just as many purposes. My hope is that these elements help to make it easier to create even better layouts and templates without the need to remember code snippets or shortcodes. Not only for the non-devs who like the drag and drop nature of the layout builder….but for us devs as well. Time is money to those of us who build sites for a living. If these elements can help you to make better sites for your clients quicker…that’s awesome. Means you can get on to the next client that much quicker.

    Hope everyone likes it and will consider purchasing the elements each time you need to use it on a different site. As a reminder, I am donating all of the proceeds to help a cancer patient. If you like the elements, please don’t forget to share how you are using these elements and where. I’ll share them out on social media.

    #997065

    Hey Olga,
    For the contact form styling, you would need to add the class to the form fields for the custom css to take effect, I see the person that wrote the post didn’t explain that step. So I added “class:enf_fields” to your CF7 fields and “class:enf_button” to the CF7 button for you.

    For the menu, I changed the background color in your css to: “background: rgba(0,0,0,0);”
    which removes the gray color.

    Please clear your browser cache and check these two solutions.

    Best regards,
    Mike

    #996997
    Mudfish488
    Participant

    Hi! It’s been a while since I used Enfold. I recall there being two fields in a color section, one where I could set the column to only-mobile or only-desktop and a second field I could use for anchors. I only see one field now. Could you please help assist with how I can get the other field to show up so I could create content that is both mobile only but also anchor available? I’m sorry I don’t recall the exact field name.

    Thanks!

    #996131

    In reply to: Lightbox Error

    It appears that there may be an issue with the custom search plugins I have. When you go to this attachment page: http://www.sugarbakers.us/portfolio-item/showroom-2-2/home-fashions_2/ the image opens in lightbox. I added a custom category to this image using the Advanced Custom Fields (ACF) plugin. But if you go to this page: http://www.sugarbakers.us/portfolio-item/showroom-26/ it doesn’t open lightbox and the image is fullsize. This second image does not include a custom ACF category. I tried deactivating this plugin and the Search Everything plugin, but I still encountered the same issues.

    #994241

    UPDATE
    Custom Enfold Elements - Spiderfly Studios
    Custom Enfold Elements - Spiderfly Studios

    Change Log – v10

    • Minor update to the product tags element
    • Added product categories element
    • Updated the product title element to optionally display categories as subheading option
    • Updated the page title element to optionally display categories as subheading option
    • Updated the product price heading element to optionally display categories as subheading option
    • Added a category list element which will display a list of the post or portfolio categories.
    • Added a tag list element which will display a list of the post or portfolio tags.
    • Updated the ACF Repeater element to include additional, optional fields such as a title or field group wrapper.
Viewing 30 results - 691 through 720 (of 1,622 total)