Forum Replies Created

Viewing 20 posts - 4,041 through 4,060 (of 4,117 total)
  • Author
    Posts
  • in reply to: How Do I Customize Menu Buttons? #118483
    tikaram
    Participant

    @buckinl : Go to Appearance => Customize => Color Options => Primary menu Color Options

    Under Primary menu Color Options box you can customize your primary menu color options.

    Please post in your site URL and let me know if you need any further assistance.

    Regards,
    Tikaram

    in reply to: Header right widget not centered on mobile device #118374
    tikaram
    Participant

    @aphdescomcast-net : can you please provide me the screen-shot and the model of the phone that you are using. It will help me to solve the issue.

    Regards,
    Tikaram

    in reply to: 2 download options – for theme PRO download #118366
    tikaram
    Participant

    @knudkp : You may use any one of the link to download the theme. We are working on it to fix the issue.

    Regards,
    Tikaram

    in reply to: Help Clean Education theme #118362
    tikaram
    Participant

    @jamalesahq : Its not possible to add paragraphs on that area.

    Regards,
    Tikaram

    in reply to: Change font and colour #118357
    tikaram
    Participant

    @raddoerr : I have replied in the new topic that you have created. Hope it solved your issue.

    Regards,
    Tikaram

    in reply to: Create Thumbnail images for the content #118356
    tikaram
    Participant

    @raddoerr : Welcome and have a Good day.

    Regards,
    Tikaram

    tikaram
    Participant

    @ocean : Please try disabling all plugins and check. If it does not works then download and install a fresh copy of theme. Let me know how this goes.

    Regards,
    Tikaram

    in reply to: Changing Line Spacing #118351
    tikaram
    Participant

    @onikata : There are some errors on your additional css. Please replace it will the following code.

    /*
    ここに独自の CSS を追加することができます。
    
    詳しくは上のヘルプアイコンをクリックしてください。
    */
    
    li {
    margin-top: 1em;
    margin-bottom: 1em;
    }
    
    /*---------------------------
    表の罫線なし
    --------------------------*/
    table {
       border:none;
    }
    
    /* ---------------------------
    表の罫線1ピクセル */
    .tokusho {
    border: 1px;
    }
    /* -- --------------------------- */
    
    button {
       font-size: 1.0em;
       border-style: none;
       padding: 15px 35px;
       background-color: #95bf3e;
       color: #fff;
    }
    
    button.style-test:hover {
       background-color: #25ee42;
       color: #fff;
    }
    
    .midashi {
    width:30%;
    }
    
    div.kaigyo {
    display: inline-block;
    }
    
    /* ------------------------------- */
    
    /* Line Spacing CSS */
    body,
    button,
    input,
    select,
    textarea {
    line-height: 1.9;
    }

    Regards,
    Tikaram

    in reply to: Changing Line Spacing #118343
    tikaram
    Participant

    @onikata: Please post in your site URL so that i can help you with the additional css.

    Regards,
    Tikaram

    in reply to: Font #118342
    tikaram
    Participant

    @raddoerr :Go to Appearance => Customize => Additional CSS find and remove the following css that i provided you earlier.

    .site-branding-text .site-title a{
        color: #222;
        font-family: "Amatic SC",normal;
    }

    After removing the additional css it will change back to white.

    To change the font throughout the site you can change from custom css but can you please provide me the name of the fonts you want to use so that i can help you with the css.

    Regards,
    Tikaram

    in reply to: Header right widget not centered on mobile device #118337
    tikaram
    Participant

    @aphdescomcast-net : It looks fine from our end. Please try clearing your browser cache and send the screen-shot if the issue continues. Please mention the model of your phone as well.

    Regards,
    Tikaram

    in reply to: Featured Post #118333
    tikaram
    Participant

    @joaomieiro : The option to enable featured post in all pages is not available in free theme. Please upgrade to Pro to enable this feature.

    Regards,
    Tikaram

    in reply to: Help Clean Education theme #118303
    tikaram
    Participant

    @@jamalesahq : Please mention clearly what you want to do.

    Regards,
    Tikaram

    in reply to: add tags and categories to pages like with posts #118299
    tikaram
    Participant

    @mmarvel54 : You will need to create a child theme and edit the functions.php of child theme. I suggest you not to edit the functions.php of the parent theme directly because during an update the changes made to your functions.php will be lost.
    Download the child theme for clean journal Pro from here

    Open functions.php and add the following code in your child theme.

    function add_taxonomies_to_pages() {
     register_taxonomy_for_object_type( 'post_tag', 'page' );
     register_taxonomy_for_object_type( 'category', 'page' );
    }
    add_action( 'init', 'add_taxonomies_to_pages' );
     
     
    function category_and_tag_archives( $wp_query ) {
    	if ( is_admin() ) {
    		return;
    	}
    $my_post_array = array( 'post', 'page' );
     
     if ( $wp_query->get( 'category_name' ) || $wp_query->get( 'cat' ) )
     		$wp_query->set( 'post_type', $my_post_array );
     
     if ( $wp_query->get( 'tag' ) )
     		$wp_query->set( 'post_type', $my_post_array );
    }
    add_action( 'pre_get_posts', 'category_and_tag_archives' );

    Upload the child theme and activate the child theme.
    Let me know how this goes.

    Regards,
    Tikaram

    tikaram
    Participant

    @ocean : Please post in your site URL.

    in reply to: Help Clean Education theme #118287
    tikaram
    Participant

    @jamalesahq : Go to Appearance => Customize => Additional CSS and add the following css

    .slides .entry-container{
    	display:none;
    }

    Regards,
    Tikaram

    tikaram
    Participant

    @dastari: Please use header image ofwidth:1920px and skip cropping while uploading.

    Go to Appearance => Customize => Additional CSS and add the following css.

    #header-featured-image .wrapper{
    width:100%;
    }

    Let me know if this works or not.

    Regards,
    Tikaram

    in reply to: Problem with Featured Slider and WPML #118284
    tikaram
    Participant

    @stassy : Welcome and have a good day.

    in reply to: Create Thumbnail images for the content #118283
    tikaram
    Participant

    @raddoerr : Please download and install Essential Content Types plugin.

    After activating the plugin Click on Portfolio and you can add portfolio items. Please add featured image on each portfolio items and it will appear as menu.

    Regards,
    Tikaram

    in reply to: Do not show page in Menu #118280
    tikaram
    Participant

    @bkese : Can you please post in your site URL.

    Regards,
    Tikaram

Viewing 20 posts - 4,041 through 4,060 (of 4,117 total)