Viewing 30 results - 232,321 through 232,350 (of 244,344 total)
  • Author
    Search Results
  • #202855

    you guys are awesome!

    #202854

    Problem solved thanks!~

    #202851

    Hi Tim!

    Thank you for the hint. I marked this thread for the other support staff member in case someone needs help with the CloudFlare setup.

    Best regards,
    Peter

    #202848

    Hey wholereneducation!

    You just need to upload the theme files of the old version. No database, etc. changes where made and by replacing the theme theme files with the old files (i.e. upload and overwrite them with ftp) you can downgrade the theme. The “redirect loop” issue is not confirmed/reported by other users yet and it’s probably related to your wordpress configuration (settings, plugins, etc.).

    Best regards,
    Peter

    #202842

    Hi!

    Yes, if you need a quick fix open up /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow.php, /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullsize.php and /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullscreen.php and replace

    
    'content'		=> ShortcodeHelper::shortcode2array($content)
    

    with

    
    'content'		=> ShortcodeHelper::shortcode2array($content, 1)
    

    Note: I already applied these changes to your files.

    Then clear your browser cache and reload the slider page. I noticed that your server seems to cache the content somehow and you maybe need to wait some minutes until the changes take effect.

    Cheers!
    Peter

    #202829

    Hey PPCHound!

    If the custom post type uses the default enfold/single.php and enfold/includes/loop-index.php template it will show the featured image. If a custom cpt template is used then you must make sure that the cpt template supports featured images.

    Best regards,
    Peter

    #202826

    Hey!

    Please open up /wp-content/themes/enfold/includes/loop-index.php and replace

    
    $size = strpos($blog_style, 'big') ? strpos(avia_layout_class( 'main' , false), 'sidebar') ? 'entry_with_sidebar' : 'entry_without_sidebar' : 'square';
    

    with

    
    $size = strpos($blog_style, 'big') ? strpos(avia_layout_class( 'main' , false), 'sidebar') ? 'entry_with_sidebar' : 'entry_without_sidebar' : 'square';
    if(is_single()) $size = "full";
    

    This should replace the thumbnail with the full size image on all single post pages.

    Regards,
    Peter

    #202825

    Hey!

    I still can’t log in. Maybe try to change the password and use alphanumeric characters only. Maybe the “ or other chars have a different character code in the forum and thus the password is not accepted.

    Regards,
    Peter

    #202823

    Topic: Fatal error

    in forum Enfold
    lanikita
    Participant

    I am getting the following fatal error, how can I fix it?

    Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 30720 bytes) in /home/redteam/public_html/wp-includes/SimplePie/Item.php on line 278

    Also, I have a child theme for enfold. I would like to make some css changes, but have never done so with a child theme so am confused on how to do it? How do I make these changes, but not have them change if I update the site at a later time?

    #202817

    Hey Imburr!

    Please refer to this link and follow Dude’s instruction: https://kriesi.at/support/topic/script-for-google-analytics-link-tracking/

    Cheers!
    Ismael

    #202816
    Emmanuelppp
    Participant

    Hello,

    I would like to get a right side bar like this one your demo site http://kriesi.at/themes/enfold/shop/ but in the single product page.

    So far it appears only on the left below the product image… which is terrible : if the sidebar is small, no one even notice there is actually a sidebar as it seems hidden in an unusual place. If there is more content, then it creates a gigantic whitespace below the product, as the description is now extended on all the page so that reduces the height, and increase those of the sidebar since it’s below the image.

    I don’t know if it’s a mistake I’ve done or the normal way, but I can’t change it. I’ve found nothing in the admin>woocommerce>product

    A small left sidebar below the image could be a nice idea, but I need one on the right with some important content.

    Can you help me ?

    Thanks a lot

    #202813
    wholereneducation
    Participant

    How can I downgrade enfold from 3.44 to 3.40. The new version has “redirect loop” problem!!!!!!!!!

    #202810

    Topic: Vendor Prefixes

    in forum Enfold
    Imburr
    Participant

    Just a note for future development- Modern.ie calls out some missing vendor prefixes with the enfolds code:

    p.demo_store	 linear-gradient	 69
    .cart-loading	 transform	 312
    .adding-to-cart-loading:hover .cart-loading	 transform	 312
    #top .added-to-cart-check .cart-loading	 transform	 312
    #top .added-to-cart-check:hover .cart-loading	 transform	 312
    .avia_cart_buttons	 -ms-perspective	 329
    .avia_cart_buttons	 perspective	 329
    .sort-param	 -ms-perspective	 446
    .sort-param	 perspective	 446
    .avia_transform .bbp-replies .bbp-reply-author::before, .avia_transform .forum-search .bbp-reply-author::before, .avia_transform .forum-search .bbp-topic-author::before	 -ms-transform	 1129
    
    pre	 -webkit-linear-gradient	 208
    .avia-arrow	 -ms-transform	 284
    .webkit_fix	 -ms-perspective	 662
    .webkit_fix	 perspective	 662
    .av_font_icon.av-icon-style-border .av-icon-char:after	 -ms-transform-style	 674
    .av_font_icon.av-icon-style-border .av-icon-char:after	 transform-style	 674
    .avia_transform .av_font_icon	 -ms-transform	 675
    .avia_transform .avia_start_delayed_animation.av_font_icon	 -ms-transform	 676
    .avia_transform .avia-icon-list .iconlist_icon	 -ms-transform	 695
    .avia_transform .avia-icon-list .avia_start_animation .iconlist_icon	 -ms-transform	 696
    #top .avia-content-slider, #top .avia-content-slider-inner, #top .avia-content-slider-inner .slide-entry-wrap	 -ms-transform-style	 832
    #top .avia-content-slider, #top .avia-content-slider-inner, #top .avia-content-slider-inner .slide-entry-wrap	 transform-style	 832
    .avia_desktop.csstransforms3d .av-masonry-entry	 -ms-perspective	 861
    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container	 -ms-transform	 863
    .avia_desktop.csstransforms3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content	 -ms-transform-origin	 863
    .avia_desktop.csstransforms3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content	 -ms-transform	 863
    .avia_desktop.csstransforms3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content	 -ms-transform-style	 863
    .avia_desktop.csstransforms3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image:hover .av-inner-masonry-content	 -ms-transform	 863
    .avia_desktop.csstransforms3d .av-masonry-entry:hover .av-icon-display	 -ms-transform	 863
    .avia_desktop.csstransforms3d .av-masonry-image-container	 -ms-perspective	 863
    .avia_desktop.csstransforms3d .av-masonry-image-container	 perspective	 863
    #top .av-masonry-entry.type-product .av-masonry-image-container	 -ms-transform	 869
    #top .av-masonry-entry:hover .av-icon-display.av-masonry-media	 -ms-transform	 871
    #top div .av-masonry-entry.format-quote:hover .av-icon-display	 -ms-transform	 871
    .avia_transform .avia-testimonial .avia-testimonial-image	 -ms-transform	 887
    .avia_transform .avia_start_animation.avia-testimonial .avia-testimonial-image	 -ms-transform	 887
    .grey-bar .bar	 -webkit-linear-gradient	 897
    .blue-bar .bar	 -webkit-linear-gradient	 898
    .green-bar .bar	 -webkit-linear-gradient	 899
    .orange-bar .bar	 -webkit-linear-gradient	 900
    .black-bar .bar	 -webkit-linear-gradient	 901
    .red-bar .bar	 -webkit-linear-gradient	 902
    .teal-bar .bar	 -webkit-linear-gradient	 903
    .aqua-bar .bar	 -webkit-linear-gradient	 904
    .purple-bar .bar	 -webkit-linear-gradient	 905
    .pink-bar .bar	 -webkit-linear-gradient	 906
    .silver-bar .bar	 -webkit-linear-gradient	 907
    .avia-slideshow-inner li	 -ms-transform-style	 938
    .avia-slideshow-inner li	 transform-style	 938
    .csstransitions .av_slideshow_full .avia-caption-content, .csstransitions .av_slideshow_full .avia-caption-title, .csstransitions .av_fullscreen .avia-caption-content, .csstransitions .av_fullscreen .avia-caption-title, .csstransitions .av_fullscreen .avia-slideshow-button	 -ms-transform	 955
    .mejs-controls .mejs-time-rail .mejs-time-buffering	 -webkit-linear-gradient	 1183
    .mejs-controls .mejs-time-rail .mejs-time-current	 -webkit-linear-gradient	 1183
    .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current	 -webkit-linear-gradient	 1187
    .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current	 -webkit-linear-gradient	 1187
    .socket_color .mejs-controls .mejs-time-rail .mejs-time-current, .socket_color .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current, .socket_color .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .socket_color .theme-color-bar .bar	 -webkit-linear-gradient	 1249
    .footer_color .mejs-controls .mejs-time-rail .mejs-time-current, .footer_color .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current, .footer_color .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .footer_color .theme-color-bar .bar	 -webkit-linear-gradient	 1279
    .alternate_color .mejs-controls .mejs-time-rail .mejs-time-current, .alternate_color .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current, .alternate_color .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .alternate_color .theme-color-bar .bar	 -webkit-linear-gradient	 1309
    .main_color .mejs-controls .mejs-time-rail .mejs-time-current, .main_color .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current, .main_color .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .main_color .theme-color-bar .bar	 -webkit-linear-gradient	 1338
    .header_color .mejs-controls .mejs-time-rail .mejs-time-current, .header_color .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current, .header_color .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .header_color .theme-color-bar .bar	 -webkit-linear-gradient	 1372
    #202806

    Hi danieltjohnston!

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

    .tag-34 .tag-page-post-type-title { display: none!important; }

    Regards,
    Yigit

    #202805

    Hi xpoveda!

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

    .bottom_nav_header.social_header .main_menu, .bottom_nav_header.social_header .main_menu { margin-top: -40px; }
    .bottom_nav_header.social_header .main_menu ul:first-child>li a {
    border-right-style: none; }
    .bottom_nav_header.social_header .main_menu ul:first-child>li:first-child a {
    border-left-style: none; }
    .bottom_nav_header.social_header #top .main_menu .menu-item-search-dropdown {
    float: left;
    }

    Can you add breadcrumbs to any of your page so we can check if that is easy to pull it off?

    Regards,
    Yigit

    #202804

    Hey xpoveda!

    Your website looks very nice and i am glad we are able to help :)

    Best regards,
    Yigit

    #202803

    Hey jaypopsu!

    Firstly, please try deactivating all active plugins and check if that helps. If it does not, please then try re-updating the theme via FTP. If that still does not work, let us know
    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Cheers!
    Yigit

    Hi!

    You can create a temporary admin login post it here privately. Please make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button

    Regards,
    Yigit

    #202798
    Imburr
    Participant

    I am running the latest version of Enfold.

    I have created a child theme, which contains a js directory and 3-5 scripts I need to include.

    What is the best way to add these without losing them to updates?

    I have tried to just normally enque them, and it works 50% of the time. I have tried to function avia_register_frontend_scripts() and it will not work.

    I need to to work with whatever jQuery include works- if I need to enque newer jQuery I can do that as well, just please drop a note if it is necessary and how to best accomplish it.

    #202797

    Hi!

    Have you made changes only on logo or other files as well? It should not display portfolio items on mobile like this

    Best regards,
    Yigit

    #202793

    Hey satucker!

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

    .entry-footer { visibility: hidden!important; }

    Best regards,
    Yigit

    #202788
    xpoveda
    Participant

    This topic only congratulate you for the great work you are doing.
    2 websites, 2 shopping enfold. Let the third ……

    http://www.escalamas.com
    http://www.sweetmary-cakes.com

    Customers are pleased with the work.

    If enfold is a big wordpress theme, even better team work support!

    Thank you very much!

    Xavier.

    • This topic was modified 12 years, 2 months ago by xpoveda.
    #202786
    GRAPHICpilot
    Participant

    Hi guys,

    What is the best way to directly link to a display of portfolio items in a specific category? Since I am using the ajax 3-column layout, I would like to also offer a direct link in the main nav menu. I’m using this format but the cookie crumbs are problematic:

    http://www.siteaddreess.url/portfolio_entries/community/

    The cookie crumbs display like this:

    You are here: Home / Homepage / Community

    And the page title looks ugly like this:

    Archive for: Community

    I would like to avoid the “Archive for:” portion and have the page look just like the main portfolio page. Is there perhaps a variable to add to the of the portfolio URL to pre-sort the ajax down to a category?

    Thank you!

    #202783
    This reply has been marked as private.
    #202780

    In reply to: CSS Styles doesnt work

    Hi!

    Like Devin said, you should not modify anything on the theme files because it will be overwritten when you update the theme. You should add the css modifications on the Enfold > Styling > Quick CSS. You need to add it again on Quick CSS or ask your host to do a backup restore if they have any.

    Best regards,
    Ismael

    #202774

    Topic: a few words of praise

    in forum Enfold
    Mike
    Participant

    I just wanted to say thanks to Kriesi and the excellent support team, and congratulate you guys on Enfold.

    Web isn’t my favorite medium, but that’s where the work is. I’ve built a number of sites over the years using Kreisi code because i get to focus on design rather than development. Twicet; corona, bright box, flashlight — the Avia framework has been great to use.

    For my personal site i needed something very customizable that i wouldn’t have to spend a lot of time maintaining, and Enfold blew my mind. It’s elegant, quick, and I can continue to build on this to make it feel like ‘me’.

    So i just wanted to say thanks, it’s been great to see how far you’ve come and i’m looking forward to seeing where you go.

    It’s not yet available for public access. Can i send make a user account for (Email address hidden if logged out) ? Wich access rights do you need?

    #202759

    It would be nice to see in forms:
    – email templates for user and admin
    – Radio’s (for Mr, Mrs or yes/no etc.)
    – Download the results/mails into CSV format
    – Add fields that your form requires with just a single click of the mouse button
    – If fields (dont know the name: ex. when click one option in select, textfield gets visible)
    – Image captcha
    – indivdual error messages textfields
    – optional classes for textfields and buttons
    – reset button
    – spacer

    • This reply was modified 12 years, 2 months ago by docperi.

    Hi,

    Can you post a link to your website please?

    Regards,
    Josue

    w3wision
    Participant

    Hello, guys from kriesi-Team!

    I’m using Multilingualpress from inspsyde GmbH (marketpress.de). They gave me this snippet

    if( function_exists( 'mlp_show_linked_elements' ) ) :
    mlp_show_linked_elements( 
    array(
    'link_text' => 'flag', // oder 'text' oder 'text_flag'
    'show_current_blog' => TRUE
    ) 
    );
    endif;

    which can be added to header.php, to get the language switcher. I’ve done this after this lines of header.php:

    echo "<nav class='main_menu' data-selectname='".__('Select a page','avia_framework')."' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">";
                                    $avia_theme_location = 'avia';
                                    $avia_menu_class = $avia_theme_location . '-menu';
                                    $args = array(
                                        'theme_location'	=> $avia_theme_location,
                                        'menu_id' 			=> $avia_menu_class,
                                        'container_class'	=> $avia_menu_class,
                                        'fallback_cb' 		=> 'avia_fallback_menu',
                                        'walker' 			=> new avia_responsive_mega_menu()
                                    );
    
                                    wp_nav_menu($args);

    This is the result i get: http://goo.gl/8Y7mQz (view), http://goo.gl/ZHlTH4 (generated html).
    By the way, here is the documentation of this plugin:

    Can you please help me, to get this languages shown as dropdown menu (like a Shop on the picture) so, this menu items, would be also show in a mobile view. How can I change this php-snippet, so that this get the rights css-classes?

Viewing 30 results - 232,321 through 232,350 (of 244,344 total)