Forum Replies Created
-
AuthorPosts
-
Hi!
Did you modify anything on the theme files? Please download the theme again on your themeforest account then update it via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Cheers!
IsmaelHi!
Please locate the same line of codes then replace it with:
the_excerpt();
It should automatically pull the excerpt. Remove browser cache then reload the page or test it on another browser.
Best regards,
IsmaelHey pako69!
Please download the theme again on your themeforest account then update your installation via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Cheers!
IsmaelJanuary 16, 2014 at 11:46 am in reply to: Dropdown Menu not displaying in tablets (portrait) #210631Hey!
Add this on Quick CSS or custom.css to display the mobile menu on iPad:
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .mobile_menu_tablet .main_menu { display: block; } }
Cheers!
IsmaelHi!
Add this on Quick CSS:
.main_menu ul:first-child > li > a { font-weight: bold; }
Regards,
IsmaelHey!
This will get you started with the main menu. You can use media queries to adjust the position of the menu items on different screen sizes:
.main_menu { left: 0; } #top .main_menu .menu li { position: absolute !important; } #menu-item-71 { left: 0; } #menu-item-72 { left: 100px; } #menu-item-73 { right: 100px; } #menu-item-74 { right: 0; }
You can go to Enfold > Styling then specify a background image. You can also use this plugin: http://wordpress.org/plugins/wp-backgrounds-lite/
Regards,
IsmaelHey!
Please try to enclose or place the Easy Slider element inside a column. The slider will automatically inherit the size of the container. This will make the slider looks bad if you’re using small images.
Regards,
IsmaelJanuary 16, 2014 at 9:47 am in reply to: Bullet Points in Product Description, How Do I add them? #210580January 16, 2014 at 9:44 am in reply to: Loosing floating buttons when using my own template #210579Hey!
Please post the login details here. We would like to inspect it. Set it as a private reply.
Cheers!
IsmaelHey Voilaah!
Edit footer.php, find this container:
<footer class='container_wrap socket_color' id='socket' <?php avia_markup_helper(array('context' => 'footer')); ?>>
Cheers!
IsmaelHey!
I checked the site, the homepage to be exact, using Firefox 26.0 Windows 8 and the icon animation on the footer works fine. :)
Best regards,
IsmaelHi!
You can edit includes > loop-search.php, find this code on line 88:
$excerpt = trim(get_the_excerpt()); if(!empty($excerpt)) { the_excerpt(); } else { $excerpt = strip_shortcodes( get_the_content() ); $excerpt = apply_filters('the_excerpt', $excerpt); $excerpt = str_replace(']]>', ']]>', $excerpt); echo $excerpt; }
Replace it with:
$excerpt = trim(the_excerpt()); if(!empty($excerpt)) { the_excerpt(); } else { $excerpt = strip_shortcodes( get_the_content() ); $excerpt = apply_filters('the_excerpt', $excerpt); $excerpt = str_replace(']]>', ']]>', $excerpt); echo $excerpt; }
Best regards,
IsmaelHi!
Did you add the comments shortcode on the tab element? I’m sorry but I think it will cause some issues. You need to place the comment elements outside the tab element.
Cheers!
IsmaelHi!
What do you mean by “stale”? On the screenshot, are you referring to the edge or the border radius of the images? You can add this on the Quick CSS:
.small-preview img, .big-preview img { border-radius: 0; }
Cheers!
IsmaelHey pako69!
You can add this on Quick CSS to define the height of the header and the logo will automatically resize:
/*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/ #header_main .container, .main_menu ul:first-child > li a{ height:156px; line-height: 156px; }
Regards,
IsmaelHey dewasurya!
Can you please give us a link to the page with the comments section?
Edit includes > comments.php, find this code on line 83 to change the order of the comments:
//get comments $comment_entries = get_comments(array( 'type'=> 'comment', 'post_id' => $post->ID ));
Replace it with:
//get comments $comment_entries = get_comments(array( 'type'=> 'comment', 'post_id' => $post->ID, 'order' => 'ASC'));
Regards,
IsmaelHi Tali!
You can try to Import the dummy Data again or create a test installation then import the dummy data. Import the wp_layerslider table then export it on the current installation.
Best regards,
IsmaelHi!
I’m not sure what’s wrong with the second slider. Can you please post a screenshot of the issue? The video automatically plays.
Best regards,
IsmaelHi!
Somewhere on your Quick CSS or custom.css, you have this css code that removes or hide the big featured image:
.big-preview.multi-big { display: none !important; }
Please locate that one and remove it or you can add this at the very bottom of custom.css or Quick CSS:
.big-preview.multi-big { display: block !important; }
Regards,
IsmaelHey!
Since you created the content on a very old version of the theme, you might need to recreate it again. Some of the elements has been changed drastically on some of the theme updates. Is this your website: http://corlap.nl/? The contents are not missing and the slider work fine when I check it using Chrome on Windows 8.
Best regards,
IsmaelHey!
Edit the images on the Media > Library panel then add the title on the “Alternative Text” field. They should show on top of the images when you open the lightbox.
Maybe the image has a different ratio. Please add this on Quick CSS to define a max height for the product images:
#top div .avia-gallery img { max-height: 333px; }
Regards,
IsmaelHey!
I see. My bad! That is why I’m having a hard time adjusting the quote plugin with the background. Please remove the background on the Color Section then add this on Quick CSS:
#quotes { text-align: center; margin: 0 5%; background: url(https://home.innerpath.com/wp-content/uploads/2014/01/quotes-background1.png) no-repeat top left; width: 100%; height: 180px; padding: 60px 20px 60px 20px; }
Regards,
IsmaelHey!
Can you please post the login details here? We would like to inspect the LayerSlider WP. Please post the login details for the old and new domain. Set it as a private reply. Also, please edit this page: http://wcreativestudio.com/wcs/, remove the LayerSlider element then put it back. Select the slide that you want.
Regards,
IsmaelHi edebe!
Have you tried to recreate the element? Please post the login details here, we would like to check it. Set it as a private reply.
Cheers!
IsmaelHi!
The theme only have the masonry gallery at the moment. You need to work with that or you can find a plugin that will suit your needs. You can also hire a freelance developer to modify the theme for you. Visit Werkpress, they will happily help you with the customization.
Regards,
IsmaelJanuary 16, 2014 at 7:46 am in reply to: All portfolio items in a given category on one page #210521Hi lzevon!
If you want to show a specific category of portfolio items on a single page, you need to configure the Portfolio Grid element’s “Which categories should be used for the portfolio?”. Select a category that you want to show. You can also manipulate a single portfolio item to show a specific category on portfolio items using the Advance Layout Builder.
Regards,
IsmaelHi!
You need to manually edit the images and make it transparent before you upload it as section background. It will be easily manipulated with css if you’re using solid colors but since you’re using an image as background, you need to actually edit the image and make it transparent.
Regards,
Ismael -
AuthorPosts