Forum Replies Created

Viewing 20 posts - 9,261 through 9,280 (of 12,027 total)
  • Author
    Posts
  • in reply to: Contact Form Style #164206
    Skandha
    Participant

    @calisto1780: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Change Homepage body background color #164203
    Skandha
    Participant

    @apwordandsound: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-header-logo {
    	background-color:#000052;
    }

    You can change the color according to your choice.
    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: How do i disable the search button on the top right corner? #164143
    Skandha
    Participant

    @thejway: Glad I could help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Bug of passage ? #164140
    Skandha
    Participant

    @keikodamaikada: Hello there, Sorry for the late reply.
    Since Fotografie Blog Pro is already a child theme of Fotografie Theme you cannot create a child theme of it.
    Sorry for the mishap.
    You will need to create a plugin for this.
    I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: Catch Fullscreen, bugs and small issues #164139
    Skandha
    Participant

    @thomaswaerness: Can you attach me screenshot of the issue you are having with the menu?
    Are you having issue while scrolling through the pages? Please explain your issue.

    Kind Regards,
    Skandha

    in reply to: Create custom image sizes & increase font size #164138
    Skandha
    Participant

    @sorayacge: So first you will need to create a child theme. For that you can use Generate Child Theme Plugin. Install and Activate the plugin. Go to => Dashboard => Generate Child Theme => Select Parent Theme as Adventurous Pro and fill the other fields and click on Generate. Then will create and active the child theme.

    Now, Go to => Child Theme Folder => functions.php and add the following Code.

    function child_theme_setup() {
        add_image_size('featured', 500, 324, true);
    }
    add_action( 'after_setup_theme', 'child_theme_setup', 11 );

    You can alter the image size according to your choice.
    This should change the featured image size on your site.
    Kind Regards,
    Skandha

    in reply to: modern menu broken #164130
    Skandha
    Participant

    @peer: I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: Featured Image Slider content disappearing #164129
    Skandha
    Participant

    @effess: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #main-slider .entry-container .entry-content {
    	display:block;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Space between featured content and footer #164128
    Skandha
    Participant

    @effess: Glad I was able to help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: How to use the Essential Content Types Pro plugin #164127
    Skandha
    Participant

    @elliottrae: You can use the following Code to remove the login tab
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .ws-dropdown {
    	display:none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Change Homepage body background color #164126
    Skandha
    Participant

    @apwordandsound: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-header-logo {
    	background-color:#000052;
    }

    You can change the color according to your choice.
    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: Align slider captions to the right? #164125
    Skandha
    Participant

    @effess: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:860px) {
    	#main-slider .entry-container {
    		width:90%;
    		text-align:right;
    	}	
    }
    @media screen and (max-width:770px) {
    	#main-slider .entry-container {
    		width:86%;
    		text-align:right;
    	}	
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Catch Everest Tagline Color & Font Size #164122
    Skandha
    Participant

    @ecmac11: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #hgroup #site-description {
    	font-size:20px;
    	color:#38b12c !important;
    }

    You can change the font size and color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Hiding "Featured image" title, but leaving page titles #164121
    Skandha
    Participant

    @mitokondrium: Please post in your site URL so that I can look into the issue. Do you mean Feature Content posts titles?

    Kind Regards,
    Skandha

    in reply to: Localization of Previous and Next into Vietnamese #164120
    Skandha
    Participant

    @dragon: To translate those texts, you will need to add Vietnamese language file vi_VN.po which you can get by editing the catch-evolution.pot file in languages folder.
    What you need to do is download free software from http://poedit.net/ then open the software and create New Translation and select the language Vietnamese(Vietnam). Now search for words like Previous, Next and the words you want to translate and add the translation for those words and save it. You can also add other translations there as well. The words will be translated when you change your site language to Vietnamese.
    You can send us the translated .po file and we will add it in our theme with you as a contributor for the translation.

    Let me know if this solves your issue.
    Kind Regards,
    Skandha

    in reply to: Catch Fullscreen, bugs and small issues #164067
    Skandha
    Participant

    @thomaswaerness: The issue will be fixed in the next theme update. Please use the following CSS Code as a temporary fix.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.home) #header-content.main-nav-scrolled {
        bottom: inherit;
        position: fixed;
        top: 0;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Change capitalisation in menu #164066
    Skandha
    Participant

    @tim-van-rooijen: Thank you very much. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Which is the best free WordPress theme for WooCommerce? #164065
    Skandha
    Participant

    @imranabdul: For blogs Clean Magazine Pro, Clean Journal Pro, Verity Pro, Clean Portfolio Pro and Simple Persona Pro will be some good options. You can also check out out other themes as well.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Menu on iPhone issue #164060
    Skandha
    Participant

    @rodeboy: Can you please attach me a screenshot of the mobile menu issue you are having?

    Kind Regards,
    Skandha

    in reply to: how to increase the font size of the theme? #164059
    Skandha
    Participant

    @pdequestrian18: Sorry, that was a typo.
    Go to => Appearance => Theme Options => Layout Options => Single Page/Post Image => Check Disabled
    This should disable the image that is showing up above your posts.

    Yes it is possible to only show around 4 images and then have a view all link at the bottom.
    Go to => => Appearance => Customize => Theme Options => Portfolio => No of Items => Select the few number of posts you want to show up on your site.
    Now, you will need to put all the posts of your portfolio into a single category. Then insert that Category page link as Button Link of View all text.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

Viewing 20 posts - 9,261 through 9,280 (of 12,027 total)