Forum Replies Created
-
AuthorPosts
-
tikaram
Participant@vocedeveriasaber : Please do not add this code in the original theme. If you add this code in the original theme, the changes will be lost after theme update. Its recommended to create a child theme and add the code.
Regards,
Tikaramtikaram
Participant@violetdeb: Can you please explain in detail where you are having an issue? Please provide the link as well.
Regards,
Tikaramtikaram
Participant@ron66 : It can be done by creating a child theme and customizing your site as desired. If you are comfortable with child theme customizations please let me know.
Regards,
TikaramJanuary 2, 2018 at 2:38 am in reply to: Hide author, possibly date, but show tags + permalink/sub-category/post issue #128984tikaram
Participant@catwingz : To remove the author add the following additional css.
.entry-header .byline { display: none; }
To remove the date add the following additional css
.entry-meta .posted-on { display: none; }
Disabling comments will be fixed in upcoming update. For the time being, add the following css to fix the issue.
.entry-meta .comments-link{ display: none; }
To display the name of subcategory on the podcasts page add the following additional css.
.category-podcasts .entry-footer { display: block !important; }
Let me know if this resolves your issue.
Regards,
Tikaramtikaram
Participant@effess : Go to Appearance => Customize => Additional css and add the following css.
div.events h2.event-name { padding-top:0 !important; }
Let me know if you have any further issues.
Regards,
Tikaramtikaram
Participant@effess : Go to Appearance => Customize => Additional css and add the following css.
#secondary .widget { border:none }
Let me know if this resolves your issue.
Regards,
Tikaramtikaram
Participant@erict : If you would like display total content along with the image on the start page, you may create a page and select a static page instead of latest post from the customizer.
Go to Appearance => Customize => Static Front Page
Under Front page displays : Select A static page.To disable date stamp and author within the post add the following additional css.
.entry-container .entry-meta { display:none; }
Let me know if this resolves your issue.
Regards,
Tikaramtikaram
Participant@vocedeveriasaber : Follow this link to know more about Creating child themes in WordPress. After you create a child theme add the following code in your functions.php file of child theme.
add_action( 'wp_print_scripts', 'parallax_frame_child_deque_fitvid' ); function parallax_frame_child_deque_fitvid(){ wp_dequeue_script( 'jquery-fitvids', get_template_directory_uri() . '/js/fitvids.min.js', array( 'jquery' ), '1.1', true ); }
After adding the above code the video will not resize. Let me know if this resolves your issue.
Regards,
Tikaramtikaram
Participant@erict : Go to Appearance => Customize => Additional css and add the following css.
.catchadaptive-masonry #main .hentry { width: 100%; float: none; }
Let me know if this resolves your issue.
Regards,
TikaramDecember 28, 2017 at 11:03 pm in reply to: Full width for latest post and 2 columns for older posts #128802tikaram
Participant@scoop : This can be done by creating a child theme and customizing your site. I suggest you to hire a customizer as the customization needs some code changes on your homepage and it is not possible to provide you the exact code to make customizations as lot of work needs to be done on your site. Let me know if you have any more issues.
Regards,
Tikaramtikaram
Participant@edgarmedalla1gmail-com : Go to Appearance => Customize => Additional css and add the following css.
@media screen and (min-width: 64em) { #site-primary-navigation { margin: 0; } }
Let me know if this resolves your issue.
Regards,
TikaramDecember 28, 2017 at 3:40 am in reply to: How to edit colour of links and Menu ( bg colour and link coulour ) ? #128766tikaram
Participant@baraber : Let me know when your site is visible and I will provide you the required additional css.
Regards,
Tikaramtikaram
Participant@lizwishawgmail-com: Glad to know that the issue has been resolved.
Regards,
TikaramDecember 28, 2017 at 3:23 am in reply to: Featured slider: disable text from sliding in from the right #128764tikaram
Participant@violetdeb : Glad to know that the issue has been resolved. Have a Good day.
Regards,
Tikaramtikaram
Participant@knepulski: The right margin is fine when I checked it from my end. Please view the screen shot from the following link.
Screen shot: https://prnt.sc/ht8scx
Please try clearing cache at your end.Regards,
TikaramDecember 28, 2017 at 2:28 am in reply to: Show Header Image all pages/Change location of header media text #128762tikaram
Participant@tjurgens: You can easily change fonts from the customizer if you upgrade to Clean Portfolio Pro. Alternatively, the fonts can be changed with additional css. Let me know if you have any further issues.
Regards,
Tikaramtikaram
Participant@noahf1993: You can add additional css to increase/decrease the margins of pages as this option is not available in theme options. Let me know if you have any further issues.
Regards,
Tikaramtikaram
Participant@steveb1475 : Glad to know that the issue has been resolved. Let me know if you have any further issues.
Regards,
Tikaram -
AuthorPosts