serkan

Forum Replies Created

list of topics you have created till now.

  • serkan
    Moderator

    Hi, Menu and widgets should be the same order. Could you check your order, please? And deactivate all your plugin and try it again. If you still have the problem, you can send your wp admin details via our contact form and add this topic url as well.
    Thanks

    serkan
    Moderator

    Hi rakeshgandla,

    – go to: Appearance > Widgets,

    – remove default WordPress widgets, only use custom theme widgets.

    See in the image:

    serkan
    Moderator
    Posted in : Homepage Font Color

    Hi Jaime,
    You can use this custom css code for changing the all header colors;

    h1, h2, h3, h4, h5, h6 { color: #ccc; }

    You can use ninja form plugin instead of default contact form
    https://wordpress.org/plugins/ninja-forms/

    Thanks

    serkan
    Moderator

    Hi Hiran,
    Actually, WordPress is not cropping the image. If you would like to see an optimal resolution of the image for the laptop screen, I would recommend you to calculate the laptop screen’s aspect ratio and set the background image in the same aspect ratio in photoshop or other edit programs. All devices dimensions are different so it is not possible to protect the size for specific devices. It is not suitable for responsive design methods.
    Thanks

    serkan
    Moderator

    Hi anzef,
    You can use this custom css code;

    .more-link, input[type=submit], input[type=button], button, a.button, .widget input[type=submit], .widget input[type=button], .widget button, .widget a.button { border-radius: 0; }

    Thanks

    serkan
    Moderator
    Posted in : Make button nofollow

    Hi Jonathan,
    Yes, it is possible. You can use html markup instead of shortcode. You can go to text tab in the page and paste this html code.
    <a target="" href="#" class="button yellow " rel="nofollow">Button</a>
    Thanks

    serkan
    Moderator
    Posted in : Link are disappearing

    Hi Maria,
    I just added bullet list and links, all of them working fine. I couldn’t detect any issue. Please check out the related url.
    http://mariaswebspot.com/post-di-prova/
    Thanks

    serkan
    Moderator

    You are welcome.

    serkan
    Moderator

    Hi Sardinia12,
    You can use this custom css code;

    .intro img { max-height: 180px; border-radius: 0; }

    Thanks

    serkan
    Moderator

    Hi tm123,
    I would like to help you but your website URL is looking so weird. First of all, you should solve this problem and you have two URL at the same time. Never seen this kind of problem before. Could you try to contact to your hosting services and ask them about the issue, please? Then I can help you.

    serkan
    Moderator
    Posted in : Paypal integration

    Hi, We haven’t tested the theme with paypal. I just made a quick search for you and you can check out this related URL.
    https://www.paypalobjects.com/webstatic/mktg/integration-guides/wordpress.pdf
    Thanks

    serkan
    Moderator

    Hi,
    Your URL look still weird. Can you try to connect via FTP and check if it is in the right way?
    Also, go to settings > permalinks and reset your settings. Change it to default and save it then change it to post name and save it again.

    serkan
    Moderator
    Posted in : Fun Fact

    Hi, Please read the grid shortcode section in the documentation.
    Grid system has 12 columns. If you would like to add 4 items then your width should be 3.
    If you would like to add 6 items then your width should be 2.
    Thanks

    serkan
    Moderator

    Hi Hiran,
    You should remove this custom css code. That is why the first code is not working.

    .has-bg-img .content:before { background: none; }

    The smart way is using background shadow for make the test readable.
    If you would like to isolate the padding on specific image, you should know about some coding because you should write the page id class to the code.
    Thanks

    serkan
    Moderator
    Posted in : Video Post

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

    serkan
    Moderator

    Hi,
    Could you explain it to me, please? What kind of error message you are getting?

    serkan
    Moderator

    Hi Hiran,
    All devices dimensions are different so it is not possible to protect the size. WordPress is cropping the background images a little bit.
    You can use this custom css code and play with 0.4 You can increase or decrease it. Just try this way.

    .has-bg-img .content:before { background: rgba(73,92,95,0.4); }

    You can use this custom css code for your portfolio issue.

    @media screen and (min-width: 768px) { .portfolio-single .entry-content img { margin-bottom: 2em; }

    Thanks

    serkan
    Moderator

    Hi,
    Please deactivate all your plugin and try it again.
    Thanks

    serkan
    Moderator
    Posted in : Fun Fact

    Hi, You can try to use like this ;

    [section_title align=”center” text=”FUN FACT”]

    [row]

    [column width_xs="6" width="4" width_md="4"]

    [fun_fact icon=”smiley” text=”400+ HAPPY CLIENTS”]

    [/column]

    [column width_xs="6" width="4" width_md="4"]

    [fun_fact icon=”adult” text=”5000 PORTRAIT SHOOTS”]

    [/column]

    [column width_xs="6" width="4" width_md="4"]

    [fun_fact icon=”tree” text=”10000 NATURE SHOOTS”]

    [/column]

    [/row]

    serkan
    Moderator
    Posted in : Partial demo import

    Hi Antonio,
    Please check your website again. Thanks =)

    serkan
    Moderator

    Hi, Did you check the latitude and longitude and the Los Angeles?
    You should also update that information.
    Thanks

    serkan
    Moderator

    Hi Boz Lee,
    You can add this css code;

    .page .entry-content .col-sm-6:nth-child(3) { clear: left; }

    Thanks

    serkan
    Moderator

    Hi Paul,
    Asking too many questions on the same topic should be hard to search for another customer. So I want you to create a new topic for your each question next time.

    1-2 ) You should go to appearance > customizer > featured area and play value for the widgets. So can also watch the video on the theme page. We just showed how to customize the featured area. You can do many customizations on font, size, spacing, color and etc. Play with the “SLIDER TITLE TEXT RATIO” value to adjust the font size for slider and related post titles.

    3) When you go to customizer > blog > you can control the excerpt length and width as well. Currently excerpt length only works for blog regular layout, we plan to add a new option for blog grid/list excerpt length with a future update as well.

    4) We dived the footer area to 4 column. You can just use three of them and use this custom css code;

    @media (min-width: 768px) {
      .footer-widgets .col-sm-6.col-lg-3 { width: 33.33%; }
    }
    

    5) You can try to use this custom CSS code;

    .post-thumbnail .entry-header.ready { opacity: 0; }
    
    .post-thumbnail .entry-header.ready:hover { opacity: 1; }

    6) http://themes.pixelwars.org/theblogger/default/home-alternate/
    You should add the intro widget to page featured area.
    Then create a page for the homepage and choose latest post template on the right-hand side.

    7) https://wordpress.org/plugins/mailchimp-for-wp/
    You can use this plugin or use pop up convertplug plugin which is embeded to our theme.

    8) You don’t need to update the premium plugins. We will add the latest version if the plugin author release an update.
    Thanks

    serkan
    Moderator

    Hi, I am glad you solved the issue.
    Thanks

    Hi, You should go to appearance > customize > widgets > blog featured area > main slider > change the ratio.
    Thanks

    serkan
    Moderator
    Posted in : Jquery Error

    We will keep that in our mind. Thanks for the feedback.

    serkan
    Moderator

    It requires more time and effort to customization, if you are not familiar to coding you may consider hiring an expert at envato studio.

    serkan
    Moderator
    Posted in : Link are disappearing

    Hi, The link is not working. Please check the url and provide me again.
    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.

    serkan
    Moderator
    Posted in : Video Post

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

    .single-format-video .post-thumbnail { display: none; }
    .single-format-video .featured-video-plus { display: block !important; }

    Thanks

    serkan
    Moderator

    Hi,
    You can find the documentation in the theme file. You just need to unzip it.
    Thanks

    serkan
    Moderator
    Posted in : Change preset icons

    Hi, Here is the list for icon font pack. You just need to replace the icon name.
    Example pe-7s-id is chosen for the resume.html Just find new icon name which is suit to you and replaces it.
    http://themes-pixeden.com/font-demos/7-stroke/
    Thanks

    serkan
    Moderator

    Hi, when you activate the plugin please edit the post and copy&paste the video url on the right hand box which that plugin created.

    serkan
    Moderator

    Hi, If any post checked as sticky, the post will be placed at the top of the front page of posts. It is general rules for WordPress. If you don’t want to keep any post at the top, you should change the post from sticky to a normal post.

    serkan
    Moderator

    Hi shwetali,

    For post likes, install this plugin;

    https://wordpress.org/plugins/i-recommend-this/

    serkan
    Moderator

    Hi, You can use this custom css code;

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

    Thanks

    serkan
    Moderator
    Posted in : Video Post

    Hi,
    Please try to use this plugin for featured video.
    https://wordpress.org/plugins/featured-video-plus/
    And let me know when you did it. If there is any issue, I will give you custom css code.
    If you don’t want to use any plugin, you can choose regular blog type instead of grid.
    Go to plugins and edit Top 10 Settings and uncheck “Show number of views to non-admins” box.
    Thanks

    serkan
    Moderator
    Posted in : Main Slider

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

    serkan
    Moderator

    Hi,
    Please try to use this plugin for featured video.
    https://wordpress.org/plugins/featured-video-plus/
    And let me know when you did it. If there is any issue, I will give you custom css code.
    If you don’t want to use any plugin, you can choose regular blog type instead of grid.
    Thanks =)

    serkan
    Moderator

    Hi, Go to Appearance > Widgets and on the right side see the Empathy Template Pages and choose your pages from here. If you choose it, title and icon will disappear from the pages area.
    Thanks

    serkan
    Moderator

    Hi,

    1) You can leave space under your logo. The second solution is you can use this custom css code;

    @media screen and (min-width: 1200px) { .header-small .site-header .site-title img { max-height: 40px; } }

    2) How did you embed the youtube video?

    Thanks

    serkan
    Moderator
    Posted in : Demo cant be import

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

    serkan
    Moderator
    Posted in : Installation

    You’re welcome, please don’t forget to rate the theme on themeforest if you liked it, 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 : Video Post

    Hi, Do you choose format video for that post?
    First of all, you should add the video then you should write the description for the video.
    If you still struggle with the video post, please provide me the related URL.
    Thanks

    serkan
    Moderator
    Posted in : Main Slider

    Hi,
    Please check these steps for your theme.
    Appearance > theme options > main slider > activate it for blog page.
    Slide count : 5
    Show items : 1
    Thanks

    serkan
    Moderator

    Hi, If you use blog list instead of blog regular, your issue will be solved.
    Go to appearance > customizer > blog > and change blog type to list.
    http://themes.pixelwars.org/theblogger/default/?layout=list&main_slider_width=75&main_slider_ratio=16-9&link_box_ratio=16-9
    Thanks =)

    serkan
    Moderator
    Posted in : Demo cant be import

    Hi, You can check your website. Good luck with your project.

    serkan
    Moderator
    Posted in : Installation

    Hi,
    You didn’t set the empathy template widgets. Just fixed the issue.
    Good luck with your project.

    serkan
    Moderator

    Hi Ulrik,
    You only see the widget areas those are available for the current page which is open on right side on your screen. I mean if your home page is a page you will see the page featured area. If it is a blog page then you will see the blog featured area.
    Cheers

Viewing 50 posts - 12,251 through 12,300 (of 15,511 total)