Forum Replies Created
-
AuthorPosts
-
February 12, 2015 at 12:42 pm in reply to: Enfold's contact form (probably) css is conflicting with other forms #394950
Hi!
Search for the Ninja Pop-Up plugin’s css stylesheet then copy all codes inside the child theme’s style.css. That should work. Or use the same selector on the Quick CSS field:
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select { -webkit-appearance: none; border: 1px solid #e1e1e1; padding: 8px 6px; outline: none; font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #777; margin: 0; width: 210px; max-width: 100%; display: block; margin-bottom: 20px; background: #fff; border-radius: 0px; }
Replace the values of the css properties.
Best regards,
IsmaelHi!
WPML will NOT do the translation for you. You need to manually translate the content to spanish.
Regards,
IsmaelFebruary 12, 2015 at 12:34 pm in reply to: 3 or more buttons possible in full width easy slider? #394940Hey!
Move the codes on above this line:
@media only screen and (min-width: 768px) {
Regards,
IsmaelHi dogooder!
Thank you for choosing Enfold.
I checked the demo on IE 8 emulation and the back to top button arrow shows up fine. Can you please provide a link to the actual website?
Best regards,
IsmaelHey!
Oh.. Unfortunately, no, you can’t add the footer using that template without major modification on the theme. You can edit template-blank.php and footer.php. Or just set the template to Default then hide the header for that particular page using CSS.
.home #header { display: none !important; }
Regards,
IsmaelFebruary 12, 2015 at 12:22 pm in reply to: Layerslider and responsive navigation disapear on sfari iphone #394928Hi!
Thank you for using Enfold.
I checked the site on Safari mobile and it works fine. What is the version of the safari browser installed your phone? I’ll ask the rest of the support team to check it.
Cheers!
IsmaelHi!
Works fine on our installation. This should enable the custom fields or meta data for the portfolio items. Please get the code here: http://pastebin.com/cP303U3m
Best regards,
IsmaelHey superbikecoach!
Thank you for using Enfold.
Those files contain scripts that runs the Advance Layout Builder and other backend options. I’m not sure how it will affect the site’s google ranks.
Cheers!
IsmaelHey!
The thing is, we’re not familiar with the plugin. We can only provide support for basic aesthetic modifications and theme related issues. Unfortunately, third party plugins is beyond the scope of support. I’m sorry but you might need to hire a freelance developer who has enough experience with the plugin.
Regards,
IsmaelHey!
I have to add another closing tag before the “Caution” part. It’s not conventional but it works on this particular case. My guess is that you’ve added a lot of html tags inside the product description and forgot to close an element. Please check all product descriptions.
Cheers!
IsmaelHey!
If the template is working on other pages, is it OK if you just delete the default home page then create another? Honestly, we’re really not sure why the issue occurs on other installations but I guess, somehow, a combination of elements creates a layout with missing divs. Anyway, the home page looks OK now. Good job.
Cheers!
IsmaelHi xyzb!
Thank you for using Enfold.
I’m sorry but we don’t recommend using the ALB for posts because of these minor issues (featured image, related posts, full width element issues etc). Disable the ALB for posts then use the shortcode wand to insert shortcodes.
Cheers!
IsmaelFebruary 11, 2015 at 12:13 pm in reply to: Build an author page, similar to a portfolio grid? #394249Hey David!
Thank you for using Enfold.
I haven’t tried any plugin for this purpose so I won’t be able to recommend one. You can create a template or use the default author page link: https://blog.agilebits.com/author/dc/
You can edit author.php, includes > loop-about-author.php and loop-author.php.
Cheers!
IsmaelFebruary 11, 2015 at 12:09 pm in reply to: Google font (open sans) in post title – latin subset doesn't work #394246Hey TomaszStelmach!
Thank you for using enfold.
Add this on the functions.php:
function add_subset_func($fontlist) { $fontlist .= ",cyrillic"; return $fontlist; } add_filter('avf_google_fontlist', 'add_subset_func');
Cheers!
IsmaelFebruary 11, 2015 at 12:00 pm in reply to: How to translate the "Read more ->" text into something else? #394237Hey!
Looks you managed to make it work by using before instead of after.
Cheers!
IsmaelHey MagicMajd!
Thank you for using Enfold.
Add this to the Quick CSS field:
html { background-color: white; }
Best regards,
IsmaelHi!
Alright. Please post the login details here so that we can check it.
Cheers!
IsmaelHi mattolf!
Thank you for using Enfold.
When you use the masonry element, try to set the entries (Which entries?) to the podcast custom taxonomy.
Regards,
IsmaelHey!
I can see the issue now. Please try to install this plugin: https://wordpress.org/plugins/jquery-updater/
Regards,
IsmaelHi!
Thank you for using Enfold and sorry for the delay.
The sections starting from the third color section is outside the wrap all container. Did you any html codes on sections before this one? Website looks awesome. ;)
Cheers!
IsmaelHey awilson3rd!
Thank you for using Enfold.
Seems to load fine on my end. Have you tried using a cache and minify plugins?
Regards,
IsmaelHey!
Since the default menu causes the issue, try to remove it on mobile device. Add this to the functions.php:
add_action('wp_footer', 'ava_remove_menu', 10); function ava_remove_menu(){ ?> <script> (function($){ $(window).load(function() { if($(window).width() <= 480) { var menu = $('.main_menu'); $(menu).remove(); } }); })(jQuery); </script> <?php }
Regards,
IsmaelHey!
This is for the tablet size:
@media only screen and (max-width: 989px) and (min-width: 768px) { #footer .av_one_fourth, .responsive .avia-content-slider-inner .av_one_fourth { width: 23% !important; margin-left: 1% !important; clear: none; margin-top: 0; }}
Looks like you managed to fix the smartphone view.
Best regards,
IsmaelHi!
We updated the documentation regarding product view sidebar. It should work now: http://kriesi.at/documentation/enfold/product-page-left-or-right-sidebar/
If you want to remove the sidebar, just add this to the Quick CSS field:
#top #main .single-product-main-image .sidebar, #top #main .single-product-main-image .inner_sidebar { display: none; }
Cheers!
IsmaelFebruary 11, 2015 at 10:52 am in reply to: Problems with sidebar and woocommerce single product page #394191Hey!
Something is missing on the documentation but it is fixed now. Please check: http://www.arajor.com/producto/blusa-casual-cuello-v-chiffon-j2268/
Best regards,
IsmaelHey!
Edit config-templatebuilder > avia-shortcodes > slideshow.php, find this code:
$html .= "<a href='#prev' class='prev-slide' ".av_icon_string('prev_big').">".__('Previous','avia_framework' )."</a>"; $html .= "<a href='#next' class='next-slide' ".av_icon_string('next_big').">".__('Next','avia_framework' )."</a>";
Replace it with this:
$html .= "<div class='avia-slideshow-arrows avia-slideshow-controls'>"; $html .= "<a href='#prev' class='prev-slide' aria-hidden='true' data-av_icon='<' data-av_iconfont='entypo-fontello'>".__('Previous','avia_framework' )."</a>"; $html .= "<a href='#next' class='next-slide' aria-hidden='true' data-av_icon='>' data-av_iconfont='entypo-fontello'>".__('Next','avia_framework' )."</a>";
You can change the data-av_icon attribute.
Regards,
IsmaelHey!
Add this inside the css media query:
.responsive #top #wrap_all .slide-entry { width: 100%; margin-left: 0; }
Best regards,
IsmaelHey!
We added this code to the Quick CSS field:
@media only screen and (min-width: 768px) { #wrap_all { position: static; }}
Please remove browser and plugin cache then test the page again. Let us know if the issue persists.
Cheers!
Ismael -
AuthorPosts