Home Forums Pro Themes Magazine Plus Pro How to use the content exsit by the theme

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #42397
    leehenry
    Participant

    Hi
    Thanks very much for your reply.
    Now I solved the header right widget picture and carousel problems, thanks for all your instructions and help.
    But now I still have 4 small questions.
    1. How to adjust the gap width? For example, for the gap between menu and carousel, I thought it is too wide, maybe it is 20px, but I only want 10 px, also for other gap, where should I adjust it?
    2.For the widget named “TABBED”, like the demo showed,”Popular””recent””comments”, as my website will use Chinese, how should I change this thress words”POPULAR””RECENT””COMMENTS” to my languange?
    3.As the demo showed, how I should do to make a effect like showed in your demo named”Fashion”, one big picture with contents and below for three small pictures, the gap between the big picture and 3 small pictures are not wide.
    4.As the demo showed, how should I do to get a showing effect as your demo named “Business”, one big picture on the left and 3 small pictures on right, not big gap between pictures.
    Above are my questions now, please help of that.
    I am sure I will have more quesions in the future, I hope you can understand, as I am a beginner now.
    I can not send you my url right now, because I am waiting for the government’s approval for this website, you can not visit now.
    Anyway, thanks again for all you help.
    Waiting for your reply.
    Best regards
    Yours Henry

    #42398
    leehenry
    Participant

    Hi
    How can I adjust the size of the Carousel pictures, as I thought there were a little big.
    Thanks very much
    Henry

    #42402
    wensolutions
    Keymaster

    Hello @leehenry,

    Nice to know that your problem is solved .

    Your query has been answered in points below.

    1. How to adjust the gap width? For example, for the gap between menu and carousel, I thought it is too wide, maybe it is 20px, but I only want 10 px, also for other gap, where should I adjust it?

    To reduce the gap between the menu and carousel use below given CSS .

    div#featured-carousel {
        padding: 10px;
    }

    2.For the widget named “TABBED”, like the demo showed,”Popular””recent””comments”, as my website will use Chinese, how should I change this thress words”POPULAR””RECENT””COMMENTS” to my languange?

    To translate the string follow below given steps.

    1. Poedit is a common program which you can use to translate the theme. It’s available for free on poedit.net.

    2. After you have installed Poedit, you can open it and select File > New Catalog from POT file. Then select the .pot file from the theme you wish to translate which you can find in the /languages/ folder of your theme.

    3. A properties box will open up where you must enter some general information. First up, in the Language field enter the language name you want to translate.

    For instance, if you’re going to translate a GavickPro WordPress theme into Spanish you’ll name your file “es_ES.po”,

    4. Then go through every line of text and translate it to your native language. Afterwards you can save the catalog with your language code (for example es_ES.po). Normally Poedit automatically creates the .mo file and saves it, too.

    5. The last step you have to do is to upload your created language files to the /wp-content/themes/gavickthemename/languages folder. You can set the site language of your WordPress installation on Settings -> General. You can select your language at the bottom of the page:

    3.As the demo showed, how I should do to make a effect like showed in your demo named”Fashion”, one big picture with contents and below for three small pictures, the gap between the big picture and 3 small pictures are not wide.

    For this place goto Admin Panel> Appearance > Customize > Widget > Front page Widget Area and place the widget MP: Categorized News and select Layout 1 from Post Layout options.

    4.As the demo showed, how should I do to get a showing effect as your demo named “Business”, one big picture on the left and 3 small pictures on right, not big gap between pictures.

    Go to Admin Panel > Appearance > Customize > Widget > Front page Widget Area and place the widget MP: Categorized News and select Layout 2 from Post Layout options.

    How can I adjust the size of the Carousel pictures, as I thought there were a little big.

    To adjust the image size you need to activate the child theme.

    You can activate the child theme using the plugin below .https://wordpress.org/plugins/wp-child-theme-generator/

    Now in your child themes functions.php file paste below given Code.

    add_image_size( 'magazine-plus-carousel', 200, 200, true );

    Hope this helps.

    Also, please feel free to post any query further . We are here to help you guys.

    Best Regards!!

    #42409
    leehenry
    Participant

    Hi
    Thanks for your reply.
    In your last reply, you said”To reduce the gap between the menu and carousel use below given CSS .

    div#featured-carousel {
    padding: 10px;
    }

    But could you kindly let me know what is the NAME OF THE CSS? because there are so many CSS files in the theme.
    Thanks
    Henry

    #42411
    wensolutions
    Keymaster

    Hello @leehenry,

    Please paste the CSS given in the location Admin panel > Appearance > Customize > Additional CSS.

    Hope this helps.

    Best Regards!!

Viewing 5 posts - 16 through 20 (of 20 total)
  • You must be logged in to reply to this topic.