Mehmet S.

Forum Replies Created

list of topics you have created till now.

  • Mehmet S.
    Keymaster

    To add captcha:

    [contact_form captcha="yes" to="me@you.it" subject="This message from my personal site"]

    Mehmet S.
    Keymaster
    Posted in : Projects slow to load

    Max viewable image size is 1170px width in this theme. So over from this size is unnecessary.

    Mehmet S.
    Keymaster
    Posted in : css editing

    It is impossible.

    Mehmet S.
    Keymaster
    Posted in : Anti-spam ?

    That’s a nice idea. I will have that in mind for a next update. Thanks.

    You can edit the pop-up alert “The sum is incorrect” manually from send-mail.js file. It is located under js folder of the theme.

    Mehmet S.
    Keymaster

    Please see: http://www.pixelwars.org/forums/topic/responsy-wp-v3-5-is-available

    Mehmet S.
    Keymaster

    Check the option below:

    Mehmet S.
    Keymaster
    Posted in : Anti-spam ?

    We are working to add captcha functionality to the contact form.

    Mehmet S.
    Keymaster

    Not yet, but I will have that in mind for a next update.

    Mehmet S.
    Keymaster
    Posted in : Adding Pages

    Also see this post: http://www.pixelwars.org/forums/topic/coordinates-for-creating-custom-pages

    Mehmet S.
    Keymaster

    It is about your server configuration. You can ask this to your hosting company.

    Mehmet S.
    Keymaster

    Hi, update the code;

    <script>
    $(function() {
       $('#filters li').first().remove();
       setTimeout(function() { $('#filters li').first().find('a').trigger('click')}, 1000);
    });
    </script>
    
    Mehmet S.
    Keymaster

    Yes, there is a way, all in one seo pack supports custom post types ( portfolio ), see the image below:

    Mehmet S.
    Keymaster
    Posted in : Home page

    Responsy WP is not compatible with that plugin.

    Mehmet S.
    Keymaster

    WordPress SEO by Yoast
    http://www.pixelwars.org/forums/topic/recommended-plugin-wordpress-seo-by-yoast

    Mehmet S.
    Keymaster

    There is no single page viewing in this design. You must use widgets.

    Please see: Help Documentation > Widgets

    Mehmet S.
    Keymaster
    Posted in : Home page

    Please see:

    How To Create Homepage?
    http://www.pixelwars.org/forums/topic/how-to-create-homepage

    Mehmet S.
    Keymaster

    You can use image_url=""

    [services_wrap title="" sub_title=""]
    	[service image_src="" image_url="" alt="" service_title=""]Text 1[/service]
    	[service image_src="" alt="" service_title=""]Text 2[/service]
    	[service image_src="" alt="" service_title=""]Text 3[/service]
    	[service image_src="" alt="" service_title=""]Text 4[/service]
    [/services_wrap]
    
    Mehmet S.
    Keymaster

    – WordPress Settings > Permalink Settings: “Post name” option should be selected to work the menu properly.

    – Your menu linking is not correct 100%

    Your linking: sitename.cc/#about-me

    Our linking: sitename.cc/#/about-me

    Please see: Help Documentation > Menu

    Mehmet S.
    Keymaster
    Posted in : Ready to go live

    It is weird, try to delete old site.

    Please see:
    http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory

    Mehmet S.
    Keymaster
    Posted in : add post blogs?

    – Check the comment by rdrgmrqz at this page:
    http://themeforest.net/item/impressivcard-wp-responsive-html5-vcard/discussion/3347567

    – There is no single page viewing in this design.

    Mehmet S.
    Keymaster
    Posted in : Blog

    It is complicated.

    Mehmet S.
    Keymaster
    Posted in : add post blogs?

    It is complicated.

    Mehmet S.
    Keymaster

    Help Documentation > Menu.

    impressivCard WP v1.2 Is Available
    http://www.pixelwars.org/forums/topic/impressivcard-wp-v1-2-is-available

    Mehmet S.
    Keymaster
    Posted in : All pages are blank

    Please see:
    http://www.pixelwars.org/forums/topic/blank-pages-followed-documentation

    Mehmet S.
    Keymaster
    Posted in : add post blogs?

    This is not possible by default, needs more further customization, you may consider working with a professional, if you are not familiar to WordPress coding.

    Mehmet S.
    Keymaster

    Please see: Help Documentation > Widgets.

    Mehmet S.
    Keymaster

    Actually the theme is ready for localization. We have made every string translate able with the text domain “responsy”, use Codestyling Localization plugin or Poedit editor.

    Please see: Help Documentation > Localization.

    Mehmet S.
    Keymaster

    Do you have v3.4?

    Download: http://themeforest.net/item/responsy-wp-responsive-html5-portfolio/2290361

    How To Learn A Theme Version?
    http://www.pixelwars.org/forums/topic/how-to-learn-a-theme-version

    Mehmet S.
    Keymaster
    Posted in : toggle problems

    – I have tested toggles in a post, they worked also there.

    – Now the accordion test is ok. But do not forget to add close tag for it.

    [accordion]
    [accordion_pane accordion_title="dog"]cat.[/accordion_pane]
    [accordion_pane accordion_title="rat"]Amouse.[/accordion_pane]
    [/accordion]
    
    Mehmet S.
    Keymaster

    Try new version:
    http://themeforest.net/item/impressivcard-wp-responsive-html5-vcard/3347567

    Mehmet S.
    Keymaster
    Posted in : FEATURE REQUESTS

    There is a plugin for pricing table.

    http://wordpress.org/extend/plugins/pricing-table

    Mehmet S.
    Keymaster

    Your latest posts option should be selected. Please see the image below:

    Mehmet S.
    Keymaster
    Posted in : slider shortcode?
    [inline_slider arrows="true"]
    	[slide caption="" url="" src=""]
    	[slide caption="" url="" src=""]
    	[slide caption="" url="" src=""]
    [/inline_slider]
    

    caption: slide title
    url: link
    src: image source

    Mehmet S.
    Keymaster
    Posted in : toggle problems

    Tested and the result is normal.

    Result images:

    http://themes.pixelwars.org/responsy-wp/wp-content/uploads/2012/11/toggle-test-1.png
    http://themes.pixelwars.org/responsy-wp/wp-content/uploads/2012/11/toggle-test-2.png
    http://themes.pixelwars.org/responsy-wp/wp-content/uploads/2012/11/toggle-test-3.png
    http://themes.pixelwars.org/responsy-wp/wp-content/uploads/2012/11/toggle-test-4.png
    
    Mehmet S.
    Keymaster
    Posted in : Hiding Page Titles

    Try this:

    .caption span { display: none !important; }
    
    Mehmet S.
    Keymaster
    Posted in : All pages are blank

    Thanks.

    Mehmet S.
    Keymaster
    Posted in : All pages are blank

    Correct way for menu linking:
    sameye.fr/#/contact

    Wrong:
    sameye.fr/contact

    Note: Doc updated, please download new version at:
    http://themeforest.net/item/impressivcard-wp-responsive-html5-vcard/3347567

    Mehmet S.
    Keymaster
    Posted in : contact form

    Please download the latest version and try its php file.

    http://themeforest.net/item/responsy-responsive-html5-portfolio/2126658

    Mehmet S.
    Keymaster
    Posted in : contact form

    Do you know your server allow to send mail for PHP?

    You can ask this to your hosting company.

    Mehmet S.
    Keymaster
    Posted in : Hiding Page Titles

    Copy and paste the code below to the box of Theme Options > Style > Custom CSS

    .caption span { display: none; }
    
    Mehmet S.
    Keymaster
    Posted in : Ready to go live

    If your wordpress installation is under your domain as sub folder

    – sitename.com/wordpress

    Then you want to make it

    – sitename.com

    Navigate to WordPress Admin > Settings > General > Site Address (URL)

    Mehmet S.
    Keymaster
    Posted in : All pages are blank

    Please see: Help Documentation > Menu

    Mehmet S.
    Keymaster
    Posted in : parallax Slider

    This is not possible by default, needs more further customization, you may consider working with a professional, if you are not familiar to WordPress coding.

    Mehmet S.
    Keymaster
    Posted in : Lightbox not working

    Please see the image below to how to set it up:

    Mehmet S.
    Keymaster

    The process explained in the help documentation and the dummy data file located under Dummy Data folder in the download package.

    Mehmet S.
    Keymaster
    Posted in : iPhone map problem

    About all of the theme files.

    Mehmet S.
    Keymaster
    Posted in : Menu not working

    Please see:

    – Help Documentation > Menu

    – Help Documentation > Widgets

    Mehmet S.
    Keymaster

    Did you try to upload the dummy data?

    Please see: Help Documentation > Dummy Data

    Mehmet S.
    Keymaster

    You don’t have to update other themes when you are using responsy wp.

    Mehmet S.
    Keymaster

    There is no way at this time.

Viewing 50 posts - 4,651 through 4,700 (of 4,822 total)