Forum Replies Created

Viewing 30 posts - 63,301 through 63,330 (of 66,939 total)
  • Author
    Posts
  • in reply to: Social Badges in IE8 #174526

    Hi!

    We’ll let you know if we fix the problem. For the mean time you can try the above solution.

    Regards,
    Ismael

    Hey!

    Glad it is working now. Please add this line on wp-config.php:

    define('WP_MEMORY_LIMIT', '128M');

    Best regards,
    Ismael

    in reply to: Comments? #174521

    Hey!

    This will only work if you’re not using the Advance Layout Builder for portfolio items.

    Edit includes > loop-portfolio-single.php, find this code:

    the_content(__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span>');
    				echo '</div>';

    Below, add the comment template:

    //wordpress function that loads the comments template "comments.php"
                            comments_template( '/includes/comments.php');

    Make sure that Discussion is enabled for portfolio entries. Edit a portfolio entry, click screen options then enable “Discussion”.

    Best regards,
    Ismael

    in reply to: Menu with logo above content – Problem #174503

    Hey!

    If you want to move the content higher, you can add a negative top margin on the main div.

    #main {
    margin-top: -20px;
    }

    Best regards,
    Ismael

    Hey yutakaemura!

    Thanks for letting us know. I will pull a request to Kriesi. It will be added on the next update.

    Cheers!
    Ismael

    in reply to: Updating issues #174496

    Hey Teresarmy!

    Please give us a link to the website. Deactivate all your plugins then try to update the theme again via FTP. Remove browser cache then reload the page.

    Cheers!
    Ismael

    in reply to: Portfolio – Strange right border on individual entries #174495

    Hey!

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

    .main_color.inner-entry {
    background: none;
    }

    The border seems to be visible only when you zoom out the website.

    Best regards,
    Ismael

    in reply to: Show "Featured Image" only in article preview #174486

    Hey macrunner!

    What do you want to do? Remove the featured image on the blog overview page? The title of the thread and your inquiry is a bit contradictory. Can you please be more clear? A link to the blog and the post with a video format will help.

    Best regards,
    Ismael

    in reply to: Portfolio Grid Scrolling #174043

    Hi!

    I checked your site using Chrome Windows 7 64bit and the portfolio is not overlapping the footer. What browser are you testing this with? What OS?

    Regards,
    Ismael

    in reply to: Single Portfolio: Big Slider #174040

    Hi WP-part!

    What do you mean by “Use Portfolio Items”? Are you referring to the “Most Recent Entries” section? You can use the Portfolio Grid.

    Regards,
    Ismael

    in reply to: Duplicating issue Tabs editor #174038

    Hey!

    I created a page then add the Tab element.. I added the list tag and the content is not duplicated. Please check this:

    http://www.chaja-design.nl/chajanew/test/

    Best regards,
    Ismael

    in reply to: Layerslider working perfectly in preview…not on page… #174012

    Hi!

    You’re talking about the 600 x 300 Text slide? There is a total of 16 layers divided into 4 groups. Please create new slide for each group. Click “Add new slide”. You’ll prevent the other layers from transitioning simultaneously by creating a different slide for each group.

    Watch this video: http://www.youtube.com/watch?v=ZY9SxVyugx4

    Regards,
    Ismael

    in reply to: Fade out not working in layerslider #174006

    Hello!

    Please don’t duplicated thread with the same issue. We will close this thread for now. Please watch out for a fix on the second thread that you posted.

    Best regards,
    Ismael

    Hello!

    1.) This is for the title beside the icons:

    .main_color h3.iconbox_content_title {
    color: #333;
    }

    2.) This is for the tabs:

    .main_color .template-archives .tabcontainer a, #top .main_color .tabcontainer .tab:hover {
    color: white;
    }
    
    div .main_color .tabcontainer .active_tab_content, div .main_color .tabcontainer .active_tab {
    background-color: #000000;
    color: white;
    }

    Best regards,
    Ismael

    in reply to: My firsts problems with Enfold #174000

    Hi!

    You can actually insert a sidebar inside a Color Section. Add a Color Sections then add 2/3 Column and 1/3 column. Insert the content on the 2/3 column and add the Widget Area element inside the 1/3 column. You will have a content and a sidebar. Edit the page’s Layout to No Sidebar because we will generate the sidebar inside the 1/3 column using the Widget area element.

    Regards,
    Ismael

    Hello!

    You can set the default gallery thumbnail size on Settings > Media > Thumbnail size. Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Ismael

    in reply to: Can't edit Layerslider sliders #173991

    Hello pandaweb!

    Please give us a link to the website. Do you have the latest version Enfold 2.3.1? If not, please download it on your themeforest account then update your installation. Go to LayerSliderWP then edit any slides. Click Screen Options, enable “Tooltips”.

    Cheers!
    Ismael

    in reply to: Multi-Worded Menu Items Overlap Screen in MS IE8 #173988

    Hey!

    I did some test and the logo issue seems to occur on Enfold 2.2 and older versions. The logo on IE8 has been fixed on Enfold 2.3.1. Please download it on your themeforest account. Update your Enfold installation via FTP. Watch this video: https://vimeo.com/channels/aviathemes/64927356

    Cheers!
    Ismael

    in reply to: Layout Header #173985

    Hello!

    When you edit the custom.css css file you’ll see a line like this:

    @media only screen and (min-width: 768px) {
      /* Add your Mobile Styles here */
    
    }

    Place the css modifications for desktop view inside the media query.

    @media only screen and (min-width: 768px) {
      #megaMenu.megaFullWidth {
    width: 1310px;
    }
    }

    Media query for mobile device like iPhone is at the very bottom:

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
    
    }

    Best regards,
    Ismael

    in reply to: Woocommerce fonts and paging Issue #173980

    Hi!

    Yes, you need to update the file every time you do a woocommerce plugin update. Please keep a “change log” of the files you modified.

    Regards,
    Ismael

    in reply to: Menu Bugs[Table & Desktop] #173979

    Hello!

    You removed the link? Please let us know if it work. :)

    Best regards,
    Ismael

    in reply to: Portfolio problem after 2.3 (Chrome) #173978

    Hey!

    The regenerated thumbnails are 301 by 214 px now. I think Devin’s fix worked. Please remove browser cache then reload the page. The portfolio page looks great. The Media settings doesn’t affect the portfolio thumbnails.

    Best regards,
    Ismael

    in reply to: Menu with logo above content – Problem #173974

    Hi!

    My bad! Please use this:

    nav.main_menu { position: absolute; right: 34.5%; top: 57%; }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    in reply to: Subscribe to comments: Any reccommendations? #173973
    in reply to: Avia page builder form mixes up cells on the iPhone #173972

    Hello HighschoolAustralia!

    Please edit css > shortcodes.css, find 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;
    	}
    }

    Remove it to display the avia table on the default format when viewing it on iPhone. We might have to adjust the tables on mobile view.

    Cheers!
    Ismael

    in reply to: Social Badges in IE8 #173968

    Hi!

    I have the same issue on IE8 in my Enfold installation locally and for the life of me can’t figure out a way to fix it. The temporary fix I gave you worked somehow. Have you tried the temporary fix above? Kriesi needs to do some testing on your site to fix the issue. You can check “Set as private reply”. You can also send the login details via email. You can email it to ///. Include the word “Kriesi” on the subject. Add the link of this thread on your email. I will forward it to him and test your site as well.

    Cheers!
    Ismael

    in reply to: issue adding your own sliders #173965

    Hey!

    Please send in the login details on the email address above. Update your Enfold installation to 2.3.1. Download it on your themeforest account.

    Regards,
    Ismael

    in reply to: Text in Text Blocks now ignores alignment. #173964

    Hey!

    If you want the Text Block’s element to center align by default. You can add this on your custom.css or Quick CSS:

    .avia_textblock {
    text-align: center;
    }

    Best regards,
    Ismael

    in reply to: can I have my own created layer slider to be imported #173961

    Hey 666666!

    Where did you get the sliders? Do you have a different site where there is a Layer Slider plugin installed? Copy the code on the “Export” field to the “Import” field then click “Import”.

    Best regards,
    Ismael

    in reply to: How to get rid of some things #173958

    Hey!

    Edit the single product thumbnail size on config-woocommerce > config.php, find this code:

    $avia_config[‘imgSize’][‘shop_single’] = array(‘width’=>450, ‘height’=>999, ‘crop’ => false);

    Replace it with:

    $avia_config[‘imgSize’][‘shop_single’] = array(‘width’=>650, ‘height’=>900, ‘crop’ => false);

    Regenerate the thumbnail using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Ismael

Viewing 30 posts - 63,301 through 63,330 (of 66,939 total)