Forum Replies Created
-
AuthorPosts
-
Hi!
I’m sorry but I don’t see the slider image “jumping”. Can you please post a screen cast or just a screenshot of the issue?
Regards,
IsmaelHey friendlier!
Please add this on your custom.css or Quick CSS:
.main_color .pricing-table>li:nth-child(odd) { border-top: none; border-bottom: 1px solid #e1e1e1; } .main_color .pricing-table>li:nth-child(even) { border-bottom: 1px solid #e1e1e1; border-top: none; }
Best regards,
IsmaelOctober 14, 2013 at 4:04 am in reply to: Strange error message on Layerslider WP -> Transition Builder #174925Hello!
Please download the theme again on your themeforest account. Maybe, some files are missing or corrupt. Override your Enfold installation via FTP. https://vimeo.com/channels/aviathemes/64927356
Regards,
IsmaelHello helgipetersen!
Edit js > shortcodes.js, find this code on line 1629:
//transition speed when switching slide transitionSpeed:900,
Replace 900 with a higher number to make the slide move slower. Remove browser cache then reload the page a few times.
Cheers!
IsmaelHey winterwonderland!
Why are you using the toggle element? Can you please give us a link to your website? You can use WPML plugin to translate your website to another language.
Regards,
IsmaelHello!
The theme version number hasn’t been changed correctly. Please download the theme again on your themeforest account. It will fix the jQuery issues from upgrading to WordPress 3.6.
Best regards,
IsmaelHey!
Go to Enfold > General Settings > Blog Style. Choose “Single Author, big preview pic”.
Cheers!
IsmaelHi!
We’ll let you know if we fix the problem. For the mean time you can try the above solution.
Regards,
IsmaelOctober 12, 2013 at 8:48 am in reply to: Fatal error: Allowed memory size of 41943040 bytes exhausted – Help! #174524Hey!
Glad it is working now. Please add this line on wp-config.php:
define('WP_MEMORY_LIMIT', '128M');
Best regards,
IsmaelHey!
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"> →</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,
IsmaelHey!
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,
IsmaelOctober 12, 2013 at 7:14 am in reply to: The issue (Enfold Secondary menu pulldown doesn't work) still not fixed #174498Hey yutakaemura!
Thanks for letting us know. I will pull a request to Kriesi. It will be added on the next update.
Cheers!
IsmaelHey 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!
IsmaelOctober 12, 2013 at 7:09 am in reply to: Portfolio – Strange right border on individual entries #174495Hey!
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,
IsmaelHey 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,
IsmaelHi!
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,
IsmaelHi 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,
IsmaelHey!
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,
IsmaelOctober 11, 2013 at 6:11 am in reply to: Layerslider working perfectly in preview…not on page… #174012Hi!
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,
IsmaelHello!
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,
IsmaelOctober 11, 2013 at 5:59 am in reply to: attach a photo in forms // color type with black background problem #174004Hello!
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,
IsmaelHi!
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,
IsmaelOctober 11, 2013 at 5:52 am in reply to: Gallery Thumbnail Columns in portfolio is not to set – enfold 2.2 #173996Hello!
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,
IsmaelHello 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!
IsmaelHey!
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!
IsmaelHello!
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,
IsmaelHi!
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 -
AuthorPosts