serkan

Forum Replies Created

list of topics you have created till now.

  • serkan
    Moderator

    Hi Sam,
    That form should leave empty if the robot fill in the form then it will a spam mail.
    Also, you can check out this related topics =)
    https://developers.google.com/recaptcha/docs/display
    Thanks

    serkan
    Moderator
    Posted in : Common blockquote

    Hi Álvaro,

    This is for full width quote style;
    [quote name="Ethan Marcotte"]Responsive web design offers us a way forward, finally allowing us to “design for the ebb and flow of things.”[/q]

    You can try tagline maybe,
    [tagline]This is a responsive template for showing what you think to everyone in the world, in any device. It’s that simple![/tagline]

    This is for left side quote style.
    [quote align="alignleft" name="Steve JOBS"]Stay hungry, stay foolish.[/quote]

    If you want to customize it, I can provide you custom css code.

    serkan
    Moderator

    Hi Sam,

    Main.css : line 1538
    .contact-form .antispam {
    /* display: none; */
    }

    You can remove this custom css code.

    Thanks

    serkan
    Moderator
    Posted in : Impose Questions

    Hi, We just added images via add media button and gave them custom url and put them a caption.
    Thanks

    serkan
    Moderator

    Hi, It is all about your shortcodes.
    You should close your row shortcodes after column shortcode for each. Your adres and map should cover by row shortcode as well.
    Thanks

    serkan
    Moderator

    Hi @Rachel;
    We are supporting ninjaform plugin for contact form and gave it style and looks tidy and its easy to use. It is weird issue but hopefully this plugin will solve your issue. Please let me know when you done it.
    Thanks

    serkan
    Moderator
    Posted in : auto run gallery

    I am happy that you found the solution. =)

    serkan
    Moderator
    Posted in : Menu on the Home Page

    Hi, I didn’t receive your email yet.
    Anyway could you explain what is your issue. Please give me more details.
    Thanks

    serkan
    Moderator
    Posted in : WordPress only file

    I see what you mean but do you have any change to check your website with other iPad devices. I would like to help you but need to know your iPad model and iOS version. It might be related to your devices maybe. I will check your website with same iPad and the same iOs version that is why I need those information.
    Thanks

    serkan
    Moderator

    Hi jennicarbo,
    Could you provide me your related url, please?
    Thanks

    serkan
    Moderator

    Hi alialacan,
    Sorry for the delay. We don’t have any issue with our demo. When we find a solution for this issue, we will let you know asap. Thanks for your patience.

    serkan
    Moderator
    Posted in : Portfolio items

    Hi mclavel93,
    Could you share your solution with us ?

    Hi shmulvad,
    If you provide me your related url then we can check your website.

    Thanks

    serkan
    Moderator
    Posted in : Font size?

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

    serkan
    Moderator

    Hi, Do you have any problem right now?

    Hi Marie,
    You can try to use this custom css code for full eidth image. It is not exactly what you want but it is close your niche.

    .single-post .featured-image img { max-width: 160%;  margin-left: -15%; }

    or you can use this custom css code for hide the featured image inside the blog post.

    .single-post .featured-image img { display: none; }

    Thanks

    serkan
    Moderator
    Posted in : Font size?

    Hi mrhrnst,

    This custom css code for single post font size;

    @media screen and (min-width: 768px) { .single-post .entry-content { font-size: 14px; } }

    You can use this custom css code for custom pages.

    .page .entry-content p { font-size: 14px; }

    Thanks

    serkan
    Moderator

    I am happy that you figured it out.
    Cheers =)

    serkan
    Moderator

    Hi rikhtegar,
    You can paste your new color codes inside the custom css code; (color code for the number and background for the circle)

    .skill-unit .bar .progress span { color: #; background: # );

    Thanks

    serkan
    Moderator

    You are welcome.

    serkan
    Moderator
    Posted in : Background and Titles

    Hi ,sorry it is not something can be done easily with custom css code, if you are not familiar to css/javascript coding you may consider hiring an expert at envato studio.

    serkan
    Moderator

    I just forward this topic to our developer. He will contact you soon.
    Thanks

    serkan
    Moderator
    Posted in : SVG Site Logo

    Hi jsantiago44,
    You can limit the max width and height via this custom css code. It won’t be problem with retina display. You can change the max limit (increase or deacrease)

    .site-title img { max-height: 100px; max-width: 200px; }

    Thanks

    serkan
    Moderator
    Posted in : WordPress only file

    Hi afmatthews,
    I just checked with my iPad and didn’t detect any responsiveness issue. Could you please deactivate all your plugin, download a fresh copy of the theme and try it again. If you sill have the issue, please tell me your iPad version and iPad model and version, please?
    Thanks

    serkan
    Moderator
    Posted in : Favicon

    Hi LeFrancLouis,
    You can create a login logo appearance > theme options > login logo and its also your fav icon.
    It will appear on your browser screen.
    Thanks

    serkan
    Moderator

    Hi desimslaughter,
    You can check out this related topic;
    http://www.pixelwars.org/forums/topic/widgetized-sidebar-complete-site-change/
    Thanks

    serkan
    Moderator

    Hi, sorry it is not available by default and it requires more time and effort to customization, if you are not familiar to coding you may consider hiring an expert at envato studio or you can search third party plugin instead of default map.
    Thanks

    serkan
    Moderator
    Posted in : Menu on the Home Page

    You can send your details via our contact form and please add this topic url as well.
    Cheers.

    serkan
    Moderator

    Hi ighanizada,
    We will check the api settings again and will let you know when I find a solution.
    Thanks for your patience.

    serkan
    Moderator

    Hi Søren Hougaard Mulvad,
    Your English is totally perfect. I see what you mean. First of all, deactivate all your plugin and try it again. After that, you can check out this related topics;
    https://wordpress.org/support/topic/you-do-not-have-sufficient-permissions-to-access-this-page-1
    https://wordpress.org/support/topic/wp-admin-you-do-not-have-sufficient-permissions-to-access-this-page
    If you still have that issue, then we will try to find another solutions. It is not related to the theme, it is related wp admin settings.
    Thanks

    serkan
    Moderator

    Hi rikhtegar,
    This is default white color for progress bar. You can use this custom css code and replace the new color code.

    .skill-unit .bar .progress { background: #fff; }

    Thanks

    serkan
    Moderator
    Posted in : Full Width Blocks

    Hi Julien,
    You can try to use this custom css code;

    @media screen and (min-width: 1200px) { 
    code,  pre { width: 180%; margin-left: -40%; }
    }

    Thanks

    serkan
    Moderator
    Posted in : Full Width Blocks

    Hi Julien,
    Could you provide me your related url, please?
    I will check what can I do for you.
    Thanks

    serkan
    Moderator
    Posted in : Menu doesn't work

    Hi Marco,
    I see what you mean. This problem occurs because of the third party plugin. It is probably social stream plugin but I would recommend you to deactivate all your plugin and activate them one by one and detect which one is affecting your website then don’t use it.
    Thanks

    serkan
    Moderator

    Jenni,
    You didn’t choose settings > reading > post page: blog page
    that is why masonry layout settings could not affect the website. Also you should add featured images to your posts.
    Thanks

    serkan
    Moderator

    Hi jbjorge,
    Your website is not online yet. Let me know when it is online. Thanks

    serkan
    Moderator

    Hi Alex,
    Could you disable our share option and install a share plugin instead of default form and check it again please?

    serkan
    Moderator

    Hi ighanizada,
    You can use our contact form if you don’t want to share your url here.
    Please add this topic url as well..
    Thanks

    serkan
    Moderator
    Posted in : Background and Titles

    Hi KrystalN,
    You can add this custom css code;

    #resume, #contact { background-size: contain; }

    Thanks

    serkan
    Moderator

    Hi, Could you provide me your related URLs please?
    Thanks

    serkan
    Moderator

    Hi Alex,
    I shared your links on my personal FB account. Maybe it was a temporarily issue or it is related to your browser or facebook. I could not detect any issue right now, it is working fine.
    Thanks

    serkan
    Moderator
    Posted in : Background and Titles

    Hi KrystalN,
    You are giving background image and it is hard to set responsive this box.
    You can add this custom css code for your background images. Maybe it can solve your issue, little bit.

    #portfolio .rm-inner { background-size: contain; }

    Thanks

    serkan
    Moderator

    Hi mariogd,
    You can check out this related topic.
    http://www.pixelwars.org/forums/topic/how-to-use-custom-css-for-wordpress-themes/
    Thanks

    serkan
    Moderator
    Posted in : Social Icons

    Hi bluejenny,
    You can use this custom css code;

    .header-small .site-header a.social-link { width: 20px; font-size: 18px; color: #4c4646; }

    Thanks

    serkan
    Moderator

    Your theme version is v2.1.4
    Our latest version is v2.2.3

    Home landing slider came with v2.2 so your theme is not up to date =)
    You can read how to update theme section in the documentation if you don’t know how to update it.
    Kind regards

    serkan
    Moderator
    Posted in : CV / Resume slider

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

    serkan
    Moderator

    Hi Alex,
    It is okay. It seems to work on my side that is why, I couldn’t understand what is wrong. Good luck with your project and I am always happy to help all customers.
    Thanks

    serkan
    Moderator

    Hi jennifervinguyen,
    You can check out this related topic for how to use custom css code;
    http://www.pixelwars.org/forums/topic/how-to-use-custom-css-for-wordpress-themes/
    Thanks

    serkan
    Moderator

    Hi mariogd,
    You can use this custom css code;

    .page-layout .page-title { display: none; }

    Thanks

    serkan
    Moderator
    Posted in : Menu on the Home Page

    Hi jpkolb,
    Could you provide me your related url please?
    Thanks

    serkan
    Moderator

    Please deactivate all your plugin and try it again also download fresh copy of the theme.
    Can you provide me your related url please?
    Thanks

Viewing 50 posts - 12,701 through 12,750 (of 15,518 total)