Forum Replies Created
-
AuthorPosts
-
Hey!
Please replace the code with this:
add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { if(wp_is_mobile()) { $logo = "http://mauston.org/wp-content/uploads/2015/05/mauston-logo-mobile.jpg"; } return $logo; }
Cheers!
IsmaelHey!
Thank you for using Enfold.
We only provide basic code support and troubleshoots theme issue but we can help you with the site’s overall design modification. Please hire a freelance developer or contact codeable: http://kriesi.at/contact/customization
If you encounter any issue with the redesign or if you want to change a specific element and you’re not sure how, let us know. You can start the redesign on Enfold > General Styling panel. Adjust font colors, background, fonts etc.
Best regards,
IsmaelHey!
Use this in a code or text block:
<div class="avia-video avia-video-16-9 "> <div class="avia-iframe-wrap"><iframe src="https://www.youtube.com/embed/zImLDYRLoTI?start=10&end=60&feature=oembed" width="1500" height="844" frameborder="0" allowfullscreen="allowfullscreen"></iframe></div> </div>
Regards,
IsmaelHi!
Hmm.. We are actually not sure but glad it is fixed. If you encounter any issues in the future, let us know. :)
Best regards,
IsmaelHey derek!
Thank you for using Enfold.
Add this in the Quick CSS field:
#header_main .social_bookmarks li a { border-radius: 0; }
Cheers!
IsmaelHi!
You can use this to change the hyphen color:
.avia-testimonial-meta-mini { color: blue; }
Best regards,
IsmaelMay 23, 2015 at 5:34 am in reply to: Change background colour and font colour of shrinking header #448875Hi!
You can use this:
#header_main { border-color: red !important; }
Best regards,
IsmaelMay 23, 2015 at 5:32 am in reply to: URGENT – Theme causing WooCommerce product not to display #448873Hey!
Glad the products are fixed. Widgets should stay intact when you deactivate the plugins unless the plugin includes a custom widget.
Regards,
IsmaelHi!
1.) I’m sorry but I’m not sure what you’re trying to do here. Do you want to remove the “Nogen” text?
2.) Add this in the functions.php file to remove the () characters:
add_action('wp_footer', 'ava_custom_script', 10); function ava_custom_script(){ ?> <script> (function($){ $('.widget span.count').each(function() { $(this).text($(this).text().replace(/[()]/g,'')); }); }(jQuery)); </script> <?php }
Best regards,
IsmaelHi!
Don’t remove the code but add this below:
.archive .title_container .main-title { display: block !important; }
Regards,
IsmaelMay 22, 2015 at 9:33 am in reply to: Jetpack stops Advanced Layerslider from displaying images #448265Hey!
If the layer slider is not working with the jetpack plugin, try the default theme slider (fullwidth easy slider, full screen slider, accordion). Also, please update the theme to 3.1.5.
Best regards,
IsmaelMay 22, 2015 at 9:28 am in reply to: URGENT – Theme causing WooCommerce product not to display #448260Hey!
Try to recreate the products in that category. Can you please provide a link to the products that are not working? I checked the products and most of them work except for the pearls category.
Regards,
IsmaelHey fredengl!
Thank you for using Enfold.
Add this in the functions.php file in order to sort the blog grid alphabetically:
add_filter('avia_post_slide_query','avia_change_grid_order', 10, 2); function avia_change_grid_order($query, $params) { $query['orderby'] = 'title'; $query['order'] = 'ASC'; return $query; }
Regards,
IsmaelMay 22, 2015 at 9:19 am in reply to: How can I remove the YouTube watermark on Color Section background video? #448253Hey D5WDesignGroup!
Thank you for using Enfold.
What is the youtube url? Did you try the sample youtube video?
http://www.youtube.com/watch?v=5guMumPFBag
Regards,
IsmaelMay 22, 2015 at 9:16 am in reply to: Contact Form Content Element set to display new page on submission but not work #448251Hi stephenlevin!
Thank you for using Enfold.
The form redirect option works fine on our installation. Please try to update the theme to 3.1.5.
Regards,
IsmaelHi Nancy!
Thank you for using Enfold.
You can try this plugin: https://wordpress.org/plugins/post-types-order/
Best regards,
IsmaelHi!
Thank you for using Enfold.
Glad you figured out most of the issue. How did you add the video? What is the code that you use? Please try to use the video shortcode: https://codex.wordpress.org/Video_Shortcode
You can also try the theme’s video shortcode.
Cheers!
IsmaelHey!
I edited the functions.php file and I got an error. Everything is blank. I’m sorry but I must have missed something when I edited the file. Please override the functions.php file to fix the error.
Best regards,
IsmaelHey!
Actually, you change the position of the menu item layer in the Styles panel. Unfortunately, we can’t help you with the following modifications above. Please hire a freelance developer or contact codeable: http://kriesi.at/contact/customization
Instead of the background changing, I want the picture to switch to a different picture upon hover.
That is exactly what we did in the example. The difference is that we set the image as background. You can use links tag because it is supposed to be a link, instead of a div tag: http://www.w3schools.com/html/html_links.asp
Regards,
IsmaelMay 22, 2015 at 7:14 am in reply to: Problem: Masonry Gallery always loads before Background Images #448191Hi!
Thank you for using Enfold.
There is no script to delay any of the images in the theme. Please give us a link to the page. We would like to check it. Try to use a cache plugin.
Best regards,
IsmaelHey!
The tables on the page are images. They are not coded manually:
http://bouncin.tw/remotek/wp-content/uploads/2015/05/F23-Multi-Band-Multi-Carrier-Fiber-Optic-Repeater-33-dBm.jpg
http://bouncin.tw/remotek/wp-content/uploads/2015/05/F24-Dual-Band-Fiber-Optic-Repeater-37-dBm.jpg
http://bouncin.tw/remotek/wp-content/uploads/2015/05/F25-Dual-Band-Fiber-Optic-Repeater-40-dBm.jpgBest regards,
IsmaelHey strengthcoaching!
Thank you for using Enfold.
1.) What is the current position of the social icons? We would like to see the actual page. Please post the url here.
2.) You can edit the post then add the link manually. Use the link tag. Refer to this link for more info, scroll to the “HTML Links – Image as Link” section: http://www.w3schools.com/html/html_links.asp
3.) Add this in the Quick CSS field:
.avia-no-number { opacity: 1;mal; }
4.) Use this to adjust the progress bar title:
.progressbar-title { font-size: 20px; }
Regards,
IsmaelHi!
Thank you for using Enfold.
Edit the slides then look for the Select Transition button inside the Slide Options panel. Deselect all 2D effects then switch to the 3D effects panel. Select the 3D effects that you want. Don’t forget to update the slider.
Cheers!
IsmaelHey mcraig77!
Thank you for using Enfold.
Edit the icon element then go to the Colors panel. Adjust the color settings.
Best regards,
IsmaelHey!
Make sure that you add this at the very bottom of the Quick CSS field:
.html_header_top .header-scrolled .main_menu ul:first-child > li a { height: 25px !important; line-height: 25px; }
Cheers!
IsmaelHey mcraig77!
Thank you for using Enfold.
The slider button doesn’t contain icons by default. Generate a button shortcode then place it in the slider caption field instead.
Regards,
IsmaelHey!
We need admin rights in order to access the theme options. Please check the user details.
Cheers!
IsmaelHey josemartinezarjona!
Thank you for using Enfold.
Maybe, this will help: https://kriesi.at/support/topic/linking-to-filtered-portfolio-ajax
Cheers!
IsmaelHey!
You can try this:
.main_color .sidebar_tab, .main_color .tabcontainer .tab { color: white; background-color: red; }
Regards,
Ismael -
AuthorPosts