Viewing 30 results - 7,051 through 7,080 (of 7,471 total)
  • Author
    Search Results
  • @maratino Thanks for the tip. I will add one thing here to your post. IE 8 can have issues with max-width. It may not happen with your code, but folks should be aware of some max-width issues with IE 8. Usually it’s with an element with overflow:hidden. And for sure it has issues with < img > max-width when the widths and heights are specified. In that scenario it works in compatibility mode, but not in standard mode. There are additional oddities with IE 8 that a Google search will highlight as well. I share this tidbit so that if someone has weird things happening in IE 8, they might want to take a gander at max-width. It has troubled us on many occasions.

    Having said that, we have definitely experienced some issues with some max-width properties in Enfold. I’ve meant to bring it up, but haven’t had the time. Perhaps I might start a separate thread, but specifically, in the base.css file, there is a global property on < img > with max-width set to 100%. It’s near line 150ish (I’m recalling this from memory). We have some dynamic content being inserted into areas of Enfold with Ajax and callbacks, and the max-width property is not recognized in IE 8. No image renders in the browser. This is a separate matter for another thread, but I thought I would bring it up as an example just in case some folks experience some odd issues in IE 8.

    #182546

    Topic: bbpress and BBLANG

    in forum Enfold
    alvimita
    Participant

    Dears,
    I searched the forum but couldn’t find any way to edit the language of bbpress in Enfold.

    I have uploaded in ftp (plugins/bbpress/languages/ the .mo and .po files, I went to the themes/enfold/config-bbpress to modify the config.php file. In there I don’t see any reference regarding to BBLANG as mentioned in the tips provided by bbpress. What am I missing?

    Well, that’s a start. But not completely there. So, I decided to dive in myself. To make the entire .avia-icon-list-container take up less content area requires substantially more CSS involving edits to the children H4, P, line-heights, margins and various other things. It’s a matter of taste and you will have to fiddle with several things to make it work for your site. I offer some code snippets and comments to aid you in doing what you want, along with before and after screen captures to see what the results will look like. I am not completely sold on what I made here and think it can be tweaked more, but it should give you the nuts and bolts to get the job done for your site. Please note that .page-id-734 class relates to my installation here. Your mileage may vary. You may want to change things globally, or perhaps you can make a Class wrapper to selectively control specific Icon Lists within the Icon List page editor. Enable the custom CSS Class settings in your functions.php file in your child theme for the latter. Search this site for the code block to enable that feature.

    In my opinion, there should be some options on the back-end for doing this automatically as mentioned in my previous post above. If you folks at Kriesit.at want to use this code base as a baseline for improving a more automated method, I think folks will welcome it.

    Cheerios and good luck.

    
    .page-id-734 .avia-icon-list LI
    {
       /*
       margin-top: minus top property tightens up the spacing between each topic item
       margin-left: minus left property shifts the entire icon list container back to the left due to the margin-left settings in .iconlist_icon that recentered the dotted lines
       */
    	margin: -20px 0 0 -17px;
    }
    .page-id-734 .avia-icon-list .iconlist_icon
    {
    	height: 40px;
    	width: 40px;
    	font-size: 22px;
    	line-height: 40px;
       /*
       margin-left:  Important to do here -  recenters the dotted line
       margin-right: gives space right of the circle for adjacent text
       */
    	margin: 0 30px 0 13px;
    }
    .page-id-734 .avia-icon-list-container .iconlist_content
    {
    	font-size: 12px;
    	/*
      line-height: tightens up paragrapgh content under the item heading
      */
    	line-height: 17px;
    }
    .page-id-734 .avia-icon-list-container H4
    {
    	/*
      Resizes the Item Heading
      */
    	font-size: 13px;
    }
    
    

    Screen Capture Of Icon List Before Edits

    Screen Capture Of Icon List After Edits

    #182446
    DavyE
    Participant

    Tried searching the forums, but couldn’t find anything related to Enfold.

    How can I change the background-color for text selection? Have tried adding the following to my custom.css:

    ::selection {background-color:#ef7c0b!important;}
    ::-moz-selection {background-color:#ef7c0b!important;}
    ::-webkit-selection {background-color:#ef7c0b!important;}

    Yes, even with !important it still doesn’t work.

    As far as I understand, the color used for background-color of text selection is the same as the one added in the theme settings in WP. Yet, as I have already mentioned in a previous topic several months ago, I cannot add my specific company color to the theme settings. So how can I overwrite that different color, or is there a way to solve that bug?

    In your Theme settings -> Styling -> Main Content -> Primary Color, try adding the following #EF7C0B. You will see the C is replaced by a D. Seems like a minor change, but try filling 2 squares with each color, you’ll see the difference. For my company, it’s important to get it right.

    #182342

    Topic: Code in Article

    in forum Enfold
    macrunner
    Participant

    Hi

    I would like to insert highlight code, CSS, PHP etc in Article WordPress
    Is possible with Enfold, or do I have to install a plugin?
    If so, do you recommend a good plugin?

    I searched on wordpress.org, I found this plugin: http://wordpress.org/plugins/crayon-syntax-highlighter/
    What do you think?

    Many thanks

    #182338

    Topic: Footer Edit

    in forum Enfold
    sandjob
    Participant

    I purchased the enfold theme and I am just having trouble trying to find where I can edit the footer data, I loaded the dummy data and built it off of that but I’ve searched widgets and items to the footer columns but where do you edit the information like the default (interesting links) text.

    #181645
    freepixelweb
    Participant

    Hi, I just updated to 2.4.1 and Enfold all images with animated javascript no longer displayed. If I disable the animation it is displayed.
    More tables to tabs are not displayed correctly.

    After research is done using a child theme that generates these problems.

    If I do not activate the theme Enfold only it works. :-(

    Regards.

    Jean

    • This topic was modified 12 years, 2 months ago by freepixelweb.
    #181604

    +3 for for the same header with social media icons on the side.

    I do know a similar way of getting it working, though, only it doesn’t sit on the right of the search but in between main menu and search, so it’s not right. You can just add the icon (font version) as a custom link to your main menu.

    Hi!

    Go to Enfold > Sidebar > Sidebar on Archive Pages select left sidebar.

    Cheers!
    Ismael

    #180796

    Hey!

    1) In your WordPress theme directory, please go to Enfold folder and open functions-enfold.php file and search for “avia-post-nav” it should be on 356th line. Comment out all lines by adding // between including 347 and 366 http://i.imgur.com/mNyYD0F.jpg
    2) There is already such feature on the theme. You can see it on demo page http://kriesi.at/themes/enfold/2013/10/21/postformat-gallery-multiple-images-with-different-sizes/

    Cheers!
    Yigit

    #180753
    oliviad
    Participant

    Hi,
    I have searched everywhere in this forum and tried many tweaks but did not find any thing. I want to open the portfolio link into a new window, any idea how I can do so?

    I guess it is somewhere here :

    avia-shortcode / portfolio.php

    $output .= "<h3 class='grid-entry-title entry-title' $markup><a href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>";

    Thanks in advance for your help

    PS: I have Enfold previous version as I have problem with upgrade

    #180429

    Hey!

    In your WordPress theme directory, please go to Enfold\config-templatebuilder\avia-shortcodes and open portfolio.php file and search for “Post Number” and you should find this lines http://i.imgur.com/qjMrnkY.jpg
    Changed underlined 100 to 150, then go back to your Portfolio Grid element and change “Post Number” to 150 http://i.imgur.com/IWzmyRd.jpg

    Cheers!
    Yigit

    #180386

    Hi KCMartin91737!

    In your WordPress theme directory please go to enfold\framework\php folder and open function-set-avia-frontend.php file and search for “Archive for category”. It should be on 838th line http://i.imgur.com/mg9atjV.jpg
    Simply remove Archive for category:

    Regards,
    Yigit

    #179549

    Hey!

    I wonder how the Enfold theme can conflict with this plugin. Especially because the php notice (NOTICE: wp-content/plugins/CookieInfo/inc/class.settings-api.php:94 – Undefined index: desc) indicates that the plugin tries to access an array value which is not defined and this error as nothing to do with the theme. You can try some free plugins from here: http://wordpress.org/plugins/search.php?q=cookie if the plugin author can’t help you.

    Best regards,
    Peter

    #179520
    Norton
    Participant

    I can’t figure it out.
    I want to create a simple page template with a centered image.
    I need it because I am using a real estate MLS plugin that spawns pages with property search results.
    The only choices are “default”, “archive” and “blank, no header, no footer”

    The “dsIDXpress” plug-in has a pull down to select a template to use for Results Pages.
    http://www.hosinski.com/search-mls/

    Thanks

    #179393

    In reply to: Search form bug

    Hey Céline!

    You are using version 2.0.1 of Enfold, please update it (latest version is 2.4).

    Best regards,
    Josue

    #179155

    Topic: Search form bug

    in forum Enfold
    celineflament
    Participant

    Hello,

    I have noticed a strange bug with the Enfold search form: when I click on the search icon in the menu bar, the search form appear… elsewhere on the page. Here’s a screen capture where you can see the search bar in the middle of the content part, a little above the last paragraph.

    Enfold search form bug

    Thank you in advance for your kind help,

    Céline

    #178854
    This reply has been marked as private.

    Hey Mary!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    .search-no-results .avia_combo_widget, .search-no-results h3 { display: none; }

    Regards,
    Yigit

    #178440

    In reply to: Remove Comments

    Hey lhuston!

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

    .comment_meta_container, .sidebar_right .comment_container { display: none; }

    2) In your WordPress theme directory, please go to enfold\includes folder and open loop-index.php file and search for

    if ( get_comments_number()

    It should be in 120th line. Comment lines from 120 to 129 as shown here http://i.imgur.com/G12RLk5.jpg

    Regards,
    Yigit

    #178018

    Hey!

    Please try Relevanssi: http://wordpress.org/plugins/relevanssi/ and this code: https://kriesi.at/support/topic/enfold-code-update-for-2-2-to-use-relavanssi-plugin/#post-168752

    After the plugin installation go to the configuration page and search for the “Indexing options” – there you can select/deselect the post typesyou want to add to the search index. Deselect the “portfolio” checkbox and save the settings.

    Best regards,
    Peter

    #177851

    Hey!

    Follow Dude’s Instruction:

    1) Please edit /wp-content/themes/enfold/includes/admin/register-admin-options.php and search for

    
    								"subtype" => array(
    
    									'500px' 	=> 'five_100_px',
    									'Behance' 	=> 'behance',
    									'Dribbble' 	=> 'dribbble',
    									'Facebook' 	=> 'facebook',
    									'Flickr' 	=> 'flickr',
    									'Google Plus' => 'gplus',
    									'Instagram'  => 'instagram',
    									'LinkedIn' 	=> 'linkedin',
    									'Pinterest' 	=> 'pinterest',
    									'Skype' 	=> 'skype',
    									'Soundcloud'=> 'soundcloud',
    									'Tumblr' 	=> 'tumblr',
    									'Twitter' 	=> 'twitter',
    									'Vimeo' 	=> 'vimeo',
    									'Xing' 		=> 'xing',
    									'Youtube'   => 'youtube',
    									'Special: RSS (add RSS URL, leave blank if you want to use default WordPress RSS feed)' => 'rss',
    									'Special: Email Icon (add URL to a contact form)' => 'mail',
    
    								)),
    

    You can add your social media icon to the array. The first value represents the caption in the dropdown, the second value will be used to show embed the icon (icon/character code). We’ll include a filter in the next update which helps you to add a social icon without modifying the theme files.

    Then add following code to functions.php

    
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    function avia_add_custom_icon($icons)
    {
    $icons['behance']	 = array( 'font' =>'entypo-fontello', 'icon' => 'ue915');
    return $icons;
    }
    

    and instead of “behance” insert the option value of your social icon (replace it with the same value you used for the “icon/character code” in step 1). You also need to replace ue915 with the character code of your icon – if you don’t know it you can use fontello.com to look up the default values (click on the social icon and select “Customize Codes”).

    Cheers!
    Peter

    Hey!

    I did not test this modification but try to adjust the height variable in wp-content\themes\enfold\js\shortcodes.js to calculate the new height. Search for

    
        		this.$slider.height(slide_height);
    

    and replace it with

    
    this.$slider.height(slide_height);
    if($('body').hasClass('.page-id-3014')) this.$slider.height(slide_height) =  this.$slider.height(slide_height) - 100;
    

    Note that the code will only work on the page with the id 3014. By going this way we avoid to break other sliders on different pages.

    Cheers!
    Peter

    #177287

    Hey!

    Yes, see: http://www.wpexplorer.com/limit-wordpress-search/

    You can even use a child theme to add the hidden input fields to your search form – just paste following code into the functions.php file (child theme or enfold functions.php):

    
    add_action('ava_frontend_search_form','add_search_form_fields');
    function add_search_form_fields()
    {
    echo '<input type="hidden" name="cat" id="cat" value="5" />';
    }
    

    and instead of 5 enter the id of the category you want to include in the search.

    Cheers!
    Peter

    #177079

    I would love to add video to the fullscreen slider, instead of just images.

    And also:
    – Animated numbers/charts (even if it’s just like on the Kriesi homepage, right above the big twitter and facebook buttons).
    – A nice integrated language selector for WPML in the main menu, similar to the search in the menu.

    • This reply was modified 12 years, 3 months ago by DavyE.

    Nope. The files are not corrupt. You are misguiding him with your advice to re-download the entire package. The javascript files are simply not there, or for some highly odd reason, they vaporize in thin air from the inside of a zip file upon download. They simply don’t exist in the folder. Go look for yourself. The PHP error message in his screenshot tell you the story and exactly where to look. It will take you a few seconds with a wildcard *.js search on your local computer to confirm this. We have the same PHP error messages here with three downloads from two different versions of Enfold. I would suggest you also look for other missing javascript files too. Because there’s more than one that’s missing in action.

    When you replace the missing files, it sure would be good to give an announcement to your customer base in some fashion. Fortunately, the javascript files are not major features to the slider plugin and don’t affect the entire theme much. It still works, but lacks customization in areas and some of the buttons don’t fire the appropriate javascript functions due to the missing scripts.

    #176735
    Compustar82
    Participant

    Hello,

    Please tell me how to implement the following into the enfold theme. I need the logo to include this markup and not sure how to add it because of the php involved with the enfold logo. Thank you

    Using schema.org Organization markup, you can indicate to our algorithms the location of your preferred logo. For example, a business whose homepage is http://www.example.com can add the following markup using visible on-page elements on their homepage:

    <div itemscope itemtype=”http://schema.org/Organization”&gt;
    Home

    </div>

    This example indicates to Google that this image is designated as the organization’s logo image for the homepage also included in the markup, and, where possible, may be used in Google search results. Markup like this is a strong signal to our algorithms to show this image in preference over others, for example when we show Knowledge Graph on the right hand side based on users’ queries.

    #176383

    +1

    #176381

    Thanks for the quick reply!

    Another question: Is it possible to limit the search to posts (of a certain category, perhaps with preview image??) only? I do not want the search to return pages, tags or portfolio items. I’ve looked at search.php in the enfold files but I’m lost.

Viewing 30 results - 7,051 through 7,080 (of 7,471 total)