serkan

Forum Replies Created

list of topics you have created till now.

  • serkan
    Moderator

    Hi maxhashim,
    Could you provide me your related url please?

    serkan
    Moderator

    Btw if it is too big for you you can use this custom css code;

    h1.site-title img { max-height: 120px; }

    Thanks

    serkan
    Moderator
    Posted in : Reducing White Space

    I gave you the codes above but you didn’t try it =) I am pasting it again.

    h1.site-title { line-height: 0; margin-bottom: 0; }
    h1.site-title a { border-bottom: 0; }
    h2.site-description { margin-top: 0; }
    serkan
    Moderator

    Hi André,
    If your links broken, please
    Go to settings > Permalinks and choose default and save it.
    Then change it to post name and save it and check it again.
    Thanks

    serkan
    Moderator

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

    serkan
    Moderator
    Posted in : Form Elements

    Hi annerutter,
    You didn’t publish that part. You can see the screenshot that is why i am not able to see it.

    Screenshot

    Have you seen any same issue with our demo website? I would recommend you to deactivate all your plugin and try it again. All your issues are occurring because of third party plugin. You can deactivate all of them first and activate by one by and also check your website. You can find out which one is messing your website.

    serkan
    Moderator
    Posted in : Reducing White Space

    Hi Brad,
    Please add this custom css code as well.
    .middle { padding-bottom: 0; }
    Thanks

    serkan
    Moderator

    Hi desimslaughter,
    This article should help you about localization.
    https://localise.biz/help/wordpress/translate-plugin/beginners

    serkan
    Moderator
    Posted in : Form Elements

    Hi annerutter,
    What is your IOS version for your ipadd what is the ipad’s model?
    Are you using safari as well for the iPad?

    Also i am sorry but i didn’t get what you mean about the form field?
    Are you talking about the black border?

    serkan
    Moderator
    Posted in : Form Elements

    Hi annerutter,
    Could you give me the link for form field?

    serkan
    Moderator
    Posted in : Form Elements

    Hi annerutter,
    I just checked your homepage with my ipad via safari and chrome and it looks okay.
    Could you please tell me your test browsers and give me the link for screenshot. You can take a screenshot and upload it to your gallery and give me the link.
    Thanks

    serkan
    Moderator

    Please go to appearance > theme options > general > Image Logo
    When uploading your image logo, you need to set Link Url = File Url Size : Full Size and then click on “Insert Into Post” button.
    Why you uploaded your image logo as a background image? Just delete the custom css codes for the image logo and try to use this feature.

    serkan
    Moderator

    Hi laurarylee,
    You can see read the information about the update section below the link;
    http://themeforest.net/item/bloggy-wp-responsive-minimalist-theme/5557121

    serkan
    Moderator

    Hi André,
    You can use these custom css codes;

    .single-portfolio .entry-content > blockquote { width: 90%; max-width: 940px; margin-left: auto; margin-right: auto; }
    .single-portfolio .entry-header > .entry-title { display: block; }

    Thanks

    serkan
    Moderator

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

    serkan
    Moderator

    Hi mrandre2u,
    When you editing the codes, you probably deleted some markups.
    First of all please install a fresh copy of the theme and tell me what do you want to do.
    I will try to help you.

    serkan
    Moderator
    Posted in : Design like demo

    Hi Sharozdawa,
    Please read the documentation file. You can find it in the theme folder. You should upload the dummy data.
    Thanks

    serkan
    Moderator

    Hi Rontice,
    Please let me know when the link is online. Then I can help you more.

    serkan
    Moderator
    Posted in : Form Elements

    Hi annerutter,
    Can you try to use this custom css codes;

    input[type=checkbox] { position: absolute; }
    label { position: relative; font-size: 11px; margin-left: 1em; }
    .required-checkboxes { margin-top: 1em; }

    Thanks

    serkan
    Moderator
    Posted in : Contact page

    Hi ruaakaseki,
    Okay good luck = )

    serkan
    Moderator
    Posted in : ipad Issues

    Hi marina2042,
    What do you mean by they aren’t adjusting themselves?

    serkan
    Moderator
    Posted in : Choose Sites

    Hi Classiker86,
    Please read the documentation. You can find it in the theme folder.
    Thanks

    serkan
    Moderator

    Hi André,
    I just saw a blank website. Be sure that you activated the theme.

    serkan
    Moderator

    Hi enhancv,
    Please go to appearance > theme options > general > Image Logo
    When uploading your image logo, you need to set Link Url = File Url Size : Full Size and then click on “Insert Into Post” button.

    I will make some tests on this twitter issue and try to realize what causes the problem. I let you know when I come up with a solution. Thanks for the feedback.

    serkan
    Moderator
    Posted in : Resume Building

    Hi jgcwise,
    I would recommend you to upload and install dummy data and edit it easily.
    You can find more information in the documentation.
    Thanks

    serkan
    Moderator

    Hi Abracadarte,
    You can activate the facebook share feature and can see at the right top of the page.
    You should go to appearance > theme options > portfolio > Share Button (yes)
    http://themes.pixelwars.org/photographer/portfolio/outdoor/#&gid=1&pid=1

    But it is not possible by default to add facebook like button on every image that in the lightbox.
    Thanks

    serkan
    Moderator
    Posted in : Pricing Page

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

    serkan
    Moderator

    Hi Stephen,
    It looks like your are using a different theme. It is not the readMe theme. How did it happen?
    Did you get another theme in the package?

    serkan
    Moderator

    Hi marina2042,
    if you can’t wait for the update, you can disable ajax in the code. Edit js/main.js(in theme folder) in a text editor, and find line : 172;

    $(".one-page-layout a.ajax").live('click',function() {
    and change it to

    $(".one-page-layout a.ajax2").live('click',function() {

    Thanks

    serkan
    Moderator

    Okay, thanks for the feedback. We will look into it..

    serkan
    Moderator

    Hi Maciej,
    You can use this custom css code;
    @media screen and (min-width: 768px) { .blog-single .post .entry-content > p { font-size: 1em; } }
    Thanks

    serkan
    Moderator
    Posted in : Reducing White Space

    You have unnecessary bracket in your custom box, so its messing everything. Check your codes again please..

    .site-header { padding-bottom: 0; }
    .home .entry-content img { margin-top: 0; }
    .home .entry-content p { margin-top: 0; }
    .home .page .entry-content { padding-top: 0; }
    .site-description { font-size: 0.9em; }
    @media screen and (min-width: 767px) { .site-header .row { position: relative; } }
    .site-header .textwidget { position: absolute; top: 0; }
    .site-header #searchform { position: absolute; top: 0; right: 0; }
    .page > .entry-header > .entry-title { display: none; }
    .comments-area { display: none; }
    serkan
    Moderator

    Hi lgroenig,
    Please go to empathy package > sample data > all
    Thanks

    serkan
    Moderator
    Posted in : Gallery Grid

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

    serkan
    Moderator
    Posted in : Gallery Grid

    Hi annerutter,
    Could you please deactivate all your plugin and try it again?

    serkan
    Moderator
    Posted in : "Back to top"

    Hi Will,
    You can search another plugin for scroll top feature. There are many plugin for this feature.
    Thanks

    serkan
    Moderator
    Posted in : Pricing Page

    Hi bk75000,
    You should use the column shortcodes. You can see above the page which ahmet wrote it before.

    You can copy and paste that code to a page and easily edit it. It is the other option.
    Thanks

    serkan
    Moderator
    Posted in : Reducing White Space

    Hi Brad,
    Comment area is leaving a huge white space. You should disable the comment area when you editing the page. There is second option. This custom css code will hide all the comments area.
    .comments-area { display: none; }
    But I would recommend you to choose first option.

    I hope these custom css codes can solve your issue.

    h1.site-title { line-height: 0; margin-bottom: 0; }
    h1.site-title a { border-bottom: 0; }
    h2.site-description { margin-top: 0; }

    Thanks

    Hi cineplexer,
    I just checked your related url with android 5.1.1. (chrome browser) and resume page is working fine. What is your test platform? I would recommend you to update your software also check your website with another mobile.
    Thanks

    serkan
    Moderator

    You are welcome

    serkan
    Moderator
    Posted in : Gallery Grid

    Hi annerutter,
    You items link to media file now. Please click to Add media > insert a media and you can see the attachment display settings. Choose link to custom url.
    I just checked it and it is working.

    serkan
    Moderator

    I will make some tests on this issue and try to realize what causes the problem. I let you know when i come up with a solution. Thanks for the feedback.

    serkan
    Moderator
    Posted in : ipad Issues

    You have this custom css code and its messing everything. Please remove it.
    background-repeat: no-repeat; background-position: center;

    Please use this custom css code;

    @media screen and (min-width: 768px) and (max-width: 991px) { .page .content .col-sm-6:nth-child(3) { clear: left; } }

    Thanks

    serkan
    Moderator
    Posted in : Archives by Year

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

    serkan
    Moderator
    Posted in : Favicon

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

    serkan
    Moderator

    Hi djox,
    I am happy that it works for you.
    Thanks

    serkan
    Moderator

    Hi Tawcan,
    Okay good luck =)

    serkan
    Moderator
    Posted in : Google Analytics

    Hi jehan345,
    You can try to use this plugin;
    https://wordpress.org/plugins/google-analytics-for-wordpress/
    Thanks

    serkan
    Moderator
    Posted in : 3 galleries per row

    Hi Adaptive,
    Could you try to use this custom css code;

    @media screen and (min-width: 1560px) {  .gallery-grid .masonry-item { width: 33.3%; } }

    Thanks

    serkan
    Moderator
    Posted in : Empathy Project VIew

    Just check the permalink when you editing the pages and wordpress setting as well.

Viewing 50 posts - 13,551 through 13,600 (of 15,511 total)