Forum Replies Created

Viewing 20 posts - 9,261 through 9,280 (of 12,014 total)
  • Author
    Posts
  • in reply to: Create custom image sizes & increase font size #164138
    Skandha
    Member

    @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
    Member

    @peer: I will contact you shortly by email.

    Kind Regards,
    Skandha

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

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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

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

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

    .hero-content-wrapper .entry-container {
    	padding:50px 70px !important;
    }

    You can change the padding to alter the size of hero content.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Featured Slider Chooser #164054
    Skandha
    Member

    @twin6: Thank you very much. Let me know if you have any more issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Event Date with year #164053
    Skandha
    Member

    @cappellanova: Can you please post in you site URL so that I can look into the issue and provide you feasible solution.

    Kind Regards,
    Skandha

    in reply to: Disable "view full size" on Gallery #164048
    Skandha
    Member

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

    .jp-carousel-image-meta {
    	display:none;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: How to use the Essential Content Types Pro plugin #164047
    Skandha
    Member

    @elliottrae: Go to => Appearance => Customize => Menus => View All Locations => Primary Menu => Edit the menu => Click on Login and Remove.

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

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