Forum Replies Created
-
AuthorPosts
-
Hi,
Yes, it is possible. An image inside the anchor tag will always open with lightbox.
[av_tab_container position='top_tab' boxed='border_tabs' initial='1']
[av_tab title='Tab 1' icon_select='no' icon='1']
<a href="http://localhost/kriesi/enfold/wp-content/uploads/2012/04/24.jpg"><img class="alignright size-full wp-image-316" alt="2" src="http://localhost/kriesi/enfold/wp-content/uploads/2012/04/24.jpg" width="1000" height="650" /></a>
[/av_tab]
[av_tab title='Tab 2' icon_select='no' icon='1']
Tab Content goes here
[/av_tab]
[/av_tab_container]Regards,
Ismael
Hi,
That is correct, you can change the padding on mobile view. You can do something like this on your custom.css or Quick CSS
/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
@media only screen and (max-width: 1024px) {
.main_menu ul:first-child > li > a {
padding: 0 7px;
font-size: 11px;
}
}Regards,
Ismael
July 13, 2013 at 4:06 am in reply to: Embedded video content covering menu when scrolling down the page #129334Hey,
Can you give us a link to the website? Add this on your custom.css or Quick CSS
iframe {
z-index: 0 !important;
}Regards,
Ismael
Hey,
I agree with Devin, looks like regenerating the thumbnail will solve the issue. If you didn’t change anything with the code and you are uploading images with the same dimension then they should be cropped equally. We would like to inspect the issue but the link you gave us doesn’t have the AJAX turned on.
Regards,
Ismael
Hi,
I think you end up reading one of the thread I answered. Just add this on your custom.css or Quick CSS
.image-overlay.overlay-type-image {
display: none !important;
}Regards,
Ismael
Hi,
Edit footer.php, find this code
$kriesi_at_backlink = apply_filters("kriesi_backlink", " - <a href='http://kriesi.at'>Enfold Theme by Kriesi</a>");Regards,
Ismael
Hi,
You can post the screenshot here using imgur, dropbox, mediafire etc. You can use html tags like img.
Regards,
Ismael
Hi,
If you are looking to upload a logo with taller dimension. You can add something like this on your custom.css or Quick CSS
/*header with social icons: */
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 200px; line-height: 200px; }Specify the height and the line-height of your logo.
Regards,
Ismael
Hi,
@Wild-Speed: What is the bar that you want to remove? Can you give us a screenshot?
Regards,
Ismael
Hi,
Edit config.php, add the code
set_time_limit(0);or in the .htaccess insert
php_value max_execution_time 60You can refer to this link for other possible solutions: http://www.clickonf5.org/11921/solution-for-wordpress-php-error-maximum-execution-time-of-30-seconds-exceeded/
Regards,
Ismael
Hi,
If you don’t want to lose the avia.js when updating the theme. You can copy the actual avia.js on a js folder inside the child theme. Edit functions.php, find this code
wp_register_script( 'avia-default', $template_url.'/js/avia.js', array('jquery'), 1, true );Replace it with:
wp_register_script( 'avia-default', $child_theme_url.'/js/avia.js', array('jquery'), 1, true );Regards,
Ismael
July 12, 2013 at 3:17 am in reply to: Is there a way to control the height of the border in the sidebar ? #129224Hi,
The content extends the border. If you remove the content border, you will have the border of the sidebars which extends depends on the number of widgets. Make sure that the content is longer than the widgets.
.content {
border: none;
}Regards,
Ismael
Hi,
Did you remove browser cache? Do you have a cache plugin?
Where is the audio file? I can play the videos on this link without any problem: http://adventurechurch.tv/media/
Regards,
Ismael
July 12, 2013 at 3:05 am in reply to: Woocommerce – Hide add to cart button unless logged in #128378Hi,
Please try this:
.avia_cart_buttons {
display: none;
}
#top.logged-in .avia_cart_buttons {
display: block;
}Regards,
Ismael
Hi,
You can add something like this on your custom.css
.main_color h3 {
color: #83a846;
}Regards,
Ismael
Hi,
The menu will switch as a Slide Out Menu or a Drop Down Menu when viewing on mobile devices. It is the only way to make it responsive. You can select the option on Enfold > Header > Responsive Header Main Menu.
Regards,
Ismael
Hi,
Can you give us a link to your website? It should be visible on mobile devices.
I’ll tag Devin to check this issue.
Regards,
Ismael
Hi,
The Enfold uses the standard 12px – 13px font size. You can easily change it on your custom.css or Quick CSS.
body {
font-size: 15px;
}Glad you fix the issue. :)
You can add a featured request on this one: https://kriesi.at/support/topic/enfold-feature-requests
If you like the template please send us a testimonial: https://kriesi.at/support/topic/your-testimonials-on-our-front-page-a-unique-chance
Regards,
Ismael
Hi,
I hope I fixed the issue: https://kriesi.at/support/topic/form-unfillable#post-124346
I’ll close the other thread since you opened this one.
Please increase the wordpress php memory limit to 128M or higher. I hope it’ll fix the issues. You might need to redo the icon boxes then update the page.
http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Please add this on your custom.css or Quick CSS
.iconbox_content h3 {
z-index: 10 !important;
}Regards,
Ismael
Hi,
Please increase the wordpress php memory limit to 128M or higher. I hope it’ll fix the issues. You might need to redo the icon boxes then update the page.
http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Please add this on your custom.css or Quick CSS
.iconbox_content h3 {
z-index: 10 !important;
}Regards,
Ismael
Hi,
Please try to add this on your custom.css or Quick CSS
.avia-testimonial-wrapper {
margin: 0 0;
}Regards,
Ismael
July 12, 2013 at 1:51 am in reply to: How to keep the fullwidth easy slider 's caption responsive? #129167Hi,
Add a unique selector for the p tag and the span tag. Then add the styling on your custom.css.
<p class="unique-p-id">Title</p><br><span class="unique-span-id">Subtitle</span>Use Media Queries to make them responsive. Read Nick’s instructions here: https://kriesi.at/support/topic/responsive-problem#post-120098
Regards,
Ismael
July 12, 2013 at 1:43 am in reply to: Saving didnt work! Please reload the page and try again #129153Hi,
Please increase the wordpress php memory limit to 128M or more.
http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Do you have WordPress 3.5 or higher?
Regards,
Ismael
Hi,
I tested this on Google Chrome and it works on my end. Do you have Enfold 1.7? Please upgrade the theme.
Regards,
Ismael
Hi,
You can add something like this on your custom.css or Quick CSS
#top .social_bookmarks_facebook a{color:#fff; background-color:#37589b; }
#top .social_bookmarks_twitter a{color:#fff; background-color:#46d4fe; }Refer to css > layout.css for each social icon background color.
#top .social_bookmarks_rss:hover a{color:#fff; background-color:#ffa133; }
#top .social_bookmarks_facebook:hover a{color:#fff; background-color:#37589b; }
#top .social_bookmarks_twitter:hover a{color:#fff; background-color:#46d4fe; }
#top .social_bookmarks_mail:hover a{color:#fff; background-color:#9fae37; }
#top .social_bookmarks_dribbble:hover a{color:#fff; background-color:#e44885; }
#top .social_bookmarks_linkedin:hover a{color:#fff; background-color:#419cca; }
#top .social_bookmarks_search:hover a{color:#fff; background-color:#222222; }
#top .social_bookmarks_gplus:hover a{color:#fff; background-color:#de5a49; }
#top .social_bookmarks_behance:hover a{color:#fff; background-color:#008cfa; }
#top .social_bookmarks_flickr:hover a{color:#fff; background-color:#ff0086; }
#top .social_bookmarks_forrst:hover a{color:#fff; background-color:#234317; }
#top .social_bookmarks_myspace:hover a{color:#fff; background-color:#000000; }
#top .social_bookmarks_tumblr:hover a{color:#fff; background-color:#345574; }
#top .social_bookmarks_vimeo:hover a{color:#fff; background-color:#31baff; }
#top .social_bookmarks_youtube:hover a{color:#fff; background-color:#a72b1d; }
#top .social_bookmarks_pinterest:hover a{color:#fff; background-color:#cb2027; }
#top .social_bookmarks_skype:hover a{color:#fff; background-color:#12a5f4; }Regards,
Ismael
-
AuthorPosts
