Viewing 30 results - 1,441 through 1,470 (of 1,619 total)
  • Author
    Search Results
  • #330079

    In reply to: Portfolio Post 404

    Hey!

    You can add html codes on the Fullwidth Easy Slider caption fields. So adding the logo is possible. Hide comment meta info with this on Quick CSS or custom.css:

    .slide-meta-comments, .slide-meta-del {
    display: none !important;
    }

    Best regards,
    Ismael

    #329932

    In reply to: HTTP Post

    This reply has been marked as private.
    #327837

    Meta fields are saved right along side the post data in the database. See: http://codex.wordpress.org/Custom_Fields

    In the themes case, its a whole bunch of shortcodes. You can actually turn on a field to see them with this function: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    So while you have Enfold active the data will get pulled from that field in the database.

    #327742
    AspidASD
    Participant

    Hi!

    I want to display posts from my blog in my Homepage, but I just want the title and a custom field. I need to find the “Avia layout blog posts” *.php to add the “custom field code”.

    Can you tell me where to find it?

    Thanks!

    #324213

    Hi Ismael,
    this code didn´t work because the product tabs div is overlapping the whole page now. I found another solution which is working for me with a data table and custom fields instead. The div is overlapping the whole item-loop div too but it is a solution which I can live with…
    The only problem is that the data table div isn´t after the item-loop and the sidebar which will cause problems if the item-div is too high so that the text in the item-loop div and the data-table div might overlap because they both come right after the breadcrumps div… This problems are caused because I´m working with Yigits code which puts the item image, the item-loop and the sidebar in different divs (to show a sidebar on single product pages). I´m thinking about a solution of closing out all divs of the shop-loop and then hook in the data table but the divs are opened in too many files and I would have to comment them out and close them before the function of the data table. Well, I´m going to use my solution now and thank you for your support :)
    Regards, Tobias

    #322857

    Hi!

    Did you enable the Responsive mode option on the Slider Settings? Also, please fill up the Responsive Under and Layers Container fields. Also, edit the text graphic layers then go to the Attributes panel. Apply a custom css Classes. Use this to modify the position and size of the element using css media queries.

    Regards,
    Ismael

    #318542

    Hi!
    The first important things I need to know before continue the debugging are:

    1) With custom post type is it possibile to use Advanced Layer Slider?
    2) Are there some avia shortcodes that are not working in a custom post type or custom fields like a textarea?

    thanks a lot!

    #313662

    Yigit – It works perfectly when I edit the theme file, but I want to make sure I do this on the child theme folder (more peace of mind for me if there is a theme update).

    I also want to include some custom fields I’ve added to my posts in the “magazine” display; IN the loop it works perfectly – I’ve been using this code:

    get_post_meta( get_the_ID(), 'Written By', true );

    I wanted to add it as anotherr variable in the render_entry function like:

    $writtenBy = get_post_meta( get_the_ID(), 'Written By', true );

    and then in the output like this:

    $output .= $writtenBy;

    But I’m not getting any results.

    Am I going about this the right way? Thanks again.

    • This reply was modified 11 years, 3 months ago by frescova.
    #313189

    Hey crispics!

    I’m not quite sure what you mean from the description. What is the issue with using the form fields as is right now? Is something not working or are you looking to customize how the form elements works?

    Cheers!
    Devin

    #313163
    frescova
    Participant

    I want to add and display a couple of custom fields with the post meta; I want to add “Written By” and “Publication”

    It’s easy enough to do in the post edit screen, but how do I get them to display int he single entry and post list pages?

    Thanks in advance.

    #311807
    fri_z
    Participant

    hi!
    I already found the solution to enable custom fields for portfolio items.
    https://kriesi.at/support/topic/portfolio-items-custom-fields/
    Is there an option to do this in functions.php of a child theme as well?
    (Don’t like to modify something which will be replaced on updates).
    Many thanks. Fritz

    #311502
    originaltours
    Participant

    Hello Support,

    I have created a couple of customizations in loop-index.php and postslider.php to show my custom fields. Following the advice of support I have created a child theme and took the latest version of the theme as parent… I’ve redone the modifications on the latest theme files and saved them in a same name directory in the child theme folder.

    Somehow the parent files are not overwritten by the child theme. What am I doing wrong? Please see this image where I show the differences.

    https://imageshack.com/i/ipXnuWSwp

    I’ve set back the site to my modified theme. If you would like to see it live in action, please let me know, I will enable the child theme.

    Thanks in advance!

    • This topic was modified 11 years, 3 months ago by originaltours. Reason: Image link added
    #311125

    Topic: Color Section Element

    in forum Enfold
    Jagrav
    Participant

    Hi,

    The color section element is full width. I would like it to be part of the natural flow like the elements above and below it. Can you help me with this?

    Shows color section element full width.

    I’ve added an id and class in the color sections options by adding your code to the enfold-child/functions.php page:

    `/* Adds Custom CSS id and class input fields to element options */
    add_theme_support(‘avia_template_builder_custom_css’);

    thanks

    #311074
    igorvavrik
    Participant

    Hi!
    I’m doing an real estate website and there fields misalignment on page http://www.itz-sold.com/buyers/
    Customer support from IDX broker found that conflict is in Enfold CSS and asked me to make following change

    The issue that you are experiencing with the Quick Search widget is related to the styles that are part of your theme.
    In file http://www.itz-sold.com/wp-content/themes/enfold/css/base.css?ver=2 on line #209 you have to remove display: block; or adjust the CSS, so that it does not affect IDX content.

    So if I do that change, will it break Enfold CSS?

    • This topic was modified 11 years, 3 months ago by igorvavrik.
    #309718

    Hi !

    I found that on the internet :

    Layer options
    
    *Content You can select what kind of content you want to use here. You can use a static image, text, custom HTML or multimedia contents. You can also choose to use dynamic contents from WordPress posts and pages. It supports advanced filtering to get the entries you need, and you include the part you would like to use in a layer such as the title of a post or its featured image.
    
    *Transitions The transition options you can set to customize your layer animation. Move your mouse cursor over the option fields to receive a detailed description about each available settings.
    
    *Link Enter an URL to link layers to other pages. The link behavior can be changed to open it within the current page or on a new tab/window. You can also enter a hash tag followed by a number to link a layer to another slide. <strong>For example #3 will switch to the third slide when someone clicks on this layer.</strong>
    
    *Style Under this section you can customize the appearance of your layers, such as changing the fonts or setting the size of images. Please read the tooltip messages for more information by hovering over the setting fields. You can also enter custom CSS code if there isn't an option what you are looking for.
    
    *Attributes You can apply standard HTML attributes on layers to make it easier working with them in CSS and JavaScript. It also can be used to collaborate with 3rd party solutions like Lightbox plugins.

    It seem to be possible to do a simple link with #ID to jump to an other slide. I’ll try tonight when i come back to home !

    #308192
    EdFritz
    Participant

    I had not noticed this until today. I had set up a Page quite awhile ago and it was working properly in Enfold.
    http://fritzimages.com/blog/instructors/

    I went to the page to do some basic Page editing and the WP SEO plugin 1.5.5.3 meta data description field no longer had the original content, the page slug was not the same as the permatlink, the permalink had changed and redirected, and other fields used in WP SEO had auto populated with non-original content.

    Upon investigating I found that I was using Enfold ->Content Element ->Blog Post. setting: Display entries from a custom taxonomy/.

    From what I can see, the last post blog in that custom taxonomy has been force loaded into the page, auto populating and over riding my original content.

    I also check my home page where I also use BLOG post, and it unfortunately is also toast. All original content , meta description of my site for SEO, gone and rewritten with an recent equipment post.

    I assume you now about this issue as WP SEO has over 12M installs, so I guess others have the issue

    Do you know what is going on ?
    Is there a fix from Enfold ?
    Have you notified Yoast ?
    If so does he have a planned fix ?

    Just so you know, this problem really dented my site, its SEO and recent campaign because of a redirect issue now going to archives instead of the page.

    Any quick help or response, would be greatly appreciated. I also may fall back to a prior WP SEO version if I can find it, or contact Yoast myself.

    Thanks !

    #305852

    In reply to: Image next to text

    Hi!

    You can use this code – insert it into the child theme functions.php or enfold/functions.php file:

    
    
    add_filter( 'woocommerce_checkout_fields' , 'custom_override_checkout_fields' );
    function custom_override_checkout_fields( $fields ) {
         $fields['order']['order_comments']['label'] = 'Remarks (i.e. carbon offsets retired on behalf of John Smith):';
         return $fields;
    }
    

    If you also want to adjust the placeholder text use this code instead:

    
    
    add_filter( 'woocommerce_checkout_fields' , 'custom_override_checkout_fields' );
    function custom_override_checkout_fields( $fields ) {
         $fields['order']['order_comments']['label'] = 'Remarks (i.e. carbon offsets retired on behalf of John Smith):';
         $fields['order']['order_comments']['placeholder'] = 'My placeholder text';
         return $fields;
    }
    

    and replace “My placeholder text” with your custom placeholder text.

    Best regards,
    Peter

    #305299

    Hi!

    1) You don’t need to modify the contact form code/class – you can add the code I posted above in the child theme functions.php file, enfold/functions.php or you can create a custom plugin.

    2) The question is what you want to do with the form data. If you just want to process it without sending emails please use this code:

    
    	add_filter('avf_form_send', 'avia_process_form_data', 10, 3);
    	function avia_process_form_data($send, $new_post, $form_params)
    	{
    		foreach ($new_post as $current_key => $current_post)
    		{
    			//loop through all contact form fields. $current_key contains the field name, $current_post the corresponding value.
    		}
    		return false;
    	}
    

    Then insert your custom code (which processes the form data) below the php comment line.

    
    //loop through all contact form fields. $current_key contains the field name, $current_post the corresponding value.
    

    You can i.e. store the submitted data into the database, write it to a text file, etc. Note that I can’t provide this code because it depends on your php application and it’s also beyond the scope of our support forum.

    Cheers!
    Peter

    #304667
    brentaxe
    Participant

    We are trying to use some custom HTML code that has both plain text as well as input text box fields however the enfold theme is currently formatting the page which does not look good and mis-aligns the elements…

    How can we override the page to NOT use CSS formatting and display the HTML code in it’s original state?

    We have tried using both the code box as well as the standard editor (Text box).

    • This topic was modified 11 years, 4 months ago by brentaxe.
    #303060

    In reply to: WPML Plugin

    This reply has been marked as private.
    #302878

    In reply to: Disable Enfold menu

    Hi guys,

    Nav Menu Roles does not yet work with the public version Enfold. I know because I am pretty sure I’m the guy who helped get support for it (and a few other menu plugins) in the upcoming version. I am guessing staff dev versions are a little ahead of the public version here.

    It is easy enough to add this code to line 510 or so of class-megamenu.php until the release:

    do_action( 'wp_nav_menu_item_custom_fields', $item_id, $item, $depth, $args );

    But, actually, I’m surprised everyone forgot about add_theme_support( 'avia_conditionals_for_mega_menu' ); ;) That should solve it without a plugin.

    • This reply was modified 11 years, 4 months ago by mayorninja.
    #301971

    That worked perfectly. Thank you!
    How can this be avoided in the future?

    I did have to add back into my custom css one style so the form fields look nice:

    #top .input-text,
    #top input[type=”text”],
    #top input[type=”input”],
    #top input[type=”password”],
    #top input[type=”email”],
    #top input[type=”number”],
    #top input[type=”url”],
    #top input[type=”tel”],
    #top input[type=”search”],
    #top textarea,
    #top select {
    border: 1px solid #e1e1e1;
    }

    Dear Ismael:

    I really appreciate your help and I’m sorry to be so much trouble. I do understand that you get tons of requests for everything under the sun from users. I always hate to ask for help until I’ve spent a couple hours trying to figure it out myself. But by that time I am usually a little exasperated – which comes through in my posts – sorry. On the other hand, scores of times – as soon as I post for help; I figure it out. LOL

    I think I’m beginning to understand customizing using the Developer’s Section ID field. That’s pretty foreign to me – but only fair if the theme works that way. I’m so used to using the source code rather than input fields. But hey, like I said only fair.

    Thanks for the help with the customizations. It is very nice and helpful that you post the code for us.

    JUST ONE LAST THING.

    Am I correct that I can’t switch between the ALB and the WP Visual/Text area without losing my code? I read here that the ALB stores input in a different directory than WP – so I guess you would lose code switching back and forth.

    ### If that is the case, then I will not use the ALB. If I don’t use the ALB – does that mean none of the Demo pages will show me example code? ###

    Can you see where that leaves me kind of stuck using the ALB? Which, for many users, is like working in the dark.

    Seems like a radical departure from the dozens of themes I’ve bought from theme forest for the last decade and I’m surprised there was no clue about this in the marketing materials.

    It is too bad because I really like being able to drag things around. That is definitely easier than the regular way. :)

    Please let me know about example pages not using the ALB.

    thanks again

    #301646

    Hello Yigit,
    I have a custom_post_type “custombike” that should contain only 4 simple text input fields (e.g. motor, frame, wheels….that is allready done and working fine) and a gallery. And I would love to use the gallery widget of enfold without reactivating the editor. I want to keep this very simple for my customer and friend. So I would like to use this short code widged as a custom field. I´m a bit concerned if his layout skills aren´t good enough, so I have to fix it every day. :P
    A second solution could be I reactivate the editor and save a prelayoutet gallery column that appear if he add a new “Custombike”.
    This assumes that the avia layout builder has to be activated default (at the moment I have to activate it first) and I could use a layout template.
    Best regards
    Jörg

    #300815

    We are also experiencing this same issue. The visual editor in the Avia Layout builder just shows HTML code in white text. In the Text tab, we can make edits, but we have to remove all extra spaces or it inserts <p> tags. The default editor seems to be OK.

    http://blackhawknetwork.nkv5.com (pass: dev) is the staging site (both live and staging have the same issue). We are on V 2.4.4., but I am not clear exactly how to upgrade the theme to Version 2.9.1 which I did download today.

    Here are the plugins we are using on this site:
    Advanced Custom Fields, Advanced Custom Fields: Nav Menu Field, BackWPup, Contact Form 7, Contact Form 7 Honeypot, Duplicator, Logooos WordPress plugin, Password Protected, Quick Page/Post Redirect Plugin, Simple 301 Redirects, Simple Google Analytics, SubHeading, WordPress Importer, WordPress Simple Firewall, WP Video Lightbox

    #298880

    This theme is more insane the more I use it. Custom CSS fields just opened a whole new world! Love it!

    Thanks Yigit!

    #298229

    Topic: Create a php template

    in forum Enfold
    Jay
    Participant

    Hi,

    I’m wanting to create a custom php template so I can add in Custom Fields.

    I managed to create a template easily that pulls through when its selected on the page by copying the ‘page.php’ file on the enfold theme, however I can’t get any of the other Enfold functionality to pull through (for example, I add elements into the avia layout builder, it doesnt pull them through.)

    Ideally I’d like to be able to pull through whatever avia layout elements are on the page (at the top, so we could add a slider or something), and then my own custom templating at the bottom.

    Is there a way I can achieve this with Enfold?

    Thanks

    #298048

    Hi!

    Can you please re-arrange the contact form field elements? The order should be Name, Message, Email then Subject. Set all fields to fullwidth excerpt the Message field. Set it to 1/2. Add this on Quick CSS or custom.css:

    .avia_ajax_form p {
    width: 48%;
    }
    
    .avia_ajax_form p:nth-child(3) {
    float: left;
    clear: none;
    margin-left: 2%;
    }
    
    .avia_ajax_form p:nth-child(4) {
    margin-top: -50px;
    }
    
    .avia_ajax_form p:nth-child(5) {
    margin-top: -20px;
    }

    Regards,
    Ismael

    #292762
    Heidilaugesen
    Participant

    Hi,

    I search through the forum, because I would like to make the text fields slimmer (reduce the space between the text and the border.

    I tried to paste this in my custom.css, but nothing happens. Can you help?

    #top select {
    -webkit-appearance: none;
    border: 1px solid #e1e1e1;
    padding: 0px 6px; !important;
    outline: none;
    font: 13px “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    !important;
    width: 510px;
    !important;
    max-width: 100%;
    display: block;
    margin-bottom: 0px;
    background: #fff;
    border-radius: 0px;
    height:1px; !important;
    }

    #292568

    In reply to: portfolio url issue

    Hey!

    If you’re using the nsp code plugin the arrows will not work correct because the plugin breaks the default wordpress functions for next/prev post queries ( http://codex.wordpress.org/Function_Reference/get_next_post and http://codex.wordpress.org/Function_Reference/get_previous_post ). Personally I wrote some code for a workaround which works with the premium version of the plugin and which runs on my website:

    
    add_filter('avia_post_nav_entries', 'avia_apply_custom_sort_order_to_post_nav', 10, 2);
    function avia_apply_custom_sort_order_to_post_nav($entries, $settings)
    {
    	if(class_exists('APTO_functions'))
    	{
    		$APTO = new APTO_functions();
    		$category_ids = false;
    		$args = array();
    		$the_id = get_the_ID();
    
    		if(!empty($settings['same_category']))
    		{
    			$taxonomies  = get_object_taxonomies(get_post_type($the_id));
    			$excluded_taxonomies =  apply_filters('avf_exclude_taxonomies', array('post_tag','post_format'), get_post_type($the_id), $the_id);
    
    			if(!empty($taxonomies))
    			{
    				foreach($taxonomies as $taxonomy)
    				{
    					if(!in_array($taxonomy, $excluded_taxonomies))
    					{
    						$category_ids = wp_get_post_terms($the_id, $taxonomy, array("fields" => "ids"));
    
    						if(!empty($category_ids))
    						{
    							$args = array(
    								'taxonomy' => $taxonomy,
    								'term_id' => array_shift($category_ids)
    							);
    							break;
    						}
    					}
    				}
    			}
    		}
    
    		$entries['prev'] = $APTO->apto_get_adjacent_post($args, true);
    		$entries['next'] = $APTO->apto_get_adjacent_post($args, false);
    	}
    	return $entries;
    }
    

    but I’m not sure if it works with the free version. You can place it into the theme functions.php file. If it doesn’t work please contact the plugin author because we can’t support third party plugins and it’s beyond the scope of our support forum. As a temporary solution you can deactivate the nsp plugin.

    Cheers!
    Peter

Viewing 30 results - 1,441 through 1,470 (of 1,619 total)