ahmetsali

Forum Replies Created

list of topics you have created till now.

  • ahmetsali
    Keymaster

    this is weird, try;

    – disable all active plugins and check again.

    ahmetsali
    Keymaster
    Posted in : round progress bar

    please provide your url to check what’s wrong.

    ahmetsali
    Keymaster

    i just checked your site and it stopped at portfolio page. I will think of a a solution for this and release an update when i come up with a solution. Thanks for the feedback.

    ahmetsali
    Keymaster
    Posted in : Menu Style

    @CHenry117

    we have just updated the theme, try with the new version.

    ahmetsali
    Keymaster

    i just checked your url and it works fine on my side. But i notice the issue in some cases before. I will try to improve this functionality. Thanks for the feedback.

    ahmetsali
    Keymaster
    Posted in : round progress bar

    Hi, this theme has already round progress bar combined with a horizontal progress bar. You can try this custom css code to hide the horizontal progress bar;

    #nprogress .bar {
        display: none !important;
    }
    
    
    ahmetsali
    Keymaster

    @qelsey

    when i check your code, i can’t see the script files of the theme attached to your site. Did you edit theme files directly? you can start over with a fresh copy of the theme.

    css/main.css is the main stylesheet of the theme.

    ahmetsali
    Keymaster
    Posted in : Error found

    Hi, you need to have at least 3 pages in order to use sliding horizontal layout. One for left, one for the middle and one for the right view.

    ahmetsali
    Keymaster

    Hi, can you give an example situation where #/url doesn’t work.

    ahmetsali
    Keymaster

    Hi, your contact page menu link url is “contact” and your contact page slug is “contact-2”. They must be identical in order to mobile layout work properly. We will fix mobile menu spacing bug with the next update. Thanks for the feedback.

    ahmetsali
    Keymaster

    Did you edit the theme files directly? When i check your source code i see that main js file of the theme main.js is not added to your site.

    ahmetsali
    Keymaster

    this is really weird, you can try

    – delete your current portfolio posts and recreate them again.
    – install a fresh copy of the theme and check again.

    ahmetsali
    Keymaster

    Hi, try this custom css code;

    @media (max-width: 767px) {
         .wrapper > .row { width: 100%; }
    }
    
    ahmetsali
    Keymaster
    Posted in : Footer Full Width

    Hi, you can send credentials via the form below (including this topic url to your message).

    http://www.pixelwars.org/contact/

    ahmetsali
    Keymaster
    Posted in : Portfolio grid

    Hi, edit js/main.js in the theme folder and find line : 521

    		var itemPerRow = 4;
    		var containerW = $container.width();
    		var items = $container.children('.hentry');
    		var columns, columnWidth;
    		var viewports = [ {
    				width : 1300,
    				columns : itemPerRow
    			}, {
    				width : 900,
    				columns : itemPerRow-1
    			}, {
    				width : 480,
    				columns : itemPerRow - 2
    			}, { 
    				width : 0,
    				columns : itemPerRow - 3
    			} ];
    
    

    you can edit columns here.

    ahmetsali
    Keymaster
    Posted in : No navigation bar

    go to Appearance > Widgets and click to Save button of your portfolio widget.

    ahmetsali
    Keymaster

    Hi, you can try this custom css code;

    .header { 
    	background: #09c; 
    	}
    
    ahmetsali
    Keymaster
    Posted in : Menu Style

    @t_moorhead

    i just checked your site and it looks fine on my side. Does your problem persist?

    ahmetsali
    Keymaster

    Hi, please provide your url to see what’s wrong.

    ahmetsali
    Keymaster

    Hi, they are all available in Appearance > Theme Options.

    ahmetsali
    Keymaster

    Hi, you can upload your video files to media library in your wp admin.

    ahmetsali
    Keymaster
    Posted in : background image loop

    1170px x 740px should be fine.

    ahmetsali
    Keymaster

    Hi, your menu is not constructed properly, please check out Documentation > Menu section.

    ahmetsali
    Keymaster

    Hi, you have a redundant “c” character just before this code in your custom css code, remove that “c” character and it should work.

    .form-allowed-tags { display: none; }c ***remove this
    
    .main-navigation > ul > li:nth-child(5) > a {
    background-color: #ffcc00;
    }
    
    ahmetsali
    Keymaster

    just checked your url on Mountain Lion both on Chrome 34 and Safari 6.1, portfolio looks fine on my side.

    ahmetsali
    Keymaster

    i just checked your page on chrome 34 on both win7 and OS X Mavericks. It looks fine on my side.

    ahmetsali
    Keymaster

    we have eliminated the error on the console now, i also noticed it appears when we resize the browser,

    – now update the first code piece i gave you as;

    			// wait for images to be loaded
    			p.imagesLoaded(function() {
    		              //your custom function here :
                                 $(".twentytwenty").twentytwenty();
                                 $(window).trigger('resize');
                                 setTimeout(function() { $(".twentytwenty").twentytwenty(); }, 500);
    
    ahmetsali
    Keymaster

    it looks fine on my side, what is your test browser/os version ?

    ahmetsali
    Keymaster

    ok, i see the problem now;

    – add this code to External Js box under Appearance > Theme Options > Style > External JS box;

    <script type='text/javascript' src='http://albertafrikyan.nl/wp-content/plugins/twentytwenty/public/assets/js/jquery.event.move.js?ver=1.0'></script>
    <script type='text/javascript' src='http://albertafrikyan.nl/wp-content/plugins/twentytwenty/public/assets/js/jquery.twentytwenty.js?ver=1.0'></script>
    <script type='text/javascript' src='http://albertafrikyan.nl/wp-content/plugins/twentytwenty/public/assets/js/public.js?ver=1.0'></script>
    

    – also add this code to External CSS box;

    <link rel='stylesheet' id='twentytwenty-twentytwenty-css'  href='http://albertafrikyan.nl/wp-content/plugins/twentytwenty/public/assets/css/twentytwenty.css?ver=1.0' type='text/css' media='all' />
    
    ahmetsali
    Keymaster
    Posted in : Pricing table

    there are lots of ready made css pricing tables on codecanyon, check them in the link below, i can help you if you encounter any problems integrating them to template;

    http://codecanyon.net/category/css/pricing-tables

    ahmetsali
    Keymaster

    i can’t think of a solution, maybe you can use the site title in english characters only like your url, since only you will see it.

    ahmetsali
    Keymaster

    i can’t detect the issue now, let me know when you update the code again, i will check then.

    ahmetsali
    Keymaster
    Posted in : Pricing table

    Hi, sorry we don’t have any future plan about adding pricing table to the template. Since this is a vcard template, pricing table is out of the scope of this template.

    ahmetsali
    Keymaster

    try this;

    – edit send-mail.php in Notepad++
    – go to Encoding tab and select “Encode in UTF-8 without BOM” and save.
    – upload the file and check again.

    ahmetsali
    Keymaster
    Posted in : sticky menu

    Hi, edit js/main.js in theme folder, and find line : 14, you will see;

    //**********************************
    		// FIXED NAV MENU
    		var isFixedNav = $('html').attr("data-fixed-nav") == "true";
    		if(isFixedNav) {
    			var navMenu = $('#site-navigation');
    			var navMenuTop = navMenu.position().top - navMenu.height();
    			
    			var scrolled = $(window).scrollTop();
    			
    			$(window).bind('scroll', function() {
    				
    				//console.log($(window).scrollTop());
    				
    				 if ($(window).scrollTop() > navMenuTop ) {
    					 navMenu.addClass('fixed');
    					 // user is scrolling top : show fixed menu
    					 if(scrolled > $(window).scrollTop()) {
    					 	navMenu.stop(true,true).slideDown(100);
    					 } else {
    						navMenu.stop(true,true).slideUp(100); 
    						$('.header-search').hide();
    					 }
    				 }
    				 else {
    					 navMenu.removeClass('fixed');
    				 }
    				 
    				 scrolled = $(window).scrollTop();
    			});
    		}
    		//**********************************
    

    replace it with this;

    //**********************************
    		// FIXED NAV MENU
    		var isFixedNav = $('html').attr("data-fixed-nav") == "true";
    		if(isFixedNav) {
    			var navMenu = $('#site-navigation');
    			var navMenuTop = navMenu.position().top - navMenu.height();
    			
    			var scrolled = $(window).scrollTop();
    			
    			$(window).bind('scroll', function() {
    				
    				//console.log($(window).scrollTop());
    				
    				 if ($(window).scrollTop() > navMenuTop ) {
    					 navMenu.addClass('fixed');
    					 // user is scrolling top : show fixed menu
    					 
    					 	navMenu.show();
    					
    				 }
    				 else {
    					 navMenu.removeClass('fixed');
    				 }
    				 
    				 scrolled = $(window).scrollTop();
    			});
    		}
    		//**********************************
    
    ahmetsali
    Keymaster
    Posted in : Menu Style

    this is weird, this issue doesn’t occur on our side, you can try;

    – download and install a fresh copy of the theme and check again.

    ahmetsali
    Keymaster

    That’s a nice idea. I will have that in mind for a next update. Thanks.

    ahmetsali
    Keymaster

    this is weird, i just tested your characters and looks fine on my side, viewed on gmail. You can try;

    – check the same mail on the desktop or a different mail client.
    – download and install a fresh copy of the template and try again.

    ahmetsali
    Keymaster

    for any additional scripts/plugins you have added to portfolio single pages, you need to call your custom functions each time an ajax request is completed, to do this, edit js/main.js and find line : 465;

    			// wait for images to be loaded
    			p.imagesLoaded(function() {
    		              //your custom function here :
                                 $(".twentytwenty").twentytwenty();
    
    ahmetsali
    Keymaster
    Posted in : SLIDER

    Hi, try this custom css code;

    .one-page-layout .flexslider {
        max-width: 740px;
        margin: 0 auto 4em auto;
    }
    
    ahmetsali
    Keymaster

    Hi, can you provide your url to check what’s wrong.

    ahmetsali
    Keymaster
    Posted in : No navigation bar

    i see your bio page is fine. But you can try to wrap the full width content at above with a full width column span12.

    ahmetsali
    Keymaster

    Hi, i just checked your site on chrome 34 / win 7 in various resolutions. Portfolio looks good. What is your browser / os version ?

    ahmetsali
    Keymaster
    Posted in : Center services

    Hi, they are constructed with bootstrap grid columns. You can make them 2 columns by changing columns classes and align them center using bootstrap offset classes. For more information using bootstrap grid system please check the link below;

    http://getbootstrap.com/css/#grid

    ahmetsali
    Keymaster

    Hi, i just tested our contact form with foreign characters and they look fine on my side. Which characters do you have problem with?

    ahmetsali
    Keymaster
    Posted in : font size

    try this one;

    .format-quote blockquote {
        font-size: 2em;
    }
    
    ahmetsali
    Keymaster
    Posted in : Reducing spaces

    1-) you can play with the values if you are not satisfied with the results, such as;

    .site-header hgroup {
        padding-bottom: 0em;
    }
    

    2-) try also adding this;

    .single .entry-meta {
        margin-top: 0em;
        }
    
    ahmetsali
    Keymaster

    Hi, you can’t delete the hashtags, they are required for the page to work properly. Also can you provide your url to see what’s wrong.

    ahmetsali
    Keymaster
    Posted in : ADD MAIN SLIDER

    i can see the slider working properly on your site. Does your problem persist?

    ahmetsali
    Keymaster
    Posted in : Footer Full Width

    @itzramphis

    what do you mean by header 3 ? also can you provide your url.

Viewing 50 posts - 3,501 through 3,550 (of 4,785 total)