Forum Replies Created

Viewing 30 posts - 60,721 through 60,750 (of 67,534 total)
  • Author
    Posts
  • in reply to: The images on my website are not displaying! #230459

    Hi!

    Do you have woocommerce 2.1? Please try an older version of woocommerce, see if it works. Increase the wordpress php memory limit. Refer to this link: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Regards,
    Ismael

    in reply to: How can I reduce font size on mobile device. #230457

    Hi D5WDesignGroup!

    Which headings are you trying to change? You can use Media Queries to target a certain screen size.

    @media only screen and (max-width: 767px) {
     h2 {
     font-size: 12px;
    }
    }

    Regards,
    Ismael

    in reply to: 404 Error on Mobile Site Pages #230442

    Hi agameseo!

    Can you please give us a link to the page? Maybe, you used a redirect plugin. Deactivate all plugins. The theme is fully responsive and doesn’t have a default redirect plugin for mobile view.

    Best regards,
    Ismael

    in reply to: Fullwidth Masonry Gallery Image Order. #230436

    Hi!

    Please give us a link to the actual pages with the gallery. Do you have any other plugins installed that maybe related with the gallery? Please deactivate all plugins, see if the issue is fixed.

    Regards,
    Ismael

    in reply to: Fullwidth Masonry Category Sort issue #230434

    Hi jlovebomb!

    I’m not sure what is the issue but It is showing the sorting categories on my end, not just the “All” sort.

    Regards,
    Ismael

    in reply to: Subscribe to My Blog? #230433

    Hey!

    The widget includes “Enfold RSS Link” or the subscribe button, not just the twitter account.

    Cheers!
    Ismael

    in reply to: Bug size of picture in posts not changeable? #230430

    Hey tredition!

    It is set to 100% width through css. Please give us a link to the post. If you’re using the Add Media button, there is an “ATTACHMENT DISPLAY SETTINGS” where you can select the size and alignment of the image before you insert it.

    Regards,
    Ismael

    in reply to: Portfolio category and items site map #230427

    Hi Helchar!

    You can use the Custom Menu on Appearance > Widgets. First, create a menu on Appearance > Menus for portfolio categories. Make sure that you enable the Portfolio Categories on Screen Options. Create a custom widget area on Appearance > Widgets then add the Custom Menu widget. Use the Widget Area element on the Advance Layout Builder and select the custom widget area with the custom menu widget.

    Best regards,
    Ismael

    in reply to: Portfolio Grid WPML and Scrolling Bar #230425

    Hi 2C!

    Please don’t create duplicate posts. Thank you. We’ll try to fix the issue. Sometimes, it takes at least 24 hours before we can answer your inquiry.

    Regards,
    Ismael

    in reply to: Menu links colors are different between langages ? #230424

    Hey pako69!

    Please add this on the Enfold (EN) > Theme Options > Styling > Quick CSS:

    .header_color .main_menu ul:first-child > li > a {
    color: #808080 !important;
    }
    
    .header_color .main_menu ul:first-child > li > a:hover {
    color: black !important;
    }

    You can also add it on custom.css.

    Best regards,
    Ismael

    in reply to: WooCommerce Single Product Page Modification #230422

    Hi!

    This will get you started but for further customization you need to hire a freelance developer. Add this on Quick CSS or custom.css:

    .four.units.single-product-main-image.alpha {
    width: 100%;
    overflow: hidden;
    }
    
    .fpd-navigation.fpd-main-color {
    width: 50px !important;
    }
    
    .fpd-sidebar > .fpd-content {
    border-left: none;
    position: relative;
    width: 200px !important;
    }
    
    .fancy-product .fpd-container {
    margin-bottom: 40px;
    margin-right: 40px;
    float: left;
    width: 100%;
    }
    
    .fpd-product-container.fpd-border-color {
    width: 50% !important;
    }
    
    #top .single-product-main-image .onsale {
    display: none;
    }

    Cheers!
    Ismael

    in reply to: Slider Dimensions #230416

    Hey!

    After you change the height on functions.php, you need to regenerate the thumbnails: http://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Ismael

    in reply to: Pinterest on hover #230414

    Hi hodgsondesign!

    You need to hire a freelance developer if you want to show a pinterest button when you hover on images. You can also look for available plugins like this: https://wordpress.org/plugins/pinterest-pin-it-button/

    Best regards,
    Ismael

    in reply to: background video with no sound #229951

    Hi cgroeger!

    The Color Section video background’s audio is default to “off”. Unfortunately, there is no option to turn it on and off but you can choose to turn on all audio on color section. Edit config-templatebuilder > avia-shortcodes > section.php, find this code on line 406:

    'video_mute' => true,
    'video_loop' => true,
    

    Replace it with:

    'video_mute' => false,
    'video_loop' => true,

    `

    Best regards,
    Ismael

    in reply to: WPML String Translation Issue #229950

    Hi!

    Please use this on functions.php:

    add_filter('avf_portfolio_sort_first_label', 'avf_change_portfolio_sort_first_label', 10, 1);
    
    function avf_change_portfolio_sort_first_label($first_item_name) {
    	$first_item_name = __('Todo','avia_framework' );
    	return $first_item_name;
    }

    Place it at the very bottom.

    Best regards,
    Ismael

    in reply to: broken avia.js on 2.5.4 version #229946

    Hi dalcnetsrl!

    From what version of Enfold did you update? You should probably update the avia.js file then recreate the broken elements.

    Best regards,
    Ismael

    in reply to: How to replace the medium-sized, round icons with my own #229944

    Hey!

    You can upload your own svg files to create your own icons on fontello.

    Cheers!
    Ismael

    in reply to: header menu issue (elements are not displaying inline) #229940

    Hi!


    @motylanogha
    : Did you fix the issue? I tried to check the site again but it is password protected.

    Cheers!
    Ismael

    in reply to: Portfolio 4 Columns – layout unstable #229939

    Hi fotofaber!

    What do you mean by “unstable”? You can enable the sub header by editing the page. Look for Layout > Subheader Settings. It looks ok on my end. The logo’s position is the same with the previous page.

    Cheers!
    Ismael

    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

Viewing 30 posts - 60,721 through 60,750 (of 67,534 total)