Forum Replies Created

Viewing 30 posts - 60,331 through 60,360 (of 67,155 total)
  • Author
    Posts
  • in reply to: Category Link on Posts and Feeds #230497

    Hi!

    Edit includes > loop-index.php, find this code on line 151:

    if(!in_array($taxonomy, $excluded_taxonomies))
                                {
                                    $cats .= get_the_term_list($the_id, $taxonomy, '', ', ','').' ';
                                }

    Replace it with:

    if(!in_array($taxonomy, $excluded_taxonomies))
                                {
                                    $cats .= strip_tags(get_the_term_list($the_id, $taxonomy, '', ', ','')).' ';
                                }

    Cheers!
    Ismael

    in reply to: LayerSlider in IE 9 #230494

    Hi awsystems!

    You have a lot of plugins installed and there might be a conflict between them. Please deactivate all plugins then check it again.

    Best regards,
    Ismael

    Hey AsadIC!

    If you want to change the style of a specific element on a certain page or post, you can use the Google Chrome Inspect Element. Look for the unique css body class.

    On the example above, the page’s unique selector is .page-id-2251. We can use it to change the element within that page. In your case, you should be looking for post id. It looks something like this, “postid-1”. Use that to remove the featured image just for specific posts.

    .postid-1 big-preview {
    display: none;
    }

    Best regards,
    Ismael

    Hi v2ginteractive!

    Please give us a link to the website. A screenshot of the issue will help.

    Regards,
    Ismael

    in reply to: Fullscreen Slider Caption Overlay #230480

    Hi!

    Add this on Quick CSS or custom.css:

    .caption_framed .slideshow_caption .avia-caption-title {
    background: rgba(0, 0, 0, .8);
    width: 100%;
    }
    
    .avia-fullscreen-slider .caption_container {
    height: 100%;
    width: 100%;
    }

    Use this for the button:

    body div .avia-slideshow-button {
    font-size: 20px;
    }

    Regards,
    Ismael

    in reply to: Layerslider flickers on ipad #230479

    Hey!

    Please wait for Devin and Josue to respond. They’ll check this on their iOS device.

    Cheers!
    Ismael

    in reply to: Icons in Icon Box are Chinese Characters #230478

    Hi!

    Have you tried using a different icon? Or recreate the whole iconbox entirely.

    Regards,
    Ismael

    in reply to: Ajax Portfolio automatically using a resized image #230476

    Hi smonfils!

    What is the option you’re using for “Display Preview Images” on the portfolio item? You can find the thumbnail sizes on functions.php:

    $avia_config['imgSize']['gallery'] 		 		= array('width'=>710, 'height'=>575 );						// images for portfolio entries (2,3 column)
    

    You can change the width and height then regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Ismael

    Hi knave2!

    You can add this on functions.php:

    add_filter('avia_post_grid_query', 'avf_custom_post_grid_query');
    
    function avf_custom_post_grid_query ( $query ) {
    $query['orderby'] = 'date';
    $query['order'] = 'DESC';
    return $query;
    }

    Refer to this link for more sorting parameters: http://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters

    Best regards,
    Ismael

    in reply to: Show more text on click #230468

    Hi Ahnell!

    You can add something like this on icon list content:

    <a class="show-content" href="#">Click here</a>
    <span class="hide-content">List Content goes here</span>
    

    Then edit js > avia.js, find this code:

    (function($)
    {
        "use strict";
    
        $(document).ready(function()
        {

    Below, add this code:

    $( ".show-content" ).click(function() {
    	  $( ".hide-content" ).show( "fast", function() {
    		// Animation complete.
    	  });
    	});

    Add this on Quick CSS:

    .hide-content {
    	display: none;
    }

    When you click on the show-content link, it will show the content.

    Best regards,
    Ismael

    in reply to: Disable Lightbox on Single Portfolio Entry #230461

    Hey Mary!

    Did you add the portfolio image using the “Add Media” button? Please edit the Text Block then switch to text editor, you should see something like this:

    <a href="http://www.msfwebdesign.com/msfnew/wp-content/uploads/2014/02/gem.jpg" rel="lightbox"><img class="aligncenter size-gallery wp-image-3472" alt="gem market research" src="http://www.msfwebdesign.com/msfnew/wp-content/uploads/2014/02/gem-710x575.jpg" width="710" height="575"></a>
    

    You can replace the href attribute with the actual website url then add the target=”_blank” attribute to open the image on a new window. Something like this:

    <a href="ACTUAL WEBSITE URL HERE" target="_blank" rel="lightbox"><img class="aligncenter size-gallery wp-image-3472" alt="gem market research" src="http://www.msfwebdesign.com/msfnew/wp-content/uploads/2014/02/gem-710x575.jpg" width="710" height="575"></a>
    

    Regards,
    Ismael

    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

Viewing 30 posts - 60,331 through 60,360 (of 67,155 total)