Forum Replies Created

Viewing 30 posts - 60,361 through 60,390 (of 67,155 total)
  • Author
    Posts
  • Hi reist!

    You need to use fonts that support cyrillic characters. Please refer to this link: http://www.wazu.jp/gallery/Fonts_CyrS.html

    Use font face to implement the fonts that you want. If you need help, please hire a freelance developer. Please visit Werkpress.

    Regards,
    Ismael

    in reply to: Portfolio Taxonomy set-up issue #229936

    Hi redpupmedia!

    The singular name parameter for portfolio category taxonomy is not defined on includes > admin > register-portfolio.php.

    $tax_args = array(	
    		"hierarchical" => true,
    		"label" => "Portfolio Categories",
    		"singular_label" => "Portfolio Category",
    		"rewrite" => array('slug'=>_x($permalinks['portfolio_entries_taxonomy_base'],'URL slug','avia_framework'), 'with_front'=>true),
    		"query_var" => true
    	);
     
     	$avia_config['custom_taxonomy']['portfolio']['portfolio_entries']['args'] = $tax_args;
    
    	register_taxonomy("portfolio_entries", array("portfolio"), $tax_args);

    Best regards,
    Ismael

    in reply to: Enfold – Retina images doubling in display size #229934

    Hi Rusty!

    Can you please post a screenshot of the issue? I’ll ask Kriesi and Devin to check it. Meanwhile, please try to add this on your custom.css or Quick CSS:

    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
        img, a img {
        max-width: 100%;
       }
    }
    

    Nice website. :)

    Regards,
    Ismael

    Hi!

    1.) Please switch to the Text mode when adding html tags and avoid hitting “Enter” to prevent creating automatic line breaks.

    2.) Please edit the Color Section then look for “For Developers: Section ID”, add something like “my-awesome-section”. Add something like this on Quick CSS to modify the width of the container inside the section:

    #my-awesome-section {
    width: 100%;
    }

    Best regards,
    Ismael

    in reply to: menu not visible in mobile version #229928

    Hey!

    Sorry for the color change. Use this instead:

    @media only screen and (max-width: 767px) {
    #top .header_color select {
    border-color: #e1e1e1;
    background-color: #969696;
    color: white;
    }
    }

    The background looks fine on my end. Can you please post a screenshot of the issue?

    Regards,
    Ismael

    in reply to: WooCommerce Single Product Page Modification #229927

    Hi!

    Yes, you can create a temporary login details on the Users panel. Post it here as a private reply. We really need to see the actual website to give you a proper css fix if possible. For faster results, please hire a freelance developer or contact the plugin author to check the shop page. We don’t really give full support for third party plugins. For further customization, please visit Werkpress.

    Regards,
    Ismael

    in reply to: Background Video issue + more #229926

    Hi nobrainermedia!

    You have a lot of plugins installed, please try to deactivate them. Let us know if the video background is working by then. I’ll report the issue to Kriesi.

    Best regards,
    Ismael

    in reply to: Schema – how to turn off ? #229924

    Hi!

    It will remove all the schema markup. You can also try this, edit js > avia.js, find this code on line 5:

    $(document).ready(function()
        {
    

    Below, add this code:

    $(".main_color, .alternate_color, a, img").removeAttr("itemtype");
    

    Regards,
    Ismael

    in reply to: Wpml Flags #229914

    Hi romano2!

    You can use the header with social icons and top navigation. The language selector should be displayed beside the top menu showing only the flags.

    Cheers!
    Ismael

    in reply to: Google maps Widget – Bug #229913

    Hey!

    Can you please post a screenshot of the issue? I’ll ask Kriesi and the rest of the support team with MAC OS to check it again.What are the actual versions of the browsers?

    Best regards,
    Ismael

    in reply to: WPML vs ENFOLD bug #229912

    Hi mrTwister!

    Please increase the wordpress php memory limit. Ask your host to edit php.ini file and increase the max execution time.

    Refer to this link on how to increase the memory limit:
    http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Cheers!
    Ismael

    in reply to: WPML homepage blog post not working #229910

    Hey!

    Please go back to France language then edit the categories on Posts > Categories. Select a category then look for the “Language” > “Translate” box. Beside the “English” language, is the button “Add”. Click that button to add the category on the English version.

    Best regards,
    Ismael

    in reply to: Add text in the blog page and error after update theme #229909

    Hey!

    1.) Please deselect the blog page on Enfold > Theme Option > Where do you want to display blog? option. Edit the blog page then add the Blog Posts element along with the other content.

    2.) How do you insert the javascripts? You can’t just insert scripts inside a posts or page. Use a plugin like http://wordpress.org/plugins/insert-html-snippet/ if you want to use javascripts on posts or pages.

    Regards,
    Ismael

    in reply to: Blog question #229907

    Hi!

    You can edit includes > loop-index.php if you want to manually edit the single post view. If you want to remove the related posts, edit single.php then remove this code:

    //show related posts based on tags if there are any
     get_template_part( 'includes/related-posts');
    

    For further customization, please visit Werkpress.

    Best regards,
    Ismael

    in reply to: Content Above Blog Posts #229905

    Hey!

    Please download the latest version then update your theme via FTP. If you want to show more content on the Blog page and not just the blog posts, deselect the page on Enfold > Theme Options > Where do you want to display blog? option. Edit the blog page then add the Blog Posts element along with the other contents.

    Regards,
    Ismael

    in reply to: Subscribe to My Blog? #229904

    Hey NaturaIntegrativeMedicine!

    You can go to Appearance > Widgets then use the Enfold RSS Link and Twitter Account widget.

    Best regards,
    Ismael

    in reply to: Website Styling Not Updating #229901

    Hi 500Webmaster!

    Do you have a cache plugin? Please deactivate it or flush the cache settings. Make sure that you have the right permissions on wp-content/uploads/dynamic_avia folder.

    Best regards,
    Ismael

    Hi Trender!

    Please give us a link to the page. Maybe there is a plugin conflict. Deactivate all plugins then we’ll check it.

    Regards,
    Ismael

    Hey Katrin!

    1.) You can use the Icon Shortcode instead of the Team Member’s social option.

    2.) The URL should be “http://ch.linkedin.com/in/inspiriting” not “ch.linkedin.com/in/inspiriting”.

    Cheers!
    Ismael

    in reply to: Pushing the footer to the bottom #229454

    Hi punka1ien9!

    You can add this on Quick CSS or custom.css:

    #socket {
    position: fixed;
    bottom: 0;
    width: 100%;
    }

    Regards,
    Ismael

    in reply to: WooCommerce and Pre Orders Extension #229419

    Hey!

    Did you recently add something on functions.php file? Please edit functions.php then scroll at the very bottom, remove all whitespace until you get to the end of the code. Save the file.

    Regards,
    Ismael

    in reply to: Need New Tab External Link in Portfolio Grid #229418

    Hi akraemer!

    Edit config-templatebuilder > avia-shortcodes > portfolio.php, find these codes on line 411:

    $output .= "<".$link_markup[0]." data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.$image."</".$link_markup[1].">";
    

    Replace it with:

    $output .= "<".$link_markup[0]." target='_blank' data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.$image."</".$link_markup[1].">";
    

    And this code on line 425:

    $output .= "<".$link_markup[0]." data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.get_the_post_thumbnail( $the_id, $image_size )."</".$link_markup[1].">";
    

    Replace it with:

    $output .= "<".$link_markup[0]." target='_blank' data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.get_the_post_thumbnail( $the_id, $image_size )."</".$link_markup[1].">";
    

    Cheers!
    Ismael

    in reply to: Submenu #229416

    Hi!

    Can you please give us a link to the website? Are you talking about the dropdown menu or the submenu on top of the header?

    Best regards,
    Ismael

    in reply to: WMPL #229415

    Hey!


    @yogaboy
    : This is not the same issue, another user reported something like this and then he find out that he forgot to close something on the google analytics code. It messed up the website really bad but then fixing the google code fixed it. Please deactivate all plugins. I’ll ask Dude.

    Best regards,
    Ismael

    in reply to: menu not visible in mobile version #229410

    Hi!


    @innova
    : Please deactivate the plugins that you have then reset the settings on Enfold > Header > Responsive Header Main Menu.


    @simonac
    : Add this to change the text color.

    .responsive #header_main_alternate .mobileMenu {
        margin: 16px 0px;
        color: white;
    }

    Regards,
    Ismael

    in reply to: Changing Line Height on Buttons for Tablet #229406

    Hi jrgrigg!

    Can you please give us a link to the website with the button? You can use em instead of px. Try this:

    .avia-button-wrap .avia_iconbox_title {
    font-size: 20px;
    line-height: 1.5em;
    }

    Best regards,
    Ismael

    in reply to: Easy slider dimensions (width and height) #229404

    Hey!

    Please use larger images if you want it to look sharp for big screen sizes the select “No scaling” on “Slideshow Image and Video Size” option. The socket or footer should be push by contents in order to have the proper height. You can use the Fullscreen Slider instead of the Easy Slider if you’re planning to have only a slider on the page. Looks like you have a large screen so you need to use images with the same resolution.

    Best regards,
    Ismael

    in reply to: Search box appearing in the wrong place #229398

    Hey!

    Add this on the child theme’s functions.php:

    /*
     * Register frontend javascripts:
     */
    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();
    
    	//register js
    	wp_register_script( 'avia-default-child', $child_theme_url.'/js/avia.js', array('jquery'), 1, false );
    	wp_enqueue_script( 'avia-default-child' );
    }

    Regards,
    Ismael

    in reply to: Editing Blog Homepage Outside of Avia Layout Builder #229386

    Hi murphy88!

    Please deselect the Blog page on Enfold > Theme Options > Where do you want to display blog? options. Leave it blank. Edit the blog page again, make sure that you add the Blog Posts element.

    Regards,
    Ismael

    Hey aribann!

    Please use this:

    blockquote {
    border-left-style: solid;
    border-left-width: 3px;
    padding-left: 20px;
    }

    Best regards,
    Ismael

Viewing 30 posts - 60,361 through 60,390 (of 67,155 total)