Viewing 20 posts - 1 through 20 (of 27 total)
  • Author
    Posts
  • #159142
    Ta0102
    Participant

    I would like to make a child theme.
    Please tell me the means for that.

    #159147
    Skandha
    Participant

    @ta0102: To create a child theme you can use our Generate Child Theme Plugin.
    Install and Activate the plugin, then you will see Generate Child Theme plugin tab on your WP dashboard. Click on it which will take you to the plugin dashboard. Now select parent theme as Catch Base Pro and fill up other fields and click on Generate. This will create and activate the child theme.

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

    #159149
    Ta0102
    Participant

    I created a child theme in a different way.

    It is a question about customization.
    http://phoenix-web.co.jp/1%E5%8F%B7%E8%AD%A6%E5%82%99/

    The image at the top of this page gets to the left.

    #159157
    Skandha
    Participant

    @ta0102: Can you let me know the screen size of the device you are viewing from? From my end I see the image on the center.

    Kind Regards,
    Skandha

    #159172
    Ta0102
    Participant

    1920×1080

    #159207
    Ta0102
    Participant

    It changed to a pay theme.
    I want to be able to put text below the menu.
    It is not displayed even if you write text in the description …

    #159229
    Skandha
    Participant

    @ta0102: Can you let me know which image is not showing up well?

    You can use Promotion Headline Options to display text below the menu. Go to => Appearance => Customize => Theme Options => Promotion Headline Options

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

    #159250
    Ta0102
    Participant

    About the menu.
    I want to put text below the menu.
    I was told that I could do it for a fee.
    How can I display it?

    #159251
    Ta0102
    Participant

    Ah, that is not what you are talking about.

    I am a menu

    ホーム  業務内容
    HOME   SERVICE

    I want to display like this.

    #159252
    Skandha
    Participant

    @ta0102: Let me know the English translation of all the menu items and I will provide you the CSS Code to do that.

    Kind Regards,
    Skandha

    #159253
    Ta0102
    Participant

    HOME

    SERVICE

    COMPANY

    RECRUIT

    NEWS

    CONTACT

    #159287
    Ta0102
    Participant


    The text you want to display below the menu.

    #159288
    Ta0102
    Participant

    ↑ We are waiting for CSS code.
    While waiting …
    Next question
    http://phoenix-web.co.jp/wp-content/uploads/Test 100.jpg

    I want to display this text “security service” in the center.
    The content itself is close to the center.
    However, the recommendation content title has gone to the right.

    I want to improve this.0.jpg

    #159311
    Skandha
    Participant

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

    #menu-item-54 a::after {
    	content:'\00000a Home';
    	white-space:pre;
    }
    #menu-item-1090 a::after {
    	content:'\00000a Services';
    	white-space:pre;
    }
    #menu-item-64 a::after {
    	content:'\00000a Company';
    	white-space:pre;
    }
    #menu-item-65 a::after {
    	content:'\00000a Recruit';
    	white-space:pre;
    }
    #menu-item-66 a::after {
    	content:'\00000a News';
    	white-space:pre;
    }
    #menu-item-67 a::after {
    	content:'\00000a Contact';
    	white-space:pre;
    }

    Since the theme is a boxed and you have made it full width the sections are not center aligning properly. You will need to get your site customized for this purpose. I suggest you to hire a customizer.

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

    #159317
    Ta0102
    Participant

    I see.
    Your CSS is wonderful.
    However, “SERVICE” is also displayed in the sub-item of “work content” “SERVICE”.
    There is no text in the secondary item.

    #159325
    Skandha
    Participant

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

    .sub-menu:hover li a::after {
    	display:none;
    }

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

    #159431
    Ta0102
    Participant

    When PC cursor is applied to “work content”, text is displayed in sub item.

    However, if you place the cursor on the sub item, the text will not be displayed.

    I want to prevent the text from being displayed even when hovering the job content.

    #159439
    Skandha
    Participant

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

    .sub-menu li a::after {
    	display:none;
    }

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

    #159552
    Ta0102
    Participant

    Thanks.
    Great.

    What I want to ask you a new question.

    I am using a fixed page,
    I want to put the background color (color code # e 5 e 5 e 5) from the middle of the article,
    What kind of code do I need?
    Since I want to change the position to display on each fixed page,
    I would like to know the code that can be used on the text editing screen.

    Thanking you in advance.

    #159560
    Ta0102
    Participant

    http://phoenix-web.co.jp/%E3%83%8D%E3%83%83%E3%83%88%E8%AD%A6%E5%82%99%EF%BC%88%E7%9B%A3%E8%A6%96%EF%BC%89/


    I tried putting a frame in the trial.
    I was glad that this was done, but when I try to display on the iPhone
    http://phoenix-web.co.jp/wp-content/uploads/ Smartphone Frame Test .jpg
    Become…

    I want to display it in the center like PC.

Viewing 20 posts - 1 through 20 (of 27 total)
  • The topic ‘Catch Base Pro Purchase’ is closed to new replies.