Viewing 30 results - 222,121 through 222,150 (of 243,786 total)
  • Author
    Search Results
  • #256848
    guneybil
    Participant

    Could u help me please. I bought this theme for 25 days ago. I tried to work it. Only grey blank page occurs. Other theme works fine. did I losed my money?

    • This topic was modified 11 years, 8 months ago by guneybil.
    #256845
    This reply has been marked as private.
    #256841
    hamzahmauzam
    Participant
    #256834

    Got the answer,
    How to mark ths as resolved???

    Added
    .title_container .breadcrumb { left: -4px; top: 75%; }
    #top .title_container .container { min-height: 70px; }

    #256808
    adworks
    Participant

    I have a list of issues I need help with, please excuse the site (half done) I have a lot of things, including a child theme/woo snippets to add and I need to fix these issues first before adding more variables – thanks!

    1. I put some Quick CSS in the theme to enlarge the header and drop the bnav down on the logo baseline and the menu when scrolling up now leaves the type/nav hanging off it (where it sits originally before scrolling) http://bagelboys.wpengine.com

    2. I was reviewing this last night on an iPad and on the contact page and you can’t get past the map (map scrolls forever) in horizontal view. I understand the “why” but if I don’t have a workaround I have to scrap the map. See http://bagelboys.wpengine.com/?page_id=19 (hosted on WPengine)

    3. Same page as above in Firefox 3.0, clicking the bagel/pin to the right you’ll see a scroll in the rollover not present in safari.

    4. Is there any way to dress these rollover/tooltips up or at the very least change the background color and font color?

    5. Woocommerce issue on Firefox – not sur if it’s the theme so I’ll throw it out there, when you put any item in your cart and then go to check out it says your cart is empty. I had installed the WooCommerce Field Editor so I deactivated it and reset all the fields and this didn’t fix it. The only other active plugin besides woo and the field editor is the official Facebook plugin. Oddly i turned on private browsing in Safari and recreated this issue in safari so I went back to FF and played with some browser setting with no luck.

    6. Is there any way to get the footer color/image to repeat all the way down to the bottom of the browser?

    PS > Love the new form, it would really rock if you could assign different emails to it based on a field chosen by the user and if the emails collected in the backend like Gravity Forms. Any plans for these?

    Also, is there any place to SEE all the examples showcase of what others have done with Enfold? I’ve found links in the past but it’s too timely to review that way.

    #256787

    Hey!

    You can add in any custom css to a child themes style.css, your Quick CSS in the themes Styling tab or in the themes custom.css file in the css folder.

    You can customize the menu font using the Advanced Styling tab in the theme options (must be on Enfold 2.7).

    Regards,
    Devin

    #256786

    Hi leverate_marketing!

    Are you using Enfold version 2.7 with WordPress 3.9? If not, first update to both and try deactivating all other active plugins to make sure there is no conflict with the theme.

    Cheers!
    Devin

    #256784

    It sounds like the data in your database on the new server is incorrect/corrupted. Unfortunately there isn’t a fix that we can do or suggest in this case. The typical way of moving should be to use something like the plugin mentioned here http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/

    Your options are pretty limited but you could have a freelance developer attempt to fix your WordPress tables for the theme options and LayerSlider options, clear them out or do a full re-install of WordPress and re-export the old site data and then import it in.

    #256780

    Hello!

    Administration Enfold translation in french: Admin-Enfold-2.7_French.rar

    Note: the files will be deleted on the next update.

    If you know an executable to make the changes, I will do job!

    Cheers!

    • This reply was modified 11 years, 8 months ago by youyou78. Reason: bug with the title tag on the link
    #256779
    This reply has been marked as private.
    #256776

    Hey etheravion!

    Open up enfold\framework\php\class-framework-widgets.php and replace:

    
    			if('display title and excerpt' == $excerpt)
    			{
    				echo "<div class='news-excerpt'>";
    
    				if(!empty($avia_config['widget_image_size']))
    				{
    					echo "<a class='news-link-inner' title='".get_the_title()."' href='".get_permalink()."'>";
    					echo "<strong class='news-headline'>".get_the_title()."</strong>";
    					echo "</a>";
    					if($time_format)
    					{
    						echo "<span class='news-time'>".get_the_time($time_format)."</span>";	
    					}
    
    				}
    				the_excerpt();
    				echo "</div>";
    			}
    

    with

    
    			if('display title and excerpt' == $excerpt)
    			{
    				echo "<div class='news-excerpt'>";
    
    				if(!empty($avia_config['widget_image_size']))
    				{
    					echo "<a class='news-link-inner' title='".get_the_title()."' href='".get_permalink()."'>";
    					echo "<strong class='news-headline'>".get_the_title()."</strong>";
    					echo "</a>";
    					if($time_format)
    					{
    						echo "<span class='news-time'>".get_the_excerpt()."</span>";	
    					}
    
    				}
    				echo "</div>";
    			}
    

    Regards,
    Peter

    #256771

    HI Josue,

    Thanks for your research and answer
    What is there to do then?
    I google’ed the foreach() and found something about that the error could be caused be a foreach that is not an array?
    I am not a programmer… But maybe somewhere in the code there is a missing array?
    (Strangely enuf… I have another client with Enfold and SEO by Yoast and this error is not there?).

    Have a nice day

    Peter
    Herbalife Distributor since 1995
    BizDoktor
    Work From Home

    #256769

    In reply to: Enfold und Nextgen

    Hey Biggy!

    Wenn die Pro Lightbox nicht mehr funktioniert würde ich empfehlen auf die standardmäßige PrettyPhoto Lightbox (welche mit dem Theme kommt) zu verwenden. Sie hierzu: https://kriesi.at/support/topic/how-to-use-nextgen-gallery-with-enfold-and-other-kriesi-themes/ – “1) Deactivate the lightbox effect”. Wir können leider derzeit keine umfassende Kompatiblität mit NextGen Pro versprechen bzw. dbzgl Support anbieten. Wenn ich etwas mehr Zeit finde werde ich mir aber ansehen, ob wir dbzgl etwas verbessern können.

    Regards,
    Peter

    #256763

    Hey!

    Please update to Enfold 2.6.4. Older theme versions are not compatible with WP3.9. I recommend to use ftp: http://vimeo.com/67209750 to update the theme.

    Regards,
    Peter

    #256753

    In reply to: Taxonomy filter

    Hey!

    I recommend to try a different blog layout (single author or multi author). The grid layout uses a custom post query which is probably not compatible with the filter widget because the widget only affects the main wordpress query. If you want to use the grid blog layout you would need to modify the code in enfold\config-templatebuilder\avia-shortcodes\postslider.php and implement the query parameters of the taxonomy widget. I recommend to hire a freelancer for this job if necessary.

    Update – I just noticed that the ?s= parameter is set but empty. It breaks the filter because our theme thinks it’s a search query. I recommend to remove ?s= or &s= from the taxonomy url or try to insert this code into the child theme functions.php file:

    
    add_action('after_setup_theme','avia_remove_search_query');
    function avia_remove_search_query(){
    remove_filter('pre_get_posts', 'avia_search_query_filter');
    }
    

    Best regards,
    Peter

    #256749

    Hey hamzahmauzam!

    This widget is not bundled with Enfold or bbpress – it’s a custom widget which is part of the Envato verification plugin Kriesi uses to verify the themeforest purchase codes. You can search for a similar free login widget here: http://wordpress.org/plugins/search.php?q=login+widget

    Best regards,
    Peter

    #256742
    itchybrain
    Participant

    Gday Kriesi

    To make the 2/3 portfolio page (http://kriesi.at/themes/enfold/portfolio-item/slider-two-third/) do I just make each page manually each new item, or is there a predefined template for a 2/3 item that I choose? I haven’t been able to find any templates in the portfolio page choices. I’m happy to make them by myself but wondering am I missing something obvious?

    cheers

    Darryl

    #256741
    hamzahmauzam
    Participant
    #256736

    Done, but #1 the Subscribe button isn’t showing and #2 is there anyway to use Enfolds buttons? or how can I style MailChimps buttons?

    #256731

    Hello

    I found that line but when I change the code I got this error:

    Parse error: syntax error, unexpected 'http' (T_STRING) in /home/********/public_html/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 444

    iotaip
    Participant

    Enfold version 2.7.

    I have a three-column blog grid page. The images of each grid is horizontally aligned. However, there is no fixed height for title, date, except, and “Read more–>”. As a result, if one blog title is taking an extra line than the other blog, or has more lines of excerpts, then the texts are not horizontally aligned. How can I make title to take for example 2 lines, and excerpt to take 2 lines?

    Thanks for your help!

    #256722

    In reply to: Enfold child

    This reply has been marked as private.
    #256721

    Topic: Enfold child

    in forum Enfold
    msujar
    Participant

    Hola, tengo este problema que adjunto en las imagenes. Espero me puedas ayudar, pues no puedo modificar ninguna de las paginas ya creadas mediante el editor avia de plantillas. Cuando intento modificarla no me aparece nada en el editor y si intento agregar alguna imagen o texto me da el error que adjunto.
    Estoy desesperado, ya no se si es por la base de datos o de que puede ser.
    Pantalla editor pagina
    Error de pantalla
    Un saludo

    #256720
    This reply has been marked as private.
    #256714

    Topic: BBpress template

    in forum Enfold
    lsrmedia
    Participant

    For some reason, the look of my BBpress forum looks no where near as nice as the enfold demo page here: http://kriesi.at/themes/enfold/forums/topic/hello-world/

    An example of my forum page can be found here: http://69.195.124.69/~localsp4/forums/topic/test-forum/

    How can I get my forum to look like the demo page forum?

    #256700
    Balazs
    Participant

    Hello,

    we are new to Wordperfect and the Enfold theme. There may be an obvious method to receive security announcements about this theme, but I cannot find it. All I was able to find in the documentation or on the website is that there is a generic twitter account of Kriesi, where – among others – announcements are published.

    #256687
    bcjenkins
    Participant

    Greetings –

    I am attempting to use your theme with http://getpantheon.com and I am getting the following error on activation and viewing.

    Warning: session_start(): user session functions not defined in /srv/bindings/uuid/code/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33
    Fatal error: session_start(): Failed to initialize storage module: user (path: ) in /srv/bindings/uuid/code/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    Please see this article: http://helpdesk.getpantheon.com/customer/portal/articles/1505741

    Is there any way this theme could be made to work with this hosting? You can get a free account for dev for testing.

    Thanks

    bcj

    • This topic was modified 11 years, 7 months ago by bcjenkins. Reason: comma in tags
    #256685
    juubli
    Participant

    New to Enfold and website development…but have searched and read a lot on this site and generally.
    I have not been able to figure out how to use larger image sizes using ‘Tabs’ functionality.

    I have a number of detailed timelines/slides (think words, graphics, pictures) created in omnigraffle. I want to output those as png or jpg in a relatively large format for use with Tabs where tab headings correspond to periods of time (e.g. 1970’s, 1980’s, etc.).

    Two questions:
    1) Where do I find the standard ‘imgSize’ for Tabs? I don’t see any reference to it in the functions.php file or in documentation. Despite having an image that is 1500 pixels wide the image size is relatively small. I’d like the tabs to fill as much of the site as would be recommended here and then the image size within the tabs area to similarly be as large as recommended.
    2) Is there a better approach to try and organize and display this timeline type information?

    Thanks!

    #256679
    akaracing
    Participant

    Hi

    I just updated to 3.9 Enfold and have seen some strange things, my social media icons have lost there color, but on hover you see the color, i had it alternating from color background with white icon then on hover black with colored icon, this happens on laptop and pc’s

    On iphone’s, ipad’s and andriod devices it’s differant, the social media icons are the correct color but also show the alt tag, same with the scroll up arrow.

    this only happened when i upgraded. i do have custom css on the icons please see below

    /* Have fun adding your style here :) – PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

    /* General Custom CSS */

    /*SOCIAL MEDIA ICONS SECTION */

    #top .social_bookmarks_twitter:hover a
    { color: #4099ff; background-color: transparent; text-decoration: none; }
    #top .social_bookmarks_twitter a { color: #fff; background-color: #4099ff; text-decoration: none; }

    #top .social_bookmarks_facebook:hover a
    { color: #3B5998; background-color: transparent; text-decoration: none; }
    #top .social_bookmarks_facebook a { color: #fff; background-color: #3B5998; text-decoration: none; }

    #top .social_bookmarks_youtube:hover a
    {color: #c4302b; background-color: transparent; text-decoration: none; }
    #top .social_bookmarks_youtube a { color: #fff; background-color: #c4302b; text-decoration: none; }

    #top .social_bookmarks_mail:hover a
    { color: #ffcc00; background-color: transparent; text-decoration: none; }
    #top .social_bookmarks_mail a { color: #fff; background-color: #ffcc00; text-decoration: none; }

    #top .social_bookmarks_pinterest:hover a
    { color: #C92228; background-color: transparent; text-decoration: none; }
    #top .social_bookmarks_pinterest a { color: #fff; background-color: #C92228; text-decoration: none; }

    .social_bookmarks li { margin-right: 5px; }
    /* Social Icon spacing */

    /* SCREEN RESPONSIVE SECTION */

    @media only screen and (max-width: 640px)
    {
    .responsive .logo a, .responsive .logo img
    { width:100%; height: auto !important; float:left; margin:0; padding:0; top:0; }
    #advanced_menu_toggle { top: 52px; }
    .responsive #header .social_bookmarks { top: 55%; margin:0; padding:0; left: -15%; }
    }

    /* LAYOUTS & CONTAINERS SECTION */

    .avia-team-member { margin:5px; }

    .content, .sidebar { padding-top: 5px; padding-bottom: 0px; }
    /* this is the spacing on the main page */

    .inner_sidebar { margin-left: 10px; margin-right: 0px; padding:0px; }

    .togglecontainer { margin: 0px 0px; padding: 0px; }
    /* this is the Accordion box on the page */

    .js_active .toggle_content { padding: 3px; margin: 0px; border-color: #d20000; } /* corsa rossa */
    /* this is for the Accordion content details */

    .js_active .toggler { border-color: #d20000; } /* corsa rossa */
    /* this is the Accordion title border area */

    .tabcontainer { margin:0px 0px; }
    /* this is for the content of the Tab box */

    .js_active .tab_content { padding: 5px; margin: 0px; }
    /* this is the content of the Tab box expanded */

    .js_active .top_tab .tab { border-color: #d20000; } /* corsa rossa */
    .js_active .active_tab_content { border-color: #d20000; } /* corsa rossa */
    /* this is for the Tab titles and expanded tabs borders */

    .av-special-heading { margin-top: 0px; }
    /* this is for the Special Heading text */

    .special-heading-inner-border { border-top-width: 2px; border-top-style: none; }
    /* this is for the Special Heading line style */

    .hr { border: solid #ddd; border-width: 2px 0px 0px 0px; clear: both; margin: 5px 0px 5px 0px; height: 0px; }
    .hr span { border-color: #00ffaa; }
    /* this is for the Horizontal Rule */

    .avia_textblock { padding: 5px 0px 0px 0px; margin: 0px; }

    table { margin: 0px; }
    th { padding: 0px; margin: 0px; border: none; }
    td { padding: 0px; margin: 0px; border: none; }
    tr th:first-child, tr td:first-child { border-left-style: none; margin: 0px; }
    tr:first-child th, tr:first-child td { border-top-style: none; margin: 0px; }

    .single-post .post-entry .big-preview { display:none !important }
    /* This stops the preview image being displayed in the post */

    /*
    Desktop Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

    @media only screen and (min-width: 768px) {
    /* Add your Desktop Styles here */

    }

    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

    @media only screen and (max-width: 767px) {
    /* Add your Mobile Styles here */

    }

    #256666

    Topic: Different Backgrounds

    in forum Enfold
    AdDesign
    Participant

    Hi,

    Under the “Enfold Theme Options / Styling”, I’m using a Custom Background Image wich is “fixed”, position “center/center” and “tile horizontally”. How can I use a different Background Image with the same settings (fixed, center/center, tile horiz.) for other pages?

    Regards,
    Alex

Viewing 30 results - 222,121 through 222,150 (of 243,786 total)