serkan

Forum Replies Created

list of topics you have created till now.

  • serkan
    Moderator

    Hi,
    Please click to begin installing plugins then you should able to see the plugins. If you cannot see them, please upload a fresh copy of the theme from themeforest account and try it again.
    Thanks

    serkan
    Moderator

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

    .post .entry-content > p:first-child {  margin-bottom: 2px; }

    Thanks

    serkan
    Moderator
    Posted in : website super slow

    Hi, You can try to use this plugin for increasing the page speed;
    WP Super Cache : improves page score and actual page speed
    https://wordpress.org/plugins/wp-super-cache/
    Thanks

    serkan
    Moderator

    Hi, paste the code below to the “External Stylesheet / Javascript” box under Theme Settings > Style;

    <script>
    (function($) { "use strict"; 
       $('#filters li').first().remove();
       setTimeout(function() { $('#filters li').first().find('a').trigger('click')}, 1000);
    })(jQuery);
    </script>
    serkan
    Moderator
    Posted in : Category page layout

    Hi,
    Our developer says that it is not possible by default.
    Thanks

    serkan
    Moderator
    Posted in : Single post width

    Hi,
    Can you use this custom css code;

    .is-post-media-overflow .layout-fixed .gallery {
        max-width: 100%; width: 100% !important; margin-left: 0; }

    Thanks

    serkan
    Moderator
    Posted in : Category page layout

    Hi,
    I will forward this topic to our developer if there is any solution.
    Thanks for your patience.

    serkan
    Moderator

    Hi,
    Your related url is not working but you can try to use this custom css code;

    a.effect-4 {
        margin-right: 10px !important;
        margin-bottom: 10px !important; }

    Thanks

    serkan
    Moderator
    Posted in : Contact Form 7

    Hi Arndt,
    Google capcha is not working with the ajax layout so you need to deactivate the ajax from theme options.
    Thanks

    serkan
    Moderator

    Hi,
    You can install yoast seo plugin and customize the sharing image for facebook.
    Thanks

    serkan
    Moderator

    Hi,
    Could you take a screenshot for me and can you mark the gaps that are uncomfortable?
    I just checked your related url and I haven’t seen any issue.
    Thanks

    serkan
    Moderator

    Hi,
    We used 7 stroke font icons for the portfolio items.
    https://themes-pixeden.com/font-demos/7-stroke/
    You can use this custom css code with the new icon content number.

    .video.hentry .mask:before { content: "\e6a5"; }

    There is a checkbox at the top, so you can see the codes.
    Thanks

    serkan
    Moderator

    Hi Arndt,
    Can you use these custom css codes, please?

    @media screen and (max-width: 767px) {
    .cd-item:nth-of-type(3) a:before { background-color: #66c1bf; }
    .cd-item:nth-of-type(4) a:before { background-color: #bcbcbc; } }

    Thanks

    serkan
    Moderator
    Posted in : Theme translation

    Hi Arndt,
    Hi, Please go to loco translate > themes > ucard > click to new language button > choose your language and start translating > you can translate everything from here.
    Thanks

    serkan
    Moderator

    Hi,
    You can try to use this

    .cd-item a:hover:before { opacity: .1; }

    or these codes;

    .cd-item a:hover:before { opacity: 1; }
    .cd-item a:before {  opacity: .3; }

    Thanks

    serkan
    Moderator

    Hi,
    Could you please deactivate all your third party plugins like jetpack and try it again? And be sure that you are activating the blogger shortcode plugin.
    Thanks

    serkan
    Moderator
    Posted in : Category page layout

    Hi,
    You can try to use these custom css codes;

    .is-post-title-align-left .category-description { margin-top: -66px; margin-left: 94px; }
    .category-description { margin-bottom: 30px; }

    Thanks

    serkan
    Moderator

    Hi,
    Could you send me your wp admin details via our contact form and add this topic url as well?
    Thanks

    serkan
    Moderator

    Hi,
    Can you send me your wp admin details via our contact form and add this topic url as well?
    http://www.pixelwars.org/contact/
    Thanks

    serkan
    Moderator

    Hi Franz,
    Department featured images comes from the latest category featured image.
    If you provide me your related url for the distance issue, I can give you a css code.
    Thanks

    serkan
    Moderator

    Hi,
    I just tested the custom css code for 1b and 1e on your website and they are working well. And i didn’t see this custom css code in your custom css box. Please try it again. And clear the browser cache, please.
    2a) You said that you removed the avatar on the comment section. There is no space left in the avatar part.
    2b) You can use this custom css code;

    .nav-single { margin: 0; }

    2c)

    .nav-single .nav-desc { margin-top: 0; }

    2d)

    .is-widget-first-letter-border .site-main .widget-title span:first-letter { border: none; border-bottom: 2px solid; }

    2e)

    .comments-area article { padding-bottom: 0px; }

    2f) We cannot avoid from reply button. It could be like this;

     .comments-area article { border-bottom: 1px solid; margin-bottom: 20px; }

    You can go to appearance > customize > single post > you can customize the comments section from here. Maybe you will like other styles and you won’t need to use custom css code.
    Only you can see the log in and logout section so you don’t need to change the color.

    serkan
    Moderator
    Posted in : Home Landing Fades

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

    serkan
    Moderator

    Hi,
    Please go to plugins > install plugin > you can see the necessary plugins. Please install and activate them.
    Thanks

    serkan
    Moderator

    Hi,
    I wish you hadn’t asked all the questions under one topic. Because it will be difficult for people with similar questions to find their answers. Also, please provide me your related url so it will be much easier to find a solution for you.
    1a. You can use this custom css code;

    @media screen and (max-width: 767px) {.is-header-small .site-branding { max-width: 90%; } }

    1b. You can use this custom css code to have smaller thumbnail on the blog list.

    @media screen and (min-width: 992px) {
    .blog-list .featured-image { width: 30%; padding-top: 30%; } }

    1c. You can use this custom css code;

    @media screen and (min-width: 768px) {
    .blog-list .hentry-middle { padding-top: 0 !important; } }

    1d. You can use this custom css code;

    @media screen and (min-width: 768px) {
    .blog-list .hentry {  border-bottom: 1px dotted; padding-bottom: 3em; } }

    1e. You can use this custom css code;

    .more { text-align: right; }
    a.more-link { margin-top: 0 !important; }

    Lets find a solution for the others. But firstly, provide me your related url for the single posting section.
    Thanks

    serkan
    Moderator

    Hi,
    Please go to appearance > widgets > header social media icons > drag and drop (oliver) social media icons widgets for each social media and save it.
    Please be sure that Oliver Shortcodes plugin is activated.
    You can use MailChimp for WordPress plugin for the subscription form.
    Thanks

    serkan
    Moderator

    Thanks for the feedback.

    serkan
    Moderator
    Posted in : Home Landing Fades

    Hi,
    I just fixed your issue. You uploaded the photos by one by. I deleted them and clicked to add media button then clicked to create a gallery button. I chose all the photos and uploaded them.
    Thanks

    serkan
    Moderator

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

    serkan
    Moderator

    Hi,
    Provide me your related url, please?
    Thanks

    serkan
    Moderator

    Hi, sorry we don’t provide support for customizations that includes editing core php files.
    This is not available by default, needs further customizations, if you are not familiar to coding you may consider hiring an expert at wpkraken.io to do the job for you.

    serkan
    Moderator
    Posted in : Home Landing Fades

    Hi,
    When I try to login your dashboard, i am getting this message;
    FEHLER: Das Passwort, das du für den Benutzernamen Angelo decaro eingegeben hast, ist nicht korrekt.
    Please double check your username, password and related url, then send it to me via our contact form.
    http://www.pixelwars.org/contact/
    Thanks

    serkan
    Moderator
    Posted in : Home Landing Fades

    Hi, You just sent me website url and password but I don’t know your username so I am not able to login your dashboard :)
    Thanks

    serkan
    Moderator

    Hi,
    Please go to appearance > customize > site identity > you can decrease text logo font size.
    If you still have an issue, provide me your related url.
    Thanks

    serkan
    Moderator
    Posted in : Mobile nav menu

    Hi,
    Did you customize your website?
    I’m displaying many custom css codes. I’m viewing these issues when I resize.
    Thanks

    serkan
    Moderator

    Hi,
    I just checked your related url and your custom css codes are messing with the menu. Please remove unnecessary css codes from custom css box.
    Thanks

    serkan
    Moderator

    Hi,
    Can you use this custom css code, please?

    .is-posts-boxed .blog-simple .hentry:nth-child(n+11) { display: none; }

    Thanks

    serkan
    Moderator

    Hi,
    I am sending you a screenshot of the menu icons. It is how looks like on my side;
    https://www.photobox.co.uk/my/photo/full?photo_id=501099755624
    Thanks

    serkan
    Moderator
    Posted in : Header issue

    Hi,
    Please go to dashboard > appearance > theme options > general > logo type : image logo and upload your image logo from your hard drive via browser button and save it.
    Thanks

    serkan
    Moderator

    Hi,
    I took a look at the screenshot you shared. An acceptable crop appears. However, an automatic crop appears to be compatible with all resolutions. There is nothing that can be changed with custom CSS code. This is a feature set by WordPress.
    Thanks for your understanding.

    serkan
    Moderator

    Hi,
    I just tested your related url via a couple of large screens. I didn’t detect any inconsistency. So there is nothing to do.
    The video can make very small crops to adapt into the website.
    Thanks

    serkan
    Moderator

    Hi,
    After resize the browser, please refresh your website and try it again.
    Thanks

    serkan
    Moderator
    Posted in : Mobile nav menu

    Hi,
    One of your custom css code is messing around. You need to remove it;

    .header-wrap-inner { width: 1290px; }

    Thanks

    serkan
    Moderator
    Posted in : Mobile site 2 columns

    Hi, this is not available by default, needs more further customizations, if you are not familiar to coding you may consider hiring an expert at wpkraken.io to do the job for you.

    serkan
    Moderator
    Posted in : menu on blog page

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

    serkan
    Moderator
    Posted in : Header issue

    Hi,
    When uploading your image , you need to set Link Url = File Url Size : Full Size and then click on “Insert Into Post” button.
    Thanks

    serkan
    Moderator

    Hi Mark,
    You can go to settings > reading > you can limit the number of posts.
    Thanks

    serkan
    Moderator

    Hi Gabriele,
    I just checked your menu icons and they look okay. If you have any extension on your browser, deactivate it and try it again.
    Thanks

    serkan
    Moderator

    Hi,
    You can go to appearance > customize > empathy page color > you can activate the page light text for the contact page and save it. If you added an extra menu, your page order was changed so you need to activate the new light text.
    Thanks

    serkan
    Moderator

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

    serkan
    Moderator

    Hi,
    Your images are center aligned. The texts are left aligned that is why you were confused maybe. If you add this custom css code and check your page again, you can understand that images are centered.

    #page .hentry { text-align: center; }

    The “request a call” tab you refer to on the homepage consists of a photo. When I view the page resource structure, it appears exactly centered.
    Thanks

Viewing 50 posts - 8,051 through 8,100 (of 15,513 total)