Forum Replies Created

Viewing 30 posts - 5,551 through 5,580 (of 9,352 total)
  • Author
    Posts
  • in reply to: Issues with blog #213750

    Hey!

    Please create us an admin account – we need to check the configuration first hand.

    Cheers!
    Peter

    in reply to: Error : undefined index #213748

    Hey!

    Please try following fix – open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_gallery.php and replace

    
    if($meta['index'] == 0) $params['close'] = false;
    

    with

    
    if(!isset($meta['index'])) $meta['index'] = 0;
    if($meta['index'] == 0) $params['close'] = false;
    

    Cheers!
    Peter

    in reply to: Setting up Portfolios in ENDFOLD. Newbie to WP+ENDFOLD #213747

    Hey!

    No, you don’t need to create a portfolio grid. The grid can be used to show all (or some) portfolio items – like the blog page will show your posts – but you are not forced to use it. The portfolio single entries will also work without a portfolio grid and posts are also accessible if you do not create a blog page. However it’s a question of “usability” because if you don’t create a portfolio grid the users won’t know that you created portfolio entries. You would need to incorporate the links to your portfolio entries into your pages, articles, etc. with other methods (i.e. text links, etc.)

    Cheers!
    Peter

    Hey Citrusjohn!

    The warning/error message tells you that the server tried to write the session data but it failed because it couldn’t open the temporary session folder (/home/content/21/10078221/tmp/sess_kskdel2l5qsk9ucaendi2348r2) to write the session data (failed: Permission denied). Please ask your hoster to fix the folder/session permissions. Without sessions you can’t use the theme properly.

    For more information you can read http://stackoverflow.com/questions/5104065/php-session-handling-errors and http://www.vikasing.com/2013/02/pita-6-php-warning-unknown.html

    Best regards,
    Peter

    in reply to: Email "Contact" Form #213745

    Hey!

    Nearly all input fields are styled with general css rules and it shouldn’t be a lot of work to implement a third party contact form. I installed Formidable on my website and it looks like the default contact form with just a few custom css rules.

    Cheers!
    Peter

    Hey!

    I’m not sure which plugin you use at the moment but it adds following code to the head section

    
    <meta name="generator" content="WPSSO 1.22.1G" />
    <meta property="og:locale" content="en_US" />
    <meta property="og:site_name" content="Mambo Local" />
    <meta property="og:url" content="http://mambocasting.com/" />
    <meta property="og:title" content="Mambo Local" />
    <meta property="og:description" content="This is a Page excerpt. It will be displayed for search results" />
    <meta property="og:type" content="article" />
    <meta property="article:published_time" content="2013-04-04T23:13:40+00:00" />
    <meta property="article:modified_time" content="2014-01-22T19:52:43+00:00" />
    <!-- og:image:1 --><meta property="og:image" content="http://mambocasting.com/wp-content/uploads/2013/04/Background-1-2-1200x630.jpg" />
    <!-- og:image:1 --><meta property="og:image:height" content="630" />
    <!-- og:image:1 --><meta property="og:image:width" content="1200" />
    

    and uses this image http://mambocasting.com/wp-content/uploads/2013/04/Background-1-2-1200×630.jpg for the preview image. I suggest to use Yoast SEO – then go to SEO > Social, tick the “Add Open Graph meta data” checkbox, login as facebook admin and then set the description + image. Afterwards save the settings. Make sure no other seo plugins are activated otherwise they might conflict with Yoast.

    Cheers!
    Peter

    in reply to: Enflod Theme Not Loading #213495

    Hey nikolasjanik!

    The error tells you that the server tried to write the session data but it failed. Please ask your hoster to fix the folder/session permissions and to check all other session settings and the php.ini configuration. There’re many possible solutions but it depends on the server configuration. You can use google to search for more information – the search term “session_start invalid argument (22)” returned useful answers.

    Cheers!
    Peter

    in reply to: Bilder unscharf #213359

    Hey aebli!

    Ich habe mir nur diese Seite angesehen: http://new.ete.ch/unternehmen/mitarbeitende/ – hier verwendet ihr anscheinend das “Team” Element für die einzelnen Mitarbeiter. Die einzelnen Bilder sind aber nicht in Originalgröße eingebettet, sondern verweisen auf kleine Thumbnails (zB: http://new.ete.ch/wp-content/uploads/Emil-Egger-AG-Team-Heini-Egger-300×200.jpg oder http://new.ete.ch/wp-content/uploads/Emil-Egger-AG-Team-Michael-Egger-300×200.jpg ). Ihr habt zwei Lösungsmöglichkeiten:

    1) Verwendet die Originalbilder oder zumindest größere Thumbnails – die Größe könnt ihr Rechts im Galerie-Fenster bestimmen: http://www.clipular.com/c/6081498889322496.png?k=HhSgbxEkNXEmdWVS0SDMpjB4WUc

    2) Ihr bleibt bei der Thumbnailgröße und versucht mit diesem Plugin: http://wordpress.org/plugins/wp-resized-image-quality/ eine bessere jpeg Qualität einzustellen. Anschließend erstellt ihr die Thumbnails neu: http://wordpress.org/plugins/regenerate-thumbnails/

    Cheers!
    Peter

    in reply to: Custom Menu #213346
    in reply to: Enable lightbox on product catolog page? #213345

    Hey!

    Probably the reason is that most themes don’t use/support the lightbox on the shop/archive pages (i.e. Avada or the official WooThemes – i.e. http://demo2.woothemes.com/hub/shop/ also don’t support a lightbox) and it’s not easily possible to add this feature with a plugin. You could create a plugin for certain themes but this plugin wouldn’t be compatible with other themes and eventually many users would report bugs or incompatibility issues to the plugin author which are not fixable because every theme uses different templates, code, etc.

    Regards,
    Peter

    in reply to: Integrate proper goals with Google Analytics #213339

    Hey netfex!

    You can try to add an onclick event like this user: https://kriesi.at/support/topic/syntax-error-when-adding-tracking-code-to-form-submit-button/

    If you want to track the user actions with a special website I suggest to use Formidable or Gravity Forms instead of the default contact form.

    Cheers!
    Peter

    in reply to: The google Maps API server rejected your request #213338

    Hey Tobias!

    Unfortunately there’s nothing we can do on our end to fix the issue. We can only set the parameter to true or false when we call the api script and afaik there’s no other way to set the sensor setting. You can try to use another map plugin instead (i.e. http://wordpress.org/plugins/wp-google-maps/ ) – maybe it can fix the issue somehow.

    Regards,
    Peter

    in reply to: Kriesi.at Social Network #213318

    Hi Guilherme!

    Kriesi doesn’t want to release it (yet) because it’s not flexible enough and everything is hardcoded. In addition he wants to keep some elements unique to his website.

    Cheers!
    Peter

    in reply to: Customize Search Results Page #213221

    Hi!

    You can hide the tab with

    
    .tab.widget_tab_comments{display: none !important;}
    

    Cheers!
    Peter

    in reply to: Enable lightbox on product catolog page? #213220

    Hey japk!

    This feature would require a theme code customization which is beyond the scope of our support forum. You can suggest a product catalog lightbox feature here: https://kriesi.at/support/topic/enfold-feature-requests/ and if more users request it we’ll look into it.

    Regards,
    Peter

    in reply to: Add SOCKET back in #213217

    Hi bmneimark!

    Open up /wp-content/themes/enfold/footer.php and replace

    
    if(!$blank && $footer_widget_setting != 'nofooterarea' )
    

    with

    
    if($footer_widget_setting != 'nofooterarea' )
    

    and

    
    if( $footer_widget_setting != 'nofooterwidgets' )
    

    with

    
    if(!$blank && $footer_widget_setting != 'nofooterwidgets' )
    

    Cheers!
    Peter

    in reply to: Which WPML multiligual plugin is right for me? #213213

    Hi!

    You must buy the WPML Multilingual CMS package if you want to use all features because the “Blog” version does not contain the “string translation” extension which is required to i.e. translate the slugs: http://kriesi.at/documentation/enfold/translating-the-portfolio-slug-with-wpml/ or author names.

    Regards,
    Peter

    Hi!

    The “PressApps Video” plugin breaks the sidebar. We use following code in sidebar.php

    
    $the_id = @get_the_ID();
    

    to fetch the page id and this plugin seems to break this code. Probably the plugin authors use a custom query in their code to query some posts, etc. but they don’t reset the query afterwards (with: http://codex.wordpress.org/Function_Reference/wp_reset_query ). If they don’t reset the query the get_the_ID() function can’t return the right page id and the sidebar code (which depends on this id) won’t work. As a temporary fix you can try to replace

    
    $the_id = @get_the_ID();
    

    with

    
    $the_id = avia_get_the_ID();
    

    Best regards,
    Peter

    in reply to: Responsive random quote section #213208

    Hi!

    I suggest to upload a different background image in this case. Your current image shows two quote icons: http://home.innerpath.com/wp-content/uploads/2014/01/quotes-background-1300×200.png and imo it’s not possible to show both quotes for all screen resolutions. The only solution would be to use this code

    
    #quotes {
    background-size: contain;
    }
    

    but then the image position looks weird on smaller screens. I suggest to draw the quote box with css (don’t use an image but just set a bg color for the entire box) and then insert the quote icon (small image which just contains the icon) with a background-image attribute and use “no-repeat top left”.

    Cheers!
    Peter

    in reply to: Stand Alone Icons – Pop-up Box Position #213205

    Hi!

    1) Yes, (for this page: http://thefoundtable.com/entry ) use following css code

    
    #top.page-id-3872 .avia-section{
    background-color: rgba(200, 54, 54, 0.5);
    }
    

    You can use any other rgba value – this converter: http://hex2rgba.devoth.com/ will help you to convert the hex colors to rgba. The last value determines the opacity and must be between 0 and 1.

    2) Yes use this code and replace the rgba values to change the color

    
    #top.page-id-3872 .avia_textblock{
    background-color: rgba(200, 54, 54, 0.5);
    }
    

    3) You can hide the header with

    
    #top.page-id-3872 #header_main { display: none !important; } 
    

    4) Can you post a link to a page with the menu please?

    Best regards,
    Peter

    in reply to: Vertically align icon box next to easy slider #213204

    Hi!

    Please try to insert following code into the quick css field

    
    #top.page-id-2539 .avia-slideshow li img {
    width: auto;
    max-height: 314px;
    }
    

    If you want to set a different heights use this code

    
    #top.page-id-2539 .avia-slideshow.avia-slideshow-1 li img {
    width: auto;
    max-height: 314px;
    }
    

    for the first slideshow and

    
    #top.page-id-2539 .avia-slideshow.avia-slideshow-2 li img {
    width: auto;
    max-height: 314px;
    }
    

    for the second slideshow and change the max-height value if necessary.

    Regards,
    Peter

    in reply to: WordPress SEO breaks my homepage when activated #213203

    Hey!

    Tbh I don’t know what causes the issue in your case. It must be something with the server or wordpress configuration because I can’t reproduce the issue on my test and production servers and the vast majority of our theme users use Yoast SEO without any problems. You can try to set up a clean wordpress installation (no other plugin, clean database, etc.) and then install Yoast SEO with Enfold and check if both work together. You can also try to find a solution with google – the search term “WordPress SEO redirect loop” returned some useful articles.

    Best regards,
    Peter

    in reply to: Pricing Table Line Height Trouble #213202

    Hey!

    Ok, please try to reduce the padding bottom/top with

    
    .pricing-table>li.avia-pricing-row{
    padding-bottom: 5px;
    padding-top: 5px;
    }
    

    Best regards,
    Peter

    in reply to: main menu problems #213201

    Hi!

    You can use following code

    
    .avia-msie .menu-item .av_font_icon {
    margin-top:-20px;
    }
    

    to apply a negative offset for IE users. If you can only reproduce the issue with IE10 use this code

    
    .avia-msie-10 .menu-item .av_font_icon {
    margin-top:-20px;
    }
    

    which will not affect IE9, 11, etc.

    Best regards,
    Peter

    in reply to: Custom Menu #212997

    Hi Thionix!

    See https://kriesi.at/support/topic/enfold-conditional-menu/

    Best regards,
    Peter

    in reply to: Autofill select drop down menu #212994

    Hi mathijs-huisman!

    The only easy solution I can think of would be to create three different pages and then insert the same contact form on each page. The only difference must be the order of the dropdown option. For the first button use:

    
    Option 1, Option 2, Option 3
    

    for the second

    
    Option 2, Option 1, Option 3
    

    and for the third

    
    Option 3, Option 1, Option 2
    

    instead of Option 1, Option 2, Option 3, etc. insert your option values.

    All other solutions would require a developer and some custom jquery/javascript code.

    Cheers!
    Peter

    in reply to: Images falling of page Internet Explorer #212992

    Hey!

    Yes but I didn’t notice the issue on other websites yet and we can’t add fixes to the core without making sure it’s a general issue. However I probably found the problem – please try to insert

    
    .avia-msie .entry-content-wrapper a{ max-width: 100%;  }
    

    into the quick css field. If this doesn’t work try to add an !important tag. I think this code in css/base.css causes the issue

    
    a { text-decoration: none; outline: 0; max-width:100%; max-width:none\9; }
    

    The max-width:none\9 hack is required for IE8 but in our case it also breaks the image link.

    Best regards,
    Peter

    in reply to: Adding Slideshare to header social icons #212984

    Hi!

    Sure – insert following code into the quick css field:

    
    #top .social_bookmarks_facebook:hover  a{color:#fff; background-color:#37589b; }
    

    Then replace the background color value with your color and replace “facebook” with your social media service/name.

    Best regards,
    Peter

    in reply to: No gallery on windows machines #212982

    Hey!

    Please deactivate the jquery updater plugin to fix the js error. It’s not required and just messes around with the order of the javascript files….

    Regards,
    Peter

    in reply to: sidebar/widget issues #212978

    Hi!

    Glad you found a solution. I don’t know what the plugin author means with ” default wordpress widget settings” (afaik there are no default widhet settings for widget areas) but it’s not important…

    Regards,
    Peter

Viewing 30 posts - 5,551 through 5,580 (of 9,352 total)