Forum Replies Created
-
AuthorPosts
-
tikaramParticipant
@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,
TikaramtikaramParticipant@knudkp : You may use any one of the link to download the theme. We are working on it to fix the issue.
Regards,
TikaramtikaramParticipant@jamalesahq : Its not possible to add paragraphs on that area.
Regards,
TikaramtikaramParticipant@raddoerr : I have replied in the new topic that you have created. Hope it solved your issue.
Regards,
TikaramJune 30, 2017 at 3:57 am in reply to: The problem with displaying content and sticking footer #118355tikaramParticipant@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,
TikaramtikaramParticipant@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,
TikaramtikaramParticipant@onikata: Please post in your site URL so that i can help you with the additional css.
Regards,
TikaramtikaramParticipant@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,
TikaramtikaramParticipant@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,
TikaramtikaramParticipant@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,
TikaramtikaramParticipant@@jamalesahq : Please mention clearly what you want to do.
Regards,
TikaramtikaramParticipant@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 hereOpen 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,
TikaramJune 29, 2017 at 2:50 am in reply to: The problem with displaying content and sticking footer #118289tikaramParticipant@jamalesahq : Go to Appearance => Customize => Additional CSS and add the following css
.slides .entry-container{ display:none; }
Regards,
TikaramJune 29, 2017 at 1:00 am in reply to: Is there a way to make the header image take up the full width of the website? #118286tikaramParticipant@dastari: Please use header image of
width: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,
TikaramtikaramParticipant@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 -
AuthorPosts