Mehmet S.

Forum Replies Created

list of topics you have created till now.

  • Mehmet S.
    Keymaster
    Posted in : Footer

    Hi, you can add your information from theme options > general > copyright text.

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Translate to spanish

    Hi, don’t forget to check out the next page of the list after scanning.

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Blog intro

    Hi, activate the excerpt from theme options > blog > excerpt.

    Thanks

    Mehmet S.
    Keymaster

    Hi, create a department and select some portfolio for it then add it to your menu from departments box under appearance > menus.

    Open departments box from screen options panel.

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Page Not Found

    Hi, select default option from permalink settings.

    Thanks

    Mehmet S.
    Keymaster

    Hi, we will fix it with an update soon. Thanks for the feedback.

    Mehmet S.
    Keymaster
    Posted in : change colour scheme

    color parameter is the hover color for buttons. Available values are primary, green, blue, yellow, red.

    Mehmet S.
    Keymaster

    Hi,

    1. It is in the format-standard.php file.

    2. Use this in your Custom CSS field:

    body.page article .entry-header {
    display: none;
    }
    

    Thanks

    Mehmet S.
    Keymaster

    I will make some tests on this issue and try to realize what causes the problem. I let you know when I come up with a solution. Thanks for the feedback.

    Mehmet S.
    Keymaster
    Posted in : change colour scheme

    Hi, please check out the them customizer from Appearance > Customize > Colors.

    Thanks

    Mehmet S.
    Keymaster
    Posted in : demo video

    Hi, there is no video, sorry. But it is easy to setup. Just follow the instructions in the theme documentation.

    Thanks

    Mehmet S.
    Keymaster

    Hi, it displays the excerpt. See the demo page:

    http://themes.pixelwars.org/readme-wp/blog/?blog_type=masonry

    Mehmet S.
    Keymaster
    Posted in : Footer

    Hi, it is not possible by default, sorry.

    Mehmet S.
    Keymaster
    Posted in : Contact Page

    Hi, it is not possible by default. You can try a plugin.

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Contact form WPML

    Hi, just re-scan the theme files. Then you will see them in list.

    Thanks

    Mehmet S.
    Keymaster

    Hi, use this shortcode:

    [intro]
    Hi. I am Bob Smith. I am a photographer.
    I capture [rotate_words titles="life.,moments.,happiness.,emotions.,action.,impression.,beauty."]
    
    [button text="Discover" url="http://themes.pixelwars.org/photographer/portfolio/"][/intro]
    
    Mehmet S.
    Keymaster

    You must upload your picture from plugin page.

    See:

    Mehmet S.
    Keymaster

    Hi, there is no comments design for portfolio posts in this theme, sorry.

    Mehmet S.
    Keymaster
    Posted in : portfolio layout

    Hi, you can access all of the portfolio items content by simply importing portfolio sample data.

    Here is the content from the demo:

    Happy Bear:

    [column width="8"][portfolio_field][image src="http://themes.pixelwars.org/bookcard-wp/wp-content/uploads/2013/05/single-02.jpg" alt="Happy Bear"][image src="http://themes.pixelwars.org/bookcard-wp/wp-content/uploads/2013/05/single-05.jpg" alt="Happy Bear"][/portfolio_field][/column]
    
    [column width="4"]
    
    [portfolio_field]
    
    Description
    
    It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.
    
    Established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters.
    
    Client
    
    Apple Inc.
    
    Technology
    
    [tags]
    
    [tag text="HTML 5"][tag text="CSS 3"][tag text="jQuery"][tag text="Responsive Design"]
    
    [/tags]
    
    [button align_center="yes" text="LAUNCH PROJECT" url="#"]
    
    [/portfolio_field]
    
    [/column]
    

    Cross Browser:

    [column width="12"][portfolio_field][image src="http://themes.pixelwars.org/bookcard-wp/wp-content/uploads/2013/05/single-01.jpg" alt="Cross Browser"]<iframe src="http://player.vimeo.com/video/37254322?badge=0&color=ffffff" width="500" height="281"></iframe>[/portfolio_field][/column]
    
    [column width="5"]
    
    [portfolio_field]
    
    Description
    
    It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.
    
    [button align_center="yes" new_tab="" text="LAUNCH PROJECT" url="#"]
    
    [/portfolio_field]
    
    [/column]
    
    [column width="4"]
    
    [portfolio_field]
    
    Technology
    
    [tags]
    
    [tag text="HTML 5"][tag text="CSS 3"][tag text="jQuery"][tag text="Responsive Design"][tag text="PHP"]
    
    [/tags]
    
    [/portfolio_field]
    
    [/column]
    
    [column width="3"]
    
    [portfolio_field]
    
    Client
    
    Apple Inc.
    
    [/portfolio_field]
    
    [/column]
    
    Mehmet S.
    Keymaster

    Settings added to theme options > homepage > ken slider. And the shortcode has as parameter:

    [ken_slider_wrap speed="" animation=""]
    	[ken_slide image=""]
    	[ken_slide image=""]
    	[ken_slide image=""]
    [/ken_slider_wrap]
     
     
    speed="" ... 5000 (millisecond)
     
    animation="" ... kenburns, fade, horizontal, false
     
    image="" ... An image url. Upload your image to your Media Library, then copy its url and use in this parameter.
     
     
    Example 1:
     
    [ken_slider_wrap]
    [ken_slide image="http://themes.pixelwars.org/photographer/wp-content/uploads/2015/01/011.jpg"]
    [ken_slide image="http://themes.pixelwars.org/photographer/wp-content/uploads/2015/01/023.jpg"]
    [ken_slide image="http://themes.pixelwars.org/photographer/wp-content/uploads/2015/01/032.jpg"]
    [/ken_slider_wrap]
     
     
    Example 2:
     
    [ken_slider_wrap speed="5000" animation="kenburns"]
    [ken_slide image="http://themes.pixelwars.org/photographer/wp-content/uploads/2015/01/011.jpg"]
    [ken_slide image="http://themes.pixelwars.org/photographer/wp-content/uploads/2015/01/023.jpg"]
    [ken_slide image="http://themes.pixelwars.org/photographer/wp-content/uploads/2015/01/032.jpg"]
    [/ken_slider_wrap]
    
    Mehmet S.
    Keymaster
    Posted in : Rounded Icons

    Hi, use these shortcodes:

    [letter title="" email="" telephone="" address="" image_url=""]
     
    
    title="" ... Title text.
     
    email="" ... Email address.
     
    telephone="" ... Telephone number.
     
    address="" ... Address info.
     
    image_url="" ... File url for the image.
    
    
    Example:
    
    [letter title="Johhny Alexander Doe" email="johhny@gmail.com" telephone="123 456 78 99" address="121 King Street, Melbourne Victoria 3000 Australia" image_url="http://themes.pixelwars.org/cvcard-wp/wp-content/uploads/2014/04/stamp-image.png"]
    
    [social_icon first_icon="" last_icon="" type="" url=""]
     
    
    first_icon="yes" ... Use for the first icon.
     
    last_icon="yes" ... Use for the last icon.
     
    url="" ... A full url (http://)
     
    type="" ... Define an icon. Available icons:
     
    facebook
    twitter
    linkedin
    google-plus
    pinterest
    github
    behance
    dribbble
    instagram
    lastfm
    vimeo
    forrst
    skype
    picasa
    youtube
    flickr
    tumblr
    blogger
    delicious
    digg
    friendfeed
    wordpress
    stack-overflow
    foursquare
    xing
    weibo
    soundcloud
    fivehundredpx
    slideshare
    deviantart
    rss
     
    Note: You can use this url for the rss icon: http://www.yoursite.com/feed
     
     
    Example 1: (one icon)
     
    [social_icon first_icon="yes" last_icon="yes" type="facebook" url="http://www.facebook.com/envato"]
     
    
    Example 2: (two icons)
     
    [social_icon first_icon="yes" type="facebook" url="http://www.facebook.com/envato"]
    [social_icon last_icon="yes" type="twitter" url="http://www.twitter.com/envato"]
     
    
    Example 3: (three icons)
     
    [social_icon first_icon="yes" type="facebook" url="http://www.facebook.com/envato"]
    [social_icon type="twitter" url="http://www.twitter.com/envato"]
    [social_icon last_icon="yes" type="instagram" url="http://instagram.com/insideenvato"]
     
    
    Example 4: (four or more icons)
     
    [social_icon first_icon="yes" type="facebook" url="http://www.facebook.com/envato"]
    [social_icon type="twitter" url="http://www.twitter.com/envato"]
    [social_icon type="instagram" url="http://instagram.com/insideenvato"]
    [social_icon last_icon="yes" type="pinterest" url="http://www.pinterest.com/envato"]
    
    Mehmet S.
    Keymaster

    Hi, you can add it from theme options > style > menu search.

    Thanks

    Mehmet S.
    Keymaster

    As you see the description text over there, you need it if you want auto updates.

    Mehmet S.
    Keymaster

    Ok. Good luck.

    Mehmet S.
    Keymaster

    You are welcome.

    Mehmet S.
    Keymaster
    Posted in : Google map

    Hi, @Matheus Britto: Thanks for the solution.

    Mehmet S.
    Keymaster

    No, just switch to the new theme. See the doc: Installation > Updating.

    Also see:

    http://www.pixelwars.org/forums/topic/new-update-v1-2/

    Mehmet S.
    Keymaster
    Posted in : Embed Script

    Hi, you can add it from theme options > style > external js.

    Thanks

    Mehmet S.
    Keymaster

    Hi, check out the “Install Plugins” menu for the visual composer under appearance.

    See:

    Mehmet S.
    Keymaster

    Hi, ignore that message and continue to translation.

    Thanks

    Mehmet S.
    Keymaster

    Ok. Good luck.

    Mehmet S.
    Keymaster
    Posted in : create photowall

    Ok. Good luck.

    Mehmet S.
    Keymaster

    Hi, just disable comments for your homepage. Every post/page has a “Quick Edit” link when you hover in the item list. Click the link to open “QUICK EDIT” menu then uncheck the “Allow Comments” option.

    Thanks

    Mehmet S.
    Keymaster

    Hi, firstly, update to the latest version. Then create your own child theme as described in the following link:

    http://codex.wordpress.org/Child_Themes

    Thanks

    Mehmet S.
    Keymaster

    Hi, it is weird. Try deactivating plugins then check again.

    Thanks

    Mehmet S.
    Keymaster

    Hi, the PHP mail() function must be enabled on your server.

    Thanks

    Mehmet S.
    Keymaster

    Hi, you can set it from theme options > blog > blog type.

    Thanks

    Mehmet S.
    Keymaster

    Install and activate the following plugin and check its settings by navigating to SEO > Social > Facebook.

    https://wordpress.org/plugins/wordpress-seo/

    Mehmet S.
    Keymaster

    New version is available on ThemeForest.

    Mehmet S.
    Keymaster

    It is related to ABSPATH. It must be defined in your wp-config.php file and must have absolute path value of your WordPress installation directory.

    – go to the root directory of your wordpress installation,

    – find the wp-config.php file and open it,

    – check at the bottom side of the file for the ABSPATH lines:

    Mehmet S.
    Keymaster

    Ok. Good luck.

    Mehmet S.
    Keymaster
    Posted in : Contact Page

    You are welcome.

    Mehmet S.
    Keymaster

    Hi, not tested the theme with that plugin, sorry, but you can check out its support forum.

    Thanks

    Mehmet S.
    Keymaster
    Posted in : What is this?

    Hi, I think it is a jetpack plugin related issue. Please check out the following link:

    http://www.radiatedigital.com/why-is-there-a-smiley-face-in-my-wordpress-footer/

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Version 1.03

    Hi, only the latest version is available for download on themeforest. Can you provide your url to check what is wrong with the navigation?

    Mehmet S.
    Keymaster

    Hi @sringger: it is weird. Can you provide your url?

    Mehmet S.
    Keymaster

    Hi, enable font styles from theme options > style > Font Styles, then check again.

    Thanks

    Mehmet S.
    Keymaster

    Ok. Good luck.

    Mehmet S.
    Keymaster
    Posted in : Image before title

    Hi, this is not possible by default, needs more further customization, you may consider working with a professional.

    Thanks

    Mehmet S.
    Keymaster

    I shared the following url of your site on my facebook timeline and the picture appeared.

    http://jeytee.de/gestaltung-der-webseite/

Viewing 50 posts - 851 through 900 (of 4,794 total)