serkan

Forum Replies Created

list of topics you have created till now.

  • serkan
    Moderator
    Posted in : Homepage missing

    Hi, You can create a page, “name it home” and choose homepage template under the page attributes on the right hand side of the page. You can set the slider for blog and archive pages.
    If you set your portraits page as a blog page, then the slider will come automatically to your portrait page if you activate it from appearance > theme options > main slider.
    Thanks

    serkan
    Moderator
    Posted in : Menus

    I am happy that it is working now. Please don’t forget to rate the theme on themeforest if you liked it, thanks.

    serkan
    Moderator

    Hi Kaspars,
    Dashboard > pages > edit portfolio page and under the page attributes choose portfolio template ( it is located on the right hand side of the page =)
    Thanks

    serkan
    Moderator
    Posted in : Sub Menus

    You’re welcome.

    serkan
    Moderator

    Hi Kaspars,
    Could you provide me your wp admin details via our contact form?
    I will try to help you. And please add this topic url as well.
    http://www.pixelwars.org/contact/
    Thanks

    serkan
    Moderator

    Hi CXLSX,
    Could you let me know when you put your theme online?

    serkan
    Moderator

    Hi,
    I just checked your related URL, it looks okay now.
    If you have any questions please feel free to ask.
    Thanks

    serkan
    Moderator

    Hi, Go to: Settings > Reading. Select “Home” page as a front page, and select “blog” page as a posts page.
    Please go to appearance > widgets > empathy template page and drag and drop the widget for blog.

    serkan
    Moderator

    Hi,
    You can check out this related topic for pricing page;
    http://www.pixelwars.org/forums/topic/pricing-page-2/
    Please choose your pricing titles and make them h3 style on the content editor. The line will come automatically. And choose medium-width page template on the right-hand side.
    You have a redundant pre element wrapping your shortcodes, that is why length is not same for all table.
    Thanks

    serkan
    Moderator

    Hi,
    First of all, I would recommend you to upload sample data, so you can easily edit it.
    Also, this topic can be useful for you.
    http://www.pixelwars.org/forums/topic/create-a-portfolio-with-multiple-clickable-thumbnails/
    For the pricing page, you have a redundant pre element wrapping your shortcodes, navigate to “Text” tab of your content editor and remove that pre element and it should be fine.
    Please do some search in the support forum. If you don’t find an answer for your any issue, please create a topic for each. Please don’t ask your bundle question. Because, it can not be useful to read for other customers to find their answers.
    Thanks

    serkan
    Moderator

    Awesome, good luck.

    serkan
    Moderator

    Hi, You should use this plugin.
    https://wordpress.org/plugins/wordpress-importer/
    Please go to empathy package > sample data > all > upload that xml file.
    Thanks

    serkan
    Moderator
    Posted in : Change excerpt length

    Hi Ray,
    You can go to appearance > theme options > blog > disable excerpt.
    Then edit the posts and use the more tag. (text tab) There is a button called “more” in the content editor. You can add it after your excerpt area in the post. Just there is one detail. “More” feature should not be added directly after the drop shortcode. So, in this way, you can control the excerpt area in each post.
    Thanks

    serkan
    Moderator
    Posted in : HTTP upload error

    Hi, Replied your topic in this url.
    http://www.pixelwars.org/forums/topic/problem-of-media-http-error/
    Thanks

    serkan
    Moderator

    Hi, You can check out this related topic;
    Deleting a Self Hosted WordPress.org Site
    http://www.wpbeginner.com/beginners-guide/how-to-delete-your-wordpress-blog/
    Thanks

    serkan
    Moderator

    Hi, You can use this custom css code for removing all meta info from your website.

    .entry-meta { display: none; }

    If you would like to remove it just from the homepage then use this custom css code;

    .home .entry-meta { display: none; }

    You can use this custom css code to hide the site description.

    .site-description { display: none; }

    or go to settings > general > delete the tagline

    Thanks

    serkan
    Moderator

    Hi,
    You can export your file via this plugin and delete everything. When you upload a fresh copy of wordpress and theme, you can upload all your saved data files. Please download the latest version of the theme.
    https://wordpress.org/plugins/wordpress-importer/
    Thanks

    serkan
    Moderator
    Posted in : Homepage missing

    Hi,
    You can set a static page for your homepage and blog page. Your portrait can be your blog page.
    You should go to settings > reading > choose portrait for your blog. I tried to set your homepage for static page but I am getting this kind of message by WordPress.
    La pagina iniziale statica prescelta deve essere tradotta in tutte le lingue
    “The selected static home page must be translated into all languages”.
    It is related to translate plugin. You can use loco translate instead of your translate plugin.
    Thanks

    serkan
    Moderator
    Posted in : Clients logos 2 rows

    Hi,
    You can use loco translate plugin for change the name of the filter “all” in your portfolio page. I gave you the link for that plugin above.
    Thanks

    serkan
    Moderator

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

    serkan
    Moderator

    Hi Mark,
    Please go to settings > reading > choose your post page “blog”
    Thanks

    serkan
    Moderator

    Hi,
    We discussed it before. You can see the custom css code. Just increase or decrease the max-height: 80px
    http://www.pixelwars.org/forums/topic/bigger-logo/
    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 : Menus

    Hi awaghlis,
    Please go to appearance > widgets > footer 1 > add custom menu widgets if you would like to use menu in the footer. After that please go to appearance > footer > you can modify background, alignment and etc. You can not put the menu exactly like header section. Also you can see the full width options in the customize section.
    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 : Homepage missing

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

    serkan
    Moderator
    Posted in : Clients logos 2 rows

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

    @media screen and (min-width: 768px) { 
    .nf-form-cont {
    margin: 1.6em auto 3em auto; max-width: 600px; overflow: auto;
    }
    nf-field:nth-child(1), nf-field:nth-child(2) {
    width: 50%; float: left;
    }
    nf-field:nth-child(1) { padding-right: 15px; } 
    nf-field:nth-child(2) { padding-left: 15px; }
    }
    .submit-container { 
    text-align: center;
    }

    Thanks

    serkan
    Moderator
    Posted in : Clients logos 2 rows

    Please don’t edit the php files. Try to use ninja form plugin and we can give custom css code if it is needed or use the loco translate plugin. Which is easy for you.
    Thanks

    serkan
    Moderator

    Hi, Your host may have disabled the mail() function. It must be enabled on your server.
    If your server can not fix it then install and use ninja forms plugin instead of our default contact form.
    https://wordpress.org/plugins/ninja-forms/
    Thanks

    serkan
    Moderator
    Posted in : Clients logos 2 rows

    Hi kokobaliev,
    You can try to use ninja form plugin instead of default contact form. You can easily modify the label.
    Or you can try to use the loco plugin to translate all the website. If your issue just with the contact form, I recommend you to install ninja form plugin. If you would like to translate more side of the website then install the loco plugin.
    https://wordpress.org/plugins/ninja-forms/
    https://wordpress.org/plugins/loco-translate/
    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 : Clients logos 2 rows

    Hi,
    You can use this custom css code;

    .client { min-height: 70px; }

    Thanks

    serkan
    Moderator

    Hi, I see the issue. Intro font is affecting the body font. I just changed your intro font from the featured area. We will fix this issue with the next update.
    Thanks for the feedback.

    serkan
    Moderator

    Hi, Please provide 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, It should not be problem. Please check it out when you go online. I mean when you move your website from local to online, check it again.
    Thanks

    serkan
    Moderator
    Posted in : Print Stylesheet

    Hi Rob,
    Sorry, The print stylesheet is not available by default.

    serkan
    Moderator

    Thanks for the feedback. I will think about it.
    Cheers

    serkan
    Moderator
    Posted in : Sub Menus

    Hi, The menu is located in a very narrow area. If you add the submenu, it will show under the parent menu and scroll will appear in the menu area. This menu can expand and may not appear very nice.
    Thanks

    serkan
    Moderator

    Hi, Just replied your question in this topic;
    http://www.pixelwars.org/forums/topic/website-uses-wrong-font/
    Thanks

    serkan
    Moderator

    Hi, please go to Appearance > customize > general > fonts > body font > roboto and save it.
    If it doesn’t change the font please deactivate third party plugins and try it again.
    You can use this custom css code for your second issue.

    .widget_recent_entries ul li, .widget_categories ul li, .widget_archive ul li { font-size: 18px; }

    Thanks

    serkan
    Moderator

    Hi,
    You can use tab, accordion or toggles shortcodes instead of anchor links. The theme works on hashtags that is why it is not supporting it. But those shortcodes can solve your issue.
    http://themes.pixelwars.org/empathy/shortcodes/
    Thanks

    serkan
    Moderator

    Hi, You have a problem with main slider. Please watch these steps.
    Please go to appearance > customize > widgets > blog featured area > main slider > width 100%
    Appearance > customize > blog > sticky posts > exclude from blog
    Thanks

    serkan
    Moderator
    Posted in : WP Instagram widget

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

    serkan
    Moderator
    Posted in : WP Instagram widget

    You should drag and drop it to the footer Instagram area not into copyright text area.
    Thanks

    serkan
    Moderator
    Posted in : WP Instagram widget

    Did you add it to footer Instagram area or footer 1 grid part ?

    serkan
    Moderator
    Posted in : WP Instagram widget

    Hi, You can increase the number of photos and photo size. Your images can be rectangle in this way.
    Thanks

    serkan
    Moderator
    Posted in : Homepage missing

    Hi,
    I would recommend you to import the dummy data so you can easily edit it. Please read the sample data section in the documentation. We explained how to import it.
    Thanks

    serkan
    Moderator

    Hi,
    There is also easiest way to do it without custom css code;
    Please go to appearance > customize > footer > FOOTER WIDGETS TEXT ALIGN : center
    Thanks

    serkan
    Moderator
    Posted in : Portfolio

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

    serkan
    Moderator
    Posted in : Homepage missing

    Hi frontseat;
    Please go to appearance > theme options > main slider > activate it.
    Thanks

Viewing 50 posts - 12,101 through 12,150 (of 15,511 total)