Blog customisation - by marechauxcam - on WordPress WooCommerce support

This topic has 18 replies, 3 voices, and was last updated 8 years, 11 months ago ago by Eva Kemp

  • Avatar: marechauxcam
    marechauxcam
    Participant
    April 22, 2015 at 10:33

    Hello,

    I would like to delete some option in a blog page in royal theme.

    1/ ON a blog article page – i want to delete the “leave a reply” section.
    http://prntscr.com/6ws4m6

    2/ ON a blog article page – i need to translate “return to previous page” in french.
    http://prntscr.com/6ws4tx

    3/ I created a page with ‘post mansory grid” with a selection of blog post. Can i have only the image showing with the name of the post below?
    http://prntscr.com/6ws5qh

    Thank you for you help

    17 Answers
    Avatar: Brian Johnson
    Brian Johnson
    Member
    April 22, 2015 at 12:23

    Hello

    Please provide us with wp-admin and ftp-credentials to your site.

    With best regards
    Brian Johnson

    Avatar: marechauxcam
    marechauxcam
    Participant
    April 22, 2015 at 15:03

    thank you

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    April 22, 2015 at 15:48

    Hello,

    1. You can remove comments box in posts editor https://s3.amazonaws.com/fvd-data/notes/168674/1429713829-HX44NQ/screen.png or use this code in custom.css file:

    #commentform, .comment-reply-title {
     display: none;
    }

    How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).

    2. That text can be translated in the file wp-content/themes/royal/framework/theme-functions.php (line 3333).

    3. As I see only image is shown now:
    http://storage3.static.itmages.com/i/15/0422/s_1429714043_7576275_668b68c34d.png
    Did you resolve the issue?

    Regards,
    Eva Kemp.

    Avatar: Brian Johnson
    Brian Johnson
    Member
    April 22, 2015 at 15:50

    Hello

    1. You may comment royal\wp-content\themes\royal\comments.php in line 45(
    //comment_form(array('title_reply' => '<span>' . __('Leave a reply', ETHEME_DOMAIN) . '</span>'));
    We strongly recommend to make all customization of theme core files using child theme. You may read here about Child Theme.
    2. Please read here how to translate theme.
    3. Please provide us with the link where we can see the issue.

    With best regards
    Brian Johnson

    Avatar: marechauxcam
    marechauxcam
    Participant
    April 27, 2015 at 17:31

    3. As I see only image is shown now:

    http://storage3.static.itmages.com/i/15/0422/s_1429714043_7576275_668b68c34d.png

    I need to delete the date? And only keep the title of the post!

    Avatar: Eva
    Eva Kemp
    Support staff
    April 27, 2015 at 18:18

    Hello,

    I’ve edited Post Masonry Grid element and added this code in CSS block in VC editor:
    http://storage3.static.itmages.com/i/15/0427/h_1430155030_9112538_8a05cb9e97.png

    Please check your page now.

    Regards,
    Eva Kemp.

    Avatar: marechauxcam
    marechauxcam
    Participant
    April 28, 2015 at 15:42

    thank you.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    April 28, 2015 at 16:29

    Hello,

    Simply add this css to a post (using CSS block in VC editor)
    .post-images ul.slides li {display:none;}

    Regards,
    Eva Kemp.

    Avatar: marechauxcam
    marechauxcam
    Participant
    April 28, 2015 at 17:01

    I don’t have VC editor in post :s Is it a bug?

    Avatar: marechauxcam
    marechauxcam
    Participant
    April 28, 2015 at 17:10

    Moreover,

    Please, contact administrator
    for this information.
    Avatar: Brian Johnson
    Brian Johnson
    Member
    April 28, 2015 at 17:13

    Hello

    VC editor can be turned on in setting->VC editor. You may mark up all radio buttuns to enable Visual Composer for all pages.

    With best regards
    Brian Johnson

    Avatar: Eva
    Eva Kemp
    Support staff
    April 28, 2015 at 17:50

    Hello,

    1. Please add this code in custom.css file:

    .vc_gitem-post-data h4 {
        font-size: 14px !important;
        text-align: center !important;
    }

    2. Use this code in custom.css:

    .vc_custom_1424431683621 {
        margin-bottom: 0px !important;
        margin-top: -30px !important;
    }

    3. Loading icon can be removed from all pages only in Theme Options > General > Show loader icon until site loading > Off.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: marechauxcam
    marechauxcam
    Participant
    May 18, 2015 at 17:48

    Hello – hope you are well !

    I need more help !

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    May 18, 2015 at 19:28

    Hello,

    1. Add this code in custom.css file:

    .main-footer {
     background: #F0F0F0 !important;
    }

    You can translate those words in .po file in wp-content/themes/royal/languages.

    2. Add this code CSS block of Visual Composer in post editor:

    .blog-post .wp-picture {
      display: none;
    }

    3. You can remove only posts titles using this code in custom.css file:

    .vc_gitem-post-data h4 {
     display: none;
    }

    Regards,
    Eva Kemp.

    Avatar: marechauxcam
    marechauxcam
    Participant
    May 20, 2015 at 10:05

    Thank you very much.

    1/ Where do you translate “previous” and “next”? Iwant to translate this word in french.

    Please, contact administrator
    for this information.
    Avatar: marechauxcam
    marechauxcam
    Participant
    May 20, 2015 at 11:09

    Moreover

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    May 20, 2015 at 12:27

    Hello,

    1. You can translate that text in wp-content/themes/royal/framework/shortcodes.php file (lines 1684 and 1693).

    2. Please provide us with a direct link where you see that part.

    3. Add this code in custom.css file:

    .header-type-6 .header .tbs span {
        display: none !important;
    }

    Thank you.
    Regards,
    Eva Kemp.

  • Viewing 18 results - 1 through 18 (of 18 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.