Forum Replies Created

Viewing 30 posts - 50,461 through 50,490 (of 66,294 total)
  • Author
    Posts
  • 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,
    Ismael

    in reply to: wpml confusion #394944

    Hi!

    WPML will NOT do the translation for you. You need to manually translate the content to spanish.

    Regards,
    Ismael

    in reply to: 3 or more buttons possible in full width easy slider? #394940

    Hey!

    Move the codes on above this line:

    @media only screen and (min-width: 768px) {
    

    Regards,
    Ismael

    in reply to: Back to Top button arrow not showing up in IE8 #394935

    Hi 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,
    Ismael

    in reply to: Socket / Footer Not Showing up #394932

    Hey!

    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,
    Ismael

    in reply to: Layerslider and responsive navigation disapear on sfari iphone #394928

    Hi!

    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!
    Ismael

    in reply to: custom post types & wp member #394925

    Hi!

    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,
    Ismael

    in reply to: webmaster tool warnings on smartphone usability #394922

    Hey 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!
    Ismael

    in reply to: Enfold Digimember #394918

    Hey!

    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,
    Ismael

    in reply to: Help with Tables on Mobile #394916

    Hey!

    Glad it works. :)

    Cheers!
    Ismael

    in reply to: Text aligning – Woocommerce product list #394915

    Hey!

    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!
    Ismael

    in reply to: Footer & socket sizing incorrectly #394899

    Hey!

    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!
    Ismael

    in reply to: Posts – Related Posts Feature #394251

    Hi 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!
    Ismael

    in reply to: Build an author page, similar to a portfolio grid? #394249

    Hey 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!
    Ismael

    Hey 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!
    Ismael

    in reply to: How to translate the "Read more ->" text into something else? #394237

    Hey!

    Looks you managed to make it work by using before instead of after.

    Cheers!
    Ismael

    in reply to: URGENT: Socket Size #394229

    Hey MagicMajd!

    Thank you for using Enfold.

    Add this to the Quick CSS field:

    html {
    background-color: white;
    }

    Best regards,
    Ismael

    in reply to: Add content type for Blogs-Latest-News override #394214

    Hi!

    Alright. Please post the login details here so that we can check it.

    Cheers!
    Ismael

    in reply to: custom post types in blog entries #394213

    Hi 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,
    Ismael

    in reply to: Accordion not closing #394209

    Hey!

    I can see the issue now. Please try to install this plugin: https://wordpress.org/plugins/jquery-updater/

    Regards,
    Ismael

    in reply to: Footer & socket sizing incorrectly #394207

    Hi!

    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!
    Ismael

    in reply to: Problems with portfolio images/links #394205

    Hey awilson3rd!

    Thank you for using Enfold.

    Seems to load fine on my end. Have you tried using a cache and minify plugins?

    Regards,
    Ismael

    in reply to: Size content to viewport #394201

    Hey!

    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,
    Ismael

    in reply to: Responsive 4-Column Footer #394194

    Hey!

    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,
    Ismael

    in reply to: single product page – sidebar #394192

    Hi!

    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!
    Ismael

    in reply to: Problems with sidebar and woocommerce single product page #394191

    Hey!

    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,
    Ismael

    in reply to: Avia slider – dots and navigation arrows #394185

    Hey!

    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,
    Ismael

    in reply to: 1st grid item appearing full width #394178

    Hey!

    Add this inside the css media query:

    .responsive #top #wrap_all .slide-entry {
    width: 100%;
    margin-left: 0;
    }

    Best regards,
    Ismael

    in reply to: Fixed Background Image with Chrome still exist #394176

    Hey!

    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

    in reply to: Text aligning – Woocommerce product list #394175

    Hi!

    Looks like the text are separated by strong and link tags. Please post the login details here. We would like to check it.

    Best regards,
    Ismael

Viewing 30 posts - 50,461 through 50,490 (of 66,294 total)