Forum Replies Created

Viewing 30 posts - 6,451 through 6,480 (of 9,352 total)
  • Author
    Posts
  • in reply to: social icon in footer #190511

    Hey Delphiine!

    I need to check the html/css source code. Can you post a link to your website please and maybe provide login credentials which help us to view the website without the “coming soon” page?

    Best regards,
    Peter

    in reply to: Compatibility of WPMUDev's Events+ plugin or Calendarize It! #190510

    Hey!

    No we didn’t test these plugins. I worked with Tribes Events Calendar in the past and I can also recommend this plugin especially because the tri.be devs cooperate with us and we can talk to them if we find a theme/plugin conflict.

    Best regards,
    Peter

    Hey!

    I think I misunderstood you yesterday – I thought you mean that the default value (mail address in the input) is wrong because the label shows a ‘ after the mail address. But it seems like you referred to an “empty” input field (= no mail address in the option field). This normally shouldn’t happen because we set the default mail address as standard value. However we’ll include a check in the next version to avoid that an empty email address value breaks the form.

    Regards,
    Peter

    in reply to: updating prettyPhoto in child theme #190504

    Hey!

    I changed the code of the first line a bit (#189806) – please try it again

    Regards,
    Peter

    Hi!

    If it still doesn’t work please try to add following code to functions.php

    
    add_action('init','remove_yoast_analysis');
    function remove_yoast_analysis(){
    remove_filter('wpseo_pre_analysis_post_content','avia_wpseo_pre_analysis_post_content_fix', 10, 1);
    }
    

    Best regards,
    Peter

    in reply to: Non-english sites show content in German language #190501

    Hi!

    I looked into it and the problem is that the Swedish translation file seems to contain German text strings. We didn’t notice it in the past because anyone of the support team speaks Swedish and we did not translate the theme. We used a file which was provided by an user and we didn’t check if the text strings are translated properly or not. I made a video which shows you how you can find and change the German text strings: http://www.screenr.com/fXoH . Afterwards regenerate the mo file. If you’re ready please send us the translated files and we’ll include them in the next update for all Swedish users.

    Best regards,
    Peter

    in reply to: Non-english sites show content in German language #190075

    Hi e10durak!

    Please try to delete the German translation files (located in the wp-content/themes/lang/ folder – delete de_de.po and de_DE.mo).

    Regards,
    Peter

    in reply to: Cyrrilic portfolio slug #190014

    Hey!

    Yes, we’ll fix the contact form issue with the next theme update

    Best regards,
    Peter

    in reply to: Customizing Mega menu with images, icons and text #190003

    Hi!

    WordPress will not import all settings of the “Mega Menu” which we used on the demo page simply because the import tool can’t handle all data fields. You need to configure the menu settings manually (Appearance > Menus).

    Cheers!
    Peter

    in reply to: Contact Form Not Working #189999

    Hi!

    If you’re using the latest version of the Enfold theme (v2.4.1) the contact form will use the wp_mail function ( http://codex.wordpress.org/Function_Reference/wp_mail ) to send the emails. The http://wordpress.org/plugins/easy-wp-smtp/ plugin (or other smtp plugins) hook into this function and make sure that wordpress does not use the default php mail function but smtp instead. You don’t need to do anything else.

    Cheers!
    Peter

    Hey jrevillini!

    Thank you for the hint – we”ll fix the typo in the next version. The label of the email field does not affect the default value though – we use the get_option(‘admin_email’) function to fetch the default email from the database (see code in /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contact.php ). I couldn’t reproduce the issue on my test server but maybe you entered a wrong admin email address on the settings page?

    Regards,
    Peter

    Hi!

    Yes please – create us an admin account and post the login credentials as private reply.

    Regards,
    Peter

    in reply to: statistic shortcode? #189807

    Hey!

    Yes, afaik something like that doesn’t exist as a plugin yet…

    Regards,
    Peter

    in reply to: updating prettyPhoto in child theme #189806

    Hey!

    Use following code to combine both mods

    
    if(!is_admin()) add_action('wp_enqueue_scripts', 'avia_register_child_frontend_scripts', 100);
    
    function avia_register_child_frontend_scripts()
    {
    	$child_theme_url = get_stylesheet_directory_uri();
    
    	wp_register_script( 'avia-js-child-theme', $child_theme_url.'/js/googlelink.js', array('jquery'), 1, false );
    	wp_enqueue_script( 'avia-js-child-theme' );
    
    	wp_dequeue_script('avia-prettyPhoto');
    	wp_register_script( 'avia-prettyPhoto', $child_theme_url.'/js/jquery.prettyPhoto.js', array('jquery'), "2.0", false );
    	wp_enqueue_script( 'avia-prettyPhoto' );
    }
    

    Regards,
    Peter

    Hi!

    You need to replace the “Your Message” text with your custom text.

    Cheers!
    Peter

    in reply to: statistic shortcode? #189801

    Hey!

    You can try http://wordpress.org/plugins/wp-charts/
    Regards,
    Peter

    in reply to: Enfold RSS Link and Twitter Account – translate text #189782

    Hi!

    No, Codestyling just helps you to translate the language files (po and mo files) but it does not allow you to create a translated version of your website. Codestyling just replaces some parts of the “String Translation” feature of WPML when it comes to the po/mo translation. Nevertheless I think the user interface of Codestyling is more intuitive when it comes to po/mo file translations and I recommend to use it instead of the WPML po/mo file translation. You need to download the plugin here: http://wordpress.org/plugins/codestyling-localization/

    Best regards,
    Peter

    in reply to: Save Portfolio Items #189577

    Hi tomerus!

    WordPress or Enfold don’t come with such a feature out of the box but you can try a plugin from the repository: http://wordpress.org/plugins/search.php?q=Favorite+Posts to add it to your website. I didn’t test a particular plugin though and I can’t promise that all are compatible with Enfold.

    Best regards,
    Peter

    in reply to: how to hide admin bar? #189574

    Hi!

    Insert following code into the theme functions.php file to hide the admin bar for all users except the administrator

    
    /* Disable the WordPress Admin Bar for all but admins. */
    if (!current_user_can('manage_options')){
      show_admin_bar(false);
    }
    
    

    Best regards,
    Peter

    in reply to: Alternate colour background in columns #189572

    Hi!

    Glad it works now :)

    Best regards,
    Peter

    in reply to: Various errors after update #189569

    Hi rasskell!

    1) Can you please post a link to a page where the fonts for various logos don’t work. I viewed all subpages but I didn’t notice the issue on any page.

    2) Please post a link to a page where we can reproduce/see the issue.

    3) Please activate the captcha and we’ll investigate the code.

    That said issue 2 + 3 are new for me and afaik no other user reported it. Issue 1 was reported by some users (i.e. https://kriesi.at/support/topic/icons-still-not-working-in-firefox-and-ie/#post-173204 or https://kriesi.at/support/topic/icon-font-are-garbled/ ) but the problem was not related to the theme code. It was a third party plugin conflict or a server configuration issue.

    Regards,
    Peter

    in reply to: Mobile dropdown styling #189566

    Hi mar10nlund!

    1) Use following css code

    
    .responsive #top .mobileMenu {
    background-color: #e2e2e2;
    }
    

    2) It’s an image (png) and you can’t change the color without replacing the image. If you want to use a custom image insert following css code into the quick css field

    
    .responsive #top .mobileMenu {
    background-image: url("htttp://mywebsite.com/image.png");
    }
    

    and instead of htttp://mywebsite.com/image.png insert the url to your image.

    3) Use following code to change the color/size

    
    .responsive #top .mobileMenu {
    color: #fff;
    font-size: 10px;
    }
    

    4) You can use Codestyling http://wordpress.org/plugins/codestyling-localization/ to translate the theme. Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).

    Best regards,
    Peter

    in reply to: Need to remove Mega Menu from Edit Menus in Admin #189565

    Hi!

    As far as I know you can remove the mega menu feature by deleting following code in functions.php

    
    require_once( 'includes/helper-responsive-megamenu.php' ); 		// holds the walker for the responsive mega menu
    

    Cheers!
    Peter

    in reply to: Portfolio item title #189564

    Hi!

    Open up /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php and replace

    
    $output .= "<h2 class='portfolio-preview-title entry-title' $markup><a href='{$link}'>".$entry->post_title."</a></h2>";
    

    with

    
    $output .= "<h2 class='portfolio-preview-title entry-title' $markup>".$entry->post_title."</h2>";
    

    to remove the link.

    Best regards,
    Peter

    in reply to: Extra space in category meta #189563

    Hi!

    Please try to reduce the space with:

    
    #top #wrap_all .blog-categories.minor-meta{ margin-right: -2px; } 
    

    Insert the code into the quick css field.

    Cheers!
    Peter

    in reply to: Responsive for mobile- slider and text problem #189562

    Hey AsenOnline!

    Please try to insert following code into the quick css field

    
    @media only screen and (max-width: 989px) {
        .avia-slide-wrap img {
            max-width: auto !important;
        }
    }
    

    I couldn’t reproduce the text issue though. I marked the thread for Devin – maybe he can reproduce it.

    Regards,
    Peter

    Hi!

    Open up /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow.php and replace

    
    $html .= "<".$tags[0]." data-rel='slideshow-".avia_slideshow::$slider."' class='avia-slide-wrap' {$linkdescription} >{$caption}";
    

    with

    
    $html .= "<".$tags[0]." data-rel='slideshow-".avia_slideshow::$slider."' class='avia-slide-wrap'>{$caption}";
    

    to remove the tooltip. However note that we added the title because of SEO reasons and personally I wouldn’t recommend to remove it…

    Best regards,
    Peter

    in reply to: Enfold: Problems with permanent links #189560

    Hey JUAN DE DIOS!

    Can you please create us an admin account and post the login credentials as private reply – we’ll look into it.

    Cheers!
    Peter

    in reply to: Portfolio Items and Comments #189559

    Hey!

    Do you use an advanced layout (template builder) on the portfolio page? If yes you can’t add comments to the portfolio page because the template builder doesn’t support a comment form. If not you can modify /wp-content/themes/enfold/single-portfolio.php to support comments – open up the file and replace

    
                        get_template_part( 'includes/loop', 'portfolio-single' );
    

    with

    
                        get_template_part( 'includes/loop', 'portfolio-single' );
    
                            //wordpress function that loads the comments template "comments.php"
                            comments_template( '/includes/comments.php');
    

    Cheers!
    Peter

Viewing 30 posts - 6,451 through 6,480 (of 9,352 total)