serkan

Forum Replies Created

list of topics you have created till now.

  • serkan
    Moderator

    Hi aspotz,
    Could you provide me your url please? I will check what is effecting your margin much.

    serkan
    Moderator
    Posted in : Pricing Page

    Hi axisimages,
    Have you deleted your pricing page? I can’t see it on your website.

    serkan
    Moderator
    Posted in : Blog Page Menu

    Hi jleeesq,
    Could you provide me your url please?

    serkan
    Moderator
    Posted in : Pricing Page

    Hi axisimages,
    Delete your pricing page and create a fresh copy please.
    Write the short-codes like demo content. @MehmetSALI wrote the solution above.
    Deactive all your plugin and try it again.
    Thanks

    serkan
    Moderator

    Create a page.
    Select “Homepage Alternate 2” template for your page from Page Attributes box in the editing screen of your page.
    Use this sample shortcodes to the content area.

    [intro]
    Hi. I am a photographer
    
    I capture [rotate_words titles="life.,moments.,happiness.,emotions.,action.,impression.,beauty."]
    [/intro]

    You are using home page alternative 2 now. Add a gallery to your page content by clicking the Add Media button above the content editor. (Or just use the slider shortcode).
    Publish your page.
    Assign your page as a Front page from Settings > Reading.
    Thanks

    serkan
    Moderator

    Hi axisimages,
    Please write the rotate words shortcode before the gallery shortcode. Your problem is the sentences are coming after gallery so the style are not showing well. If you swap it your problem will be solved.

    serkan
    Moderator

    Hi gadietrich,
    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.
    Thanks

    serkan
    Moderator

    Hi axisimages,
    If you still have a problem, please provide me your url.
    Thanks

    serkan
    Moderator
    Posted in : Header, buttons issue

    I think that you want to put them to the footer. They are not located like the picture which you send it. Sorry we don’t provide support for 3rd party plugins.
    Thanks

    serkan
    Moderator

    Hi gadietrich,
    Go to Appearance > Theme Options > Blog > Share Links (on Single)
    You should activate it.
    Thanks

    serkan
    Moderator
    Posted in : styles css on footer

    Hi laphie,
    I just tested your code and it is working on my side. Why you need to write !important? I didn’t add it and just wrote your code and it looks fine.

    serkan
    Moderator
    Posted in : Look from the preview

    Hi wioletta222,
    – Download and install a fresh copy of the theme and check again.
    Install the theme via WP admin.
    Go to: Appearance > Themes > Add New > Upload.
    Install “empathy.zip” and activate the theme.
    Go to: Tools > Import > WordPress
    Browse to the package folder , select XML data file “empathy.wordpress.xml” and upload it.
    Then follow the step in documentation.
    Thanks :=)

    serkan
    Moderator

    Okay, good luck :)

    serkan
    Moderator
    Posted in : Header, buttons issue

    Hi seoval2014,
    Could you provide me your url please?

    serkan
    Moderator
    Posted in : Gallery elements

    Hi t_antropova,
    Could you provide me your url please?

    serkan
    Moderator

    Hi Miz,
    You can use this css code to decrease the opacity;

    .map-canvas { opacity: 0.3; }

    You can decrease it to 0.2 or 0.1 if you like.
    If you want to remove the map thats fine too.
    Thanks

    serkan
    Moderator
    Posted in : I can't install blog

    Hi FEPFI,
    First of all, i recommended to read Posts section in documentary. Your explanation is confused me a little bit. But what i understood is you want to create a blog page. Create a page as usual. You are currently editing the page that shows your latest posts. Go to settings > reading > A static page (select below) Front page: Home and Posts page: Blog then send a post. That is all. If you need more assistance please provide me your url thanks.

    serkan
    Moderator

    Hi, sorry it is not available by default you can not give links to shortcode. But there is a solution for this. Copy the text below and paste it to content editor’s text side. (not to visual side)

    <div class="service"><i class="pw-icon-pencil-alt"></i>
    <h4><a href="http://www.birdytoldme.com/contact/">Submission</a></h4 >
    <p>Submit a story to Birdy Told Me or forward questions or comments.</p>
    </div>

    “P.s. Don’t leave any space after h4”
    2. If you don’t choose the white color the head of the stories page wouldn’t be disappears.
    You can use this css code for the red color (change the color code which you like);

    h1.entry-title {
        color: #FF0909;
    }

    Thanks

    serkan
    Moderator

    Hi ktxrose,
    I just checked your portfolio page and i think you found the solution because everything seems fine to me.
    Cheers.

    serkan
    Moderator

    Okay, good luck :)

    serkan
    Moderator

    Hi meymigrou,
    Please use this css code;

    .entry-header:before { content: "none"; }
    

    If it is not working well, please provide me your url.
    Cheers.

    serkan
    Moderator

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

    serkan
    Moderator

    Hi nirbho,
    First code is working for mobile;

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

    Second code is working for desktop;

    @media screen and (min-width: 768px) {
    .site-title img { max-width: 320px; max-height: 320px; }
    }

    You can increase or decrease if you want ;)
    Cheers.

    serkan
    Moderator

    You’re welcome.

    serkan
    Moderator

    Hi EvgenAntipin;
    You categories name is too longer for one line but you can control them with some css code which are below;

    .post-thumbnail .entry-header { padding: 24% 15% 0; }
    .widget_categories ul li.cat-item a { font-size: 12px }

    Thanks

    serkan
    Moderator

    Hi laphie,
    Go to Appearance > Widgets and add some widget to footer then go to Appearance > Theme Options > Style > Footer Widget Locations choose yes.
    Thanks

    serkan
    Moderator

    Ok, good luck :)

    serkan
    Moderator

    Hi perfimage,
    Could you provide me your url please ?

    serkan
    Moderator

    Hi nirbho,
    You can use this short codes for this;

    [intro]
    Hi. I am a photographer.
    I capture [rotate_words titles="life.,moments.,happiness.,emotions.,action.,impression.,beauty."][/intro]
    serkan
    Moderator

    Hi nirbho,
    You can use this css code for increasing your logo size (change the pixel how big you want;

    .site-title img { max-height: 100px; }
    serkan
    Moderator

    Hi, please use this css code;

    @media screen and (min-width: 992px) {
    .page .row .col-md-2 {
        width: 25%;
    }
    }

    Thanks.

    serkan
    Moderator
    Posted in : About Menu

    Hi CreativeHP,
    When you deleted the menu, wordpress is creating menu automatically. If you don’t want to see the menu, you should create a custom menu which is empty (Don’t add any menu item inside).
    Then go to Appearance > Menus > Manage Locations and choose your empty custom menu from Theme Navigation Menu.
    Thanks

    serkan
    Moderator

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

    serkan
    Moderator

    Hi theperfectloaf,
    Can you disable all of your plugins and check again?

    serkan
    Moderator

    Hi, we can’t provide support for third party plugins, you may contact to plugin author or you may consider hiring an expert at envato studio.

    serkan
    Moderator

    Hi, your host may have disabled the mail() function. It must be enabled on your server. And Please check out the posts below;

    http://www.pixelwars.org/forums/topic/contact-form-doesnt-work-2/#post-20659

    http://www.pixelwars.org/forums/topic/contact-form-9/#post-22633

    serkan
    Moderator

    Hi CreativeHP,
    Please use this css code;

    .site { background: none; }
    serkan
    Moderator
    Posted in : Quote Shortcodes

    You’re welcome.

    Hi Miz,
    Go to Appearance > Customize > Empathy Page Colors.
    Did you see the ” 6. Page Background Color “? Please check the “6. Page Light Text” box. Contact page will be much better =)
    Regards

    serkan
    Moderator

    I think that the problem was solved. I checked your url and everything looks fine.
    Kind regards

    serkan
    Moderator
    Posted in : Localization issue
    serkan
    Moderator
    Posted in : Quote Shortcodes

    Hi Neosoph,
    When you create a page, you should write like this to the text side. (not to visual side) You can see the tab button above the middle of the page.

    <blockquote>
    Responsive web design offers us a way forward, finally allowing us to “design for the ebb and flow of things.”<cite>Ethan Marcotte</cite> 
    </blockquote>

    Thanks.

    serkan
    Moderator

    Hi enricomenichini,
    This is awkard. Can you disable all of your plugins and check again.

    serkan
    Moderator

    Thanks for sharing your solution.

    serkan
    Moderator

    I wish I could help you more but I’m sorry.
    Kind regards

    serkan
    Moderator

    Hi, sorry it is not available by default for the pages 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

    Hi masterchi3f,
    Thanks for sharing your solution.

    serkan
    Moderator

    Hi summertiger,
    When you create a post, don’t use the shortcodes. Set featured image for the post and add your content. At the top-right corner, you can see “Featured İmage Style” and choose “full-width”. That is all.
    Thanks

    serkan
    Moderator

    Hi Ellie,
    1) Portfolio department titles are alphabetical. I have not tested this plugin yet but it should be perfect for reordering departments;https://wordpress.org/plugins/taxonomy-terms-order/
    2) Portfolio images are resizing only by width. Before you upload a image, you need to resize it considering to your current portfolio image’s width and height.
    3)

    @media screen and (min-width: 768px) {
    .page-id-30 .post .entry-content > p {
    font-size: 17px;
    }
    }

    Thanks.

    serkan
    Moderator
    Posted in : Moving Pages around

    Hi jimclark509, 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.

Viewing 50 posts - 15,401 through 15,450 (of 15,518 total)