Forum Replies Created
-
AuthorPosts
-
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
Hi,
Please try 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: 767px) {
.logo img {
width: 268px !important;
height: auto !important;
max-height: 80px;
}
}Regards,
Ismael
July 11, 2013 at 8:08 am in reply to: "standard" google fonts not working on desktop computers? #128943Hi,
Please add this on your custom.css or Quick CSS
body {
font-family: "Droid Sans", "Open Sans", Helvetica Neue;
}Regards,
Ismael
Hi,
Create a page, insert the Blog Post element. Configure the options, look for “Blog Content length”, select “Excerpt with Read More link”. Upgrade to Enfold 1.7.
Regards,
Ismael
Hey,
Glad you fixed it. :)
If you like Enfold, please write a testimonial here: https://kriesi.at/support/topic/your-testimonials-on-our-front-page-a-unique-chance
Regards,
Ismael
Hi,
Do you have any plugins installed that may cause the issue? Please deactivate all plugins, see if the issue persist.
Regards,
Ismael
Hi,
Edit functions.php, find this line of codes.
wp_register_script( 'avia-html5-video', $template_url.'/js/mediaelement/mediaelement-and-player.min.js', 'jquery', "1", true);
and
wp_enqueue_script( 'avia-html5-video' );
Replace them with
//wp_register_script( 'avia-html5-video', $template_url.'/js/mediaelement/mediaelement-and-player.min.js', 'jquery', "1", true);
and
//wp_enqueue_script( 'avia-html5-video' );
respectively.
Regards,
Ismael
Hi,
@formateins: Thanks for the tip. I agree with the solution.
@TLinden: Yes, it is possible. You can do @formateins solution. You’ll have to give us a link to the website with the icon boxes. We will help you remove the icons on that specific page.
Regards,
Ismael
Hi,
The content should push the footer. Please try to add more content to push the footer and socket down.
You can’t reduce the margin between your sidebar and the browser edge. It will break the layout.
Regards,
Ismael
Hi,
Upgrade to Enfold 1.7. It will fix the issue.
OR
Edit wp-contentthemesenfoldconfig-templatebuilderavia-shortcodes > postslider.php, find this code
"subtype" => array( __('1 Columns', 'avia_framework' )=>'1',
__('2 Columns', 'avia_framework' )=>'2',
__('3 Columns', 'avia_framework' )=>'3',
__('4 Columns', 'avia_framework' )=>'4',
__('5 Columns', 'avia_framework' )=>'5',
)),The array 1 Columns should be equal to 1.
array( __('1 Columns', 'avia_framework' )=>'1'
Regards,
Ismael
July 11, 2013 at 4:21 am in reply to: Single post fullscreen (without sidebar) not responsive #128830Hi,
Did you try to set the image as your Featured Image? You can use Media Queries to make it responsive.
You can add this on your custom.css or Quick CSS
.avia_image {
width: 100% !important;
height: auto !important;
}Regards,
Ismael
Hi,
First go to the Add this plugin dashboard. Settings > Addthis Share. Fill in the AddThis Profile ID: then login using your Addthis account. Get the Addthis API code on your actual addthis account. Sign in here: https://www.addthis.com/login
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_button_pinterest_pinit"></a>
<a class="addthis_counter addthis_pill_style"></a>
</div>
<script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-51de2d2b7e09a8f5"></script>
<!-- AddThis Button END -->Edit wp-contentthemesenfoldconfig-templatebuilderavia-shortcodes > portfolio.php, find this code.
$output .= "<h2 class='portfolio-preview-title'><a href='{$link}'>".$entry->post_title."</a></h2>";
Below, add the addthis api code with some modifications.
$output .= '<!-- AddThis Button BEGIN -->';
$output .= '<div class="addthis_toolbox addthis_default_style ">';
$output .= '<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a';
$output .= '<a class="addthis_button_tweet"></a>';
$output .= '<a class="addthis_button_pinterest_pinit"></a>';
$output .= '<a class="addthis_counter addthis_pill_style"></a>';
$output .= '</div>';
$output .= '<!-- AddThis Button END -->';After that, open footer.php, find this code
<a href='#top' id='scroll-top-link' class='avia-font-entypo-fontello'></a>
Below, add the addthis javascript code with your unique profile id. It will look something like this.
<script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-51de2d2b7e09a8f5"></script>We got the code from the original API code.
If you successfully did the instructions above, you will have the addthis button below the portfolio title.
Regards,
Ismael
Hi,
Try the following:
Slider Width: 100%
Slider Height: 470
Responsive: Yes
Full-Width Slider: Yes
Responsive under: 1300
Layers Container: 1140
Refrain from using px. Import the dummy data to check how the sliders are made.
Regards,
Ismael
-
AuthorPosts