Forum Replies Created

Viewing 30 posts - 63,661 through 63,690 (of 67,068 total)
  • Author
    Posts
  • in reply to: new social icons #169734

    Hello!


    @Michae1
    : Enfold 2.3 has the ability to upload new icon fonts. Go to Enfold > General Settings > Iconfont Manager.

    Cheers!
    Ismael

    in reply to: Changed rollover icon but doesn't look correct #169729

    Hello!

    Can you give us a link to the page ? We need to inspect it.

    Cheers!
    Ismael

    in reply to: Show tags and categories at portfolio pages #169727

    Hi Sowmedia!

    If I’m not mistaken, Kriesi mentioned including the tags and category on the next update. Please download Enfold 2.3.

    Regards,
    Ismael

    in reply to: Blank Page – template #169726

    Hi!

    Please try this on your custom.css or Quick CSS:

    http://pastebin.com/gCS41cHY

    Cheers!
    Ismael

    in reply to: Blog Posts element pagination bug on Frontpage #169723

    Hello davidw!

    Please remove it as the Frontpage on theme settings. Instead, use the Settings > Reading > Front page displays > A static page (select below) > Front page: to set the home as frontpage.

    Cheers!
    Ismael

    in reply to: Entypo icon font in footer #169719

    Hi!

    Use the HTML entity of the icon. As an example, we will use the iPhone icon html code on this link: http://www.entypo.com/characters/

    The code is: &# 128241;

    Cheers!
    Ismael

    in reply to: Icons Still Missing #169714

    Hi NickBrunson!

    Have you tried using different icons? Please try to use icons from the old selection, let us know if it works. The Iconfont Manager is not fully tested, some icons might not render properly.

    Regards,
    Ismael

    in reply to: top button no icon #169709

    Hello mmi!

    Can you give us a link to the actual website? Have you tried using different icons?

    Best regards,
    Ismael

    in reply to: English and Arabic website #169706

    Hey diaarts!

    1.) You don’t need to install them twice. You can use the WPML plugin. :)

    2.) Use this plugin to test the theme on RTL layout. http://wordpress.org/plugins/rtl-tester/

    3.) I’m not sure if this is what you’re looking for but it is an event plugin where you can book or add appointments/events: http://wordpress.org/plugins/the-events-calendar/

    Cheers!
    Ismael

    in reply to: Homepage recents post thumbnails #169703

    Hey!

    You can add something like this:

    @media only screen and (min-width: 768px) {
    .avia-content-slider .slide-image img {
    height: auto;
    }
    }

    It will prevent the image stretching but you will lose the uniform height. You can also set a specific height for the images:

    @media only screen and (min-width: 768px) {
    .avia-content-slider .slide-image img {
    height: 160px;
    }
    }

    Best regards,
    Ismael

    in reply to: Linking direct to open toggle / accordion #169701

    Hello justinmw!

    I’m not sure if that is possible but you can create a single accordion for each FAQ section. Set it to open the toggle initially. Create a link like this to target the toggle sections:

    <a href="#toggle-id-1-container">Toggle 1</a>
    <a href="#toggle-id-2-container">Toggle 2</a>

    Cheers!
    Ismael

    in reply to: Make a Child Theme after made all the page without #169693

    Hey!

    The video link on dropbox is not working. Anyway, I don’t see the nav flicker on your website. Is this happening on all browsers? What OS?

    Regards,
    Ismael

    in reply to: Widget Area + Accordeon #169691

    Hi denye!

    Just add this on your custom.css or Quick CSS:

    .togglecontainer {
    z-index: 9999;
    position: relative;
    }

    Remove browser cache then reload the page a few times.

    Best regards,
    Ismael

    in reply to: Parent Theme Settings Import to Child Theme #169687

    Hi!

    First, create a backup of your files and database before doing the following. The automatic theme update should not overwrite any theme child settings but I saw a post earlier where he lost the settings on update. I’m not sure if it is the theme’s fault or he might have done something wrong. Go to Enfold > Theme Update > Enter your username and API Key. It will check for update every 12 hours and notify you. You can then manually click update if one is available.

    Regards,
    Ismael

    in reply to: Video disappears in LayerSlider #169683

    Hey abortolotti!

    How did you add the video? You can add a link to the vimeo video, it will open in a lightbox when clicked. Create a new layer then switch to Div / Video. Add something like this:

    <a href="http://vimeo.com/64927358"><img src="IMAGE URL HERE"></a>

    Or you can add the iframe code.

    <iframe src="//player.vimeo.com/video/64927358" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> <p><a href="http://vimeo.com/64927358">Enfold - Advanced Layout Editor (short)</a> from <a href="http://vimeo.com/devinvinson">Devin Vinson</a> on <a href="https://vimeo.com">Vimeo</a>.</p>

    Regards,
    Ismael

    in reply to: No breadcrumbs in Archived widget #169676

    Hey!

    Can you please give us a link to the page when you click on the month?

    Regards,
    Ismael

    in reply to: WP FullCalendar plug-in CSS conflict/… #169675

    Hello ChunkyBits!]

    Please try this on your custom.css or Quick CSS:

    .fc-event-inner.fc-event-skin {
    min-width: 80px;
    padding: 0 10px;
    margin: 0 auto;
    top: 0;
    left: 0;
    min-height: 20px;
    font-size: 10px !important;
    border: none;
    position: relative;
    }

    Cheers!
    Ismael

    in reply to: Margin width larger but keep responsiveness #169458

    Hey!

    Please post the actual link. We need to inspect it to give you a proper solution.

    Best regards,
    Ismael

    in reply to: Blog no longer responsive #169452

    Hey!

    Glad you fixed it. :)

    Cheers!
    Ismael

    in reply to: IE8 Issues + others? #169447

    Hello!

    This will probably work:

    .avia-section {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://www.kimberfire.com/wp-content/uploads/2013/04/shadow1.jpg', sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://www.kimberfire.com/wp-content/uploads/2013/04/shadow1.jpg', sizingMethod='scale')";
    }

    Best regards,
    Ismael

    • This reply was modified 12 years, 3 months ago by Ismael.

    Hello cinetheque!

    You can edit css > grid.css then look #Mobile (Landscape) and #Mobile (Portrait) section. You can override the styling on the child theme’s style.css.

    Cheers!
    Ismael

    in reply to: Enfold – Woocommerce – Yith Magnifier works not #169443

    Hello!

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

    .yith_magnifier_zoom.woocommerce-main-image {
    width: 200px;
    }

    Adjust the width. :)

    Regards,
    Ismael

    Hello!

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

    if(first_level_items > 8 && !bottom_menu)
        	{
        		switchWidth = 989;
        		header.addClass('mobile_menu_tablet');
        	}

    Replace it with:

    if(first_level_items > 8 && !bottom_menu)
        	{
        		switchWidth = 767;
        		header.addClass('mobile_menu_tablet');
        	}

    Remove browser cache then reload the page a few times.

    Regards,
    Ismael

    Hello TandyElisala!

    A link to your website will help. Please deactivate all plugins then try again. Do you have Enfold 2.3? Please revert the default settings on Settings > Reading.

    Regards,
    Ismael

    in reply to: Sidebar option for custom post type? #169434

    Hello 416bc!

    Can you give us a link to a sample page with the post type “download”?

    Cheers!
    Ismael

    in reply to: semi transparent wavy divider #169432

    Hello!

    Add this on your custom.css or Quick CSS:

    #wave-section-up {
    margin-top: -50px;
    background-color: transparent !important;
    z-index: 9999;
    height: 167px !important;
    }

    Remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    in reply to: Change page to portfolio item? #169418

    Hello timfl!

    That is weird. How did that happen? Did you use the Advance Layout Builder to build the portfolio pages? If yes, you can save the Templates then apply it on a newly created portfolio item. I’m not sure if it is possible to convert pages to portfolio items, maybe these plugins will help.

    http://wordpress.org/plugins/convert-post-types/

    http://wordpress.org/plugins/post-type-converter/

    Best regards,
    Ismael

    in reply to: Data Tables #169415

    Hello!

    You can remove the responsive styling of the table on mobile view. You might need to adjust it a little. Edit css > shortcodes.css, find then remove this code:

    @media only screen and (max-width: 767px)
    {
    	.responsive div .avia-data-table table,
    	.responsive div .avia-data-table tbody,
    	.responsive div .avia-data-table tr,
    	.responsive div .avia-data-table td,
    	.responsive div .avia-data-table th{display:block; border-top:none; border-right:none; border-left:none; text-align: center;}
    	.responsive .avia-data-table{border-style:solid; border-width: 1px;}
    	.responsive .avia-data-table .avia-pricing-row .avia-desc-col{text-align: center;}
    	.responsive .avia-data-table .avia-button-row, .responsive .avia-data-table tr:first-child th{display:none;}
    	.responsive .avia-data-table td:before {
    	display:block;
    	font-style: italic; font-size: 11px;
    	}
    
    	.responsive .avia-data-table td {
    		position: relative;
    	}
    }

    Best regards,
    Ismael

    in reply to: Homepage recents post thumbnails #169409

    Hi!

    You can use Media Queries to change them on different screen sizes:

    @media only screen and (min-width: 700px) and (max-width: 1000px) {
    .avia-content-slider .slide-image img {
    height: 180px;
    }
    }

    Cheers!
    Ismael

    in reply to: MyISAM or InnoDB? #169216

    Hello macrunner!

    As far as I know WordPress is using MyISAM table engine by default. Let’s wait for Kriesi’s response.

    Best regards,
    Ismael

Viewing 30 posts - 63,661 through 63,690 (of 67,068 total)