serkan

Forum Replies Created

list of topics you have created till now.

  • serkan
    Moderator

    Hi Josframes,
    I just checked your url and you are using an older version of the theme on your current site, please update your theme to the latest v1.3.4 and your problem will fixed.
    Thanks

    serkan
    Moderator

    Hi,
    I just tested your url on IPhone5 IOS 7.1 with Safari and menu is clickable and everything is working fine. Sorry i can’t detected your issue.

    serkan
    Moderator

    Hi,
    I don’t have a chance to test it with IOS version 7.1 right now. I will let you know when i get a chance to test it on that platform. I haven’t got any trouble with ios 6 and ios 8.3. It shouldn’t be problem with ios 7.1.

    serkan
    Moderator

    Okay, good luck :)

    serkan
    Moderator

    Hi joshncampbell,
    Go to pages > Edit homepage and set the featured image on the right side.
    Thanks

    serkan
    Moderator

    Hi,
    1. I just checked your url and the text color already white in your website.
    Appearance > Customize > Color > Text Logo Color choose white.
    2. Go to Appearance > Customize > Empathy Page Colors > Enabled Page Light Text for contact page.
    Thanks

    serkan
    Moderator

    Hi,
    Could you provide me your url please? Did you checked your pagination settings? If it is one post then you will see just only one post. ( Settings > Reading > Blog pages show at most ) . By the way edit your post and check is the excerpt area empty for each post. It should be empty if you enabled excerpt setting.

    serkan
    Moderator

    Hi,
    Go to appearance > Menus > Edit Menus > Menu Structure > Home > Url > copy and paste http://pinforest.com/coolblog/
    For your other questions please create a new topic.
    Thanks

    serkan
    Moderator

    Okay, good luck :)

    serkan
    Moderator

    Hi,
    I just tested your url with Iphone5 IOS 6 + Iphone5 IOS 8 + Iphone6 IOS 8.3 and everything looks fine. It is clickable. Which IOS version you are using for testing it? Have try to test it with an another mobile?
    Thanks

    serkan
    Moderator
    Posted in : departments

    Hi, i see the issue.
    We will release an update in a few weeks for that. Thanks for the feedback.

    serkan
    Moderator
    Posted in : Copyright ©

    you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.

    serkan
    Moderator
    Posted in : Foto caption

    You are welcome.

    serkan
    Moderator

    You are welcome.

    serkan
    Moderator
    Posted in : twitter and facebook

    Hi,
    Did you copy and paste your twitter embed code for twitter?
    You have to create a text widget for facebook. Go to appearance > Widgets > Text Widget. Copy and paste your facebook iframe code to content area.
    Thanks

    serkan
    Moderator

    Hi quielsimoes,
    Okay good luck :D

    serkan
    Moderator
    Posted in : Form elements

    Please check this topic out;
    http://www.pixelwars.org/forums/topic/form-elements/
    Thanks

    serkan
    Moderator

    Hi,
    It is working its supposed to be. You can edit the visual side easily. If you aren’t please download a fresh copy.
    Go to apperarance < Widgets and put the content into the sidebar.
    Thanks

    serkan
    Moderator
    Posted in : departments

    Hi,
    Could you try to explain your issue with another words. Because i didn’t see any problem for now on your url?

    serkan
    Moderator

    You are welcome.

    serkan
    Moderator

    Hi,
    Of course first code will effect your desktop as well. Avoid from it, you have to add the custom css code for desktop as well.
    Thanks

    serkan
    Moderator

    Hi,
    Please install Regenerate Thumbnails plugin and run once, and your images should be optimized then.
    Thanks

    serkan
    Moderator

    Hi,
    Go to: Settings > Reading. Select “Home” page as a front page, and select “blog” page as a posts page.
    Go to: Appearance > Widgets. Use Empathy widgets to show pages in you front page, see widgets section
    Could you provide me your url please ?
    Thanks

    serkan
    Moderator
    Posted in : Theme is not centered

    Okay, good luck :)

    serkan
    Moderator
    Posted in : Copyright ©

    Hi,
    Please go to Appearance > Theme Options > Copyright Text > Add Copyright ©
    Thanks

    serkan
    Moderator
    Posted in : Foto caption

    Please try this custom css code;

    .pswp__caption__center { text-transform: none; }

    Thanks

    serkan
    Moderator

    Hi jimtron,
    Actually, it is working with quote post format, i tested it in our demo website again. There can be lots of reason. Maybe your plugins is affecting your format. You can deactivated all your plugin and download and copy a fresh copy.
    Thanks.

    serkan
    Moderator

    Hi, i think the problem is about your images. Please remove metadata from the images. Check this link;

    http://webmasters.stackexchange.com/questions/16684/ipad-and-iphone-browser-rotating-images-on-site
    Thanks

    serkan
    Moderator
    Posted in : contact form problem

    Hi,
    I am sorry, too much customisation is effecting your website. It is hard to control it. If you are not familiar to coding you may consider hiring an expert at envato studio.

    serkan
    Moderator
    Posted in : the font style

    Hi,
    You can insrease or decrease the font size with those custom css codes,

    h1 { font-size: 2.20em; }
    h2 { font-size: 1.50em; }
    h3 { font-size: 1.20em; }
    h4 { font-size: 1.00em; }
    h5 { font-size: 1.00em; }
    h6 { font-size: 0.90em; }

    This custom css code fore font weight, default was bold,

    h1, h2, h3, h4, h5, h6 { font-weight: normal; }

    Thanks

    serkan
    Moderator

    Hi,
    It looks like you added lightbox shortcodes inside 1/12 column shortcodes. Just removed the column shortcodes, it should be fine.
    Thanks

    serkan
    Moderator
    Posted in : Multiportfolio pages

    Hi alepucciprato;
    Please ask your new question with a new topic.
    This custom css code for your contact form page font size; ( you can increase or decrease the it )

    .page-id-1038 .content-area p { font-size: 16px; }

    Thanks

    serkan
    Moderator
    Posted in : Form elements
    Here are all forms elements cross browser styled.
    
    <form class="validate-form" action="#" method="post">
    <label for="your-name">Your Name *</label><input id="your-name" class="required" name="your-name" type="text">
    
    <label for="your-email">Your Email *</label><input id="your-email" class="required email" name="your-email" type="text">
    
    <label for="subject">Subject</label><input id="subject" name="subject" type="text">
    
    <label for="budget">Budget</label><select name="budget"><option value="1000$">1000$</option>
    <option value="2000$">2000$</option>
    <option value="3000$">3000$</option>
    <option value="5000$+">5000$+</option></select>
    
    <label for="attach-file">Attach a file</label><input id="attach-file" name="attach-file" type="file">
    
    <label for="your-message">Your Message</label><textarea id="your-message" name="your-message"></textarea>
    
    <label>Tech</label><label class="inline-label"><input name="gender[]" type="checkbox" value="male">HTML5</label><label class="inline-label"><input name="gender[]" type="checkbox" value="female">jQuery</label><label class="inline-label"><input name="gender[]" type="checkbox" value="female">Wordpress</label>
    
    <label>Gender</label><label class="inline-label"><input class="required" name="radio" type="radio" value="radio-1">Male</label><label class="inline-label"><input class="required" name="radio" type="radio" value="radio-2">Female</label>
    
    <input type="submit" value="Send it">
    </form>
    serkan
    Moderator

    Hi,

    You can use this custom css code ;

    .home-wrap .ri-grid:after { opacity: 0.4; }

    Thanks

    serkan
    Moderator

    Hi,
    I just checked your url again and haven’t seen any problem with portfolio.
    Which browser you are using for testing it?

    serkan
    Moderator

    Hi ,
    If you use li ul, li ol { margin-bottom: 0; } it will work for all pages but maybe small area in some pages might have problem with that custom css code. You need to check all your content. If it is problem we can find another solution.

    serkan
    Moderator

    Hi, could you deactivated all your plugin and try it again.

    serkan
    Moderator
    Posted in : Portfolio issue

    Hi,
    I tested it with chrome Version 44.0.2403.157 (64-bit) on OS X Yosemite. What is your chrome version ?It is working with chrome browser.

    serkan
    Moderator

    You’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.

    serkan
    Moderator

    Hi,
    I mean Quote post format. You can read it in the documentation. If excerpt does work with the quote shortcode, please keep quote format. Good luck =)
    Regards

    serkan
    Moderator

    Hi,
    Don’t use shortcode for it. Just create a page and right down your quote and choose the type quote format for it. And use the excerpt area. Your problem will solved.
    Thanks

    serkan
    Moderator
    Posted in : Portfolio issue

    Hi,
    I just tested your website with chrome and ie and safari, portfolio section is working very well.
    Which browser you are using for testing it ?

    serkan
    Moderator
    Posted in : Form elements

    Hi,
    You have to use plugin for creating custom elements. You can use contactform7 plugin.
    Thanks

    serkan
    Moderator
    serkan
    Moderator

    I just tested on the mobile android with chrome on v.5 and our demo site working and i see that your website is not working. Could you please deactivated all your plugins and try it again.

    serkan
    Moderator

    Hi,
    Are you using shortcodes for that or you are just creating a post and texting it and choosing quote format on the sidebar? Please be sure the steps. I just tested it on my demo website and it is working very well.

    serkan
    Moderator

    Hi ;=)
    I just checked your url and our demo url and they are both working well. Maybe it was a shortly issue but now i haven’t see any problem.
    Thanks

    serkan
    Moderator

    Choose an excerpt method for your quote format. I mean, don’t use “theme options > blog > excerpt” and “insert more tag” at a same time.

    In other words, disable automatic excerpt functionality from theme options > blog > excerpt and add the “insert more tag” to your content OR don’t add “insert more tag” between your content and just activate the automatic excerpt functionality from theme options > blog > excerpt.

    Thanks

    serkan
    Moderator

    You’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.

    serkan
    Moderator

    Hi aspotz,
    This custom css will work on widget text area, but you if you want to use it on page
    .page li ul, .page li ol { margin-bottom: 0; }
    Please advise me specifically your url and i can help you more.
    Thanks

Viewing 50 posts - 15,151 through 15,200 (of 15,518 total)